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

    100% {
        opacity: 1;
    }
}

.inventario-imagen {
    overflow: hidden;


}

.inventario-imagen img.imagen {
    width: 100%;
    height: 400px;
    /*object-fit: cover;*/
    animation: fadeIn 2s;
}

.col-12.col-md-6.inventario-texto li {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    width: fit-content;
    background-color: white;
    list-style: none;
    color: black;
    transition: width 0.8s ease;
}

li.estilo-inventario:hover {
    width: 108% !important;
    position: relative;
    z-index: 99;
    font-size: large;
    font-weight: 600;
    transition: font-size .3s;
    border-top-right-radius: 1rem;
    z-index: 999;
    width: 60%;
}

#imagenContainer {
    margin: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section4 {
    background-color: white;
}

.block--type-inventarios .field__label {
    display: none;
}

/* INVENTARIO 2 */

.secci-n_tarjetas,
.margen_inferior {
    margin-bottom: 60px;
}

.seccion_tarjetas .seccion_ancho_completo {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
}

.contenedor_tarjetas {
    height: 320px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
}

.tarjeta.tarj {
    opacity: 1;
    cursor: pointer;
    background-color: #000;
    /*background-image: linear-gradient(45deg, rgba(0, 0, 0, .65) 25%, rgba(255, 255, 255, 0));*/
    /*background-position: 0 0, 50%;*/
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    /*border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;*/
    transition: .5s ease all;
}

.tarjeta.tarj:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tarjeta.tarj:last-child {
    border-top-right-radius: 50px;
    /*border-bottom-right-radius: 50px;*/
}

.tarjeta {
    width: 12.5%;
    clear: none;
    background-color: #b6e7b1;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 5px;
    margin-right: 5px;
    padding: 1rem 0;
    display: flex;
    position: relative;
}

.text-inventario {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    opacity: 1;
    color: #fff;
    mix-blend-mode: normal;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: baseline;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    display: block;
    position: static;
    bottom: auto;
}

.text-inventario.vertical_texto {
    z-index: 100;
    width: 350%;
    opacity: 1;
    flex: none;
    margin-bottom: 185%;
    margin-left: -150px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: -20%;
    right: 0%;
    overflow: visible;
    transform: rotate(-90deg);
}

.cajatexto_tarjeta {
    z-index: auto;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    display: block;
    position: relative;
    left: auto;
}

/* .seccion_tarjetas, */
.margen_inferior {
    margin: 3rem 0 3rem;
}

.tarjeta.tarj {
    margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
    .tarjeta.tarj {
        margin-bottom: 5px;
    }
    
    
    
}

@media screen and (max-width: 991px) {
    .tarjeta.tarj {
        width: 100%;
        background-size: auto, cover;
        margin-bottom: 5px;
    }
    .contenedor_tarjetas {
        display: flex;
        flex-direction: column;
    }
    .contenedor_tarjetas {
        height: auto;
    }
    .tarjeta.tarj:first-child {
        /* border-top-left-radius: 2rem;
        border-top-right-radius: 2rem; */
        border-bottom-left-radius: 0;
    }
    .tarjeta.tarj:last-child {
        border-top-right-radius: 0;
        /* border-bottom-right-radius: 2rem; */
        border-bottom-left-radius: 2rem;
    }
    a.tarjeta.tarj {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*DESTACADOS*/
.view-destacados .view-content {
    display: flex;
    /* margin-bottom: 1rem; */
}

/*estilos para la página de actualidad*/
.node-49 .view-destacados .view-content {
    display: block;
}

.noticias-destacadas {
    display: flex;
}
.node-49 .noticias-destacadas{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}
.node-49 .view-noticias{
    margin-left: 5%;
}
.destacados-enlace {
    padding: 0.5rem;
    color: #5A7F23;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.node-49 .destacados-enlace{
    margin-bottom: 1rem;
}
.destacados-img {
    padding: 0.5rem;
}
.view-destacados .views-row {
    border-top: 0 !important;
}
div#views-bootstrap-destacados-block-1 {
    /* border-left: 1px solid #e5e5e5; */
    margin: unset ;
}

a.boton_linea_verde.boton-noticias.w-button {
    width: fit-content;
}

.contenedor_subtitulo_text.cont-ult-home {
    align-items: center;
    display: flex;
    flex-direction: column;
}
/* .home .slider__image {
    background-color: #eee;
} */

.slick-dots,
.slick-autoplay-toggle-button {
    position: absolute;
    bottom: 10px !important;
}

.contenedor_texto_slide {
    height: 97.8%;
}

.slick-slider.slick-dotted {
    margin-bottom: 1rem !important;
}

.contenedor_subtitulo_text.cont-ult-home .boton_linea_verde {
    border-bottom-right-radius: 0;
}

.destacados-img .img-fluid {
    max-width: 4.5rem;
    height: 4.5rem;
}

.destacados-imgckan {
    display: flex;

}
.destacados-imgckan div{
    margin: 0.2rem;

}
.destacados-imgckan .img-fluid {
    max-width: 4.5rem;
    height: 4.5rem;

}
.node-49 .destacados-img .img-fluid {
    max-width: unset;
    height: unset;
}

.cont-ult-home p {
    text-align: -webkit-right;
    margin: 0 0 0 1.5rem;
    line-height: 1.3rem;
}

.cont-ult-home .heading_2.subtitulo {
    margin-bottom: 0.5rem;
}

div#views-bootstrap-destacados-block-1 .row:first-child {
    margin-left: 2rem;
}

/* estilo solamente en pantalla grande / quitar la linea lateral izqda en tamaños menores a lg*/
.row.seccion-destacados {
    padding: 1rem 2%;
}

.destacados-enlace-noticias {
    color: #417400;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3em;
}

.destacados-enlace-noticias:hover {
    color: #025C93;
}

.destacados-enlace a:hover {
    color: #025C93;
}

.destacados-enlace h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: black;
}

.destacados-enlace a.boton_actualidad {
    color: black;
    /* display: block; */
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid #83b62c;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: transparent;
    font-family: Raleway, sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.6rem;
}

.view-header.resultados-encontrados {
    display: flex;
    margin: 0 0 1rem 0.5rem;
    padding: 1rem;
    background-color: #f7f5f3;
    align-items: center;
}

.view-header.resultados-encontrados img {
    margin-right: 1rem;
}