@font-face{
    font-family: LabGrotesque-Bold;
    src:url('../font/LabGrotesque-Bold.ttf');
}
@font-face{
    font-family: LabGrotesque-Medium;
    src:url('../font/LabGrotesque-Medium.ttf');
}
@font-face{
    font-family: LabGrotesque-Regular;
    src:url('../font/LabGrotesque-Regular.ttf');
}
@font-face{
    font-family: LabGrotesque-Light;
    src:url('../font/LabGrotesque-Light.ttf');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    overflow-x: hidden;
}
.desktop{
    display: block;
}
.mobile{
    display: none !important;
}
.boxNaranja{
    background-color:#F07821;
    color: white;
    border-radius: 20px;
}
a{
    text-decoration: none;
}
h2{
    font-size: 25px;
    overflow-y: hidden;
}
h3{
    overflow-y: hidden;
}
.titulo{
    background-color: #002B4D;
    color: white;
    padding: 1% 0%;
}
.navbar-toggler{
    border: none;
}
.modal-header{
    border-bottom: none;
}
.modal-dialog{
    max-width: 800px;
}
header .navbar{
    background-color: white;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}
header .navbar-collapse{
    flex-grow: 0;
}
header .logo_principal{
    width: 50%;
}
header a{
    font-family: LabGrotesque-Light;
    font-size: 14px;
    color: #002B4D !important;
}
a:active{
    color: #002B4D !important;
    border-top: 7px solid #F07821;
    margin-top: -12px;
}
.video .container-fluid{
    padding-right: var(--bs-gutter-x, 0.0rem);
    padding-left: var(--bs-gutter-x, 0.0rem);
}
.video video{
    width: 100%;
}
#contactanos{
    background-image: url("../img/fondo1_D.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    margin-top: -9%;
    position: relative;
    height: 880px;
}
.contactanos .formulario{
    padding: 4%;
    background-color: #eeeeee; 
    width: 75%;
    border-radius: 25px;
    margin-top: 25%;
}
.contactanos .formulario h2{
    color: #002B4D;  
    text-align: center;
    line-height : 32px;
    font-size: 35px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: LabGrotesque-Regular;
}
.contactanos .formulario .formulario-departamentos{
    margin-top: 4%;
    display: flex;
    justify-content: center;
}
.contactanos .formulario .precio{
    color: #002B4D;  
    border: 2px solid #002B4D;
    border-radius: 25px;
    padding: 1% 2%;
    width: 210px;
    text-align: center; 
    font-family: LabGrotesque-Medium;
    font-size: 14px;
    margin-left: 4%;
}
.contactanos .formulario p{
    margin-bottom: 0rem;
}
.contactanos .formulario form{
    margin-top: 5%;
    padding: 0% 4%;
}
.contactanos .formulario form input{
    background-color: #dddddd;
    margin: 3% 0%;
    border-radius: 25px;
}
.contactanos .formulario form input::placeholder{
    font-size: 14px;
}
.contactanos .formulario form select{
    background-color: #dddddd;
    margin: 2% 0%;
    border-radius: 25px;
    border: none;
    padding: 2% 7%;
    color: #808080;
    font-size: 14px;
}
.contactanos .formulario form label, .importante{
    font-size: 10px;
    color: gray;
}
.contactanos .formulario form .boton{
    color: white;
    background-color: #F07821;
    width: 100%;
}
.departamentos{
    padding: 5% 0% 7% 0%;
}
.cuadroAzul{
    width: 100%;
    height: 530px;
    background-color: #292A2C;
    position: absolute;
    z-index: -1;
    margin-top: -20%;
}
.departamentos .titulo{
    margin-bottom: 3%;
}
.departamentos .varianteSelector{
    margin: 0% 10%;
}
.departamentos .tab-content .box{
    background-color: #F07821;
    padding: 4%;
    border-radius: 0px 0px 25px 25px;
    margin: 0% 10%;
}
.departamentos .tab-content .box img{
    width: 90%;
}
.departamentos .tab-content .box p{
    text-align: left;
}
.departamentos .tab-content .box .precio{
    color: white;
    font-size: 35px;
    text-align: center;
    font-family: LabGrotesque-Medium;
}
.departamentos .tab-content .box .parrafo{
    font-family: LabGrotesque-Regular;
    font-size: 15px;
    margin-left: 4%;
    color: white;
}
.departamentos .tab-content .box .importante{
    font-size: 10px;
    color: white;
    line-height : 15px;
    margin: 0% 4%;
}
.departamentos .nav-pills .nav-link.active{
    background-color: #F07821;
}
.departamentos .nav-link{
    padding: 0.5rem 2.3rem;
    border-radius: 5px 5px 0px 0px;
    color: black;
}
.departamentos .nav-item{
    width: 33.3%;
}
.departamentos .nav-item a{
    text-align: center;
}
.departamentos h2{
    margin: 5% 0% 5% 0%;
    color: #002B4D;
}
.departamentos #plano1 .modal-content{
    background-color: #002B4D;
}
.departamentos #plano2 .modal-content{
    background-color: #002B4D;
}
.departamentos #plano1 .modal-body img{
    width: 75%;
}
.departamentos #plano2 .modal-body img{
    width: 75%;
}
.banner .container-fluid{
    padding-right: var(--bs-gutter-x, 0.0rem);
    padding-left: var(--bs-gutter-x, 0.0rem);
}
.banner .promo{
    float: right;
    display: block;
    margin-top: -32%;
    position: relative;
    right: 8%;
    color: white;
    border: none;
    font-size: 14px;
}
.banner .promo a{
    text-decoration: underline;
}
.banner .promo a:hover{
    color: blue;
}
.beneficios{
    padding: 5% 0;
}
.beneficios h2{
    font-size: 32px;
    font-family: LabGrotesque-Regular;
    margin-bottom: 8%;
}
.beneficios p{
    margin: 15% 0%;
    line-height : 18px;
    font-family: LabGrotesque-Regular;
    font-size: 15px;
}
.beneficios h3{
    font-size: 55px;
    font-family: LabGrotesque-Medium;
    margin-top: 4%;
    margin-bottom: 4%;
}
.slider .container-fluid{
    padding-right: var(--bs-gutter-x, 0.0rem);
    padding-left: var(--bs-gutter-x, 0.0rem);
}
.slider .titulo .img1{
    float: right;
}
.slider .titulo .img2{
    float: left;
}
.vista360{
    margin: 5% 5% 0% 0%;
}
.vista360 img{
    margin: 0% 2.5%;
}
.vista360 .icon360{
    width: 80%;
}
.ubicacion{
    margin-top: 2%;
}
.ubicacion h2{
    position: absolute;
    font-size: 55px;
    font-family: LabGrotesque-Regular;
    color: #002B4D;
}
.ubicacion .mapa{
    margin-top: 8%;
}
.ubicacion .waze{
    margin-top: 3%;
}
.ubicacion .waze p{
    margin-left: 3%;
    margin-top: 1%;
    font-size: 16px;
    color: #002B4D;
    font-family: LabGrotesque-Medium;
}
.ubicacion .waze a{
    text-decoration: none;
    margin: 0% 2%;
}
.zonaDescarga{
    margin: 2% 0%;
}
.zonaDescarga .titulo{
    padding: 3% 0% 1.5% 15%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.zonaDescarga .titulo p{
    font-size: 40px;
    margin-right: 4%;
}
.zonaDescarga .titulo .flecha{
    margin-top: 12px;
}
.zonaDescarga .brochure{
    padding: 10% 0% 10% 0%;
}
.zonaDescarga .brochure p{
    font-size: 12.5px;
    margin-bottom: 1%;
}
.zonaDescarga .dron{
    padding: 11% 0% 11% 0%;
}
.zonaDescarga .dron p{
    font-size: 12.5px;
    margin: 2% 0% 1% 0%;
}
.faq{
    margin: 8% 15% 8% 15%;
}
.faq h2{
    font-family: LabGrotesque-Bold;
}
.faq .accordion-body{
    font-family: LabGrotesque-Light;
    font-size: 14px;
}
.faq .accordion-button:not(.collapsed){
    background-color: #002B4D;
    color: white !important;
}
.flotante .fixed-bottom{
    left: auto !important;
    right: 10px;
    bottom: 10px;
}
.flotante .fixed-bottom a{
    display: flex;
    margin: 35% 0%;
    text-decoration: none;
    border: none !important;
}
footer{
    background-color: #002B4D;
    padding: 2% 0% 1% 0%;
}
footer p{
    color: white;
    font-family: LabGrotesque-Regular;
    font-size: 18px;
    text-align: center;
}
footer .copyright p{
    font-size: 12px !important;
    font-family: LabGrotesque-Light;
}
footer .facebook{
    margin: 0% 2%;
}
footer a{
    color: white;
}
footer .solicitud{
    font-size: 9px;
    text-decoration:underline !important;
}
#id_terms_and_condition{
    width: 50px;
    height: 20px;
    margin-right: 2%;
}
.text_checkbox{
    text-align: justify !important;
    line-height: 13px;
    margin: 2% 2%;
}

@media only screen and (max-width: 1980px){
    #contactanos{
        margin-top: -40px;
        height: 1024px;
    }
}
@media only screen and (max-width: 1400px){
    #contactanos{
        margin-top: -9%;
        height: 940px;
    }
}
@media only screen and (max-width: 1280px){
    #contactanos{
        height: 848px;
    }

}
@media only screen and (max-width: 980px){
    #contactanos{
        height: 644px;
    }
}

@media only screen and (max-width: 600px){
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .boxNaranja{
        margin: 2% 10%;
    }
    h2{
        font-size: 20px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header a{
        font-size: 20px;
    }
    header .navbar-brand{
        width: 50%;
    }
    header .navbar-collapse{
        margin-top: 5%;
        padding-left: 5%;
    }
    header .telefono{
        margin-bottom: 10%;
        margin-top: 10%;
    }
    header .logo_principal{
        width: 90%;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #contactanos{
        margin-top: -20%;
        height: 885px;
    }
    .titulo{
        padding: 6% 0%;
    }
    .contactanos .formulario{
        width: 90%;
        margin-top: 40%;
    }
    .departamentos {
        padding: 5% 0% 15% 0%;
    }
    .departamentos .row{
        --bs-gutter-x: 1.5rem;
        margin-right: calc(-1.5 * var(--bs-gutter-x)) !important;
        margin-left: calc(-1.5 * var(--bs-gutter-x)) !important;
    }
    .departamentos h2{
        margin: 10% 0% 5% 0%;
    }
    .departamentos #plano1 .modal-body img{
        width: 100%;
    }
    .departamentos #plano2 .modal-body img{
        width: 100%;
    }
    .banner .promo{
        float:left;
        margin-top: -14%;
        right: none;
        font-size: 14px;
        left: 8%;
    }
    .banner .promo a{
        display: block;
    }
    .beneficios{
        padding: 10% 0;
    }
    .beneficios h3{
        font-size: 30px;
    }
    .beneficios p{
        margin: 5% 5%;
    }
    .beneficios img{
        margin-top: 10%;
    }
    .slider .titulo{
        padding: 6% 0%;
    }
    .vista360{
        margin: 5% 0%;
    }
    .vista360 img{
        margin: 5% 0% !important;
    }
    .ubicacion .waze p{
        font-size: 12px;
    }
    .faq{
        margin: 8% 0% 8% 0%;
    }
    footer .logo_segundario{
        margin: 8% 0%;
    }
    footer .redes img{
        margin: 0% 4%;
    }
    .zonaDescarga .titulo{
        padding: 3% 0% 1% 0%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        text-align: center;
        justify-content: center;
    }
    .zonaDescarga .titulo p{
        font-size: 20px;
        margin-right: none;
    }
    .zonaDescarga .titulo img{
        display: none;
    }
    
}