@media screen and (max-width: 768px) {
    .img-beneficios {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .div-position-sintomatologia {
        height: 102px;
        top: 103px;
        width: 305px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .div-position-sintomatologia {
        height: 93px;
        top: 93px;
        width: 305px;
    }
}

@media screen and (max-width: 768px) {
    .div-width-textsintomatologia {
        width: 100%;
    }

    .div-position-sintomatologia {
        height: 92px;
        top: 93px;
        position: relative;
        z-index: -1;
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .div-position-sintomatologia {
        height: 83px;
        top: 87px;
        position: relative;
        z-index: -1;
        width: 300px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .div-position-sintomatologia {
        height: 83px;
        top: 85px;
        width: 305px;
    }
}

@media screen and (max-width: 480px) {
    .div-position-sintomatologia {
        height: 58px;
        top: 58px;
        width: 70vw;
    }

    .div-width-textsintomatologia {
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    .div-position-sintomatologia {
        height: 90px;
        top: 90px;
        width: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .img-sintomatologia {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .bg-team {
        height: 300px;
    }

    section {
        top: 0;
    }

    .div1,
    .div2,
    .div3 {
        height: auto;
        max-width: 100%;
        padding: 20px;
    }

    .div3 .text-start {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .bg-team {
        height: 400px;
    }

    .div1,
    .div2,
    .div3 {
        height: auto;
    }

    .div3 .text-start p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .bg-terapia {
        margin-top: -100px;
    }
}

@media (max-width: 768px) {
    .position-img-dr {
        top: -40px;
    }
}

@media (max-width: 768px) {
    .slide1::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        /* Cambiamos de left a right para alinear la sombra a la derecha */
        width: 100%;
        /* Ancho de la sombra */
        height: 100%;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        /* Sombra degradada con 10% de opacidad */
        /* Sombra degradada de derecha a izquierda */
        z-index: 1;
        /* Aseguramos que la sombra esté por encima del contenido */
    }

    .bg-footer {
        display: flex;
        flex-direction: column;
    }

    .div-logo-linkedin {
        position: relative;
        top: 10px;
        right: 1px;
    }

    .slide-content {
        position: relative;
        z-index: 1;
        padding: 4rem;
        color: white;
        max-width: 860px;
        margin-top: 40% !important;
        margin-left: 3% !important;
    }
    .colorMobileNav {
        background-color: white !important;
        color: #052d3e !important;
    }
    .button-home {
        top: auto!important;
    bottom: 16px!important;
    }

    .logo {
        top: 20px;
        left: 17% !important;
        z-index: 10;
    }
    .slide-content h1{
        font-size: 32px;
    }
    .slide-content p{
        font-size: 16px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .background-text-somos {
        font-size: 70px;
    }
    .lefthero {
        left: 15px;
    }
    .foreground-text-somos {
        font-size: 22px;
        font-weight: bold;
        color: #555;
        top: 0;
        left: 5px;
    }
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 767px) {
    .my-slide {
        background-position: 70% center;
        /* Mueve la imagen hacia la izquierda */
        background-size: cover;
        /* Ajusta la imagen para que se vea completa */
    }
    .caroResposive {
        height: 80%;
        top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .mt90 {
        margin-top: 0px;
    }
}

@media (max-width: 1450px) {
    .splide__slide {
        width: 50% !important;
        padding: 20px;
    }

    .splide__slide h3 {
        font-size: 1.3em;
    }

    .splide__slide p {
        font-size: 0.95em;
    }
}

@media (max-width: 992px) {
    .splide__slide {
        width: 50% !important;
        padding: 15px;
    }

    .splide__slide h3 {
        font-size: 1.2em;
    }

    .splide__slide p {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .splide__slide {
        width: 70% !important;
        padding: 10px;
    }

    .splide__slide h3 {
        font-size: 1.1em;
    }

    .splide__slide p {
        font-size: 0.85em;
    }
}

@media (max-width: 576px) {
    .splide__slide {
        width: 90% !important;
        padding: 10px;
    }

    .splide__slide h3 {
        font-size: 1em;
    }

    .splide__slide p {
        font-size: 0.8em;
    }

    .carouselBeneficios {
        padding: 20px 0;
    }
}

@media (hover: hover) {
    .custom-card-container:hover {
        transform: translateY(-30px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .custom-card-container:hover .custom-card-overlay {
        opacity: 0;
    }

    .custom-card-container:hover .custom-card-content {
        bottom: 0;
        opacity: 1;
    }

    .custom-card-container:hover .custom-card-title {
        transform: translate(-50%, -50%) translateY(-30px);
    }

    .custom-card-container:hover .custom-card-image {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 768px) {
    .button-home1 {
        position: relative;
        z-index: 30;
        top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .text-interior1-home {
        margin-top: 90px;
    }

    .text-title-interio1 {
        position: relative;
        right: 143px;
    }

    /* 
    .hero-section-interior1 {
        height: 100vh;
        background-size: auto;
        background-position: center;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    } */
}

@media screen and (max-width: 768px) {
    .testimonios-text {
        position: relative;
        top: -525px;
        font-size: 50px;
        color: rgb(201, 193, 193);
    }

    .bg-position-slider-index {
        position: relative;
        top: 65px;
    }

    .prev-btn-slider-index {
        background-color: #052d3e;
        width: 40px;
        height: 40px;
        position: relative;
        right: 30px;
    }
    
    .next-btn-slider-index {
        background-color: #052d3e;
        width: 40px;
        height: 40px;
        position: relative;
        left: 30px;
    }

    .position-slider-index{
        position: relative;
        width: 325px;
        right: -25px;
        top: 20px;
        height: 500px;
    }
    .position-slider {
        position: relative;
        top: 80%;
        right: 0%;
        width: 100%;
    }
    .background-text2 {
        font-size: 70px;
    }
    .background-text-2 {
        font-size: 70px;
    }
    .foreground-text2 {
        font-size: 22px;
        font-weight: bold;
        color: #555;
        text-align: center;
    }
    .text-container2 {
        height: 110%;
    }
    .bg-color-sintomatologia {
        background-color: #EFA58A;
        height: 100%;
        padding: 10px;
    }
    .text-container-large {
        position: relative;
        height: 200px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 20px 0 75px 0;
    }
}

@media screen and (min-width: 768px) {
    .prev-btn-slider {
        background-color: #052d3e;
        width: 40px;
        height: 40px;
        position: relative;
        right: 110px;
    }

    .next-btn-slider {
        background-color: #052d3e;
        width: 40px;
        height: 40px;
        position: relative;
        left: 110px;
    }
}

@media screen and (max-width: 768px) {
    .img-permisos-position {
        position: absolute;
        z-index: 2;
        top: 305%;
    }
}

@media screen and (max-width: 768px) {
    .bg-cumplimiento {
        position: relative;
        z-index: 1;
        top: 0;
    }

    .bg-footer-responsive {
        position: absolute;
        z-index: 4;
    }
}

@media screen and (max-width: 768px) {
    /* .div-position-legislacion {
        bottom: -500px;
        margin-left: 3%;
    } */

    .img-abajo-legislacion {
        position: relative;
       /*  top: -100px; */
        z-index: -1
    }

    .img-legislacion {
        z-index: 1;
        /* top: 100px; */
    }
}

@media screen and (max-width: 768px) {

    .img-estudios-position,
    .text-estudios-position {
        position: relative;
        /* top: 390px; */
    }
}

@media screen and (max-width: 768px) {
    .div-position-innovacion {
        bottom: -500px;
        /* top: 420px; */
        margin-left: 3%;
    }

    .img-abajo-innovacion {
        position: relative;
        /* top: 200px; */
        z-index: -1
    }

    .img-innovacion {
        position: relative;
       /*  top: 400px; */
    }
}


@media screen and (max-width: 768px) {

    .img-ketamina-position,
    .text-ketamina-position {
        position: relative;
        /* top: 690px; */
    }
}

@media screen and (max-width: 768px) {

    .casosdeexito-section-position,
    .section-slider,
    .comillas1,
    .comillas2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .bg-footer {
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .text-interior3-home {
        margin-top: 95px;
    }

    .text-title-interio3 {
        position: relative;
        right: 46px;
    }
}

@media screen and (max-width: 768px) {
    .div-position-patologias {
        bottom: -500px;
        top: 72px;
        margin-left: 4%;
    }

    .img-abajo-patologias {
        position: relative;
        top: 0;
        z-index: -1
    }

    .img-patologias {
        position: relative;
        top: 45px;
    }
}

@media screen and (max-width: 768px) {
    .img-tept {
        position: relative;
        /* top: 200px; */
    }

    .text-tept-position {
        position: relative;
       /*  top: 180px; */
    }

    .div-position-tept-síntomas {
        bottom: -500px;
        /* top: 350px; */
        margin-left: 3%;
    }

    .img-abajo-tept-síntomas {
        position: relative;
        /* top: 61px; */
        z-index: -1
    }

    .img-tept-síntomas {
        position: relative;
        /* top: -240px; */
    }
    .div-main-patologias {
        height: 100%;
    }
    .div-main-tept-síntomas {
        height: 100%;
    }
    
.div-main-toc-síntomas {
    height: 100%;
}
.div-main-tag-síntomas {
    height: 100%;
}
.div-position-tept-síntomas {
   bottom: auto;
   top: auto;
   margin-left: auto;
}
.text-maxWidth-ketamina {
    padding: 0 40px;
}
.padding-ancho {
    padding: 0 40px;
}

.div-tamaño-tept-síntomas {
width: 100%;
height: 100%;
}
.div-position-tept-síntomas {
position: relative;
top: auto;
margin-left: auto;
}
}

@media screen and (max-width: 768px) {
    .div-tamaño-tag-síntomas {
        width: 355px;
        /* height: 500px; */
    }

    .img-tag {
        position: relative;
        /* top: 530px; */
    }

    .text-tag-position {
        position: relative;
        /* top: 500px; */
    }

    .div-position-tag-síntomas {
        position: relative;
        /* top: 600px; */
        margin-left: 3%;
    }

    .img-tag-síntomas {
        position: relative;
        /* top: 580px; */
    }

    .img-abajo-tag-síntomas {
        position: relative;
        /* top: 423px; */
        z-index: -1
    }
}

@media screen and (max-width: 768px) {
    .div-tamaño-toc-síntomas {
        width: 366px;
       /*  height: 280px; */
    }

    .bg-footer3 {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .img-toc {
        position: relative;
        /* top: 900px; */
    }

    .text-toc-position {
        position: relative;
        /* top: 860px; */
    }

    .div-position-toc-síntomas {
        position: relative;
        /* top: 950px; */
        margin-left: 1%;
    }

    .img-toc-síntomas {
        position: relative;
        /* top: 900px; */
    }

    .img-abajo-toc-síntomas {
        position: relative;
        /* top: 740px; */
        z-index: -1
    }
}

@media screen and (max-width: 768px) {
    .bg-footer5 {
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .bg-footer6 {
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .img-comofunciona{
        position: relative;
        top: -14px;
    }
    .hero-slider {
        position: relative;
        height: 750px;
        background-color: #2A8B8B;
        /* This line is kept for context, but is overridden later */
        overflow: hidden;
        top: -16px;
    }
    .navbar-position{
        position: relative;
        top: 0px;
        z-index: 2;
        height: 140px;
    }

    .bg-footer2 {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .bg-footer-index {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .bg-footer1 {
        display: flex;
        flex-direction: column;
        position: relative;
       
    }
    #navbarNav  {
        background-color: white;
        border-bottom: 2px solid #052d3e;
        position: relative;
        z-index: 5;
    }
    .titulo-fondo {
        font-size: 70px;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        line-height: 1;
        text-align: left;
        position: relative;
        top: 100px;
    }
    .testimonios-carousel .carousel-control-next {
        right: 0;
    }
    .testimonios-carousel .carousel-control-prev {
        left: 0;
    }
    .testimonios-carousel {
        padding: 45px;
        max-height: 100%;
        max-width: 600px;
    }
    .fondo {
        height: 80px;
    }
    .bajada {
        bottom: 0px;
    }
    .text-width-tratamiento {
        padding: 0 40px;
    }
    .text-width-tratamiento {
        /*     width: 850px;
         */    position: relative;
            top: 50px;
            left: 0; 
        }
    .background-text {
        font-size: 75px;
    }
    .fondo-ketamina {
        height: 80px;
    }
    .mt100 {
        margin-top: 0;
    }
    .hero-section-index {
        height: 30vh;
        margin-top: 100px;
    }
    .foreground-text {
        font-size: 22px;
        font-weight: bold;
        color: #555;
        /* top: 90px; */
    }
    .text-stack {
        height: 80%;
        margin-top: -100px;
    }
    .text-background-technical {
    font-size: 70px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.2);
    position: relative;
    left: 0;
    top: -25px;
    line-height: 55px;
}
.profile-text-r-2 {
    background-color: #d2eeed;
    padding: 30px;
    float: right;
    padding-right: none;
    margin-left: -50px;
    position: relative;
    z-index: -2;
}
}

@media (max-width: 1694px) {
    .titulo-fondo-ketamina {
        font-size: 90px;
    }
    .titulo-fondo {
        font-size: 90px;
    }
    .background-text-2 {
        font-size: 90px;
 }
    .titulo-grande {
        font-size: 90px;
    }
    .text-background {
        font-size: 90px;
    }
    .testimonios-title-large {
        font-size: 90px;
    }
    .pidetuhora-text {
        font-size: 90px;
    }
    .background-text-somos {
        font-size: 90px;
    }
    .background-text2 {
        font-size: 90px;
    }
    .background-text {
        font-size:90px;
    }
    .background-text-linea {
        font-size:90px;
    }
    .background-text-doble {
        font-size:90px;
    }
    .background-text-legislacion {
        font-size: 90px;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        bottom: 0;
    }
    .casosdeexito-text {
        font-size: 90px;
        line-height: 80px;
        color: rgb(19, 50, 61, 0.2);
        font-weight: 100;
    }
    .titulo-fondo-noticias {
        font-size: 90px;
    }
    .section-cards-equipo {
        position: relative;
        top: -35px;
        z-index: 1;
    }
    .text-background-technical {
        font-size: 90px;
        line-height: 80px;
      }
}
@media (max-width: 1021px) {
    .titulo-fondo-ketamina {
        font-size: 70px;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        line-height: 1;
        text-align: left;
        position: relative;
        top: -95px;
    }
}

@media (max-width: 991px) {
    .testimonios-title-container {
        text-align: center;
        margin-bottom: 50px;
        min-height: auto;
    }
    
    .testimonios-title-large {
        font-size: 5rem;
        position: relative;
        top: 0;
        transform: none;
        text-align: center;
        width: 100%;
    }
    
    .testimonios-bg-image {
        right: 0px;
        width: 350px;
        height: 500px;
        opacity: 0.3;
    }
    .bg-footer p {
        text-align: center!important;
    }
    .bg-dr {
        background-color: antiquewhite;
        min-height: 920px;
        padding: 90px 0 50px;
    }
    .section-cards-equipo {
        margin-bottom: 45px;
    }
    .div-main-legislacion { 
        top : 0;
        height: auto;
    }
    .background-text-legislacion {
        font-size: 60px;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        bottom: 0;
        margin-left: -40px;
    }
    .foreground-text-legislacion {
        font-size: 22px;
        font-weight: bold;
        color: #555;
        top: 0;
        left: 5px;
        margin-left: -40px;
    }
    .background-text-innovacion {
        font-size: 60px;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        bottom: 0;
        margin-left: 10px;
    }
    .foreground-text-innovacion {
        font-size: 22px;
        font-weight: bold;
        color: #555;
        top: 0;
        left: 5px;
        margin-left: 10px;
    }
    .div-position-legislacion {
        position: relative;
        top: 0;
        margin: 0 !important;
        width: 100%;

    }
    .img-innovacion {
        position: relative;
        z-index: 1;
        top: 0;
        margin-top: 40px;
    }
    .div-width-textsintomatologia p{
        text-align: center!important;
    }
    .subtext{
        font-size: 20px!important;
    }
    .banner {
        width: 100%;
    }
    
    .titulo-grande {
        font-size: 75px;
        color: rgba(0, 0, 0, 0.1); /* Texto gris claro */
        margin: 0;
        font-weight: 100;
        line-height: 1;
    }
    .img-legislacion {
        position: unset;
        z-index: 1;
        top: 170px;
    }
    .titulo-fondo-noticias {
        font-size: 75px;
    }
    .navbar-position{
        position: relative;
        top: 0px;
        z-index: 2;
        height: 140px;
    }
    .colorMobileNav {
        background-color: white !important;
        color: #052d3e !important;
    }
    #navbarNav {
        background-color: white;
        border-bottom: 2px solid #052d3e;
        position: relative;
        z-index: 18;
    }
    .fondo-verde {
        background-color: #d1eceb;
        height: 100%;
        border-radius: 0px 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 20px;
        margin-right: 0;
    }
    .titulo-fondo-verde {
        font-size: 4.2em;
        top: 0;
    }
    .bajada-verde {
        font-size: 25px;
        color: #555;
        font-weight: bold;
        text-align: center;
        position: relative;
        bottom: 30px;
        padding-left: 0;
    }
    .img-comofunciona {
        top: 0;
        height: 180px;
    }
    .fondo-amarillo {
        background-color: #fef6e8; /* Color amarillo */
        height: 180px;
        border-radius: 0px 0 40px 0;
        display: flex;
        justify-content: start;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-right: 0;
    }
    
    .titulo-fondo-amarillo {
        font-size: 4.2em;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        line-height: 1;
        text-align: left;
        position: relative;
        top: 30px;
        padding-left: 60px;
    }
    
    .bajada-amarillo {
        font-size: 25px;
        color: #555;
        font-weight: bold;
        text-align: left;
        position: relative;
        bottom: 75px;
        padding-left: 60px;
    }
    .fondo-rosa {
        background-color: #f5dce0; /* Color rosa */
        height: 180px;
        border-radius: 0px 0 40px 0;
        display: flex;
        justify-content: start;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-right: 0;
    }
    
    .titulo-fondo-rosa {
        font-size: 4.2em;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        line-height: 1;
        text-align: left;
        position: relative;
        top: 30px;
        padding-left: 60px;
    }
    
    .bajada-rosa {
        font-size: 25px;
        color: #555;
        font-weight: bold;
        text-align: left;
        position: relative;
        bottom: 75px;
        padding-left: 60px;
    }
    .fondo-lila {
        background-color: #dedae2; /* Color lila */
        height: 180px;
        border-radius: 0px 0 40px 0;
        display: flex;
        justify-content: start;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-right: 0;
    }
    
    .titulo-fondo-lila {
        font-size: 4.2em;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        line-height: 1;
        text-align: left;
        position: relative;
        top: 30px;
        padding-left: 60px;
    }
    
    .bajada-lila {
        font-size: 25px;
        color: #555;
        font-weight: bold;
        text-align: left;
        position: relative;
        bottom: 75px;
        padding-left: 60px;
    }
    
}

@media (max-width: 767px) {
    .testimonios-bg-image {
        opacity: 0.3;
        right: 0px; /* Ajustado para que se vea mejor en móviles */
        width: 300px;
        height: 450px;
        top: 220px;
    }
    
    .testimonios-title-large {
        font-size: 70px;
    }
    
    .testimonios-title-small {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        margin-left: 0;
    }
    .testimonios-section {
        padding: 30px 0;
    }
    .tituloProf-r {
        padding-left: 30px 0;
    }
    .tituloProf-l {
        padding-left: 30px!important;
    }
    .profile-text-l p{
        margin: 0!important;
    }
    .profile-text-r p{
        padding-left: 30px 0;
    }
    .profile-text-r-2 p{
        padding-left: 30px 0;
    }
    .profile-text-l {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .profile-text-r {
        padding-left: 30px 0;
        padding-right: 30px;
    }
    .text-container-large {
        height: 100%;
    }
    .text-2 {
        margin-top: 0;
    }
    .text-3 {
        margin-top: 0;
    }
    .text-4 {
        margin-top: 0;
    }
    .text-5 {
        margin-top: 0;
    }
    .image-container.abajo{
        top: 0;
    }
    .profile-section {
        margin-bottom: 0; 
    }
    .div-width-textsintomatologia p{
        text-align: center!important;
    }
    .subtext{
        font-size: 20px!important;
    }
    .titulo-fondo-ketamina {
        font-size: 75px!important;
    }
    .titulo-fondo {
        font-size: 75px!important;
    }
    .background-text-2 {
        font-size: 75px!important;
        line-height: 70px;
 }
    .titulo-grande {
        font-size: 75px!important;
    }
    .text-background {
        font-size: 75px!important;
    }
    .testimonios-title-large {
        font-size: 75px!important;
    }
    .pidetuhora-text {
        font-size: 75px!important;
    }
    .background-text-somos {
        font-size: 75px!important;
    }
    .background-text2 {
        font-size: 75px!important;
    }
    .background-text {
        font-size:75px!important;
    }
    .background-text-linea {
        font-size:75px!important;
    }
    .background-text-doble {
        font-size:75px!important;
    }
    .background-text-legislacion {
        font-size: 75px!important;
        font-weight: 100;
        color: rgba(19, 50, 61, 0.2);
        bottom: 0;
        margin-left: -40px;
    }
    .casosdeexito-text {
        font-size: 75px!important;
        line-height: 80px;
        color: rgb(19, 50, 61, 0.2);
        font-weight: 100;
    }
    .titulo-fondo-noticias {
        font-size: 75px!important;
    }
    .section-cards-equipo {
        position: relative;
        top: -35px;
        z-index: 1;
    }
    .text-background-technical {
        font-size: 75px;
        line-height: 75px;
      }
      .foreground-text-linea {
        font-size: 25px;
        font-weight: 400;
        color: #555;
        position: relative;
        bottom: -40px;
        padding: 55px 0;
    }
    .foreground-text-doble {
        font-size: 25px;
        font-weight: 400;
        color: #555;
        position: relative;
        bottom: -40px;
    }
}
@media (max-width: 768px) {
    .profile-text {
        border-radius: 30px; /* Bordes redondeados en todas las esquinas */
    }
    .p-30{
        padding-left: 30px;
        padding-right: 30px;
    }
    .sintoma-margen{
        margin-left: 20px;
    }
}