/* Ini Sitio WEB */
html {
    scroll-behavior: smooth;
}

.pleca {
    background-image: url("../img/svg/pleca_rosa.svg");    
    background-repeat: no-repeat;
    background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        /*background-color: #333;*/
    height: 40px;
}

.text-menu {
    font-weight: 600 !important;
}

.link-menu {
    font-weight: 900 !important;
    color: #009887;
    text-decoration: none;
}

.link-menu:hover {
    font-weight: 900 !important;
    /*background-color: #c90166;*/
    background-color: #333;
    color: #ffffff;
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.link-barras {
    color: #C90166;
}

.fondobanner {
    background-image: url("../img/svg/fondo-banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

.fondoclaro 
{
    background-color: #e2e1e0;
}


.fondoquees {
    background-image: url("../img/svg/marca-agua-logo.svg");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
    background-size: 60% auto; 
}

.text-titulo-rosa {
    font-weight: 900 !important;
    color: #C90166;
}

/* Tablets (pantallas menores a 768px) */
@media (max-width: 768px) {
    .text-titulo-rosa {
        font-size: 1.3rem;
    }
}

/* Móviles (pantallas menores a 576px) */
@media (max-width: 576px) {
    .text-titulo-rosa {
        font-size: 1rem;
    }
}

.text-semibold-rosa {
    font-weight: 600 !important;
    color: #C90166;
}

.text-semibold-negro {
    font-weight: 600 !important;
    color: #1E1D1D;
}

/*.fondorequisitos {
    background-color: #D0F7F3;
}*/

.fondorequisitos {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;

    /* Color base */
    background-color: #D0F7F3;

    /* Fondo compuesto: gradiente izquierda + gradiente derecha + imagen derecha */
    background-image: 
        linear-gradient(to right, rgba(0, 80, 80, 0.2), rgba(208, 247, 243, 0)), /* izquierda */
        linear-gradient(to left, rgba(208, 247, 243, 0) 0%, rgba(208, 247, 243, 1) 50%), /* derecha difuminada */
        url("../img/build.png"); /* imagen derecha */
    
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left center, right center, right center;
    background-size: 50% auto, 50% auto, 50% auto; /* izquierda, derecha gradiente, imagen */

}

/* Asegura que el contenido quede visible */
.fondorequisitos > .container {
    position: relative;
    z-index: 2;
}

.fondodocumentos {
    min-height: 450px;
    width: 100%;

    /* Color base más neutro y elegante */
    background-color: #edf4f2;

    background-image:
        /* Patrón ultra tenue */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%239fc9c0' stroke-width='0.35'%3E%3Cpath d='M0 60h120M60 0v120M15 15l90 90M105 15L15 105'/%3E%3C/g%3E%3C/svg%3E"),
        /*url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill='none' stroke='%239fc9c0' stroke-width='0.4'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150z'/%3E%3C/g%3E%3C/svg%3E");*/
        
        /* Desvanecido MUY suave */
        linear-gradient(
            to right,
            rgba(159, 201, 192, 0.08) 0%,
            rgba(159, 201, 192, 0) 38%
        ),

        /* Gradiente base renovado */
        linear-gradient(
            90deg,
            #dfeeea 0%,
            #eef7f5 45%,
            #f9fdfc 75%,
            #ffffff 100%
        );

    background-repeat: repeat, no-repeat, no-repeat;

    background-size:
        180px 180px,
        100% 100%,
        100% 100%;

    background-position:
        left top,
        left top,
        left top;
}

/* Asegura que el contenido quede visible */
.fondodocumentos > .container {
    position: relative;
    z-index: 2;
}

/* Título */
.titulo-seccion {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    color: #003F3F;
    text-align: center;
    margin-bottom: 0.75rem;
}

/* Subtítulo */
.subtitulo-seccion {
    /*max-width: 820px;*/
    /*margin: 0 auto 3rem auto;*/
    font-size: 1.05rem;
    line-height: 1.9;
    color: #5A5A5A;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .fondorequisitos .fondodocumentos {
        padding: 4rem 0;
        background-size: 60% auto, 60% auto, 60% auto;
    }
}

@media (max-width: 768px) {
    .fondorequisitos .fondodocumentos {
        padding: 3rem 0;
        background-size: 70% auto, 70% auto, 70% auto;
    }

    .titulo-seccion {
        font-size: 2.1rem;
    }

    .subtitulo-seccion {
        font-size: 1rem;
        line-height: 1.7;
    }
}

.text-titulo-negro {
    font-weight: 900 !important;
    color: #1E1D1D;
}

.text-subtitulo-negro {
    font-weight: 700;
    color: #1E1D1D; 
}

.text-titulo-verde {
    font-weight: 900 !important;
    color: #009887;
}

.text-subtitulo-verde {
    font-weight: 700;
    color: #009887; 
}

.btn-inicio-verde {
    font-weight: 800;
}

.divfooter {
    background-color: #009887;
    min-height: 27.5vh;
    color: #ffffff;
}

footer.footer {
    background-color: #3e383a; /* tu color exacto */
    color: #fff;
}

footer.footer .footer-logo {
    max-width: 200px; /* más grande que antes */
}

footer.footer .footer-separator {
    max-height: 50px; /* separador proporcional al logo */
}

footer.footer .footer-text {
    font-size: 1rem; /* texto más grande que antes */
    font-weight: 500;
}

.texto-clave {
    color: #444444;
}

/* Fin Sitio WEB */

.card-header-custom {
    font-size:large;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Semibold */
    color: #495057;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.card-custom {
    background-color: rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.041) !important;
}

.text-custom {
    color: #495057 !important;
}

.btn-delete-custom {
    background-color: #CC0505 !important;
    color: #ffffff !important;
}

.btn-delete-custom:hover {
    background-color: #b00303 !important;
    color: #ffffff !important;
}

.icon-custom {
    color: #495057;
}

.encabezadolista {
    background-color: #6C757D;
    color: #ffffff;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:#4a4a47;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:#4a4a47;
    border-color:#4a4a47;
}

.encabezadoform {
    background-color: #6C757D;
}

.table-rounded {
    border-radius: 5px !important;
    overflow: hidden;  
}

.headerlistatitulo {
    margin-bottom: 0px;
    color:#4a4a47;
}


/* =====================================================
   GRID / COLUMNAS
===================================================== */

.services-08-area .sbox .col-lg-4 {
    border-right: 1px solid #EBEBEB;
    padding: 0 50px;
}

.services-08-area .sbox .col-lg-4:first-child {
    padding-left: 15px;
    padding-right: 85px;
}

.services-08-area .sbox .col-lg-4:last-child {
    border-right: none;
}

/* =====================================================
   CARD PRINCIPAL
===================================================== */

.services-08-item {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 25px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.08); /* más suave */
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-08-item:hover {
    transform: translateY(-5px); /* efecto sutil de elevación */
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.12);
}

/* HOVER IMAGE */
.services-08-item .services-hover {
    position: absolute;
    inset: 0;
    transform: scaleY(0);
    opacity: 0;
    transition: .35s cubic-bezier(.24, .74, .58, 1);
    border-radius: 12px;
    z-index: 0;
}

.services-08-item:hover .services-hover {
    transform: scaleY(1);
    opacity: 1;
}

.services-08-item .services-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-08-item .services-hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.3); /* capa oscura más suave */
}

/* ICONO NUMERO */
.services-08-icon {
    flex: 0 0 45px;
    position: relative;
    z-index: 1;
}

.services-08-icon .no {
    height: 42px;
    width: 42px;
    background: #F1F1F1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #0A1119;
    transition: background 0.3s ease, color 0.3s ease;
}

.services-08-item:hover .services-08-icon .no {
    background: #C90166;
    color: #fff;
}

/* CONTENIDO */
.services-08-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.services-08-content h4 {
    margin-bottom: 12px;
}

.services-08-content h4 a {
    font-weight: 700;
    color: #0A1119;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-08-content p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
}

/* Hover sobre texto */
.services-08-item:hover h4 a,
.services-08-item:hover p {
    color: #fff;
}

/* ICONO DERECHO */
.services-08-thumb {
    flex: 0 0 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    max-width: 50px;
    transition: transform 0.3s ease;
}

.services-08-item:hover .services-08-thumb img {
    transform: scale(1.1); /* efecto sutil al pasar el mouse */
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .services-08-item {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .services-08-thumb {
        justify-content: center;
        margin-top: 10px;
    }

    .services-08-content h4 a {
        font-size: 20px;
    }

    .services-08-content p {
        font-size: 14px;
        text-align: left;
    }

    .services-08-item {
        margin-bottom: 20px;
    }
}


.fade-bottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 140px; /* más aire */
}

.fade-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 140px;

    background: linear-gradient(
        to bottom,
        rgba(248,250,252,0) 0%,
        rgba(248,250,252,0.6) 45%,
        rgba(248,250,252,1) 100%
    );

    pointer-events: none;
}



.fade-top {
    position: relative;
    overflow: hidden;
    padding-top: 80px; /* 👈 empuja contenido hacia abajo */
}

.fade-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 80px;

    background: linear-gradient(
        to top,
        rgba(248,250,252,0) 0%,
        rgba(248,250,252,1) 100%
    );

    pointer-events: none;
}

@media (max-width: 768px) {
    .fade-bottom,
    .fade-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fade-bottom::after,
    .fade-top::before {
        height: 50px;
    }
}