/* Slider container */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
b,
strong {
    font-weight: bold;
}
.tawk-branding {
    display: none!important;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container {
    width: 100%;
}
.table-bordered2{
    border: 1px solid #ddd!important;
}
.slider-financiera {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.whitee{
    color:#fff;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-text {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-text h1 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.btn-white {
    background:#fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 141, 54);
    letter-spacing: 1px !important;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 25px;
}
.btn-white:hover {
    color: rgb(234, 91, 12);
}
.slider-text span{
        font-size: 5rem;
        font-weight:bold;
        text-transform:uppercase;
}
.swiper-pagination {
    position: absolute;
    bottom: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: -25%!important;
}
.swiper-pagination-bullet-active {
    background: rgb(234, 91, 12)
}

.center-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-location {
    width: 260px;
    height: 260px;
    perspective: 1000px;
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 1s;
}

.card-front {
    background-color: rgb(0 141 54 / 70%);
    border-radius: 10px;
    color: #fff
}

.card-back {
    background-color: rgb(234, 91, 12);
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transform: rotateY(180deg);
    padding: 25px;
    text-align: left !important;
}

.card-location:hover .card-front {
    transform: rotateY(180deg);
}

.card-location:hover .card-back {
    transform: rotateY(0deg);
}

.card-location img {
    width: 260px;
    height: 200px;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid rgb(234, 91, 12);

}

.card-location h3 {
    font-size: 1em;
    padding: 12px;
    text-align: center;
}

.buffet-card {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    background-color: #fff;
    /* Para posicionar la información adicional al hover */
    display: flex;
    flex-direction: column;
}

/* Imagen de la tarjeta */
.buffet-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Información por defecto (visible siempre) */
.card-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: rgb(234 91 12/90%);
    border-bottom: 2px solid rgb(0, 141, 54);
    color: white;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.additional-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 141, 54);
    color: white;
    padding: 25px;
    text-align: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.additional-info h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.additional-info p {
    font-size: 0.8rem;
}

.card-info h2 {
    font-size: 1rem;
    padding: 5px;
}

.card-info p {
    font-size: 0.8rem;
    padding: 5px;
}

.buffet-card:hover .additional-info {
    transform: translateY(0);
}

.buffet-card:hover {
    transform: scale(1.05);
}

.bgray {

    padding: 50px;
}

.mision-img-desktop {
    text-align: center;
    position: relative;
}

.mision-img-desktop img {
    max-width: 450px;
    transition: transform 1s ease;

}

.mision-img-desktop img:hover {
    transform: scale(1.1);

}

.mision-img-movil {
    display: none;
}

.footer-section-orange {
    background-color: rgb(234, 91, 12);
    height: 50px;
}

.linea-img-mision {
    height: 5px;
    background-color: rgb(0, 141, 54);
    position: absolute;
    top: 50%;
    width: 50%;
    right: 0;
    z-index: -1;
}

.linea-img-vision {
    height: 5px;
    background-color: rgb(234, 91, 12);
    position: absolute;
    top: 50%;
    width: 50%;
    left: 0;
    z-index: -1;
}

.title-table {
    text-align: center;
    padding: 10px;
}

.center-img {
    text-align: center;
}

.border-radius {
    border-radius: 12px;
}

.comites {
    background-color: rgb(207 207 207 / 25%);
    margin-top: -40px;
}

/* Contenedor general */
.content-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.image-container {
    width: 60%;
    position: relative;
    padding: 20px;
}

/* .image-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-image: url('https://images03.nicepagecdn.com/c461c07a441a5d220e8feb1a/eb185195bdda5fb6ae1b1375/texture.png');
    background-repeat: repeat;
    background-position: right center;
    z-index: -1;
} */


/* Estilo para el texto sobre la imagen */
.text-overlay {
    position: absolute;
    width: 550px;
    padding: 40px;
    background-color: rgba(255, 255, 255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.left-position {
    left: 43%
}

.left-position-middle {
    left: 17%;
}

.text-overlay h3 {
    margin-top: 5px;
    font-size: 1.5rem;
    color: rgb(0, 141, 54);
    text-align: center;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-overlay p {
    margin-bottom: 16px;
    text-align: justify;
    padding: 0 20px;
}

.read-more {
    cursor: pointer;
    padding: 10px 30px;
    font: inherit;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 10px;
}

.orange-btn {
    background-color: rgb(234, 91, 12);
    color: rgb(255, 222, 0);
    border: none;
}

/* Clases específicas para la posición de la tarjeta */
.card-left {
    flex-direction: row;
}

.card-right {
    flex-direction: row-reverse;
}

.full-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease-out, opacity 1s ease-out;
    display: inline-block;
}

.full-text.visible {
    max-height: 600px;
    opacity: 1;
}
.pr-100{
    padding-right:90px;
}

.list-beneficios li {
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.list-beneficios li img {
    max-width: 60px;
    transition: transform 1s ease-in-out;
}

.list-beneficios li:hover img {
    transform: rotate(360deg);
}

#content-container {
    min-height: 60vh;
}

.memoria-anual {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.memoria-anual img {
    width: 250px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(234, 91, 12);
    transition: transform 1s ease, margin-bottom 1s ease;
}

.memoria-anual img:hover {
    transform: scale(1.1);
    margin-bottom: 10px;
}



.memoria-anual2 {
    position: absolute;
    top:10px;
    left: 300px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;

    gap: 15px;
}

.memoria-anual2 img {
    width: 250px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(234, 91, 12);
    transition: transform 1s ease, margin-bottom 1s ease;
}

.memoria-anual2 img:hover {
    transform: scale(1.1);
    margin-bottom: 10px;
}















.list li {
    position: relative;
    padding: 5px;
    margin-left: 10px;
    list-style:circle;
}

/*.list li::before {*/
/*    content: "\2022";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -5px;*/
/*    font-size: 20px;*/
/*    color: rgb(0, 141, 54);*/
/*}*/

.title-text2 {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(0, 141, 54);
    font-size: 25px;
    font-weight: 500;
    margin: 1.5rem 10px;
    border:1px solid rgb(0, 141, 54);
    padding: 8px 30px;
    border-radius: 12px;
    justify-content: center;
}


.own-tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.own-tab-item {
    flex-grow: 1;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    color: rgb(0, 141, 54);
    text-align: center;
    transition: all 1s ease;
}

.own-tab-item.active {
    border: 1px solid rgb(234, 91, 12);
    color: rgb(234, 91, 12);
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    transition: all 1s ease;
}

.own-tab-item:hover {
    background: rgb(234, 91, 12);
    color: #fff;
    border-radius: 12px 12px 0 0;
    transition: all 1s ease;
}

.own-tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    background-color: #fff;
    transition: all 1s;
}

.own-tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}

.own-tab-pane.active {
    display: block;
    opacity: 1;
    transition: opacity 1s ease;
}

.faq-container {
    display: flex;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #008d36;
}

.faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.faq-item h3 {
    font-size: 1.5rem;
    color: #ea5b0c;
}

.faq-item p {
    margin-top: 10px;
    line-height: 1.6;
}

.faq-item:hover {
    transform: translateY(-5px);
}

.faq-tabs {
    width: 50%;
    border-right: 2px solid #dedede;
}

.faq-tabs button {
    width: 100%;
    padding: 15px;
    background-color: rgb(0 141 54 / 65%);
    color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.faq-tabs button:hover,
.faq-tabs button.active {
    background-color: rgb(0, 141, 54);
    color: rgb(255, 222, 0)
}

.faq-content {
    width: 75%;
    padding: 20px;
}

.faq-content div {
    display: none;
}

.faq-content div.active {
    display: block;
}

.responsive-faq {
    display: none;
}

.p-50 {
    padding: 50px;
}

.card-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  
}

.post-card {
    width: 350px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.post-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(0, 141, 54);
}

.recent-posts {
    border-left: 1px solid rgb(207, 207, 207);

}

.title-post {
    font-size: 22px;
    color: rgb(0, 141, 54);
    padding: 20px;
}

.post-img {
    max-width: 100%;
    height: 350px;
    border-radius: 12px 12px 0 0;
}

.post-snippet {
    padding: 0px 30px;
    text-align: justify !important;
    font-size: 12px;
}

.post-btn {
    text-align: center;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 30px;

}

.author {
    display: flex;
    align-items: center;
}

.author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.read-more-btn {
    cursor: pointer;
    color: rgb(234, 91, 12) !important;
    font-size: 16px;
    font-weight: 600;
}


.recent-posts ul {
    list-style: none;
    padding: 0;
}

.recent-posts li {
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.recent-posts img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 10px;
}

#search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

#search-input {
    width: 300px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
    outline: none;
    transition: border-color 0.3s ease;
}

#search-input:focus {
    border-color: rgb(255, 222, 0);
}

#search-form button {
    padding: 10px 30px;
    background: linear-gradient(90deg, rgba(224, 128, 30, 1) 0%, rgba(255, 255, 0, 1) 100%);
    color: white;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#search-form button:hover {
    background-color: #00796b;
    /* Cambia el color al pasar el mouse */
}

#search-form button:focus {
    outline: none;
    /* Elimina el borde al hacer clic */
}

.detail-noticia {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.left-text {
    text-align: left !important;
}

.active-btn {
    margin: 15px;
    background-color:white;
    color:#ea5b0c;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px !important;
    text-transform: none;
    padding: 10px 25px;
    border:none;
    cursor: pointer;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.title-activos{
    color:#ea5b0c;
    font-size:1.2rem;
    padding:20px 15px;
}
.masonry-gallery {
 margin-top: 3rem;
display: grid;
 grid-template-columns: repeat(2, 1fr);
 column-gap: 15px;
}

.masonry-gallery img {
    width: 100%;
    margin-bottom: 10px;
    border-radius:12px;
}

.activo-card {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #ea5b0c 60%, #f39200 100%);
    color: white;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-content h3 {
    font-size: 20px;
}

.activo-card:hover .card-content {
    opacity: 1;
}

.activo-card:hover {
    transform: scale(1.05);
}
.main-image-container {
    position: relative;
    width: 100%;
    height: 450px;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.u-cooperativista img{
    width:380px;
    border-radius:12px;
    margin:5px;
}

.thumbnail-container img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}

.thumbnail-container img:hover {
    transform: scale(1.1);
}

.modal-masonry {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modal-masonry-content{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:100%
}
.modal-masonry-content img {
    max-width: 90%;
    max-height: 90%;
}

.close-activos, .prev-activos, .next-activos {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    background-color: transparent;
    border:none;
}
.prev-activos{
    left:0;
}
.next-activos{
    right:0;
}
.close-activos{
    top:5%;
    right:5%;
}
.title-activos {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(0, 141, 54);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.activo-details {
    margin-top: 3rem;

}

.white-form {
    background-color: #fff;
}

.loan-form {
    margin-top:1.5rem;
    padding: 40px;
    border-radius: 12px;
    background-size: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: rgb(0, 141, 54);
}
.step {
      display: none;
    }
    .step.active {
      display: block;
    }
.step .row h2{
    font-size:1.5rem;
}
.form-group {
    margin: 10px;
}

.full-width {
    flex: 1 1 100%;
}

.contact-i {
    font-size: 2rem;
    color: rgb(234, 91, 12)
}

.contact-i-f {
    font-size: 1.5rem;
    color: rgb(234, 91, 12)
}

.contact-text {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 15px;
}

.flex-text-footer {
    display: flex;
    flex-direction: row;
    color: #fff !important;
    flex-wrap: nowrap;
    align-items: center;
    text-align: justify;
    text-align: left !important;
    font-size: 11px;

}

.flex-text-footer i {
    padding: 0 10px;
}

.bg-image {
    margin-top: -15px;
    padding: 150px 0 0 0;
    background-image: url("../assets/img/bg-franja.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-naranja-amarillo {
    background: linear-gradient(90deg, #ea5b0c 70%, #f39200 100%);
}

.img-index img {
    margin-top: -80px;
}

.title-white {
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: .5rem;
}
.text-xl{
    font-size:3rem;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}

.img-icon {
    padding: 12px;
    text-align: left;
}
.img-icon img{
    width:150px;
}

.image-mision {
    background-image: url("../assets/img/Mision-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 315px;
}

.flex-mision {
    gap: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.text-mision {
    width: 51%;
    padding: 0 70px;
    color: #fff;
    text-align: justify;
    font-size: 14px;

}

.title-yellow {
    color: rgb(255, 222, 0);
    padding: 12px;
    border-bottom: 1px solid white;
    width: 130px;
    margin-bottom: 1rem;
}

.image-vision {
    background-image: url("../assets/img/Vision-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 315px;
}

.flex-vision {
    gap: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.items-center{
    display:flex;
}
.p-4 {
    padding: 2rem 4rem;
}

.hr-green {
    background-color: rgb(0, 141, 54);
}

.valores-div {
    display: flex;
    flex-direction: column;
    height: 250px;
    margin: 3rem 1rem;
    background-color: rgb(207 207 207 / 21%);
    border-radius: 10px;
    align-items: center;
    padding: 20px;
}

.valores-div2 {
    display: flex;
    flex-direction: column;
    height: 290px;
    margin: 2rem 1rem;
    background-color: rgb(207 207 207 / 21%);
    border-radius: 10px;
    align-items: center;
    padding: 20px;
}

.valores-div p {
    padding: 15px;
    text-align: justify;
}

.valores-div2 p {
    padding: 15px;
    text-align: justify;
}

.valores-div img {
    text-align: center;
    width: 100px;

}

.valores-div2 img {
    text-align: center;
    width: 100px;

}

.title-second {
    color: rgb(0, 141, 54);
    text-align: center;
    font-size: 1.2rem;
}

.icono-valores {
    margin-top: -60px;
    margin-bottom: 10px;
}

.title-text3 {
    color: rgb(0, 141, 54);
    margin: 1.2rem;
    text-align: center;
    text-transform:uppercase;
    border-radius:12px;
    padding:10px;

}

.separate-div {
    height: 5rem;
}

.post-item {
    position: relative;
    margin-bottom: 20px;
}

.post-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 300px;
}

.post-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.post-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 141, 54, 0.8);
    /* Fondo verde transparente */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Transición suave */
    border-radius: 10px;
    /* Asegurar que el borde redondeado coincida con la imagen */
}

.post-title-overlay a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
}

.post-item:hover .post-title-overlay {
    opacity: 1;
}

.mt-4 {
    margin-top: 4rem;
}

.timeline {
    position: relative;
    padding: 20px 60px;
}

.timeline-item {
    padding: 10px;
    position: relative;
    width: 100%;
}

.left-item {
    left: 0;
}

.right-item {
    left: 50%;
}

.flex-history {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px
}

.timeline-item1 {
    margin-right: -17px;
    margin-top: -34px;
}

.timeline-item2 {
    margin-left: -32px;
    margin-top: -17px;
}

.timeline-item1 img {
    width: 60px;
    height: 270px;

}

.timeline-item2 img {
    width: 60px;

}

.right-item::after {
    left: -16px;
}

.content {
    display: flex;
    gap: 15px;
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.date {
    font-weight: bold;
    color: #008d36;
    font-size: 20px;
    margin-bottom: 10px;
}

.history-img img {
    width: 150px;
}

.miembros {
    position: relative;
    width: 100%;
    background-color: white;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-image-naranja {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 70%;
    background-image: url("../assets/img/bg-miembros1.png");
    z-index: 1;
}

.main-image {
    position: relative;
    max-width: 70%;
    z-index: 2;
    border-radius: 10px;
    margin-left: 150px;
}

.overlay-text {
    position: absolute;
    top: -40px;
    right: 0;
    background:linear-gradient(90deg, #006633 60%, #3aaa35 100%);
    /*background-image: url("../assets/img/bg-miembros.png");*/
    color: white;
    padding: 50px;
    border-radius: 5px;
    z-index: 3;
}

.overlay-text h2 {
    font-size: 1.5rem;
}

.title-table {
    background:linear-gradient(90deg, #006633 60%, #3aaa35 100%);
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.bg-gray {
    position: relative;
    padding: 20px 0px;
    background-color: transparent;
}

.bg-gray::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130px;
    width: calc(100% + 160px);
    height: 100%;
    background-color: rgb(207, 207, 207, 0.31);
}

.flex-miembros {
    position: relative;
}
.flex-form-step {
    padding: 20px 0;
    height: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.table-comite {
    position: relative;
    color: #008d36;
    max-width: 70% !important;
    margin-left: 150px;
}

.right {
    text-align: right;
}

.bg-green-yellow {
    background:linear-gradient(90deg, #006633 60%, #3aaa35 100%);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;

}

.bg-green-yellow table {
    color: #fff;
}

.title-table2 {
    text-align: center;
    padding: 20px;
}

.bg-white {
    background-color: #ffffff17;
}

.flex-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: calc(100vh - 130px);
   position: relative;
}
.flex-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px; 
    background: linear-gradient(90deg, #ea5b0c 60%, #f39200 100%);
}
.border-b{
height: calc(100vh - 130px);
position: relative;

}
.border-b::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; 
    background: linear-gradient(90deg, #ea5b0c 60%, #f39200 100%);
}
.box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.img-text {
   display: flex;
    flex: 1;
    height: 100%; 
}

.img-text img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    color: white;
}
.custom-button img{
    height:50px;
}

.custom-button span {
    position: relative;
    color: rgb(0, 141, 54);
    font-weight: bold;
    font-size: 16px;
    padding: 10px 40px
}

.bg-c-fiduciario {
    background-image: url(../assets/img/creditos/Credito-Fiduciario.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
    margin: 0;
    padding: 20px;
}

/*.bg-lineas {*/
/*    background-image: url(../assets/img/bg-lineas.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
.bg-lineas-menu {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top;
}

.btn- {
    background: linear-gradient(to right, #eb600d, #f29207, #fab701);
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px !important;
    padding: 6px;
    margin: .5rem;
}

.-left-70 {
    margin-left: -70px;
}

.p-40 {
    padding: 0 80px 0 10px;
}

.mayus-text {
    text-transform: uppercase;
    font-weight: bold;
}

.pb-80 {
    padding-bottom: 80px;
}

.p-10 {
    padding: 10px;
}

.text-solicitu-prestamo {
    text-align: center;
    color: rgb(234, 91, 12);
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: bold;
}

.btn-second {
    background: linear-gradient(90deg, #006633 60%, #3aaa35 100%);
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 12px;
    border: none;
    margin: 1rem 0;
}

.btn-second a {
    color: #fff;
}

.flex-financiera {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;

}

.bg-oranges {
    width: 100%;
    padding: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
}

.bg-oranges p {
    width: 60%;
}

.bg-oranges::before {
    content: '';
    background: linear-gradient(90deg, #ea5b0c 60%, #f39200 100%);
    border-radius: 12px;

    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-white {
    padding: 20px;
}

.bg-white p {
    width: 60%;
}

.img-financiera {
    position: absolute;
    right: 0;
    top: 30px
}

.img-financiera img {
    width: 260px;
    height: 220px;
    border-radius: 12px;

}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-gris {
    background-color: rgb(207 207 207 / 27%);
    border-radius: 12px;
    text-align: center;
}

.bg-gris-claro {
    background-color: rgb(207 207 207 / 27%);
    border-radius: 12px;
}

.bg-gris ul {
    padding: 0 50px;
}

.-mt-2 {
    margin-top: -3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.list-obj {
    text-align: justify;
}

.list-obj li {
    padding: 10px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left
    justify-content: space-between;
   
    gap: 20px;
}

.list-obj li img {
    width: 60px;
}

.list-obj li span {
    color: rgb(0, 141, 54);
    font-weight: bold;
}

.text-white {
    color: #fff;
    font-size: 1.2rem;
}

.slider-financiera {
    margin: 2rem 00;
    width: 100%;
    padding: 0rem 0 3rem 0;
}

.flex-slider-financiero {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 10px;
    width: 80%;
    padding: 25px;
}

.slider-img-financiera {
    width: 400px;
    height: 200px;
    border-radius: 12px;
}

.title-preguntas {
    color: rgb(0, 141, 54);
    font-size: 1.2rem;
    font-weight: bold;
}

.text-gray {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid rgb(0, 141, 54);
    padding: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(207, 207, 207);
    font-size: 24px;
    top: 60% !important;
}

.swiper-slide {
    visibility: hidden;
}

.swiper-slide-active {
    visibility: visible;
}

.swiper-financiera .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-financiera .swiper-pagination-bullet-active {
    background: rgb(0, 141, 54);
}

.faq-container {
    width: 100%;
    position: relative;
    border-radius: 25px;
    margin:1.5rem 0;
}

.faq-container img {
    width: 100%;

}

.faq-text {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.title-faq {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.fap-descr {
    color: #fff;
    padding: 40px;
    font-size: 1.2rem;
    text-align: center;
}

.flex-faq-frec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.gb-green-acor {
    background: linear-gradient(90deg, #006633 60%, #3aaa35 100%);
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
}

.card-beneficios {
    width: 250px;
    height: 200px;
    perspective: 1000px;
    margin: 1rem 0;
}
.p-40{
    padding:40px;
}
.card-inner-beneficios {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.card-beneficios:hover .card-inner-beneficios {
    transform: rotateY(180deg);
}

.card-front-beneficios,
.card-back-beneficios {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card-front-beneficios {
    background: rgb(207 207 207 / 16%);
    border-radius: 12px;
}

.card-back-beneficios {
    background: linear-gradient(to right, #066933, #279534, #3baa34);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    border-radius: 12px;
    padding: 20px;
}
.card-back-beneficios p{
    text-align:left;
}
.flex-beneficios {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem 0;
}

.box-beneficios {
    /* width: 50%; */
}

.right-flex {
    display: flex;
    justify-content: flex-end;
}

.bg-beneficios {
    position: relative;
    text-align: right;
     background: linear-gradient(to right, #066933, #279534, #3baa34);
     border-radius:12px
}

.bg-beneficios img {
    margin: 25px 0 45px 0;
}


.text-beneficios {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}

.text-beneficios span {
    font-size: 4rem;
    vertical-align: middle;
}

.flex-comite-ley {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.flex-comite-ley::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(207, 207, 207, 0.16);
    border-radius: 10px 10px 10px 30%;
    z-index: -1;
}

.left-flex {
    display: flex;
    justify-content: flex-start;
}

.right-flex {
    display: flex;
    justify-content: flex-start;
}

.box-ley {
    width: 45%;
}

.box-ley2 {
    width: 65%;
    padding: 25px 50px;
}

.bg-ley {
    position: relative;
    background: linear-gradient(to right, #066933, #279534, #3baa34);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;

}
.bg-ley img {
    max-width: 100%;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;

}

.text-ley {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.title-ley {
    color: rgb(0, 141, 54);
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.bg-green- {
    background: linear-gradient(to right, #066933, #279534, #3baa34);
    z-index: -1;
}

.flex-comite-ley- {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 10px 10px 30% 10px;
}

.bg-ley- {
    position: relative;
    background: linear-gradient(90deg, #ea5b0c 60%, #f39200 100%);
    border-radius:12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right:30px;
}

.bg-ley- img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.m-2 {
    margin: 2rem 0;
}

.flex-comite-riesgos {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.bg-riesgos {
    position: relative;
}

.text-riesgos {
    padding: 30px;
}
.text-riesgos- {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.text-riesgos-.expanded {
    max-height: 1000em;
    transition: max-height 0.5s ease;
}
.box-riesgos {
    width: 70%;
}

.title-riesgos {
    border-bottom: 2px solid rgb(0, 141, 54);
    border-top: 2px solid rgb(0, 141, 54);
    color: rgb(234, 91, 12);
    padding: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.title-riesgos p {
    text-align: center;

}

.colum-flex {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 1rem auto;
}

.bg-gray-table {

    background-color: rgb(207, 207, 207, 0.31);
}

.table-directivos tr td {
    width: 50%;
}
.index-section{
    color:white;
    font-size:1.5rem;
     margin-top: 15px;
     text-align: center;
     line-height: 30px;
}
.index-section span{
    font-size:15px;
}
.title-yellow {
    color:#fff;
    padding: 12px;
    border-bottom: 1px solid white;
    width: 130px;
    margin-bottom: 1rem;
}
.naranja-title {
    color: rgb(234, 91, 12);
    text-align: center;
    font-size: 1.2rem;
}
.title-breadcrumb{
    color:white;
    font-size: 2rem;
}
.text-black{
    color:#000;
}
/*
.post-index-card {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}*/
.post-index-card {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;              /* Firefox */
  -ms-overflow-style: none;           /* IE 10+ */
  gap: 20px;
  margin-bottom: 50px;
}

.post-index-card::-webkit-scrollbar {
  display: none;                      /* Chrome, Safari */
}

.card {
  min-width: 250px;
  height: 150px;
  background: #eee;
  border-radius: 8px;
  padding: 10px;
  flex: 0 0 auto;
}




.card-index {
    position: relative;
    width: 350px;
    height: 200px;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 16px;
}

.card-index-image {
    width: 360px;
    height: 200px;
    display: block;
}

.card-index-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 170, 53, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    
}

.card-index:hover .card-index-overlay {
    opacity: 1;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding:20px;
}
.overlay-container {
  position: relative;
  display: inline-block;
      padding:20px;
}
.overlay-container img{
    max-width:100%;
    

}
.card-index-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding:20px;
    padding:12px;
}
.overlay-container:hover .card-index-overlay2 {
  opacity: 1;
}
.title-creditos{
    color:#006633;
    font-size:1.5rem;
    padding:15px;
    text-align:center;
    font-weight:bold;
}
    .map-container {
        position: relative;
        width: 100%;
        height: 650px;
        background-image: url('../assets/img/mapa.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }

    /* Iconos superpuestos */
    .office-marker {
        position: absolute;
        cursor: pointer;
    }

    .office-marker img {
        max-width: 65px;
        height: auto;
    }

   .Copán {
    top: 36%;
    left: 18.5%;
}

    .ocotepeque {
    top: 47%;
    left: 17%;
}

    .lempira {
        top: 52%;
        left: 21.5%;
    }

    .intibuca {
        top: 48%;
        left: 26.5%;
    }

    .santa-Bárbara {
        top: 29%;
        left: 24.8%;
    }

    .cortes {
        top: 19%;
        left: 28.4%;
    }

    .yoro {
        top: 26%;
        left: 36.5%;
    }

    .comayagua {
        top: 41%;
        left: 32%;
    }

    .popup {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 20px;
        z-index: 10;
        width: 350px;
        max-height: 400px;
        overflow-y: auto;
        border-radius:9px;
    }

    .office-marker:hover .popup,
    .office-marker:focus .popup {
        display: block;
    }

    .gif-icon {
        display: none;
    }

    .show-gif .png-icon {
        display: none;
    }

    .show-gif .gif-icon {
        display: block;
    }

    .list-ubi li {
        position: relative;
        padding: 5px;
        margin-left: 10px;
    }

    .list-ubi li::before {
        content: "\2022";
        position: absolute;
        top: 0;
        left: -5px;
        font-size: 20px;
        color: rgb(0, 141, 54);
    }

    .list-ubi li a {
        color: #000;
    }

    .title-ubi {
        font-size: 1rem;
        text-align: center;
    }

    .visitar {
        color: #006633;
    }
    .green-text{
        color:#006633!important;
    }
    .chatbot-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      background: linear-gradient(90deg, #006633 60%, #3aaa35 100%);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .chatbot-icon:hover {
      transform: scale(1.1);
    }

    .chatbot-icon:before {
      content: '';
      position: absolute;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      z-index: 1;
    }

    .chatbot-icon i {
      font-size: 24px;
      color: #fff;
    }
@media (min-width: 1900px) {
   .flex {
    justify-content: center;
    gap: 30px;
} 
.slider-text span {
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
}
  .Copán {
    top: 33%;
    left: 19%;
}
.lempira {
    top: 54%;
    left: 22.2%;
}
.intibuca {
    top: 50%;
    left: 27%;
}
.santa-Bárbara {
    top: 27%;
    left: 25.2%;
}

 .cortes {
    top: 14%;
    left: 28.9%;
}

    .yoro {
    top: 23%;
    left: 36.8%;
}

    .comayagua {
        top: 41%;
        left: 33%;
    }
}
@media (min-width: 1280px){
    .slider-text span {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .slider-text h1 {
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .slider-text span {
        font-size: 3.5rem;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media (min-width: 770px) and (max-width: 1023px) {
    .slider-text h1 {
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .slider-text span {
        font-size: 2rem;
        font-weight: bold;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 769px) {
    .card-posts {
        display: flex;
        gap: 10px;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        margin-top:2rem;
    }
    .recent-posts {
     margin-top:1rem;
}
.loan-form {
    padding: 10px;
}
    .post-card {
        width: 100%;
        background-color: white;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .p-50 {
        padding: 0;
    }

    p {
        font-size: 14px;
    }

    .card-location {
        width: 280px;
        height: 280px;
        perspective: 1000px;
    }

    .card-location img {
        width: 280px;

    }

    .mision-img-desktop {
        display: none;
    }

    .mision-img-movil {
        display: block;
        text-align: center;
    }

    .mision-img-movil img {
        height: auto;
        margin-bottom: 30px;
        transition: transform 1s ease;

    }

    .mision-img-movil img:hover {
        transform: scale(1.1);

    }

    .responsive-faq {
        display: block;
    }

    .responsive-desk {
        display: none;
    }

    .p-4 {
        padding: 20px;
    }

    .text-mision {
        width: 100%;
        padding: 25px;
        color: #fff;
        text-align: justify;
    }

    .image-mision {
        background-position: right;
        background-size: cover;
        border-radius: 25px;
        margin-bottom: 1.5rem;
    }

    .image-vision {
        background-position: left;
        background-size: cover;
        border-radius: 25px;
        margin-bottom: 1.5rem;

    }

    .valores-div {
        height: auto;
        margin: 0 0 3rem 0;
    }

    .valores-div2 {
        height: auto;
        margin: 0 0 3rem 0;
    }

    .title-text3 {
        margin: 1.2rem 1.2rem 3.5rem 1.2rem;
    }

    .flex {
        flex-wrap: wrap;
        align-items: flex-start;
    justify-content: center;
    padding:20px;
    }

    .img-index img {
        max-width: 100%;
        margin-top: 0;
    }


    .bg-image {
        padding: 20px 0;
    }

    .title-white {
        color: #fff;
        padding: 20px;
        text-align: center;
        margin: 1.5rem 0;
    }

    .timeline {
        padding: 5px;
    }

    .right-item {
        left: 0;
        width: 100%;
    }

    .left-item {
        right: 0;
        width: 100%;
    }

    .timeline-item2 {
        margin-left: 0;
        margin-top: 0;
    }

    .timeline-item2 {
        display: none;
    }

    .timeline-item1 {
        display: none;
    }

    .content {
        align-items: center;
    }

    .flex-history {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 15px
    }

    .flex-beneficios {
        display: flex;
        align-items: center;
        margin: 1rem 0;
        flex-direction: column;
    }

    .box-beneficios {
        width: 100%;
    }

    .bg-beneficios::before {
        right: 0;
    }

    table {
        margin-left: 0;
        font-size: 12px;
    }

    .background-image-naranja {
        display: none;
    }

    .overlay-text {
        display: none;

    }

    .card-beneficios {
        width: 100%;

    }

    .mt-4 {
        margin-top: 0;
    }
    .bgray {
    padding: 20px;
}

    .main-image {
        position: relative;
        max-width: 70%;
        z-index: 2;
        border-radius: 10px;
        margin-left: 0;
    }

    .swiper-container {
        width: 100%;
    }

    .slide-content {
        padding-bottom: 20px;
    }

    .slider-img {
        width: 400px;
        height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .slider-text {
        position: relative;
        padding: 30px 15px;
        width:100%;
        background-color: #fff;
    }
    .slider-text span {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

    .slider-text h1 {
        color: rgb(0, 141, 54);
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .post-img-wrapper {
        position: relative;
        overflow: hidden;
        width: auto;
        height: auto;
    }

    .flex-content {
        display: flex;
        align-items: center;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding-bottom:30px;
    }

    .bg-gray::before {
        overflow-x: hidden;
        content: "";
        position: absolute;
        top: 0;
        left: -100px;
        width: calc(100% + 130px);
        height: 100%;
        background-color: rgb(207, 207, 207, 0.31);
    }


    .bg-oranges {
        margin-bottom: 1rem;
    }

    .bg-oranges p {
        width: 100%;
    }

    .bg-oranges::before {

        width: 100%;

    }

    .p-20 {
        padding: 0;
    }

    .bg-white p {
        width: 100%;
    }

    .img-financiera {
        display: none;
    }

    .bg-gris ul {
        padding: 0 10px;
    }

    .list-obj li {
        padding: 10px;
    }

    .slider-financiera {
        margin: 0;
        width: 100%;
    }

    .swiper-wrapper {
        height: auto;

    }

    .flex-slider-financiero {
        width: 100%;
    }

    .slider-img-financiera {
        display: none;
    }

    .text-gray {
        font-size: 1rem;
    }

    .swiper-button-next {
        right: -5px;
    }

    .swiper-button-prev {
        left: -5px;
    }

    .faq-container {
        background: linear-gradient(to right, #066933, #279534, #3baa34);
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .flex-faq-frec {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .hide-img {
        display: none;
    }

    .faq-text {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .flex-comite-ley {
        flex-direction: column;
    }

    .flex-comite-ley::before {

        border-radius: 10px;
    }

    .box-ley {
        width: 100%;
        padding: 10px;

    }

    .box-ley2 {
        width: 100%;
        padding: 10px;
    }

    .bg-ley::before {
        width: 100%;
        height: 100%;
    }

    .bg-ley-::before {
        right: 0;

    }

    .bg-ley img {
        width: 300px;
        margin-left: 0;
    }

    .bg-ley- img {
        width: 300px;
        margin-right: 0;
    }

    .flex-comite-ley- {
        flex-direction: column;
        border: none;
    }

    .box-ley- {
        width: 100%;
        padding: 10px;

    }

    .box-ley2- {
        width: 100%;
        padding: 10px;
    }

    .flex-comite-riesgos {
        flex-direction: column;
    }

    .box-riesgos {
        width: 100%;
    }

    .text-riesgos {
        padding: 10px 30px;
    }

    .custom-button {
        margin: 1rem 0;
    }
     .custom-button img {
width:300px;    }
.pr-100 {
    padding-right: 0px;
}

.history-img{
    display:none;
}
.custom-button img {
    height:auto;
}
.flex-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.u-cooperativista img{
    width:300px;
    border-radius:12px;
    margin:5px;
}
.post-index-card {
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.border-b {
    height: 100%;
    position: relative;
    margin-bottom:1rem;
}
.border-b::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.title-faq {
    text-align: center;
}
.m-2{
    margin:0;
}
.title-breadcrumb {
    color: white;
    font-size: 1.2rem;
}
.right-foot p {
    margin-bottom: 0;
    text-align: center;
}
.resposive-mt-2{
    margin-top:2rem;
}
 .map-wrapper {
            overflow-x: auto;
            width: 100%;
        }

        .map-container {
            width: 600px;
            height: 370px;
        }

        .popup {
            width: 320px;
            font-size: 12px;
        }

        .Copán {
            top: 27%;
            left: 2%;
        }

        .ocotepeque {
            top: 39%;
            left: 0%;
        }

        .lempira {
            top: 45%;
            left: 6.5%;
        }

        .intibuca {
            top: 41%;
            left: 14%;
        }

        .santa-Bárbara {
            top: 22%;
            left: 11%;
        }

        .cortes {
            top: 12%;
            left: 15%;
        }

        .yoro {
            top: 19%;
            left: 29%;
        }

        .comayagua {
            top: 34%;
            left: 22%;
        }

}