/*INVERTIR*/
#contenido .caja.bloque-invertir {
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
    min-height: 115px;
}

#contenido .caja.bloque-invertir .box-icon {
    position: absolute;
    width: 90px;
    left: 0;
}

#contenido .caja.bloque-invertir .box-icon .icono {
    display: block;
    margin: 0 auto;
    max-width: 60px;
    max-height: 60px;
}

#contenido .caja.bloque-invertir .box-icon .icono.extra-w {
    max-width: 70px;
}

#contenido .caja.bloque-invertir .box-icon .icono.extra-h {
    max-height: 70px;
}

#contenido .caja.bloque-invertir .contenido {
    margin-left: 95px;
}

#contenido .caja.bloque-invertir .contenido .destacado {
    margin-bottom: 15px;
}

#contenido .caja ul li {
    margin-left: 30px;
    margin-bottom: 2px;
    list-style: square;
    line-height: 16px;
    font-size: 14px !important;
    line-height: 21px;
    color: #505356;
}

#contenido .caja2 {
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
}

.caja2 a {
    color: #0B7AD0;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
}

/*Premios*/
.events-content ol li .row:last-child {
    padding-bottom: 30px;
}


/**botones*/


a.ver_mas:before {
    font-family: 'Glyphicons Halflings';
    content: "+";
    margin-right: 7px;
}

a.ver_menos:before {
    outline: none;
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    margin-right: 7px;
}


/**acuerdos*/
/* Banner de la página de acuerdos */
#contenido .acuerdos-banner {
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    clear: both;
}

#contenido .acuerdos-banner > div:first-child {
    padding: 0px 15px;
}

#contenido .acuerdos-banner > div:first-child div:first-child {
    font-size: 13px;
    margin: 0px 0px 15px;
}

#contenido .acuerdos-banner > div:first-child h2 {
    letter-spacing: -1px;
    line-height: 24px;
    margin: 20px 0px 20px;
}

#contenido .acuerdos-banner > div:not(first-child) p:first-child {
    text-align: right;
    font-size: 24px !important;
    line-height: 26px !important;

    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 16px;
}

#contenido .acuerdos-banner > div:not(first-child) p:not(first-child) {
    font-size: 9em !important;
    vertical-align: bottom;

    font-weight: 500;
}

#contenido .acuerdos-banner .cifra {
    position: relative;
    top: 60px;
    left: -15px;
    letter-spacing: -10px
}

#contenido .acuerdos-banner .cifra2 {
    position: relative;
    top: 60px;
    left: 0;
    letter-spacing: -10px
}

#contenido .acuerdos-banner > div:not(first-child) p:not(first-child) span.smaller {
    font-size: 80px;
    padding-left: 10px;
}

#contenido .acuerdos-banner h1 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
}

#contenido .acuerdos-banner h2 {
    margin-top: 5px !important;
}


#contenido .azulon p {
    color: #498dc0 !important;
}

#contenido h2.subtitle-light {


    color: #606366 !important;
    font-size: 13px;
    font-weight: normal;
}


.greater {
    font-size: 28px;
}

.info-banner {
    margin-top: 40px;
}

.info-banner ul li {
    list-style: square;
    margin-left: 30px;
    margin-bottom: 10px;
    color: #505356;
    line-height: 21px;

    font-size: 14px;
    position: relative;
}

.info-banner .upper {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #606366;
    letter-spacing: -0.2px;
}


@media screen and (max-width: 768px) {

    .info-banner {
        margin-top: 0;
    }

    .info-banner > div:fist-child,
    .info-banner > div:last-child {
        margin-top: 20px;
    }

    #contenido .acuerdos-banner > div:not(first-child) p:first-child {
        text-align: center;
        margin-top: 0;
    }

    #contenido .acuerdos-banner .cifra,
    #contenido .acuerdos-banner .cifra2 {
        font-size: 8em !important;
        position: static;
        line-height: 1em;
        text-align: center;
    }

}

@media screen and (max-width: 590px) {
    #contenido .acuerdos-banner > div:not(first-child) p:first-child {
        margin-top: 0;
    }

    #contenido .acuerdos-banner .cifra,
    #contenido .acuerdos-banner .cifra2 {
        font-size: 90px !important;
        top: 26px;
        position: static;
        line-height: 90px;
        text-align: center;
    }

    #contenido .acuerdos-banner > div:not(first-child) p:not(first-child) span.smaller {
        font-size: 50px;
        margin-left: 10px;
    }

}

/**ANUNCIOS*/
.advertisement_collapsed {
    display: none;
}

#contenido .info + ul li {
    margin-left: 0;
    margin-bottom: 50px;
}

/**landing riegos*/
#listado-riegos .featured-item.icon-left .icon {
    display: table-cell;
    vertical-align: top;
}

#listado-riegos .featured-item .icon.w-svg .svg {
    text-align: center;
    max-height: 55px;
    width: 100%;
}

#listado-riegos .featured-item .icon.w-svg .svg polygon,
#listado-riegos .featured-item .icon.w-svg .svg path,
#listado-riegos .featured-item .icon.w-svg .svg rect {
    fill: #afafaf;
}

#listado-riegos .featured-item:hover .icon.w-svg .svg polygon,
#listado-riegos .featured-item:hover .icon.w-svg .svg path,
#listado-riegos .featured-item:hover .icon.w-svg .svg rect {
    fill: #0B7AD0;
}

#listado-riegos .featured-item.icon-left.icon-left .des {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #afafaf;
}


/* RECONOCIMIENTOS */

.product-header {
    background-image: url('/fondos-de-inversion/public/img/cabeceras/reconocimientos-2025.jpg');
}
