html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.float-buttons-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px; /* esquina inferior derecha */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* separación entre botones */
    z-index: 9999;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

body {
    /* background: linear-gradient(to bottom, #708090, #2f4f4f);*/
    background-attachment: fixed;
    color: white; /* para asegurar contraste si el fondo es oscuro */
}

youtube-float-wrapper {
    /*position: fixed;
    bottom: 20px; 
    left: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

.whatsapp-float {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.youtube-float {
    width: 95px; /* tamaño del botón */
    height: 95px;
    border-radius: 50%;
    background-color: #FF0000; /* color rojo de YouTube */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

    .youtube-float:hover {
        transform: scale(1.1);
    }

    .youtube-float img {
        width: 100px; /* tamaño del icono */
        height: auto;
    }


.logo-extra {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .logo-extra {
        max-width: 300px;
        margin-bottom: 1rem;
    }

    .ratio {
        max-width: 100%;
    }

    .container-fluid .d-flex {
        flex-direction: column !important;
        text-align: center;
        align-items: center;
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.whatsapp-float-wrapper {
    /* position: fixed;
    bottom: 25px;
    right: 25px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}



.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    color: white;
}

.whatsapp-label {
    background-color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #128C7E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.youtube-label {
    text-align: center;
    background-color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    color: red;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

.hero {
    background: linear-gradient(90deg, #0f6b9c, #00c3ff);
    color: white;
    padding: 40px 0;
}

.hero-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .hero-header img {
        max-height: 70px;
        width: auto;
    }


.logo-container {
    position: absolute;
    top: 20px;
    left: 30px;
}

    .logo-container img {
        margin-top: 60px;
        max-height: 99px;
    }


.section-title {
    color: #0f6b9c;
    font-weight: bold;
}

.benefits li {
    margin-bottom: 10px;
}

.step-box {
    background: #eaf4fb;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.contact-icons i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.item-img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}


.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}



.benefit-img {
    width: 100%;
    max-width: 280px;
    height: 180px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.contact-img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.benefits-banner {
    background: linear-gradient(90deg, #0f6b9c, #00c3ff);
    color: white;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #003366;
}

    .benefits-banner ul li {
        font-size: 1.1rem;
        margin-bottom: 10px;
        font-weight: 500;
    }

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
}

    .fade-in.visible {
        opacity: 1;
        transform: none;
    }

.testimonial-img {
    width: 150px;
    max-width: 200px;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.logo-extra {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .logo-extra {
        max-width: 300px;
        margin-bottom: 1rem;
    }

    .ratio {
        max-width: 100%;
    }

    .container-fluid .d-flex {
        flex-direction: column !important;
        text-align: center;
    }
}

.video-wrapper {
    flex: 1 1 100%;
    max-width: 560px;
    min-width: 280px;
    padding: 10px;
}

@media (max-width: 768px) {
    .video-wrapper {
        max-width: 100%;
        padding: 0 10px;
    }

        .video-wrapper .ratio {
            width: 100%;
        }
}




.quienes-somos {
    background: linear-gradient(to right, #0d6efd, #00bfff);
    color: white;
}

    .quienes-somos h2 {
        color: #ffffff;
    }

    .quienes-somos .lead {
        font-size: 1.1rem;
    }

    .quienes-somos ul li {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }
