﻿body{
    background: #f8f9fa;
    font-family: "Montserrat", sans-serif;
}

.header-ayuda{
    height: 90px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    color: #384755;
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.logotipo img{
    width: 100%;
}

nav a{
    text-decoration: none;
    color: white;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    color: #384755;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    color: #f39b32;
    font-weight: bold;
}

.datos{
    font-size: 18px;
    text-align: center;
}
.datos img{
    width: 30px;
}


.efecto{
    background: url(../images/fondo-efecto.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: white;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    background-color: rgba(44, 62, 80, 0.75);
    width: 100%;
    height: 100%;
}

.efecto .container{
    position: relative;
    z-index: 100;
}

.leyenda-efecto{
    padding-top: 200px;
    padding-bottom: 200px;
}

.efecto strong{
    width: 100%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    display: inline-block;
}

.efecto span{
    width: 100%;
    font-weight: bold;
    font-size: 27px;
    display: inline-block;
    margin: 20px 0;
}


.btn-naranja{
    background-color: #f39b32;
    color: white;
    font-size: 22px;
    padding: 5px 30px;
}
.btn-naranja:hover{
    background: #f39b32;
    font-weight: bold;
}


.porque{
    text-align: center;
    font-size: 19px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 50px;
}


.por{
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 469px;
    padding: 30px 20px;
    border-radius: 8px;

    transition:transform 0.2s;
}
.por:hover{
    transform: translateY(-5px);
}
.por strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
.por p{
    font-size: 19px;
}
.por img{
    height: 110px;
    margin-bottom: 20px;
    
    object-fit: cover;
}
.por div{
    text-align: justify;
}



.imagen-larga{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
    
    border-radius: 20px;
}
.textoConPadding{
    /* padding-top: 50px; */
}


.textoNosotros{
    background: #f39b32;
    background: #384755;
    text-align: justify;
    color: white;
    font-size: 20px;
    padding: 40px;

    border-radius: 30px;
}
.textoNosotros strong{
    width: 100%;
    text-align: center;
    font-size: 27px;
    display: inline-block;

    margin-bottom: 20px;
}

.imagen img{
    width: 100%;

    border-radius: 30px;
}


.texto{
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 469px;
    padding: 30px 20px;
    border-radius: 8px;

    transition:transform 0.2s;
}
.texto strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
}

.contactoTexto p{
    margin-bottom: 0;
    padding-bottom: 0;
}


.antes img{
    width: 100%;
    height: 500px;

    object-fit: contain;
}
.antes strong{
    background: #2d3a47;
    width: 100%;
    text-align: center;
    color: white;
    display: inline-block;
    padding: 5px 0;
}


.listado{
    padding-top: 30px;
    padding-bottom: 30px;
}

.buscador{
    padding-top: 20px;
    padding-bottom: 20px;
}

h3.titulo{
    font-size: 20px;
    margin-bottom: 10px;
}



.footer{
    background: white;
    font-size: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 60px;
}
.footer strong{
    font-size: 32px;
}


.pie{
    text-align: center;
    font-size: 14px;
    color: gray;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Footer oscuro */
.footer-dark{
    background: #2d3a47; /* tono más oscuro del header */
    color: #cfd8e3;
    padding-bottom: 28px;
    margin-bottom: 0; /* el bloque .pie ya agrega aire final */
}
.footer-dark a{
    color: #e7edf5;
    text-decoration: none;
}
.footer-dark a:hover{
    color: #f39b32; /* acento */
    text-decoration: underline;
}
.footer-title{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-logo{
    width: 300px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.footer-links,
.footer-bullets,
.footer-contact{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-links li,
.footer-bullets li,
.footer-contact li{
    margin-bottom: 8px;
    font-size: 15.5px;
}
.footer-contact .whatsapp{
    font-weight: 600;
}
.footer-divider{
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
    margin: 28px 0 18px 0;
}
.footer-legal{
    color: #cfd8e3;
}
.footer-legal:hover{
    color: #f39b32;
}

/* Botón en fondo oscuro: respeta tu .btn-naranja y mejora contraste */
.footer-dark .btn-naranja{
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(243,155,50,.25);
}
.footer-dark .btn-naranja:hover{
    filter: brightness(1.05);
}

/* Ajustes responsivos */
@media (max-width: 768px){
    .footer-dark{ padding-top: 36px; }
    .footer-logo{ width: 130px; }
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    header{
        position: relative;
    }
    .header-ayuda{
        display: none;
    }
    nav{
        margin: 20px 0 !important;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .antes{
        margin-bottom: 30px;
    }
    .antes img{
        height: auto;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}


:root{ --brand:#0d6efd; }
body{ background:#f8fafc; }
.header{
    padding: 1.25rem 0;
}
.search-box{
    background:#fff; border:1px solid rgba(0,0,0,.06);
    border-radius:.75rem; padding: .75rem;
    box-shadow: 0 6px 20px rgba(13,110,253,.06);
}
h1{ font-size:1.125rem; margin:0 0 .5rem; }
mark{ background:#fff3cd; padding:.05rem .2rem; border-radius:.25rem; }
.table thead th{ background:#f1f4ff; }
.badge-brand{
    background: rgba(13,110,253,.08);
    border:1px solid rgba(13,110,253,.2);
    color:#0b5ed7;
}
.empty{
    border:2px dashed #dee2e6; background:#fff; border-radius:.75rem; padding:1.25rem; color:#6c757d;
}