@import url('font/stylesheet.css');

body{
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-family: 'Axiforma';
}
header,section{
    margin-bottom: 27px;
    border-radius: 3px;
}
.botones{
    background-color: rgba(38, 38, 38, 0.2);
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.btn-xignux{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(249, 161, 58, 1);
    border-radius: 3px;
    padding-left: 40px;
    padding-right: 60px;
    position: relative;
}
.btn-xignux > i{
    position: absolute;
    right: 30px;
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.5s;
}
.btn-xignux:hover{
    background-color: rgba(38, 38, 38, 1);
    color: #FFFFFF;
}

.btn-xignux:hover > i{
   right: 10px;
}
.btn-xignux:focus{
    box-shadow: none;
}
header{
    background-image: url('../img/bg-xignux-desktop.png');
    background-position: center bottom;
    background-size: cover;
    height: 842px;
    background-repeat: no-repeat;
    position: relative;
}
.xignux{
    width: 380px;
    margin: auto;
    margin-top: 150px;
}
h1{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 57.96px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 27px;
    margin-bottom: 53px;
}
header h2{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 500;
    font-size: 24.84px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.logros{
    padding-top: 87px;
    padding-bottom: 87px;
    background: #f7f7f7;

}
section h2{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #656565;
}
section h3{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    margin-top: 42px;
    margin-bottom: 14px;
}
section p{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #656565;
}
section p span {
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #656565;
}
section p span em,section p em{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    background: linear-gradient(90deg, #EF3E42 0%, #F9A13A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.datos{
    margin-top: 75px;
    margin-bottom: 86px;
}
.datos .dato{
    border-right: solid 1px #656565;
}
.datos .dato:last-child{
    border-right: none;
}
.dato p em{
    display: block;
}
h4{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #656565;
}
.marcas{
    margin-top: 25px;
    margin-bottom: 53px;
}
.energia{
    background: linear-gradient(90deg, #F7880C 0%, #E73137 100%);
    border-radius: 3px;
    padding: 37px 40px;
    margin-bottom: 54px;
}
.energia h2{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
}
.proposito{
   
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 38px 30px 78px 30px;
}
.proposito .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/proposito.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.proposito:hover .bg, .proposito:focus .bg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.proposito:hover .bg:before, .proposito:focus .bg:before {
    display: block;
}

.proposito:hover a, .proposito:focus a {
    display: block;
}

.bg:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 53.26%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(247, 136, 12, 0) 20%, #F7880C 50%);

}

.proposito .row{
    position: relative;
    z-index: 1;
}
.proposito h2{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: left;
    text-transform: none;
    margin-bottom: 0px;
}

.proposito h3{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
    text-transform: none;
    margin-top:40px;
    margin-bottom:40px;
}
.proposito ul{
    list-style: none;
    padding: 0;
    margin-bottom: 62px;
}
.proposito ul>li>p,.proposito p span{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: left;
}
.proposito p span{
    color: #F9A13A;
}
.proposito p{
    margin-bottom: 25px;
}

.proposito .btn-xignux{
    padding-left:  50px;
    padding-right:  50px;
    background-color: rgba(239, 62, 66, 1);
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    width: 45%;
    min-width: 250px;
}
.proposito .btn-xignux > i{
    right: 22%;
}
.proposito .btn-xignux:hover > i{
    right: 10px;
 }
.proposito .btn-xignux:hover{
    background-color: rgba(38, 38, 38, 1);
}
.opiniones{
    margin-top: 83px;
    margin-bottom: 87px;
}
.opiniones h2,.opiniones h3,.opiniones p{
    text-align: left;
}
.opiniones h3{
   line-height: 45px;
   margin-right: 30px;
}

.testimonio {
    width: 850px!important;
    height: 342px!important;
    background: #F8F8F8;
    border-radius: 3px;
    padding: 26px 33px;
    margin-right: 16px;
}
.testimonio h4{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 37px;
    color: #262626;
    text-align: left;
}
.testimonio h5{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    color: #656565;
    text-align: left;
}
.testimonio p{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #656565;
    text-align: left;
}
.slick-dots{
    bottom: -50px;
}
.slick-dots li button{
    background-color: #D9D9D9!important;
    border-radius: 50%;
}
.circulo{
    padding-top: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 44px;
    background: linear-gradient(90deg, rgba(239,62,66,0.1) 0%, rgba(249,161,58,0.1) 100%);
}

.pilares{
    margin-top: 55px;
}
.pilares h5{
    margin-top: 15px;
    text-align: left;
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 41px;
    color: #262626;
}
.pilares p{
    text-align: left;
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #656565;
}
footer{
    background-color: #262626;
    padding: 30px;
    padding-left: 100px!important;
    padding-right: 100px!important;
    margin-top: 87px;
}
.logo-footer{
    width: 148px;
}
footer a,footer a:hover,footer a:active,footer a:focus{
    font-family: 'Axiforma';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
}
.energia-footer{
    width: 143px;
}
.modal-body, .modal-header, .modal-footer{
    padding: 0;
    border: none;
}
.modal-content{
    background-color: transparent;
}
.btn-close{
    background-color: white;
    border-radius: 50%;
    opacity: 1;
}
.modal-body iframe{
    margin-top: 30px;
}
iframe{
    width: 100%;
    height: 500px;
}
.energia img{
    width: 380px;
}

@media screen and (max-width: 1100px) {
    .energia{
        padding: 35px 20px 38px 20px;
    }
    .energia img{
        width: 100%;
        margin: auto;
    }
    
}


@media screen and (max-width: 992px){
    body{
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-xignux{
        width: 100%;
        margin-bottom: 16px;
    }

    .btn-xignux{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }
    .btn-xignux.oportunidades{
        margin-top: 16px;
    }
    .btn-xignux > i{
        right: 10px;
    }
    header{
        background-image: url('../img/bg-header-mobile.png');
        padding: 32px 17px;
        height: auto; 
   }
    .xignux{
        width: 150px;
        margin: 365px auto 0px auto;
    }
    h1{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 12px;
        margin-top: 57px;
    }
    header h2{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 50px;
    }
    .logros{
        padding:45px 18px;
    }   
    section h2{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #656565;
    }
    section h3{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        color: #262626;
        margin-top: 18px;
        margin-bottom: 9px;
    }
    section p{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #656565;
    }
    section p span,section p span em{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 35px;
        line-height: 39px;
    }
    .datos{
        margin-top: 27px;
        margin-bottom: 42px;
    }
    .dato p{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
    .dato p em{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 64px;
        line-height: 108px;
        text-align: center;
    }
    .datos .dato{
        width: calc(100% - 20px);
        margin: auto;
        border-right: none;
        border-bottom: solid 1px #656565;
    }
    .datos .dato:last-child{
        padding-top: 16px;
        border-right: none;
        border-bottom: none;
    }
    h4{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: #656565;
    }
    .marcas{
        margin-top: 12px;
        margin-bottom: 46px;
    }
    .energia{
        padding: 35px 20px 38px 20px;
        margin-bottom: 20px;
    }
    .energia h2{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 35px;
    }
    .energia img{
        width: 183px;
        margin: auto;
    }
    .proposito{
        background-position: center top;
        padding: 350px 15px 25px 15px;
    }
    .proposito .bg{
        background-image: url('../img/bg-proposito-mobile.png');
    }
    .proposito h2{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 22px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .proposito h3{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .proposito ul>li>p,.proposito p span{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }
    .proposito ul{
        margin-bottom: 20px;
    }
    .btn-energia{
        width: 100%!important;
    }
    .proposito .btn-xignux i{
        right: 25%;
    }
    .bg:before {
        display: block;
        top: 26%;
        bottom: 0%;
        background: linear-gradient(180deg, rgba(247, 136, 12, 0) 20%, hsla(32, 94%, 51%, 0.525) 80%);
    }
    .opiniones h2, .opiniones h3, .opiniones p{
        text-align: center;
    }  
    .testimonio {
        width: 328px!important;
        height: 510px!important;
        padding: 22px 16px;
        margin-right: 0px;
    } 
    .testimonio h4{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        line-height: 37px;
        color: #262626;
    }
    .testimonio h5{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 37px;
        color: #656565;
    }
    .testimonio p{
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #656565;
        text-align: left;
    }
    .crecimiento img{
       margin: auto auto 40px auto;
    }
    .crecimiento h3 {
        font-family: 'Axiforma';
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        line-height: 35px;
        text-align: center;
        text-transform: uppercase;
        color: #262626;
    }
    footer{
        width: calc(100% + 32px)!important;
        margin-left: -16px!important;
        margin-right: -16px!important;
        text-align: center;
        padding: 30px !important;
    }
    footer a{
        margin-top: 36px;
        margin-bottom: 36px;
    }
     footer a, footer picture{
        display: block;
        margin-right: auto;
        margin-left: auto;
     }
     .botones{
        padding: 14px;
     }
}

