@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Regular'), local('Azo-Sans-Regular'),
        url('../font/AzoSans-Regular.woff2') format('woff2'),
        url('../font/AzoSans-Regular.woff') format('woff'),
        url('../font/AzoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Azo Sans-bold';
    src: local('Azo Sans Bold'), local('Azo-Sans-Bold'),
        url('../font/AzoSans-Bold.woff2') format('woff2'),
        url('../font/AzoSans-Bold.woff') format('woff'),
        url('../font/AzoSans-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: bold;
  }
*{
    margin: 0px;
    padding: 0px;
}
.main{
    overflow-x: hidden;
}
.row{
    display: flex;
    flex-direction: row;
}
.column{
    display: flex;
    flex-direction: column;
}
.menu{
    padding: 10px;
    justify-content: center;
    align-items: flex-end;
    background: #E2E2E2;
}
.menu .option{
    margin-left: 3%;
    margin-right: 3%;
    color: #8F8585;
    text-decoration: none;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.12em;
}
.menu .option:hover{
    cursor: pointer;
}
.menu .logo{
    margin-left: 3%;
    margin-right: 3%;
    width: 185px;
}
.movMenu .logo{
    margin-left: 3%;
    margin-right: 3%;
    width: 185px;
    height: auto;
    align-self: flex-start;
}
.content .banner img{
    width: 100%;
    margin-bottom: 55px;
}
.section1{
    justify-content: center;
    align-items: center;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
}

.section1 .p1 .title{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 25px;
}
.section1 .p2 .title{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 97.5%;
    color: #000000;
    width: 531px;
    margin-bottom: 25px;
}
.section1 .p2 .text, .section1 .p1 .text{
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 114% */

    text-align: justify;

    color: #25282D;

}
.section1 .p2 .title .orange{
    color: #f05e43 !important;
}

.section1 .p1 .logo{
    width: 300px;
    margin-bottom: 40px;
}

.section1 .p2{
    margin: 15px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 225px;
}
.section1 .p1{
    margin: 15px;
    max-width: 745px;
}


.content .banner2{
    position: relative;
    justify-content: center;
    align-items: center;
    
}
.content .banner2 .pL{
    background: url('../img/bannerLeft.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    padding-bottom: 68px;
    padding-top: 98px;
}
.content .banner2 .pR{
    background: url('../img/bannerRight.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60%;
    padding-bottom: 100px;
    padding-top: 100px;
}
.content .text1{
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    align-items: center;
}
.content .text2{
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.banner2 .years{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 97.5%;
    color: #FFFFFF;
    width: fit-content;
}
.banner2 .type{
    font-family: Azo Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 97.5%;
    color: #FFFFFF;
    width: fit-content;
}


.section2{
    padding-top: 90px;
    padding-bottom: 90px;
}
.section2 .ubicaciones{
    justify-content: center;
}

.section2 .ubicaciones .info{
    padding: 50px;
    border-left: 10px solid #F05E43;
    /* height: 257px; */
    padding-top: 0px;
    padding-bottom: 0px;
    /* height: auto; */
    height: 217px;
}
.section2 .ubicaciones .info .number{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 97.5%;
    color: #F05E43;
}
.section2 .ubicaciones .info .title{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 97.5%;
    color: #8F8585;
}
.section2 .ubicaciones .info .desc{
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 117%;
    color: #8F8585;
}

.section2 .ubicaciones .image {
    width: 366px;
}
.section2 .ubicaciones .line {
    border-left: 10px solid #F05E43;
    height: 217px;
}
.section2 .ubicaciones .cardIni{
    margin-right: 30px;
}
.section2 .ubicaciones .card p{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 117%;
    color: #8F8585;
    text-align: end;
    margin-top: 10px;
}
.section3{
    justify-content: center;
    padding-bottom: 90px;
}
.section3 .pL{
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.section3 .pR .card{
    justify-content: center;
    align-items: center;
}
.section3 .pL .titles{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 47px;

    color: black;
    width: 450px;
    
}
.section3 .pL .titles .orange{
    color: #F05E43 !important;
}
.section3 .pL .curve {
    width: 40%;
    max-width: 230px;
    margin-left: -178px;
}

.section3 .pR .card .circle img {
    width: 84%;
    max-width: 270px;
}
.section3 .pR .card .text{
    padding-left: 32px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #F05E43;
    
}
.section3 .pR .card .text p{
    width: 275px;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.section4{
   align-items: center;
   background: #C6C6C6;
   padding-top: 100px;
   padding-bottom: 70px;
}
.section4 .arrow{
    width: 45px;
    margin-bottom: 70px;
}
.section4 .title{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 47px;
    text-align: center;
    color: white;
    max-width: 830px;
    margin-bottom: 40px;
}
.section4 .title .orange{
    color: #F05E43 !important;
}
.section4 .cards{
    justify-content: center;
    align-items: flex-end;
}
.section4 .cards .card{
    margin:26px;
}
.section4 .cards .card .contImg{
    position: relative;
    width: 311px;
    text-align: center;
}
.section4 .cards .card .contImg img{
    width: 260px;
}
.section4 .cards .card .button {
    width: 311px;
    background: #F05E43 !important;
    text-decoration: none;
    padding:18px;
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 97.5%;
    /* or 23px */

    text-align: center;

    color: #FFFFFF;
}
.section4 .cards .card .button a{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 97.5%;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
}

.banner3{
    background: #25282D;
    padding-bottom: 75px;
    justify-content: center;
    align-items: center;
}
.banner3 .p1 {
    justify-content: center;
    align-items: center;
}
.banner3 .p1 .img img{
    width: 265px;
}
.banner3 .p1 .ver .arr p{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 97.5%;
    /* or 23px */

    text-align: center;

    color: #FFFFFF;
}
.banner3 .p1 .ver .arr img{
    width: 16px;
}
.banner3 .p1 .ver{
    margin:20px;
}

.banner3 .p1 .ver .arr {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
   
}
.onebanner{
    display: none;
    background: url(../img/bannerRight.png);
    width: 100%;
}
.banner3 .p1 .ver .button a{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 97.5%;
    /* identical to box height, or 18px */
    text-decoration: none;
    text-align: center;

    color: #FFFFFF;
    padding:15px;
    padding-right: 40px;
    padding-left: 40px;
    border: 1px solid #F05E43;
}
.banner3 .p1 .subs {
    max-width: 600px;  
    margin:40px;
}

.banner3 .p1 .subs p{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 97.5%;
    /* or 35px */
    
    
    color: white;
    
}
.banner3 .p1 .subs p .orange{
    color: #F05E43 !important;
    
}
.banner3 .p2{
    justify-content: center;
    align-items: center;
}
.banner3 .p2 .text .number{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 86px;
    line-height: 97.5%;
    color: #F05E43;
   margin-right: 20px;
}

.banner3 .p2 .text {
    margin:25px;
}

.banner3 .p2 .text .citys .t1{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 97.5%;
    /* or 35px */


    color: #C6C6C6;
}
.banner3 .p2 .text .citys .t2{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 117%;
    /* or 28px */


    color: #C6C6C6;
}

.contacto{
    background: #DEDEDE;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 160px;
}
.contacto .info{
    margin:35px;
}
.contacto .info .title{
    font-family: Azo Sans-bold;
font-style: normal;
font-weight: bold;
font-size: 64px;
line-height: 97.5%;
/* or 62px */


color: #25282D;
margin-bottom: 35px;
}

.contacto .info .subtitle{
    font-family: Azo Sans;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 97.5%;
/* or 35px */


color: #F05E43;
margin-bottom: 20px;

}
.contacto .info .texto{
    font-family: Azo Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 97.5%;
/* or 23px */


color: #000000;
max-width: 485px;
margin-bottom: 38px;

}

.contacto .info .street{
    font-family: Azo Sans-bold;
font-style: normal;
font-weight: bold;
font-size: 19px;
line-height: 97.5%;
/* or 23px */


color: #25282D;
margin-bottom: 25px;

}
.contacto .info .tel{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 97.5%;
    /* or 23px */
    
    
    color: #25282D;
    

}
.contacto .info .email{
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 97.5%;
    color: #25282D;
}
.contacto .form{
    margin: 35px;
}
.contacto .form input{
    font-family: Azo Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 97.5%;
/* or 18px */

outline: none;
color: #ADADAD;
    background: #FFFFFF;
    width: 455px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #ADADAD;
    border-style: none;
}
.contacto .form textarea{
    font-family: Azo Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 97.5%;
/* or 18px */


color: #ADADAD;
    background: #FFFFFF;
    width: 455px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #ADADAD;
    border-style: none;
    outline: none;
}
.contacto .form .button{
    border: 1px solid #F05E43;
    border-style: none;
    box-sizing: border-box;
    width: 157px;
    height: 33px;
    margin-left: auto;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 97.5%;
    text-align: center;
    color: #999999;
    border: 1px solid #F05E43;
    background: transparent;
}
.footer{
    background: #25282D;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 44px;
}
.footer p{
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 97.5%;
    text-align: center;
    color: #FFFFFF;
}

.main .movMenu{
    position: relative;
    display: none;
}

.main .movMenu .options{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    width: 0%;
    transition: 5s;
    background: #e2e2e2;
    text-align: center;
    height: 100vh;
}
.main .movMenu .options a{
    color: #8F8585;
    text-decoration: none;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0.12em;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main .movMenu .hamburger{
    width: 45px;
}
.main .movMenu .options .closeI{
    width: 45px;
    margin-left: auto;
    margin-right: 25px;
    margin-top: 25px;
}
.close{
    display: none;
}
.open{
    display: flex !important;
    transition: 5s;
    width: 100%  !important;
}

@media (max-width: 1200px) {
    .section3 .pL {
        margin-right: 0px; 
    }
    .section3 {
        flex-direction: column;
    }
    .section4 .cards {
        flex-direction: column;
    }
    .section1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 90px;
    }
    .section1 .p1 {
        padding: 30px;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 0px;
    }
    .section1 .p2 {
        margin: 15px;
        padding: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section1 .p2 .title {
        width: 80%;
        margin-bottom: 25px;
        text-align: center;
    }
}
.ok{
    color: #F05E43 !important;font-size:0.9em !important;font-weight:500;display:none;-webkit-transition:0.5s;transition:0.5s;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 97.5%;
}
.no{color:#F05E43 !important;font-size:0.9em !important;font-weight:500;display:none;-webkit-transition:0.5s;transition:0.5s;
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 97.5%;}
.appear{display:initial;-webkit-transition:0.5s;transition:0.5s;}
.movMenu .logo {
    width: 26%;
    height: auto;
  align-self: flex-start;
}
.card .contImg .disponibilidad{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50%;
    height: 40%;
    background: #ffffff52;
    position: absolute;
    top: 30%;
    left: 30%;
}

.card .contImg .disponibilidad p{
    text-decoration: none;
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 105.5%;
    text-align: center;
    color: black;
}
.refresh-captcha:hover{
 cursor: pointer !important;
}
.form .elem-group label{
    font-family: Azo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #000000;
    margin-bottom: 2px;
    margin-top: 10px;
}
@media (max-width: 1205px) {
    .ubicaciones{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section2 .ubicaciones .info {
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section2 .ubicaciones .info .number {
        margin-right: 10px;
    }
    .section2 .ubicaciones .info .title {
        margin-right: 10px;
    }
    .section2 .ubicaciones .cardIni {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .section2 .ubicaciones .line {
        border-left: none;
    }
}
@media (max-width: 1113px) {
   
}
@media (max-width: 1100px) {
    .contacto {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 80px;
        align-items: center;
        justify-content: center;
    }
    .banner3 .p1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner3 .p2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner3 .p1 .subs {
        text-align: center;
    }
    .section3 .pR .card .circle img {
        width: 217px;
    }
    .section3 .pL .titles {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 31px;
        line-height: 34px;
        color: black;
        width: 450px;
    }
    .section3 .pL .curve {
        width: 192px;
        margin-left: -178px;
    }
}
@media (max-width: 954px) {
    .banner2 .years {
        font-size: 32px;
    }
    .banner2 .type {
        font-size: 23px;
    }
    .content .banner2 .pL {
        height: 87px;
    }
}
@media (max-width: 900px) {

    .main .menu{
        display: none !important;

    }
    .main .movMenu{
        justify-content: space-between;
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
    }
    .contacto .form input {
        width: 100%;
    }
    .contacto .form textarea {
        width: 100%;
    }
    .contacto .form {
        width: 85% !important;
    }
    .contacto .info .title {
        font-size: 36px !important;
    }
    .contacto .info .subtitle {
        font-size: 27px  !important;
    }
    .contacto .info .texto {
        font-size: 19px  !important;
    }
    .contacto .info .street {
        font-size: 20px  !important;
    }
    .contacto .info .tel {
        font-size: 20px  !important;
    }
    .contacto .info .email {
        font-size: 20px  !important;
    }
    .contacto .form .button {
        width: 160px  !important;
        font-size: 20px  !important;
    }
    .footer p {
        font-size: 14px  !important;
    }
    .solP p {
        font-size: 20px  !important;
    }
    .card .caract .info p {
        font-size: 14px !important;
    }
}
@media (max-width: 780px) {
    .section4 .title {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 26px;
        text-align: center;
        color: white;
        max-width: 830px;
        margin-bottom: 25px;
    }
    .section1 .p1 .logo {
        display: none;
    }
    .section1 .p1 .title {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 47px;
        color: #000000;
        margin-bottom: 25px;
    }
    .section1 .p2 .text, .section1 .p1 .text {
        width: 90%;
        font-family: Azo Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: justify;
        color: #25282D;
    }
    .section1 .p2 .title {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 47px;
        color: #000000;
        width: 531px;
        margin-bottom: 25px;
    }
    .section2 .ubicaciones .line {
        height: max-content;
    width: 100%;
    }
    .section2 .ubicaciones .image {
        width: 80%
    }
    .section2 .ubicaciones .card {
        align-items: center;
        width: 80%;
        text-align: center;
    }
    .section2 .ubicaciones .info {
        padding-top: 0px;
    }
    .section2 .ubicaciones .info .number {
        font-size: 64px;
        line-height: 97.5%;
    }
    .section2 .ubicaciones .info .title {
        font-size: 21px;
        line-height: 97.5%;
    }
    .section2 .ubicaciones .info .desc {
        font-size: 20px;
        line-height: 117%;
    }
    .movMenu .logo {
        width: 26%;
        height: auto;
    align-self: flex-start;
    }
    
    .main .movMenu .hamburger {
        width: 9%;
    }
    .section3 .pL .curve {
        width: 24%;
        margin-left: -178px;
    }
    .section3 .pL .titles {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 21px;
        color: black;
        width: 47%;
    }
    .section3 .pL .curve {
        width: 24%;
        margin-left: -70px;
    }
    .section3 .pR .card .text p {
        width: 275px;
        font-family: Azo Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 22px;
        color: #000000;
    }
    .section3 .pR .card .circle img {
        width: 61px;
        display: none;
    }
    .section3 .pR .card {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .section3 .pR .card .text {
        padding: 0px !important;
        margin: 0px !important;
    }
    .section3 {
        justify-content: center;
        padding-bottom: 40px;
    }
    .onebanner{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        height: 161px;
        background-size: cover;
        background-position: inherit;
    }
    .pL, .pR{
        display: none;
    }
   
}

@media (max-width: 570px) {

    .card .caract .info p {
        font-size: 12px !important;
    }
    .footer {
        padding: 30px;
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .section1 .p2 .title {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #000000;
        width: 90%;
        margin-bottom: 25px;
    }
    .section1 .p1 .title {
        font-family: Azo Sans-bold;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 47px;
        color: #000000;
        margin-bottom: 25px;
    }
    .pR{
        padding: 30px;
    }
}
@media (max-width: 570px) {
.onebanner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
@media (max-width: 420px) {

.banner3 .p2 .text .number {
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 97.5%;
    color: #F05E43;
    margin-right: 20px;
}
.banner3 .p2 .text .citys .t1 {
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 97.5%;
    color: #C6C6C6;
}
.banner3 .p2 .text .citys .t2 {
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 117%;
    color: #C6C6C6;
}
.banner3 .p1 .subs p {
    font-family: Azo Sans-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 97.5%;
    color: white;
}

}


