* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scrollbar-width: none;
}

/*START MODAL OFERTAS*/

.modal-bg-promos {
    border-radius: 20px;
    background-image: linear-gradient(120deg, #943893 0%, #025D99 100%);

}

.modal-ofertas .modal-body {
    background: transparent;

}

.modal-ofertas .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.modal-ofertas .slider-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.modal-ofertas .slider-images img {
    min-width: 100%;
    height: auto;
}

.modal-ofertas .prev-slide,
.next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.modal-ofertas .prev-slide {
    left: 10px;
}

.modal-ofertas .next-slide {
    right: 10px;
}

.modal-ofertas .prev-slide:hover,
.next-slide:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/*END MODAL OFERTAS*/

/*Header section START*/
header {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
    background-color: transparent;
}

header nav {
    background: #020405;
}




header nav a {
    color: white;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 16px;
    transition: 0.2s;
    text-decoration: none;
}

header nav a.active-nav {
    background: #943993;
    color: #fff;
    border-radius: 5px;
}

header nav a:hover {
    background: #943993;
    border-radius: 5px;
    scale: 1.1;
}

header .dropdown-menu {
    background: #1F242D;
}

header .dropdown-menu li a {
    color: #ffffff9a;
}

header .dropdown-menu li a:hover {
    background: #943993;
    color: #fff;
}

header .redes a,
header .redes a:hover {
    background: transparent;

}

header .redes a i {
    font-size: 1.2rem;
    transition: .2s;
}

header .redes a i:hover {
    background: transparent;
    transform: scale(1.3);
}


header .calid {
    color: #0064A7;
    font-weight: 400;
    font-size: 25px;
}

header .dent {
    color: #0064A7;
    font-weight: 500;
    font-size: 25px;
}

header .god {
    font-size: 15px;
}

header .braquet {
    max-width: 50px;
}


/* Esconde los links por defecto en pantallas pequeñas */
.nav-links {
    display: flex;
}

.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.menu-icon span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
}


/*CAROUSEL START*/

.carousel {
    width: 100%;
    height: 100vh;
    margin-top: -50px;
    overflow: hidden;
    position: relative;
}

.carousel .list .item {
    width: 180px;
    height: 250px;
    position: absolute;
    top: 80%;
    transform: translateY(-70%);
    left: 70%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgb(0, 0, 0, 0.3);
    background-position: 50% 50%;
    background-size: cover;
    z-index: 100;
    transition: 1s;
}

.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2) {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.carousel .list .item:nth-child(3) {
    left: 67%;
}

.carousel .list .item:nth-child(4) {
    left: calc(67% + 200px);
}

.carousel .list .item:nth-child(5) {
    left: calc(67% + 400px);
}

.carousel .list .item:nth-child(6) {
    left: calc(67% + 600px);
}

.carousel .list .item:nth-child(n+7) {
    left: calc(67% + 800px);
    opacity: 0;
}


/*END CAROUSEL*/

.item .content {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    width: 50%;
    text-align: left;
    color: #fff;
    display: none;
}

.list .item:nth-child(2) .content {
    display: block;
}

.content .title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
    text-align: center;
}

.content .name {
    font-size: 100px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    text-shadow: 3px 4px 4px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
    text-align: center;

    -webkit-text-stroke: 0px #000000;
    text-shadow: 1px 1px 2px #000000;
}

.content .des {
    font-size: 24px;
    margin-left: 5px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.9s 1 forwards;

    -webkit-text-stroke: 0px #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.content .des .dsct {
    font-size: 30px;
    background: #943893;
    color: #fff;
    padding: 5px 10px;

}


.content .btn-header {
    width: 100%;
    opacity: 0;
    animation: animate 1s ease-in-out 1.2s 1 forwards;
}

.content .btn-header .btn-agendar {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    background: #943893;
}

.content .btn-header .btn-registro {
    padding: 10px 20px;

    background: transparent;
    color: #943893;
    border: 2px solid #fff;
    transition: 0.3s;
}

.content .btn-header .btn-registro:hover {
    background-color: #943893;
    color: #fff;
    border-color: #943893;
}

/*

.content .btn button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    background: #943893;
}

.content .btn button:nth-child(1) {
    margin-left: 15px;
}

.content .btn button:nth-child(2) {
    background: transparent;
    color: #943893;
    border: 2px solid #fff;
    transition: 0.3s;
}

.content .btn button:nth-child(2):hover {
    background-color: #943893;
    color: #fff;
    border-color: #943893;
}
    */

@keyframes animate {
    from {
        opacity: 0;
        transform: translateY(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }

}


/*START BUTON DE PREV Y NEXT*/

.arrows {
    position: absolute;
    top: 85%;
    right: 45%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.arrows button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #943993;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}

.arrows button:hover {
    background-color: #ffffffe8;
    color: #000;

}

/*END BUTON DE PREV Y NEXT*/

/*START TIMERUNNING*/

.carousel .timeRunning {
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 4px;
    background-color: #943993;
    left: 0;
    top: 0;
    animation: runningTime 7s linear 1 forwards;

}

@keyframes runningTime {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/*END TIMERUNNING*/





/*START CONTENIDO 1 INDEX*/
/* General Section Styles */
.sec-1-2 {
    background: #f7f9fb;
    padding: 60px 0;
}

.sec-1 {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Section */
.sec-1 img {
    max-width: 70%;
    border-radius: 15px;
}

/* Content Section */
.sec-1 .content1 h1 {
    font-size: 90px;
    color: #003f63;
    font-weight: 700;
    /*line-height: 1;*/
    margin-bottom: 20px;
}

.sec-1 .content1 .mora {
    color: #943993;
    font-weight: bold;
}

.sec-1 .content1 .azul {
    color: #025D99;
    font-weight: bold;
}

.sec-1 .content1 p {
    font-size: 1.3rem;
    color: #4a4a4a;
    line-height: 1.7;
    max-width: 70%;
}



/*---------START SEC 2-----------*/

.sec-2 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.sec-2 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
}

.sec-2 aside {
    position: relative;
    z-index: 1;
}

.sec-2 h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 200;
}

.sec-2 h1 {
    font-size: 50px;
    color: #fff;
}

.sec-2 p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}




/*------------END SEC 2----------*/


/*-------START CONTENIDO 3 SERVICIOS---------*/
.sec-3-4 {
    background-color: #f5f5f5;

}

/* Contenedor del artículo */
.sec-3 {
    padding: 40px 0;
}

/* Estilo para el subtítulo (NUESTROS) */
.subtitulo {
    font-size: 30px;
    font-weight: 300;
    color: #943993;
    letter-spacing: 5px;
    margin-bottom: 0;
}

/* Estilo para el título principal (SERVICIOS) */
.titulo {
    font-size: 60px;
    font-weight: 700;
    color: #0056b3;
    letter-spacing: 8px;
    margin-top: 0;
}

.underline {
    width: 100px;
    height: 5px;
    background-color: #007bff;
    margin: 20px auto;
    animation: underline-animation 2s infinite alternate;
    /* Animación simple y continua */
}

/* Animación del subrayado */
@keyframes underline-animation {
    0% {
        width: 100px;
        background-color: #943993;
    }

    50% {
        width: 150px;
        background-color: #007bff;
    }

    100% {
        width: 100px;
        background-color: #943993;
    }
}

/* Estilo para cada tarjeta de servicio */
.sec-3 .servicios {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.sec-3 .servicios:hover {
    transform: translateY(-10px);
    /* Eleva la tarjeta al hacer hover */
}

/* Estilo para las imágenes */
.sec-3 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Sombra sutil para las imágenes */
    transition: transform 0.3s ease-in-out;
}

.sec-3 .servicios:hover img {
    transform: scale(1.05);
    /* Zoom suave al hacer hover en la tarjeta */
}

/* Estilo para las etiquetas */
.sec-3 .etiqueta {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sec-3 .etiqueta:hover {
    background-color: #94399294;

    color: #fff;
}

/* Estilo para los botones */
.sec-3 .btn {
    margin-top: 15px;
    background-color: #0056B3;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
}

.sec-3 .btn:hover {
    color: #fff;
    background-color: #943993;
    /* Efecto hover en el botón */
    transform: translateY(-5px);
    /* Efecto de elevación en hover */
}

.sec-4 {
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.sec-4 .content4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec-4 .content4 h4 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #61879C;
    padding: 15px 0px;
}

/*-------END CONTENIDO 3 SERVICIOS------------*/

/*------------START MODALES SERVICIOS----------*/

.modal-bg-servicios {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.modal-bg-servicios .modal-content {
    border: none;
}

.modal-bg-servicios h1 {
    color: #943993;
    font-weight: 400;
    transition: .5s;
}

.modal-bg-servicios p {
    color: #1F242D;
    font-size: 20px;
    font-weight: 300;
    transition: .5s;

}

.modal-bg-servicios .btn {
    background: #943993;
    transition: 0.2s;
}

.modal-bg-servicios .btn:hover {
    scale: 1.1;
    background: #0056b3;
    color: #fff;
}

.modal-bg-servicios img {
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.modal-bg-servicios h1:hover,
.modal-bg-servicios p:hover,
.modal-bg-servicios img:hover {
    transform: scale(1.05);
}

.text-justify {
    text-align: justify;
}

/*------------END MODAL SERVICIOS---------------*/


/*--------------START CONTENIDO 4 CONTACTO---------*/

.sec-5 {
    background: url('../img/portada-contacto.png') no-repeat center center fixed;
    animation: backgroundAnimation 5s infinite linear;
    background-size: cover;
    padding: 50px 0;
    border-top: 3px solid #035D99;
    border-bottom: 3px solid #943893;
}

/* Animación de la imagen de fondo */
@keyframes backgroundAnimation {
    0% {
        background-position: center center;
    }

    50% {
        background-position: center top;
    }

    100% {
        background-position: center center;
    }
}

/* Logo */
.logo-sec5 {
    max-width: 200px;
    margin-bottom: 20px;
}

/* CalidDent Text */
.sec-5 .mora,
.sec-5 .azul {
    font-size: 70px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.sec-5 .mora {
    color: #943893;
    border: 2px solid #943893;
}

.sec-5 .azul {
    color: #035D99;
    border: 2px solid #035D99;
}

/* Contact Links */
.sec-5 .telefono,
.sec-5 .whatsapp {
    font-size: 1.4rem;
    font-weight: 500;
    color: #003f63;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.sec-5 .telefono:hover,
.sec-5 .whatsapp:hover {
    background-color: #e9f5fb;
}

.sec-5 .telefono i,
.sec-5 .whatsapp i {
    margin-right: 10px;
    color: #035D99;
}

.sec-5 .whatsapp i {
    color: #25d366;
}



/*----------------END CONTENIDO 4 CONTACTO----------*/

/*----------------START CONTENIDO 5 CLINICAS---------*/

.sec-6 {
    padding: 60px 0;
    background-color: #f7f9fc;
}


/* Card Styles */
.sec-6 .card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec-6 .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sec-6 .card-body h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #0056B3;
}

.sec-6 .card-body span {
    display: block;
    font-size: 1rem;
    color: #6c757d;
}



/* Button Styles */
.sec-6 .btn {
    border-radius: 30px;
    font-size: 1rem;
    padding: 8px 20px;
}

.sec-6 .btn-primary {
    background-color: #943993;
    border-color: #943993;
    color: #fff;
}

.sec-6 .btn-primary:hover {
    background-color: #943992a9;
    border-color: #025a8c;
}

.sec-6 .btn-outline-primary {
    color: #035D99;
    border-color: #035D99;
}

.sec-6 .btn-outline-primary:hover {
    background-color: #943993;
    border-color: #943993;
    color: #fff;
}


/*------------------END CONTENIDO 5 CLINICAS----------*/


/*-------------NOSOTROS------------------------------*/

/*START CONTENIDO 7 PORTADDA*/

.sec-7 {
    position: relative;
    background: url('../img/banner-contactanos.png') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    background-position: 10% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9439923d;
    /* Superposición negra semitransparente */
    z-index: -1;
}

.sec-7 h1 {
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 10px #035d9970;
}

.sec-7 p {
    font-size: 1.5rem;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.7;
    color: #f1f1f1e3;
    text-shadow: 1px 1px 5px rgba(161, 159, 159, 0.5);
}




/*END CONTENIDO 7 PORTADA*/



/*START CONTENIDO 8 FRASE*/

.sec-8 {
    width: 100%;
    min-height: 60vh;
    background: #1F242D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.sec-8 #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.sec-8 h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.sec-8 h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.sec-8 p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%px;
    font-weight: 400;
}

.sec-8 strong {
    font-weight: 700;
}

/*END CONTENIDO 8 FRASE*/


/*START CONTENIDO 9 MISION VISION*/
.sec-9 {
    background: #f9f9f9;
    padding: 40px 0;
}

.sec-9 .container {
    border-radius: 10px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sec-9 img {
    max-width: 30%;
    height: auto;
    border-radius: 10px;
}

.sec-9 h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

.sec-9 p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

.sec-9 .experience-section {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.sec-9 .experience-section h2 {
    font-size: 2.5rem;
    color: #005D99;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}



.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion li {
    margin-bottom: 15px;
}

.accordion input[type="radio"] {
    display: none;
}

.accordion label {
    display: block;
    font-size: 1.4rem;
    background-color: #943992;
    /* Color de fondo para el encabezado del acordeón */
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.accordion label:hover {
    background-color: #742c6e;
    /* Color de fondo al pasar el cursor */
}

.accordion .content {
    max-height: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    /* Fondo claro para el contenido */
    border-radius: 0 0 10px 10px;
    transition: max-height 0.5s ease;
    padding: 0 20px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

.accordion input[type="radio"]:checked~.content {
    max-height: 500px;
    /* Ajusta según el contenido */
    padding: 15px 20px;
}

.accordion .content p,
.accordion .content ul {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
}

.accordion .content ul {
    padding-left: 20px;
}

.accordion .content ul li {
    padding: 5px 0;

}

.btn-calid {
    text-decoration: none;
    padding: 10px 15px;
    background-color: #943993;
    color: #fff;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Añade una sombra sutil */
}

.btn-calid:hover {
    background-color: #003f7f;
    transform: scale(1.05);
    /* Efecto de escala al hacer hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    /* Aumenta la sombra en hover */
}

.text-justify {
    text-align: justify;
}



/* Card Styling */
.sec-9 .card {
    min-height: 100%;
    border: none;
    /* Eliminar borde predeterminado */
    border-radius: 15px;
    /* Bordes redondeados */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    /* Sombra suave */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Animación al pasar el ratón */
    background-color: #fff;
    /* Fondo blanco */
}

.sec-9 .card:hover {
    transform: translateY(-10px);
    /* Eleva la tarjeta al pasar el ratón */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    /* Sombra más pronunciada */
}

.sec-9 .card-body {
    padding: 20px;
    text-align: center;
    /* Centrar el texto */
}

.sec-9 .card h4 {
    font-size: 1.5rem;
    color: #943992;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sec-9 .card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}



/*END CONTENIDO 8 MISION Y VISION*/

/*START CONTENIDO 10 */

.sec-10 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-10 .btn {
    background: #e91e63;
    color: #fff;
    transition: 0.5s;
}

.sec-10 .btn:hover {
    background: #0566A9;
    color: #fff;
    transform: scale(1.1);
}

.sec-10 .icon {
    font-size: 2rem;
    color: #5bbfdd;
    padding: 5px 0;
    margin-right: 10px;
}

.sec-10 .esp-4 h1 {
    font-size: 25px;
    font-weight: 400;
}

.sec-10 .esp-4 p {
    text-align: justify;
}


/*END CONTENIDO 10*/


/*START CONTENIDO 11*/

/* Estilos para el banner */
.sec-11 {
    width: 100%;
    min-height: 60vh;
    /* Altura mínima para el banner */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 60px 20px;
    /* Espaciado interno */
    position: relative;
}

.sec-11 .container {
    z-index: 1;
    /* Asegura que el contenido esté por encima del fondo */
}

.sec-11 h1 {
    font-size: 3.5rem;
    /* Tamaño del título */
    font-weight: 700;
    /* Fuente en negrita */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec-11 p.lead {
    font-size: 1.5rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #f5f5f5;
}

/* Efecto de sombra en el texto */
.sec-11 h1,
.sec-11 p.lead {
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
    /* Sombra para mejorar legibilidad */
}

.sec-11 .btn {
    background: #94399291;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #943993;
}

.sec-11 .btn:hover {
    background: #943993;
    color: #fff;
    transform: scale(1.05);
}

/*END CONTENIDO 11*/

/*START SECTION 12*/

/* Estilos Generales para la Sección */
.sec-12 {
    background-color: #f9f9f9;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-12 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.sec-12 h4 {
    font-size: 2rem;
    color: #943992;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sec-12 p.lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #555;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sec-12 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*END SECTION 12*/


/*START CONTENIDO13*/

.sec-13 {
    background-color: #f9f9f9;
}

.sec-13 .subtitulo2 {
    font-size: 1.8rem;
    color: #943992;
    font-weight: bold;
    text-transform: uppercase;
}

.sec-13 .titulo2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0056B3;
}

.sec-13 .underline {
    width: 60px;
    height: 4px;
    background-color: #943992;
    margin: 0 auto 20px auto;
}

.sec-13 h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.sec-13 p {
    color: #555;
    line-height: 1.6;
}

/* Estilo para las tarjetas de implantes */
.sec-13 .implant-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec-13 .implant-img {
    width: 100%;
    height: 250px;
    /* Ajusta según el tamaño de las imágenes */
    object-fit: cover;
}

.sec-13 .implant-info {
    padding: 1.5rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sec-13 .implant-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.sec-13 .implant-card:hover .implant-info {
    opacity: 1;
}

.sec-13 .implant-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.sec-13 .stars {
    margin-bottom: 0.5rem;
}

.sec-13 .stars i {
    color: #f39c12;
    /* Color dorado para las estrellas */
}

.sec-13 .implant-description {
    font-size: 1rem;
}


/*END CONTENIDO 13*/



/*START CONTENIDO 14*/

/* Estilo para las tarjetas de beneficios */
.benefit-card {
    min-height: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: box-shadow 0.3s ease;
}

.benefit-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.benefit-card i {
    color: #0056B3;
    /* Color azul para los iconos */
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.benefit-description {
    font-size: 1rem;
    color: #6c757d;
    /* Color gris para el texto */
}

@media (max-width: 767px) {
    .benefit-card {
        padding: 1.5rem;
    }

    .benefit-title {
        font-size: 1.1rem;
    }

    .benefit-description {
        font-size: 0.9rem;
    }
}


/*END CONTNIDO 14*/


/*START CONTENIDO 15*/

.sec-15 {
    position: relative;
    background: url('../img/banner-ubicanos.png') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    background-position: 10% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-15::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9439923d;
    /* Superposición negra semitransparente */
    z-index: -1;
}

.sec-15 h1 {
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 10px #035d9970;
}

.sec-15 p {
    font-size: 1.5rem;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.7;
    color: #f1f1f1e3;
    text-shadow: 1px 1px 5px rgba(161, 159, 159, 0.5);
}


/*END CONTENIDO 15*/


/*START CONTENIDO 16*/

/* Estilos generales para la sección */
.sec-16 {
    background-color: #f9f9f9;
}

.sec-16 .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #007bff;
    /* Color azul para el título */
}

.sec-16 .description {
    color: #6c757d;
    /* Gris oscuro para el texto */
    max-width: 800px;
    margin: 0 auto;

}

/* Estilos para las tarjetas de clínica */
.sec-16 .clinic-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.sec-16 .clinic-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    scale: 1.01;
}

.sec-16 .clinic-card iframe {
    width: 100%;
    min-height: 450px;
}

.sec-16 .clinic-info {
    padding: 1rem;
}

.sec-16 .clinic-info h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.sec-16 .address {
    font-size: 1rem;
    color: #6c757d;
}

.sec-16 .status {
    font-size: 0.9rem;
    display: block;
    margin: 0.5rem 0;
}

.sec-16 .phone {
    font-size: 1rem;
    color: #007bff;
    text-decoration: none;
}

.sec-16 .action-links {
    margin-top: 1rem;
}

.sec-16 .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.5rem;
    color: #ffffff;
}

.sec-16 .btn-primary {
    background-color: #007bff;
}

.sec-16 .btn-secondary {
    background-color: #6c757d;
}

.sec-16 .btn-primary:hover {
    background-color: #0056b3;
}

.sec-16 .btn-secondary:hover {
    background-color: #5a6268;
}


/*EN CONTENIDO 16 */


/*START CONTENIDO 17*/

.content-17 {
    width: 100%;
    min-height: 30vh;
}

.sec-17 {
    background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
    border-radius: 20px;
    padding: 50px 30px;
    transition: background 0.3s ease;
}

.sec-17:hover {
    background: linear-gradient(135deg, #d9e2ec, #f0f4f8);
}

.icon-style {
    color: #007bff;
    background-color: #e3eaf5;
    padding: 12px;
    border-radius: 50%;
}

.sec-17 .h4 {
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.sec-17 .text-muted {
    font-size: 0.95rem;
}

.modern-input {
    flex: 1;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
}

.modern-input:focus {
    outline: none;
    border-color: #007bff;
}

.modern-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 50px;
    color: white;
    font-size: 1rem;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
    cursor: pointer;
}

.modern-btn:hover {
    background: linear-gradient(135deg, #0056b3, #003f7f);
    transform: translateY(-2px);
}

.modern-btn:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 768px) {
    .sec-17 .row {
        text-align: center;
    }

    .modern-input,
    .modern-btn {
        width: 100%;
        border-radius: 25px;
    }

    .modern-btn {
        margin-top: 10px;
    }
}


/*END CONTENIDO 17*/


/*START CONTENIDO 18 CONTACTO*/

.sec-18 {
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/banner-contacto.png');
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-18::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Más oscura para mejor contraste */
}

.sec-18 .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 80%;
    padding: 0 1.5rem;
}

.sec-18 h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 90PX;
    transition: color 0.3s ease;
}

.sec-18 h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 35PX;
}

.sec-18 p {
    font-size: 18PX;
    font-weight: 300;
    line-height: 1.5;

}

.contact-info {
    background: rgba(255, 255, 255, 0.527);
    /* Fondo semitransparente para modernidad */
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Sombra más pronunciada */
    padding: 40px;
    position: relative;
    z-index: 1;
}

.contact-info h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #943893;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    text-align: center;
}

.contact-info h2:hover {
    color: #00d1b2;
}

.contact-info p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-info i {
    font-size: 1.75rem;
    color: #035D99;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.contact-info i:hover {
    transform: scale(1.2);
    /* Efecto de zoom en los íconos */
}

.contact-info a.direccion {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.contact-info a.direccion:hover {
    color: #035D99;
    transform: translateX(10px);
    /* Desplazamiento al pasar el mouse */
}

.contact-info a.direccion i {
    font-size: 1.75rem;
    color: #035D99;
    margin-right: 10px;
}

.contact-info a.direccion p {
    margin: 0;
}

/*END CONTENIDO 18 CONTACTO*/


/*START CONTENIDO 19 PROMOCIONES*/

.sec-19 {
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/promocion.png');
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-19::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Más oscura para mejor contraste */
}

.sec-19 .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    min-height: 80vh;
}

.sec-19 h3 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0;
    padding: 0;

}

.sec-19 h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.sec-19 h1 {
    font-size: 200px;
    font-weight: 700;
    text-align: center;
}

.sec-19 p {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}


.sec-19 .form-control.modern-input {
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    transition: border-color 0.3s ease;
}

.sec-19 .form-control.modern-input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
    outline: none;
}

.sec-19 .btn.modern-btn {
    border-radius: 25px;
    background-color: #0056b3;
    color: #fff;
    font-size: 16px;
    padding: 0.75rem 1.5rem;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sec-19 .btn.modern-btn:hover {
    background-color: #004494;
    transform: translateY(-2px);
}

.sec-19 .btn.modern-btn:active {
    background-color: #003377;
    transform: translateY(1px);
}



/*END CONTENIDO 19 PROMOCIONES*/


/*START CONTENIDO BLOG*/

.sec-20 {
    width: 100%;
    min-height: 10vh;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.sec-20 .container-fluid .row {
    width: 100%;
}

.sec-20 h4 {
    color: #fff;
    font-size: 25px;
}

.sec-20 .btn-blog {
    background-color: #943893;
    padding: 10px 15px;
    border: none;
    transition: .5s;
}

.sec-20 .btn-blog:hover {
    scale: 1.1;
    background-color: #94389275;
}

.sec-20 .btn-blog a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

/*END CONTENIDO BLOG*/

/*START NAVIGATION CONTEINOD*/

.sec-naveg {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.sec-naveg .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.sec-naveg .card-body {
    padding: 20px;
}

.sec-naveg .img-fluid {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.sec-naveg .info-blog {
    padding-left: 15px;
}

.sec-naveg .fecha {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

.sec-naveg h2 {
    font-size: 1.5rem;
    margin: 10px 0;
    color: #333;
}

.sec-naveg p {
    color: #555;
}

.sec-naveg .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.sec-naveg .btn-blog2 {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sec-naveg .btn-blog2 a {
    color: white;
    text-decoration: none;
}

.sec-naveg .btn-blog2:hover {
    background-color: #0056b3;
}


/*END NAVIGATOIN CONTENIDO*/




/*START FOOTER*/

footer {
    position: relative;
    width: 100%;
    background-color: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
    list-style: none;
}

footer .social_icon li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}


footer .menu li a {
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer p a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../img/wave.png');
    background-size: 1000px 100px;
}

footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}

footer .wave#wave2 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }

    100% {
        background-position-x: 0px;
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

/*END FOOTER*/