@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


a:hover {
    text-decoration: none;
}

body {
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}

.marker {
    background-image: url('../img/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

#ir_arriba {
    bottom: 30px;
    position: fixed;
    right: 30px;
}

#ir_arriba span {
    background: url("../img/uptotop.png") no-repeat scroll center center;
    display: block;
    height: 48px;
    width: 48px;
    opacity: 0.50;
}

.relleno_ambos {
    padding-top: 80px;
    padding-bottom: 80px;
}

.zona_redes li {
    display: inline-block;
}

b, .negro{
    color: #000000;
}
.navbar-toggler {
    text-align: right;
}

.nav-link .fa-bars {
    color: #ffffff80;
    font-size: 1.5em;
}


#menu_superior {
    padding: 10px 0px 20px;
    display: flex;
    align-items: flex-start;
}

.google{margin-right: 20px;}

#menu_principal .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0px;
    margin: 0.5em 0.7em;
}




#menu_principal .dropdown-menu {
    padding: 0;
    margin: 0px 0px 0px 0.2em;
    border-radius: 0rem;
}

#menu_principal .dropdown-item a {
    font-size: 0.9em;
    display: block;
    padding: .45rem 1rem;
}

#menu_principal .dropdown-item {
    font-size: 1em;
    padding: 0px!important;
    font-weight: 300;
    /*border-bottom: 1px solid #ccc;*/
}
.dropdown-toggle:first-child::after {  display: none;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle:first-child::after {  display: inline-block!important;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle{ text-transform: capitalize!important; margin: 0px; /*border-bottom: 1px solid #ccc!important;*/ font-weight: 400!important;}
#menu_principal .dropdown-menu.show  .nav-link.dropdown-toggle::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.image_centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banda_promocional {
    width: 100%;
    z-index: 9999;
    top: 0;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.banda_promocional a:hover{
    text-decoration: underline;
}

.alinear_abajo {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

.alinear_v_centrado {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.alinear_items_v {
    align-items: center;
}

/*------- solo para menu oculto-----------------*/
.icon_cierre {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}

.logo_oculto img {
    width: 80%;
}

#cerrar-menu {
    font-size: 1.9em;
}

.fa-times:before {
    color: #000;
    content: "\f00d";
}

#item1.show .nav-link {
    color: #666;
}

#accordion1 {
    margin-top: 10px;
}

#menu_oculto.abierto {
    right: 0;
}

#accordion1 .nivel_1 a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    padding: 0.3rem 1rem;
}

#accordion1 .nivel_1 .fas {
    float: right;
}

#accordion1 .nivel_2 a {
    text-transform: fullwidth;
    font-size: 0.8em;
}


#menu_oculto {

    width: 297px;
    right: -297px;
    position: fixed;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    background: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container_menu_oculto {

    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/*------------------------botn con efecto-------------------------------*/

.btn_corporativo {
    text-transform: uppercase;
    font-weight: 700;
}


.efecto_boton {

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin: .4em;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.efecto_boton::before {

    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.efecto_boton:hover::before, .efecto_boton:focus::before, .efecto_boton:active::before {

    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}

.paginacion {
    margin-top: 50px;
}

/*--------------frase boton---------------------*/
.fondo_color_frase_boton{padding-top: 20px; padding-bottom: 20px;}

.banda_frase_boton .frase span{font-size: 2em!important; font-weight: 800; text-transform: uppercase;}
.banda_frase_boton .btn-secondary {text-transform: uppercase; margin-top: 15px;}

/*-------------------------------footer------------------------------*/
footer {
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 110%;
    font-size: 0.9em;
}

footer p {
    line-height: 120%;
}

.area_pie {
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.enlaces_pie li {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.distribuidores_pie img {
    width: 50%;
}

.distribuidores_pie li {
    margin-bottom: 8px;
}

.caja_pie .datos_iconos li {
    display: inline-flex;
    line-height: 150%;
}

.caja_pie .datos_iconos i {
    padding-right: 8px;
    font-size: 1.2em;
}

.borde_subpie {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
}

.bloque_calidad{
    padding: 40px 5px;
}

.bloque_calidad img {
    padding: 20px;
}

.caja_pie .enlace {
    font-weight: 600;
}

#bloque_firma {
    padding-top: 8px;
    font-size: 0.8em;
}

/*------------------------------calendario ---------------------------------------*/

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
   
    background-color:#efefef;
    text-transform: uppercase;
    font-size: 14px;
    padding:4px 7px!important;
    border-color:#ccc;
    margin-bottom: 5px!important;
}

.daterangepicker select.yearselect {    width: 42%!important;}


/*----------------------banner publi--------------------------------------*/

.banner_publi {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.texto-caption {
    color: #fff;
    text-align: center;
}

.texto-caption h2 {
    font-size: 5em;
    font-weight: 900;
    line-height: 100%;
}

.texto-caption span {
    font-size: 0.8em;
    font-weight: 900;
    line-height: 100%;
}

.texto-caption p {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 100%;
}

/*------------------tu alquiler-----------------------*/
#alquiler_incluye {
    text-align: center;
}

#alquiler_incluye h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.cajas_iconos {
    text-align: center;
    margin-top: 20px;
}

.cajas_iconos .nombre_cajas {
    text-transform: uppercase;
}

#alquiler_incluye h3 {
    font-size: 1.5em;
    font-weight: 600;
}

.fila_cajas {
    justify-content: center;
}

.destacado {
    font-size: 1.1em;
    font-weight: 600;
}

.cajas_iconos .desc {
    padding: 10px 10px;
    font-size: 0.9em;
}

.cajas_iconos .icono img {
    padding: 20px;
    width: 33%;
}


/*-----------------extras-----------------------*/
#extras h2 {
    font-size: 2.8em;
    font-weight: 700;
    text-transform: uppercase;
}

#extras .caja {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0px 10px #777, 0 0 10px #CCC inset;
    -moz-box-shadow: 0 0px 10px #777, 0 0 10px #CCC inset;
    box-shadow: 0 0px 25px #777, 0 0 10px #CCC inset;
}

#extras h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.cajas_extras {
    align-content: stretch;
}

#extras .caja {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*------------------presentacion-----------------------*/
#presentacion {
    background-image: url("../img/fondo_iconos.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}


.texto_pres h2 {
    letter-spacing: -.3px;
    line-height: 1.22;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 10px;
    text-transform: uppercase;
}

.texto_pres h2 span {
    font-weight: 800;
}


#presentacion .sobre_titular {
    margin-bottom: 10px;
}

#presentacion .imagen_pres {
    display: flex;
    align-self: center;
}

#presentacion .imagen_pres img {
    align-self: center;
}

#presentacion .texto_presentacion {
    padding-left: 7%;
    display: flex;
    align-self: center
}

.texto_pres {
    margin-bottom: 30px;
    align-self: center;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .aviso, .firma {
        text-align: center;
    }

    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        margin-left: auto;
        text-align: right;
        margin-top: 5px;
        display: block;
    }

    .area_pie {
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .banner_publi h2 {
        font-size: 1.4em;
    }

    .banner_publi p {
        font-size: 1em;
    }

    #alquiler_incluye h2 {
        font-size: 2em;
    }

    #extras h2 {
        font-size: 2em;
    }

    .imagen_pres col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .texto_pres h2 {
        font-size: 1.7em;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    #presentacion .relleno_ambos {
        padding-top: 0px;
    }

    #presentacion .sin_margenes {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .relleno_ambos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .aviso, .firma {
        text-align: center;
    }

    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        text-align: right;
        margin-top: 5px;
        margin-left: auto;
        display: block;
        margin-top: 5px;
        display: block;
        margin-top: 25px;
    }

    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

    #extras h2 {
        font-size: 2.4em;
    }

    .texto_pres h2 {
        margin-bottom: 10px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #menu_principal {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler {
        text-align: right;
        margin-top: 5px;
        margin-left: auto;
        display: block;
        display: block;
        margin-top: 10px;
    }

    .banner_publi h2 {
        font-size: 1.6em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        padding-top: 5%;
    }

    #extras h2 {
        font-size: 2.4em;
    }

    #extras h3 {
        font-size: 0.8em;
    }

    .cajas_iconos .icono img {
        width: 70%;
    }

    #presentacion .texto_presentacion {
        padding-left: 10px;
    }

    .texto_pres h2 {
        font-size: 2.1em;
        margin-bottom: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu_principal .nav-link {
        margin: 0.5em 1em;
    }

    .banner_publi h2 {
        font-size: 2.5em;
    }

    .banner_publi p {
        font-size: 1.2em;
    }

    .banner_publi {
        height: auto;
        padding-top: 8%;
        padding-bottom: 10%;
    }

    #alquiler_incluye h3 {
        font-size: 1.2em;
    }

    .cajas_iconos .icono img {
        width: 50%;
    }

    .texto_pres h2 {
        font-size: 2.1em;
        margin-bottom: 10px;
    }

    #presentacion .texto_presentacion {
        padding-left: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)  and (max-width: 1298.98px) {
    .banner_publi {
        height: auto !important;
        padding-top: 8%;
        padding-bottom: 10%;
    }

}
