/*
:root {
    --base-color: #2946f3;
}
*/
/* Generales */

.bodoni-libre {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

header .navbar-brand {
    padding: 10px 0;
}

header .navbar-brand img {
    max-height: 80px;
}

.enlace_idioma:nth-child(n+2) {
    margin-left: 20px;
}

.enlace_idioma img {
    width: 25px;
}

.contenedor_index_carrusel_contenedorTexto span a {
    border-radius: 25px;
}

#botonFlotante_whatsapp {
     background-color: #25d366;
     border-radius: 50px;
     bottom: 40px;
     color: #fff;
     font-size: 30px;
     height: 60px;
     position: fixed;
     right: 40px;
     text-align: center;
     width: 60px;
     z-index: 100;
}

.menu-item-list .nav-link {
    font-size: 28px;
}

@media only screen and (max-width: 1400px) {
    header .navbar-brand img {
        max-height: 40px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 12px;
    }

    .enlace_idioma:nth-child(n+2) {
        margin-left: 10px;
    }

    .enlace_idioma img {
        width: 20px;
    }

    .btn.btn-very-small {
        padding: 10px;
    }
}

/* Sustitucion de originales */

.btn.btn-dark-gray:hover, .btn.btn-dark-gray:active {
    background-color: var(--base-color) !important;
    border-color: var(--base-color);
    color: var(--white);
}

/* Inicio */

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

#contenedor_index_carrusel {
    margin-top: 100px;
}

.contenedor_index_carrusel_contenedorImagen {
    background-color: #000;
}

.contenedor_index_carrusel_contenedorImagen img {
    /*opacity: 0.6;*/
    /*opacity: 1;*/

    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0,1 )), to(rgba(0, 0, 0, 0.5)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));      
    width: 100%;
}

.contenedor_index_carrusel_contenedorTexto {
    bottom: 300px;
    margin: 0 30px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .contenedor_index_carrusel_contenedorTexto {
        bottom: 200px;
    }
}

/* Detalle de noticia */

#contenedor_noticia_banner {
    margin-bottom: 50px;
}

#contenedor_noticia_banner img {
    width: 100%;
}

#contenedor_noticia_fecha {
    text-align: right;
}

#contenedor_noticia_detalle h1,
#contenedor_noticia_detalle h2,
#contenedor_noticia_detalle h3 {
    color: #000;
    font-weight: bolder;
}

#contenedor_noticia_detalle li {
    color: #000;
}

#contenedor_noticia_detalle p {
    color: #000;
}

/* Detalle de propiedad */

#contenedor_propiedad_banner {
    margin-bottom: 50px;
}

#contenedor_propiedad_banner img {
    width: 100%;
}

#contenedor_propiedad_fecha {
    text-align: right;
}

#contenedor_propiedad_detalle h1,
#contenedor_propiedad_detalle h2,
#contenedor_propiedad_detalle h3 {
    color: #000;
    font-weight: bolder;
}

#contenedor_propiedad_detalle li {
    color: #000;
}

#contenedor_propiedad_detalle p {
    color: #000;
}

/* Detalle de recomendacion */

#contenedor_recomendacion_banner {
    margin-bottom: 50px;
}

#contenedor_recomendacion_banner img {
    width: 100%;
}

#contenedor_recomendacion_fecha {
    text-align: right;
}

#contenedor_recomendacion_detalle h1,
#contenedor_recomendacion_detalle h2,
#contenedor_recomendacion_detalle h3 {
    color: #000;
    font-weight: bolder;
}

#contenedor_recomendacion_detalle li {
    color: #000;
}

#contenedor_recomendacion_detalle p {
    color: #000;
}

/* Edicion impresa */

.contenedor_edicionImpresa_iframe:nth-child(n+2) {
    display: none;
}

.contenedor_edicionImpresa_iframe iframe {
    height: 800px;
    width: 80%;
}

.enlace_edicionImpresa_iframe {
    cursor: pointer;
}

/* Promos horizontales */

.contenedor_promoHorizontal img {
    width: 100%;
}