/* @media only screen and (max-width: 1140px) {
    .main-slider .slide.slide-one {
        background-image: url(assets/images/background/slider-test2.png)!important;
    }
} */

.hide {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.own-accordion {
    width: 100%;
    padding: 10px;
    margin-bottom: 1em;
    border-radius: 8px;
}

.own-accordion-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-left: 5px solid #FD3600;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.accor-bene {
    border: 1px solid #ddd;
    box-shadow: none;

}

.img-bene {
    width: 50px;
    margin-right: 15px;
}

.label-bene {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.own-accordion-label {
    padding: 20px 0 20px 30px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #30873b;

}

.own-accordion-label:hover {
    cursor: pointer;
}

.own-accordion-label:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 25px;
    right: 12px;
    display: inline-block;
    border-left: 10px solid #30873b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

input[type=checkbox]:checked~.own-accordion-label:before {
    transform: rotate(90deg);
}

.own-accordion-child {
    margin: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    transform: scale(1, 0);
    transform-origin: center top;
}

.own-accordion-child ul {
    margin-top: 22px !important;
}

input[type=checkbox]:checked~.own-accordion-child {
    border: 1px solid #e0e0e0;
    margin: 0 -20px 15px -20px;
    background: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    padding: 30px;
    height: auto;
    opacity: 1;
    transform: scale(1, 1);
}

.flex-bene {
    display: flex;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: sw </swiper-slidek;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    display: sw </swiper-slidek;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-section-2 {
    position: relative;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    position: relative;
    gap: 15px;
    justify-items: center;
}

.main-card {
    margin: 15px 5px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #FFFFFF;
    height: 330px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, border-bottom 0.3s ease;

}

.main-card a {
    color: #777;
}

.card-credit {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 40px;
    border-radius: 12px;
}

.main-card:hover {
    transform: translateY(-15px);
    border-bottom: 3px solid #FD3600;
}

.card-container img {
    max-width: 100%;
}

/*.card-credit img {*/
/*    animation: bounce 5s infinite;*/
/*}*/

.card-credit p {
    text-align: justify;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-10%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 0.8);
    }
}

.title-card {
    color: #FD3600;
    font-size: 16px;
    font-weight: 600;
    padding: 0.8em 0.8em 1.8em 0.8em;
    line-height: 1.2em;
}

.title-card-carrusel {
    height: 70px;
    width: 70px;
    pointer-events: none;
    margin-top: 1em;
    background-color: #30873b4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item-own p {
    position: relative;
    padding: 20px;
}

.title-card-carrusel h3 {
    color: #77777757;
    font-size: 3em;
    font-weight: 800;
}

.img-fondo-credito {
    transform: scale(1);
    position: absolute;
    right: -25px;
    top: -20px;
    opacity: 0.07;
}

.hiddenContent {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.showContent {
    display: block;
    opacity: 1;
    max-height: 100%;
}

.div-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.theme-btn {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    padding: 12px 42px;
    border-radius: 0;
    cursor: pointer;
    background: #00A32B;
}

.card-credits {
    position: relative;
    height: 260px;
    width: 260px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border-color: #FFFFFF;
    margin: 15px 0;
    /* Evita que el contenido sobresalga cuando cambia el tamaño */
}

.overlay-credit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #999898;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    transition: transform 0.3s ease;
    transform-origin: center center;
    pointer-events: none;
    padding: 20px;
    /* No afecta el área activa de hover */
}

.card-credits:hover .overlay-credit {
    transform: rotate(45deg) scale(0.35);
    top: -20px;
    background-color: #FD3600;
    /* Aplica la rotación y la escala */
}

.overlay-credit img {
    transition: transform 0.3s ease;
    padding: 22px;
    /* Transición suave para la imagen */
}

.card-credits:hover .overlay-credit img {
    transform: rotate(-45deg);
    /* Rota la imagen en dirección opuesta para mantenerla alineada */
}

.carousel-container-own {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track-own {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 20px 30px;
    gap: 14.5px;
}

.carousel-item-own {
    background-color: white;
    flex: 0 0 calc(32.5%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    position: relative;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.item-naranja {
    border-bottom: 5px solid #fd3700;
}

.item-green {
    border-bottom: 5px solid #30873c
}

.item-green:hover {
    background-color: #30873b4f;
}

.item-naranja:hover {
    background-color: #fd37005e;
}

.carousel-btn-own {
    background: #fd3700b2;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.left {
    position: absolute;
    top: 50%;
    left: 0;
}

.right {
    position: absolute;
    top: 50%;
    right: 0;
}

.usuario-coop {
    width: 100%;
    min-height: 390px;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 0;
    margin-top: 40px;
}

.bg-green-bene {
    background-color: #30873b;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.bg-green-bene span {
    color: #30873b;
    font-size: 2em;
}

.title-bene {
    font-size: 3.75em;
    font-weight: 800;
    height: 80px;
}

.bg-green2-bene {
    background-color: #30873cbf;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.bg-green2-bene span {
    color: #30873cbf;
    font-size: 2em;
}

.bg-gray-bene {
    background-color: #292d33;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.bg-gray-bene span {
    color: #292d33;
    font-size: 2em;
}

.bg-gray2-bene {
    background-color: #555c66;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.bg-gray2-bene span {
    color: #555c66;
    font-size: 2em;
}

.circle-bene {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-bene {
    margin: 20px 0 0;
    height: 170px;
}

.h-450 {
    height: 500px;
}

.text-bene2 {
    height: 300px;
}

.flex-usuario {
    display: flex;
}

.cards-container {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.linea-cards {
    position: absolute;
    width: 75%;
    height: 10px;
    background-color: #30873ba6;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .card {
    width: 250px;
    height: 250px;
    background-color: #30873b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.card .text {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background: #777777;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: top 0.4s ease-in-out;
}

.card:hover .text {
    top: 0;
} */

.card-center {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.text-card-us {
    background-color: transparent !important;
    border: none !important;
    color: #777 !important;
}

.bg-nara {
    background-color: #fd37005e !important;
}

.flex-usua {
    display: flex;
    align-items: center;
}

.flex-usua p {
    text-align: left;
}

.title-card-usua {
    height: 70px;
    width: 70px;
    pointer-events: none;
    background-color: #30873c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-card-usua h3 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
}

.ul-usua {
    padding-right: 35px;
}

.ul-usua li {
    height: 100px;
}

.bg-gr {
    background-color: #777;
}

.div-usu {
    border-bottom: 5px solid #00A32B;
}

.item- {
    border-bottom: 1px solid #30873ba6;
}

.item-2 {
    border-bottom: 1px solid #77777757;
}

.derechos-accordion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.derechos-accordion-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #ddd;
    width: 50px;
    height: 200px;
    overflow: hidden;
    transition: width 0.3s ease;
}

.derechos-accordion-header {
    padding: 10px;
    cursor: pointer;
    background-color: #ddd;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.derechos-accordion-content {
    padding: 10px;
    display: block;
    width: 0;
    background-color: #fff;
    height: 100%;
    opacity: 0;
    transition: width 0.5s ease, opacity 1s ease;
    overflow: hidden;
}

.derechos-accordion-item.active {
    width: 500px;
}

.derechos-accordion-item.active .derechos-accordion-content {
    width: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
}

.derechos-accordion-item.active .derechos-accordion-header {
    background-color: #00A32B;
    color: #fff;
}

.context-noti {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.card-noticias {
    width: 250px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 50px;
    background: white;
    border-radius: 15px;

}

.image-no {
    width: 250px;
    height: 250px;
position: relative;

}

.image-no img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.image-no .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6c757d94; /* Fondo negro con transparencia */
    opacity: 1;
    transition: opacity 0.3s ease; /* Animación suave para el hover */
    border-radius: 15px 15px 0 0;
}

/* Eliminar el fondo con hover */
.image-no:hover .overlay {
    opacity: 0; /* Hace que la capa desaparezca */
}
.lower-content2 {
    padding: 10px;
}

.post-meta2 {
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #ececf0;
}

.post-meta2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 40px;
    background-color: #00A32B;
}

.post-meta2 li {
    position: relative;
    margin-right: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding-left: 22px;
    display: inline-block;
}

.post-meta2 li .fa {
    position: absolute;
    left: 0;
    top: 0;
    color: #FD3600;
    font-size: 14px;
}

.lower-content2 h4 {
    height: 55px;
    position: relative;
    color: #444;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.btn-noti {
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 0;
    cursor: pointer;
    background: #00A32B;
}

.btn-n {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contenido-noticia h4 {
    position: relative;
    color: #444;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 13px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.texto-detalle {
    padding: 20px;
}

.content2 {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #FD3600;
}

.pdf-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-content: center;
    padding: 25px;
    flex-direction: column;
}

.pdf-button {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 20px;
    border: 1px solid #5a6268;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
    color: #5a6268;
    transition: background-color 0.3s ease;
    overflow: visible;
}

.icon-pdf {
    padding-right: 8px;
}

.pdf-icon {
    position: absolute;
    right: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.pdf-button:hover {
    background-color: #5a6268;
    border: 1px solid #5a6268;
    color: #fff;
}

.pdf-button:hover .pdf-icon {
    transform: scale(1.1);
}

.sidebar-page-container2 {
    position: relative;
    padding: 50px 0 40px;
}

.container-ubi {
    display: flex;
    align-items: stretch;
    margin: 20px 0;
    justify-content: flex-start;
    gap: 15px;
}

.map-container {
    width: 50%;
}

.text-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 50%;
}

.title-ubi {
    font-size: 18px;
    font-weight: 800;
}

.ubi-card-img-top {
    width: 300px;
    height: 300px;

}

.ubi-card-img-top img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.ubi-card-body {
    width: calc(100% - 300px);
}

.carrusel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}

.carrusel-contenido {
    display: flex;
    animation: moverCarrusel 15s linear infinite;
}

.item {
    padding: 0 20px;
    text-align: center;
    font-size: 2rem;
}

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

    100% {
        transform: translateX(-50%);
    }
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #FD3600;
    /* opacity: 0.7; */
}

.white-text {
    color: #fff !important;
}
.responsive-educ{
    display: none;
}

@media (max-width: 768px) {
    .card-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-rows: 1fr;
        position: relative;
        gap: 15px;
        padding: 15px;
    }

    .main-card {
        height: 100%;
    }

    .usuario-coop {
        display: block;
        padding: 15px;
        margin-top: 0;
    }

    .bg-green2-bene {
        margin: 10px 0;
    }

    .bg-green-bene {
        margin: 10px 0;
    }

    .bg-gray-bene {
        margin: 10px 0;
    }

    .bg-gray2-bene {
        margin: 10px 0;
    }

    .flex-usuario {
        display: flex;
        flex-direction: column;
    }

    .ul-usua li {
        height: 100%;
    }

    .carousel-item-own {
        flex: 0 0 calc(90%);
    }

    .carousel-track-own {
        display: flex;
        transition: transform 0.5s ease-in-out;
        padding: 20px 30px;
        gap: 14.5px;
    }

    .derechos-accordion {
        flex-direction: column;
        padding: 0 30px;
    }

    .derechos-accordion-item {
        width: 50%;
        height: 50px;
    }

    .derechos-accordion-item.active {
        width: 100%;
        height: 100%;
    }

    .ul-usua {
        padding: 25px;
    }

    .contact-center {
        left: 0;
        top: 20px;
    }

    .text-contact {
        padding: 11px;
    }

    .proCard {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-ubi {
        flex-direction: column;
    }

    .map-container {
        width: 100%;
    }

    .ubi-card-body {
        width: 100%;
    }

    .text-container {
        width: 100%;
        flex-direction: column;
    }

    .own-accordion-label {
        width: 90%;
    }
    .desk-educ{
        display: none;
    }
    .responsive-educ{
    display: block;
}
.parEdu {
    padding: 0 20px;
}
.c-contact {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding: 30px;
}
}