/*Index*/
html {
    max-width: 100%;
}

.sec {
    position: relative;
}

.cover {
    height: calc(100vh - 62px);


}

h2 {
    color: #00317b;
}


/*Selector de categoria*/

.select-top-index {
    z-index: 3;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 3rem;
}

.select-top-index div {
    text-align: center;
    padding: 0.25rem 1em;
    flex: 1 1 33%;
}

.select-top-index div a {
    color: #fff;
    text-decoration: none;
}

.select-top-index div a img {
    width: 80%;
    margin: 0 10% 1em;
    max-height: 8rem;
    transition: all 1s;
}

.select-top-index.active div a img {
    max-height: 0;
    width: 0;
    margin: 0;
}

.select-top-index div .active {
    font-weight: bold;
}

.select-top-index .productores {
    background-color: #94C11F;
    background-color: rgba(148, 193, 31, 0.8);
    transform-origin: left center;
    animation: fadeShrink 1s ease 0s 1 forwards;
    opacity: 0;
}

.select-top-index .agroempresas {
    background-color: #F9A01B;
    background-color: rgba(249, 160, 27, 0.8);
    animation: fadeShrink 1s ease 0.25s 1 forwards;
    transform-origin: left center;
    opacity: 0;
}

.select-top-index .if {
    background-color: #6095CE;
    background-color: rgba(96, 149, 206, 0.8);
    animation: fadeShrink 1s ease 0.5s 1 forwards;
    transform-origin: left center;
    opacity: 0;
}

/*Escritorio*/
@media (min-width: 767px) {
    .select-top-index {
        max-width: 100vw;
        padding: 0 calc((100vw - 1140px) / 2);
        z-index: 5;
        overflow: visible;
        height: fit-content;
        transition: padding-top 1s;
    }

    .select-top-index>div {
        font-size: 1.15rem;
        padding: 0.5rem 1em;
        transition: all 1s;
    }

    .select-top-index:not(.active) {
        padding-top: 25vh;

    }

    .select-top-index:not(.active)>div {
        flex: 1 1 30%;
        margin: 1%;
        border-radius: 10px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.4);
        border-left: 2px solid rgba(255, 255, 255, 0.4);
        border-right: 2px solid rgba(0, 0, 0, 0.4);
        border-top: 2px solid rgba(255, 255, 255, 0.4);
        transition: border 0.25s;
    }

    .select-top-index:not(.active)>div:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 1px solid rgba(0, 0, 0, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-top: 1px solid rgba(0, 0, 0, 046);
    }

    #ligasCover {
        height: 0;
        transition: height 1s;
        overflow: hidden;
    }

    #ligasCover.active {
        min-height: calc(100vh - 62px - 6rem);
        height: auto;
    }


}

@media (min-width: 1200px) {}

/*Movil*/
@media (max-width: 767px) {
    .select-top-index div a img {
        max-height: 3rem;

        width: 3rem;

    }

    #accessibility .menu-container a.menu-btn {
        bottom: 10px;
        top: unset !important;
        left: 10px;
    }
}

/* Titulos */

#carouselCover .cover-tit {
    display: none;
    z-index: 2;
    position: relative;
    padding: 0.5rem 1.5rem 0;
}

#carouselCover .cover-tit h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
}

#carouselCover .cover-tit h2 {
    font-size: 1.6rem;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
}

#carouselCover .cover-tit p {
    font-size: 1.6rem;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
    font-weight: 300;
    margin-bottom: .5rem;
}

#carouselCover .cover-tit {
    animation: pullLeft 1.5s ease-in-out 1s 1 forwards;
}

.productores #carouselCover .productores-tit {
    display: block;
}

.agroempresas #carouselCover .agroempresas-tit {
    display: block;
}

.if #carouselCover .if-tit {
    display: block;
}

#carouselCover h2 {
    text-shadow: 2px 2px 2px #333;
    z-index: 1;
    position: relative;
    left: 24px;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.75em;
}

#carouselCover h2 a {
    color: #FFF;
    text-decoration: none;
}

#carouselCover h2 a i {
    animation: scaleLoop 3s ease-in-out infinite;
}

#carouselCover h2 a:hover {
    text-decoration: underline;
}

#carouselCover .titulos-cover {
    height: auto;
    background-color: rgba(0, 49, 112, 0.7);
    padding: 1.25rem 0;
}

@media (min-width: 768px) {
    #carouselCover .titulos-cover {
        position: relative;
        float: right;
        width: 40%;
        margin-top: 1rem;
        overflow-x: hidden;
    }
}

@media (min-width: 1140px) {
    #carouselCover .titulos-cover {
        position: absolute;
        top: calc(-62px + 100vh - 16rem);
        padding-right: calc((100vw - 1024px) / 2);
        right: 0;
        padding-left: 6rem;
        background-color: unset;
        overflow-x: hidden;
        float: unset;
        width: auto;
    }

    #carouselCover .titulos-cover:after {
        position: absolute;
        background-color: rgba(0, 49, 112, 0.9);
        bottom: 0;
        top: 0;
        display: block;
        content: '';
        transform: skewX(-18deg);
        height: 100%;
        width: 200%;
        margin-left: -1rem;
    }
}



@media (max-width:767px) {
    #carouselCover .titulos-cover {
        width: 100%;
    }

    #carouselCover h1 {
        font-size: 1.1rem;
        width: 100%;
    }

    #carouselCover .cover-tit p {
        width: 100%;
        padding: 0;
        font-size: 1.2rem; 
    }

    #carouselCover h2 {
        top: unset;
        right: unset;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 480px) {}

@media (max-width: 280px),
(max-height: 580px) {

    #carouselCover h1,
    #carouselCover .cover-tit p,
    #carouselCover h2 {
        font-size: 1.2em;
    }

    #scrollLink {
        margin-right: 1em;
    }
}

/*Ligas Cover*/
#ligasCover {
    display: block;
    opacity: 0;
    width: 50%;
    position: relative;
    float: left;
    max-width: 512px;
    margin: 0 calc((100vw - 1140px) / 2);
    z-index: 3;
}

#ligasCover.active {
    padding: 1em;
    animation: fadeShrink 1s ease-in 0s 1 forwards;
}

#ligasCover ul {
    display: none;
}

#ligasCover.active ul.show {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    margin: 0;
}

#ligasCover ul li {
    list-style: none;
    flex: 1 1 100%;
    margin: 2px 0;
    height: 100%;
}

#ligasCover a {
    padding: 2px 5px;
    max-width: 300px;
    color: #00317b;
    font-weight: 600;
    font-size: 0.8em;
    display: block;
    min-height: 50px;
    position: relative;
    overflow-x: hidden;
    padding-right: 3rem;
}

#ligasCover a:hover {
    font-weight: bold;
    font-size: 0.85em;
}

#ligasCover a::before {
    content: " ";
    display: block;
    width: 330px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 30px;
    top: 0;
    height: 50px;
    z-index: -1;
    transform: skewX(36deg);
}

#ligasCover img,
#ligasCover svg {
    max-height: 45px;
    max-width: 45px;
    display: block;
    float: left;
    margin-right: 15px;
}

@media (max-width: 1140px) {
    #ligasCover {
        margin: auto;
    }

    #ligasCover ul.show {
        min-width: unset;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media (max-width:767px) {
    .select-top-index {
        height: auto;
    }

    .select-top-index div a {
        line-height: 1rem;
        font-size: 1.25rem;
    }

    #ligasCover {
        width: 100%;
        max-width: unset;
        float: none;
    }

    #ligasCover.active ul.show {
        flex-direction: row;
        flex-wrap: wrap;

    }

    #ligasCover ul.active {
        flex-wrap: wrap;
    }

    #ligasCover ul a {
        text-align: center;
        max-width: 100%;
        min-height: 110px;
        padding: 12px;
        overflow: visible;
        border-radius: 10px;
    }

    #ligasCover ul li {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #ligasCover ul a::before {
        left: 0;
        right: 0;
        transform: unset;
        background-color: unset;
        height: inherit;
        width: unset;
    }

    #ligasCover ul a img {
        max-height: 38px;
        display: block;
        float: unset;
        margin: 0 auto 15px;
    }

    #ligasCover ul li {
        margin: 1%;
        display: block;
        flex: 1 1 31%;
    }
}

@media (max-width: 540px) {
    .select-top-index div {
        width: 100%;
        flex: 1 1 100%;
    }

    .select-top-index div a {
        display: grid;
        text-align: left;
        grid-template-columns: 1fr 3fr 1fr;
        line-height: 1.5rem;
    }

    .select-top-index div a::after {
        font-family: 'fira-ico' !important;
        font-weight: 900;
        content: "\e902" !important;
    }

    .select-top-index.active div a.active::after {
        content: "\f107";

    }
}

@media (max-width: 480px) {
    .select-top-index {
        height: auto;
    }

    #ligasCover {
        position: relative;
        height: auto;
        max-height: fit-content;
        min-height: unset;
    }

    #ligasCover ul.show {
        width: 100%;
        margin: 0;
    }

    #ligasCover ul li {
        width: 100%;
        flex: 1 1 100%;
        margin: 2px;
    }

    #ligasCover ul a {
        height: auto;
        min-height: unset;
        max-height: unset;
    }

    #ligasCover ul a img {
        float: left;
        margin: -6px -6px 0;
        max-height: 32px;
    }
}

@media (max-width: 280px) {
    .select-top-index {
        height: auto;
    }

    .select-top-index div {
        min-height: 3.5rem;
        overflow: hidden;
        flex: 1 1 100%;
        padding: 1em 1.5em;
    }

    .select-top-index div a {
        grid-template-columns: 3fr 1fr;
    }

    .select-top-index div a img {
        display: none;
    }

    #ligasCover {
        margin-bottom: 15px;
    }

    #ligasCover ul a img {
        float: unset;
        margin: 5px auto;
    }
}

@media (max-height: 650px) and (orientation: landscape) {
    .cover {
        height: auto;
        min-height: 100vh;
        overflow-y: hidden;
    }

    .select-top-index:not(.active) {
        padding-top: 0;
    }

    #ligasCover.active {
        max-width: 570px;
        width: 55%;
        margin-right: 0;
        overflow: visible;
        height: auto;
        float: left;
    }

    #carouselCover .carousel {
        height: auto;
    }

    #carouselCover .titulos-cover {
        width: 44%;
        padding-right: 0;
        float: right;
    }

    #ligasCover.active ul.show {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 5px 5px;
    }

    #ligasCover ul li {
        display: flex;
        width: 100%;
        margin: 2px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        padding: 0.5rem;
    }

    #ligasCover ul li a {
        height: 100%;
    }

    #ligasCover ul li a::before {
        display: none;
    }

    #ligasCover img,
    #ligasCover svg {
        float: none;
        margin: 0 auto 15px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    #ligasCover.active {
        width: 45%;
        float: left;
    }

    .select-top-index:not(.active)>div {
        padding-top: 0.5rem;
        border-radius: 0;
        margin: 0;
        flex: 1 1 33%;
    }

    #ligasCover img,
    #ligasCover svg {
        float: left;
        max-height: 20px;
        margin-right: 0.5em;
    }

    #ligasCover ul li {
        flex: 1 1 49%;
    }
}

/*Carousel*/

#carouselCover .carousel {
    position: absolute;
    top: 0;
    z-index: -1;
}

.carousel .carousel-overlay {
    content: " ";
    display: block;
    position: absolute;
    left: -33%;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    background: rgba(148, 193, 31, 0.6);
    transform: skewX(-20deg);
}

.productores .carousel-overlay {
    background-color: rgba(148, 193, 31, 0.6);
}

.agroempresas .carousel-overlay {
    background-color: rgba(249, 160, 27, 0.6);
}

.if .carousel-overlay {
    background-color: rgba(96, 149, 206, 0.6);
}

.carousel,
.carousel-item,
.carousel-inner,
.cover .col-4 img {
    height: inherit
}

#carouselCover .carousel-item {
    overflow: hidden;
}

#carouselCover .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


/*Ligas carrousel */


@media (max-width: 767px),
(max-width: 480px) {
    .cover {
        height: auto;
        overflow: hidden;
        padding-bottom: 3em;
        min-height: calc(100vh - 62px);
    }

    #carouselCover .carousel,
    #carouselCover .carousel>.carousel-inner {
        min-height: calc(100vh - 62px);
        height: 100%;
    }

    #carouselCover .carousel,
    #carouselCover .carousel>.carousel-inner,
    .carousel,
    .carousel-item,
    .cover .col-4 img {
        height: 100%;
    }

}

@media (max-width: 480px) {}




/*Busco Crédito*/

.sec-index {
    padding-top: 62px;
    padding-bottom: 62px;
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
}

#buscoCreditoCover:before {
    content: "";
    background-image: url('/Nd/img/back-buscocredito.jpg');
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}

#buscoCreditoCover h3 {
    font-size: 1.3em;
    color: #00317b;
}

#buscoCreditoCover label {
    color: #00317b;
    font-size: 0.7em;
    margin-bottom: 0.1rem;
}

#buscoCreditoCover input,
#buscoCreditoCover select,
#buscoCreditoCover textarea {
    color: #00317b;
    border: solid 1px;
}

.buscocredito-proyecto {
    background-color: #6095CE;
    padding: 1em;
    border-radius: 10px 10px 0 0;
}

.buscocredito-proyecto h4 {
    color: #FFF;
    font-size: 1.2em;
}



.buscocredito-proyecto a {
    color: #00317b;
}

#buscoCreditoCover button {
    border-radius: 0 0 10px 10px;
    background-color: #003170;
}

#buscoCreditoCover .nota-pie {
    font-size: 0.8em;
    padding: 0 1em;
    margin: 0;
}

/*ESG*/
#esgCover {
    background-color: #FFF;
}

/*secProgramas*/
#secProgramas .card-title {
    min-height: 2em;
}

#secProgramas .row>div {
    margin-top: 1em;
}

#secProgramas .card {
    border-radius: 20px 20px 0 0;
    background-color: #F0F0F0;
    border: 0;
    height: 100%;
}

#secProgramas .card-title {
    color: #00317b;
}

#secProgramas .btn-primary {
    background-color: #6095CE;
    border-color: #6095CE;
    float: right;
}

#botonesCover a {
    color: #fff;
    text-decoration: none;
}

#botonesCover li:hover,
#botonesCover li:hover a,
#botonesCover li:focus,
#botonesCover li:focus a,
#botonesCover li a:focus,
#botonesCover li a[aria-selected="true"] {
    background-color: #6095ce;
}

@media (max-width:767px) {

    #botonesCover {
        top: 124px;
        left: 10%;
        right: 10%;
    }
}

/*Secc Oficinas Cover*/
#cover-mapa {
    margin: 0;
    padding: 1em 0;
    background-image: url("../img/back-oficina.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 50vh;
    overflow: auto;
}

#cover-mapa .container {
    background-color: rgba(255, 255, 255, 0.8);
}

#cover-mapa h1 {
    color: #003170;


    padding: 0.25em;
    border-radius: 10px;
}

#cover-mapa .loader {
    color: #003170;
    padding: 0.25em;
    border-radius: 10px;
    font-size: 1.2rem;

}

#cover-mapa h3 {
    color: #003170;
}

#cover-mapa .buscador #buscarOfi,
#cover-mapa .buscador #buscarOfi #ofi {
    width: 100%;
}

#cover-mapa .buscador #buscarOfi input,
#cover-mapa .buscador input:-webkit-autofill {
    width: 100%;
    margin: 0;
    padding: 2px 27px 2px 7px;
    border: 2px solid #fff;
    border-radius: 5px;
    height: 1.8rem;
    float: left;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('../img/buscar-oficina.svg') !important;
    color: #888;
}

.buscador #buscarBtnOfi {
    width: 100%;
    background-color: #003170;
}

#cover-mapa .buscador #cercaDeMi {
    display: none;
    width: 100%;
    text-align: center;
    height: calc(1.8rem + 2px);
    line-height: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    float: right;
    margin-bottom: 0.5rem;
}

#cover-mapa .buscador #cercaDeMi img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#cover-mapa .result {
    position: relative;
    box-shadow: #aaa 3px 3px 8px;
    overflow-y: auto;
    background-color: #FFF;
    color: #444;
    padding: 1em;
    transition: all 1s;
    border-radius: 10px;
    margin-bottom: 1em;
}

#cover-mapa #map {
    height: calc(100vh - 100px);
    max-height: 50vh;
    width: 100%;
    transition: all 1s;
    background-repeat: no-repeat;
    background-image: url('../img/map-placeholder.png');
}

#cover-mapa .marcador {
    width: 60px;
    height: 60px;
}

#cover-mapa .buscaMasOfi {
    width: 100%;
    background-color: #003170;
    margin-top: 1em;
}

/*Cover Agrocostos*/
#agrocostosCover {
    background-color: #003170;
    color: #FFF;
}

#agrocostosCover ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#agrocostosCover ul li {
    margin: 5px 0;
    width: 100%;
}

#agrocostosCover ul li a {
    width: 100%;
    background-color: #6095CE;
    border-color: #6095CE;
}

#agrocostosCover ul li a:hover,
#agrocostosCover ul li a:active,
#agrocostosCover ul li a:focus {
    background-color: #003170;
    border-color: #6095CE;
}

#agrocostosCover .liga-app {
    padding: 1em;
    background-color: #94C11F;
    overflow: auto;
    display: flex;
    border-radius: 0.25rem;
}

#agrocostosCover .liga-app img {
    flex: 1 1 96px;
}

#agrocostosCover .liga-app p {
    padding: 1em;
    flex: 1 1 auto;
}

#agrocostosCover .liga-app a {
    color: #003170;
}

/*Seccion notas*/

#contNotas .cards {
    display: flex;
    flex-wrap: wrap;

}

#contNotas .card img {
    max-height: 250px;
}

#contNotas .card {
    margin: 10px;
    flex: 1 1 22%;
    flex: 1 1 calc(25% - 20px);
}

#contNotas .card a {
    max-height: 232px;
    overflow: hidden;
}

#contNotas .card .btn {
    float: right;
}

#conNotas .card a {
    max-height: 232px;
    overflow: hidden;
}

#contNotas h3.card-title {
    font-size: 1.25rem;
}

@media screen and (max-width:767px) {
    #contNotas .card {
        flex: 1 1 90%;
    }
}

/*Sección info*/
#contInfo {
    background-image: url('/Nd/img/back-info.jpg');
    color: #FFF;
    padding: 1.5em 1em;
}

#contInfo>div {
    display: flex;
    flex-wrap: wrap;
}

#contInfo h2 {
    width: 100%;
    flex: 1 1 100%;
}

#contInfo a {
    width: 20%;
    flex: 1 1 20%;
    overflow: auto;
    margin: 1em;
    padding: 1em;
    background-color: rgba(0, 49, 112, 0.8);
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

#contInfo a:hover,
#contInfo a:active,
#contInfo a:focus {
    background-color: rgba(0, 49, 112, 1);
}

#contInfo a h3 {
    color: #FFF;
    padding-top: 3em;
    font-size: 1.2rem;
    text-align: right;

}

#contInfo a:hover h3,
#contInfo a:active h3,
#contInfo a:focus h3 {
    text-decoration: none;
    font-style: italic;
}

@media (max-width: 990px) {
    #contInfo a {
        flex: 1 1 45%;
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    #contInfo a {
        width: 90%;
        flex: 1 1 90%;
    }
}

/*cover Podcast*/
#podcast {
    background-color: #FFF;

}

#podcast .ligasPodcastExternos {
    display: flex;
    margin: 10px 0;
    text-align: center;
}

#podcast .ligasPodcastExternos a {
    margin: 0px 1%;
    flex: 1 1 45px;
    font-size: 0.7em;
    cursor: pointer;
}

#podcast .ligasPodcastExternos a img {
    margin-bottom: 5px;
    width: 100%;
}

#podcast #pButton {
    width: 70px;
    height: 70px;
    margin: 0.1em 1em;
    background-color: transparent;
    border: 0px solid #FFF;
    border-radius: 50% 50%;
    float: left;
    color: #FFF;
    font-size: 1.5em;
}

#podcast .repPod {
    background-color: #339643;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
    border-radius: 10px;
}

#podcast .lineaTiempo {
    flex: 1 1 auto;
}

#podcast #timeline {
    height: 10px;
    background-color: rgba(179, 179, 179, 0.7);
    margin: 35px 1em 0 0;
}

#podcast #Playhead {
    width: 5px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex: 1 1 70px;
}

#podcast #currTime {
    color: #FFF;
    font-size: 1.2em;
    flex: 1 1 100%;
    text-align: right;
    padding: 0.2em 1em;
    margin-top: -1.2em;
}

#podcast .play {
    background-image: url('../img/play.png');
    background-size: cover;
}

#podcast .pause {
    background-image: url('../img/pause.png');
    background-size: cover;
}

#podcast #otrosPod {
    display: flex;
}

#podcast #otrosPod .pod {
    flex: 1 1 30%;
    padding: 1em;
    background-color: #003170;
    margin: 0.2em 10px;
    color: #FFF;
    font-size: 0.9em;
    display: flex;
}

#podcast #otrosPod .pod img {
    flex: 1 1 33%;
    margin-right: 10px;
    align-self: end;

}

#podcast #otrosPod .pod .detalle {
    flex: 1 1 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#podcast #otrosPod .pod a {
    flex: 1 1 auto;
    display: flex;
}

#podcast .btn-success {
    float: right;
    margin-top: 0.5em;
}

@media (max-width: 1140px) {
    #podcast #otrosPod {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    #podcast #currTime {
        margin-top: 0px;
    }

    #podcast #otrosPod {
        flex-direction: column;

    }

    #podcast #otrosPod .pod {
        flex: 1 1 auto;
        margin: 10px 0;
    }
}

@media screen and (max-width: 280px) {
    * {
        word-break: break-word;
    }



    #contInfo a {
        margin: 1em 0;
        width: 100%;
        flex: 1 1 100%;
    }
}


/*Index Relación con Inversionistas*/
#relInver {
    background-image: url('/Nd/img/back-relacion-inversionistas.jpg');
    background-position: center center;
    background-size: cover;
    overflow: auto;
    position: relative;
}

#relInver:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

#relInver div {
    position: relative;
    z-index: 2;
}

#relInver ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

#relInver ul li {
    width: 100%;
    margin: 0.5em 0;
}

#relInver ul li a {
    width: 100%;
}

/*Estudios Económicos*/
#estudiosEcon {
    padding: 3rem 1rem;
}

#estudiosEcon .cards {
    display: flex;
    flex-wrap: wrap;
}

#estudiosEcon .card {
    flex: 1 1;
    margin: 0 1rem;
    min-width: 200px;
    max-width: 29%;
}

#estudiosEcon .card .btn-success {
    background-color: #f44646;
    border-color: #f44646;
}

@media (max-width: 767px) {
    #estudiosEcon .cards {
        flex-wrap: wrap;
    }

    #estudiosEcon .card {
        flex: 1 1 100%;
        margin: 0 0 1rem;
        min-width: 100%;
        max-width: 100%;
    }

    img[alt="cargando..."] {
        max-height: 250px !important;
    }
}

/*Sliders Enlaces de Interés*/
.enlacesInteres {
    padding: 2rem 0;
    background-color: #FFF;
    text-align: center;
}

.enlacesInteres ul {
    list-style: none;
    padding: 0;
}

.enlacesInteres ul li {
    display: inline;
}

#CicleEnlaces .DivEnlaces {
    display: flex !important;
    flex-wrap: wrap;
}

#CicleEnlaces .DivEnlaces span {
    flex: 1 1 30%;
    margin: 2px;
}

#CicleEnlaces .DivEnlaces span a,
#CicleEnlaces .DivEnlaces span a img {
    width: 100%;
    max-width: 205px;
}

#Banner_promocionales,
#Banner_promocionales .carousel-item {
    height: inherit;
}

/* AgriTech*/
#agritechFIRACover {
    background-color: #F0F0F0;
}

#agritechFIRACover .logo-agritech {
    width: 100%;
}

#agritechFIRACover .hexagono {
    background-image: url('/Nd/img/cover-agritech-hexagono.svg');
    background-repeat: no-repeat;
}

#agritechFIRACover .hexagono img {
    width: 60%;
    margin: 20%;
}

#agritechFIRACover p {
    text-align: center;
    color: #02264c;
}

#agritechFIRACover button {
    background: linear-gradient(55deg, #75BB21, #015b86);
    color: #FFF;
    border: 0px solid #FFF;
    border-radius: 10px 10px;
    padding: 0.5rem 0.25rem;
    width: 100%;
}

/*IE*/
html[data-useragent='11.0'] .sec {
    max-width: 100vw !important;
    overflow-x: hidden;
}

html[data-useragent='11.0'] .select-top-index {
    margin-top: 62px;
}

html[data-useragent='11.0'] #ligasCover ul.show {
    opacity: 1;
    margin-top: 3rem;
}

html[data-useragent='11.0'] #ligasCover img,
html[data-useragent='11.0'] #ligasCover svg,
html[data-useragent='11.0'] #ligasCover a {
    max-height: 4rem;
    min-height: 4rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    html[data-useragent='11.0'] #ligasCover {
        margin-top: 6rem;
    }

    html[data-useragent='11.0'] #ligasCover ul.show {
        display: none !important;
    }

    html[data-useragent='11.0'] #ligasCover.active ul.show {
        display: flex !important;
    }
}

html[data-useragent='11.0'] #carouselCover {
    overflow: hidden;
}

html[data-useragent='11.0'] #carouselCover .carousel-item {
    position: relative;
    width: 100vw;
}

html[data-useragent='11.0'] #carouselCover .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

html[data-useragent='11.0'] #carouselCover .titulos-cover {
    background-color: rgba(0, 49, 112, 0.0);
}

@media (min-width: 1140px) {
    html[data-useragent='11.0'] #carouselCover .titulos-cover:after {
        position: absolute !important;
        background-color: rgba(0, 49, 112, 0.9) !important;
        bottom: 0 !important;
        top: 0 !important;
        display: block !important;
        content: '' !important;
        transform: skewX(-18deg) !important;
        height: 100% !important;
        width: 200% !important;
        margin-left: -1rem !important;
    }
}

html[data-useragent='9.0'] .w-100 {
    width: 100% !important;
}

html[data-useragent='9.0'] #ligasCover,
html[data-useragent='9.0'] #ligasCover ul {
    width: 100%;
    opacity: 1 !important;
}

html[data-useragent='9.0'] #ligasCover {
    overflow: hidden;
}

html[data-useragent='9.0'] #ligasCover ul {
    overflow-y: scroll;
}

html[data-useragent='9.0'] #ligasCover ul li {
    display: block;
}

html[data-useragent='9.0'] #ligasCover ul li a {
    min-height: unset;
}

html[data-useragent='9.0'] #ligasCover ul li svg {
    width: 30px;
    min-height: 30px;
    opacity: 1 !important;
    float: left;
    margin: 0;
}

html[data-useragent='9.0'] .select-top-index div {
    width: 30%;
    display: block;
    float: left;
}

html[data-useragent='9.0'] .select-top-index .productores,
html[data-useragent='9.0'] .select-top-index .agroempresas,
html[data-useragent='9.0'] .select-top-index .if,
html[data-useragent='9.0'] #carouselCover .cover-tit,
html[data-useragent='9.0'] #ligasCover,
html[data-useragent='9.0'] #ligasCover a,
html[data-useragent='9.0'] #ligasCover ul li svg * {
    opacity: 1 !important;
}

html[data-useragent='9.0'] #contInfo a {
    float: left;
}

html[data-useragent='9.0'] #contNotas .card {
    float: left;
    width: 29%;
    margin: 0 10px 10px 0;
}

html[data-useragent='9.0'] #contNotas .card a {
    width: 100%;
}

html[data-useragent='9.0'] #contNotas .card a img {
    width: 100%;
}

html[data-useragent='9.0'] #podcast #otrosPod .pod {
    float: left;
    width: 30%;
}

html[data-useragent='9.0'] #podcast .lineaTiempo {
    float: right;
    width: 80%;
}

html[data-useragent='10.0'] #podcast .ligasPodcastExternos a img,
html[data-useragent='9.0'] #podcast .ligasPodcastExternos a img {
    max-width: 40px;
}

html[data-useragent='11.0'] .bannersTransp,
html[data-useragent='10.0'] .bannersTransp,
html[data-useragent='10.0'] .bannersTransp a {
    display: block !important;
}

html[data-useragent='9.0'] .bannersTransp a {
    width: 50%;
    display: block;
    float: left;
}

html[data-useragent='10.0'] .bannersTransp img,
html[data-useragent='9.0'] .bannersTransp img {
    display: block;

    float: left;
}

html[data-useragent='11.0'] #CicleEnlaces .DivEnlaces,
html[data-useragent='10.0'] #CicleEnlaces .DivEnlaces,
html[data-useragent='9.0'] #CicleEnlaces .DivEnlaces {
    width: 100%;
    display: block !important;
}

html[data-useragent='11.0'] #CicleEnlaces .DivEnlaces span,
html[data-useragent='10.0'] #CicleEnlaces .DivEnlaces span,
html[data-useragent='9.0'] #CicleEnlaces .DivEnlaces span {
    width: 30%;
    max-width: 30% !important;
    display: inline-block;
    margin: 10px 1.3%;
}


/*Animate*/
@keyframes fadeShrink {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes pullLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes pullRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scaleLoop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}