*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

        text-decoration: none;
        box-sizing: border-box;

   
}
body,html{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
}

.header-text{
    width: 100%;
    padding: 0;
    margin: 0;
}
nav{

    height:18vh;
    width: 100%;
}
.enlace{
    position: absolute;
    padding:0;
    
}
.logo{
    height:15vh;
    padding: 0;

}

.enlace .logo img{
    width: 100%;
    height: auto;
    max-height: 60px;
  
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color:#fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    color:#44DD9D;
    animation: pulse 1s infinite;

}
nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding: 5px 10px;
 
}

nav ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #00ff00; 

    bottom: 0;
    left: 50%;
    transition: width 0.3s ease, left 0.3s ease;
}

nav ul li a:hover::before {
    width: 100%;
    left: 0;
}
nav ul li a:active::after {
    width: 100%;
    background-color: #00ff00;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.submenu {
    display: none;
    height: 55vh;
    position: absolute;
    background-color: #019CDC;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 100;
}

.submenu li {
    display: block;
}

.submenu-parent:hover .submenu {
    display: block;
}

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width:860px){
    .checkbtn{
        display: block;
        color: #F0513B;
    }
    ul{
        position: fixed;
        width: 80%;
        height: 32vh;
        background:#019CDC;
        top: 143px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 2;
    }
    nav ul li{
        display:flex;
        margin: 0px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #fff;
    }
    #check:checked ~ ul{
        left:0;
    }
    .checkbtn {
        display: block;
        color: #fff;
    }
    
    ul {
        position: fixed;
        width: 60%;
        height: 36vh;
        background:#019CDC;
        top: 143px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 2;
    }
    
    nav ul li {
        display: flex;
        background-color: #00a3e0;
        width: 100%;
        margin: 0px 0;
        line-height: 30px;
        position: relative; /* Asegúrate de que los elementos del menú puedan contener submenús correctamente */
    }
    
    nav ul li a {
        font-size: 20px;
        width: 100%;
    }
    
    li a:hover, li a.active {
        background: none;
        color:rgb(38, 207, 123);
    }
    
    #check:checked ~ ul {
        left: 0;
    }
    
    /* Submenú para móviles */
    .submenu {
        display: none; /* Ocultar submenú por defecto */
        position: static; /* No se necesita posicionamiento absoluto en móvil */
        width: 100%; /* Submenús deben ocupar todo el ancho disponible */
        background:#019CDC; /* Color de fondo para submenús, ajustar según necesidad */
    }
    
    .submenu li {
        padding: 10px; /* Espaciado para enlaces de submenú */
    }
    
    .submenu-parent:hover .submenu, .submenu-parent:focus-within .submenu {
        display: flex; /* Muestra el submenú cuando se pasa el ratón por encima o se enfoca */
        flex-direction: column; /* Organiza los enlaces de submenú en columna */
        align-items: center; /* Centra los enlaces del submenú */
    }
    
    /* Ajuste para cuando el menú está abierto */
    #check:checked ~ ul .submenu {
        display: none; /* Asegura que los submenús estén ocultos inicialmente incluso cuando el menú esté abierto */
    }
    
    #check:checked ~ ul .submenu-parent:hover .submenu, #check:checked ~ ul .submenu-parent:focus-within .submenu {
        display: flex; /* Permite que el submenú se despliegue en el modo móvil cuando se interactúa */
    }
    
}



body, html {
    margin: 0;
    padding: 0;
    font-family: 'Bahnschrift', sans-serif;
    width: 100%;
    height: auto;
}
.enlace{
    width: 28%;
    height:18vh;
    text-align: center;
}
.enlace .logo{
    width: 79%;
    height: 18vh;

}
img .logo{
    width: 40%;
padding: 2%;
}
nav ul {
    height: 15vh;

}
nav ul li{
    height: 15vh;
}
header{
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(/img/alquiler-de-consultorio.webp);
    background-size: cover;
    background-repeat: no-repeat;
  
}
.button .home{width: 15%;
     color: #fff;
    }
.navbar {
    width: 100%;

    color:#F0513B;
    display: flex;
    justify-content: space-between;
align-items: center;
padding: 5px;
height: auto;
padding-left: 12%;
}

.navbar .logo {
   width: 20%;
   height: auto;
   padding: 3%;
   
}
img .logo{
    width: 100%;
    height: 100%;
}
.navbar .logo img{
    width: 100%;
    height: 4.5rem;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 75%;
}

.nav-links li {
    padding: 0 15px;
}

.nav-links a {
    color: #F0513B;    text-decoration: none;
    font-size: 22px;
    transition: color 0.3s;
}

.nav-links a:hover {
    animation: pulse 1s infinite; 
    color: #44DD9D;  
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* Animación */
@keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in {
    animation: slide-in 1s ease-out;
}
.complemento{
    width: 50%;
    height: 89vh;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.complemento img{
    width: 70%;
    height: 89vh;
}
.whatsapp-fixed {
    position: fixed;
    right: 3%; /* Ajusta según tus preferencias */
    bottom:32%; /* Distancia desde el fondo para no superponer el footer */
    color: white;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1%; /* Tamaño del círculo */
    height: 1%; /* Tamaño del círculo */
    text-decoration: none;
    z-index: 1000; /* Asegúrate que esté sobre otros elementos */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* Opcional: Añade sombra para mejor visibilidad */
}
.whatsapp-fixed:hover{ animation: pulse 1s infinite;}

.call-fixed {
    position: fixed;
    right: 3%; /* Ajusta según tus preferencias */
    bottom:19%; /* Distancia desde el fondo para no superponer el footer */
    color: white;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1%; /* Tamaño del círculo */
    height: 1%; /* Tamaño del círculo */
    text-decoration: none;
    z-index: 1000; /* Asegúrate que esté sobre otros elementos */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.call-fixed img{
    width: 5.5rem;
    height:6rem;
}
.call-fixed i {
    font-size: 30px; /* Aumenta el tamaño del ícono del teléfono */
}
.call-fixed:hover{
    animation: pulse 1s infinite; 
}
/*formulariooo*/
.contact-form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left:2%;
   height:79vh;
    width:50%; /* O ajusta según la necesidad */
    box-shadow: none; /* Sombra suave alrededor del formulario */
    text-align: center; /* Centrar el texto y los elementos del formulario */
    margin-top: 5%;

}
form{
    width: 50%;
    height: 0vh;
}
#contactForm label {
    display: block; /* Los labels en su propia línea */
    margin-top: 10px; /* Margen superior */
    margin-bottom: 2px; /* Espaciado antes de cada input */
    color: #fff; /* Color del texto de las etiquetas */
}
#contactForm textarea {
    width: 100%; /* Ocupa todo el ancho del contenedor del formulario */
    height: 130px; /* Ajusta esto según cuánto quieras que sea alto el cuadro de texto */
    padding: 7px; /* Espacio interior alrededor del texto */
    margin-bottom: 15px; /* Espaciado después del textarea */
    border: 1px solid #fff; /* Borde del color azul característico */
    border-radius: 6px; /* Bordes redondeados para el textarea */
    box-sizing: border-box; /* El width incluye el padding y border */
    resize: vertical; /* Permite al usuario cambiar el tamaño verticalmente si es necesario */
    color: #fff;
}
input, textarea {
    width: 100%;
    height:7vh;
    padding: 8px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
  }
  .submit-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinea el contenido a la izquierda */
  }
  .submit-container input[type="submit"] {
    margin-right: 10px; /* Espacio entre el botón y el texto */
    cursor: pointer;
  }
  .submit-text {
    color:#fff;
    font-size: 16px;
  }
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea {
    width: calc(100% - 20px); /* Ancho menos el padding */
    padding: 8px; /* Espacio interior para escribir */
    margin-bottom: 15px; /* Espaciado después de cada input */
    border: 1px solid #fff;
    border-radius: 12px; /* Bordes redondeados para los inputs y textarea */
    border-width:2px ;
    background: none;
    color: #fff;
    box-sizing: border-box; /* El width incluye el padding y border */
}

  input::placeholder, textarea::placeholder {
    color: white; /* Cambia el color a blanco */
    opacity: 1; /* Asegura que el color sea completamente opaco */
  }

#contactForm input[type="submit"] {
    background: none;
    border: 1px solid #fff;
    margin-left:0;
    width: 50%; /* El botón de envío ocupa todo el ancho */
    padding:2px 2px; /* Espacio interior del botón */
    color: white; /* Texto blanco en el botón */
    border-radius: 12px; /* Bordes redondeados del botón */
    cursor: pointer; /* Cursor de mano al pasar por encima */
    margin-top: 3px; /* Margen superior para separar del último input/textarea */
}

#contactForm input[type="submit"]:hover {
    background-color: #00abfb; /* Color del botón al pasar el cursor por encima */
}

#contactForm input:invalid,
#contactForm textarea:invalid {
    border-color:  #fff;
     /* Color de borde para campos inválidos */
}

.contact-form h2 {
    margin-bottom: 15px;
    color: #fff;
    width:50%;
    align-items: center;

    padding-left: 2%;
}


/*fORMULARIO*/

.ayuda{
    width: 100%;
    height: 6rem;
    display: flex;
    align-items:center ;
    padding: 0;
    margin: 0;
    background-color: #fff;
    justify-content: center;

}

.ayuda h1{
    color:#44DD9D;
    align-items: center;
    font-size: 35px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.tarjetas{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.card{
    width: 33.3%;
    height: auto;
    padding: 5px;
    justify-content: center; 
    border: 1px solid #ccc;
    animation: slideIn 0.5s forwards ease-out, rotateCard 10s infinite linear;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), 0 25px 45px rgba(0, 0, 0, 0.1);
 
    

}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), 0 25px 45px rgba(0, 0, 0, 0.1);
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



.card h1{
   padding-top: 5%;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content:center ;   
font-size: 25px;
text-align: center;
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.card p {
    display: none;
    transition: all 0.3s ease;
}

/* Mostrar el párrafo cuando el título se clickea y el contenido está activo */

.card.active p{
    color: #fff;
    display: block;
  text-align: center;

  width: 100%;
  justify-content: center;
padding-bottom:2% ;
padding-left: 8%;
padding-top: 2%;
padding-right: 8%;

}
.containerT{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    height: auto;
    margin-top: 3%;
}
.containerT h1{
text-align: justify;
    color: #019CDD;
    font-size: 22px;
    width: 66%;
}

.containerT .texto button{
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
    border: 1px solid #019CDD;
    padding: 10px 5px;
    background-color: #00a3e0;
    border-radius: 8px;
    color: #fff;
    box-shadow: #000;
    width: 30%;
}
.containerT .texto button:hover{
    background-color:#44DD9D;

}
.containerT .texto{
    width: 50%;
    margin: 0;
    padding-left: 2%;
    padding: 0;
    background-color:#EBF3F5;
    display: flex;
    flex-direction: column;
}

.containerT .texto strong{
    font-weight: bold;
    color: #00a3e0;
}
.containerT .texto h1{
padding-left: 15px;
padding-right: 15px;
 padding: 2%;
 width: 100%;
}
.containerT .texto p{
    width: 80%;
    font-size: 22px;
    justify-content: center;
    padding: 0;
    margin:0;
    padding: 2%;
    color:#7c767a;
  

}
.containerT .imagen{
    width: 50%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.containerT .imagen img{
    width: 70%;
    height: 60vh;
}
/*SALUD MENTAL*/

.container-unique {
    height:auto;
    width: 100%;
    background-image: url(/img/Recursos-19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    margin: 0;
    padding: 0; 
}

.container-unique .content-unique {
    flex: 1;
    padding: 20px;
    width:50%;


}

.container-unique .content-unique h1 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:5px;


}

.container-unique .content-unique h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2%;
    padding-left: 0;
}

.container-unique .content-unique p {
    font-size:21px;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 2%;
    padding-left: 0;
    width: 80%;
}


/*acordeon*/
.accordion {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  
  .accordion-item {
    margin-left: 15%;
    width: 50%;
    margin-top: 3px;

  }
  .accordion-icon {
    transition: transform 0.3s ease;
  }
  .accordion-button {

    color: #fff;
    padding: 1em;
    font-weight: 600;
    font-size: 1.2em;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
  
  }
  
 
  .accordion-content {
   
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: max-height 0.3s ease;
  }
  
  .accordion-content p {
    margin: 1em 0;
    color:#fff;
  }
  
  /* Estilos para mostrar el contenido desplegado */
  .accordion-item.active .accordion-content {
    max-height: 100px; /* Ajusta la altura según el contenido */
  }
  
  .accordion-item.active .accordion-button {
    font-weight: bold;
  }
  .accordion-item.active .accordion-icon {
    transform: rotate(180deg); /* Rota la flecha al abrir */
  }
  
@media (max-width: 768px) {
    .container-unique {
        flex-direction: column;
        width: 100%;
        padding: 10px;
        height: auto;
    }

   .container-unique .content-unique {
        padding: 10px;
        width: 100%;
        height: auto;
        display: block; /* Asegura que sean visibles */
        flex-grow: 1;
    }

    .container-unique .content-unique p{
        width: 100%;
    }
    
    .accordion {
        width: 100%;
    }
    .accordion-item{
        width: 100%;
        margin-left: 0;
    }
}
/*end salud mental*/
.testimonios{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: center; 
    background-image: url(/img/testimonios-psicologos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}
.testimonios h1{
    color: #019CDD;
    width: 100%;
    justify-content: center;
    font-size:28px; 
    padding-top:2% ;
    padding-bottom: 2%;
    padding-left:30%;
    padding-right: 30%;
    text-align: center;
}
.testimonials {
    padding-top:12%;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto); /* Crea dos filas */
    gap: 8px;
    padding:0;

    width: 100%;
}
.grid-item {
    background-color: #fff; /* Fondo de cada tarjeta */
    border-radius: 10px; /* Bordes redondeados de las tarjetas */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para las tarjetas */
    margin: 22px; /* Margen alrededor de las tarjetas */
    margin-top: 3%;
    transition: transform 0.3s ease-in-out; /* Transición para el efecto de hover */
    height: 30rem;
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;   
}
/*BLOG*/
.grid-itemb {
    background-color: #fff; /* Fondo de cada tarjeta */
    border-radius: 10px; /* Bordes redondeados de las tarjetas */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para las tarjetas */
    margin: 10px; /* Margen alrededor de las tarjetas */
    margin-top: 3%;
    transition: transform 0.3s ease-in-out; /* Transición para el efecto de hover */
    height:70vh;
    width: 70%;
    justify-self: center;
    align-self: center;
    justify-content: center;   
}
.grid-itemb:hover {
    transform: scale(1.03); /* Efecto de escala al pasar el ratón */
}
.grid-itemb img {
    width: 100%; /* Las imágenes ocupan todo el ancho de la tarjeta */
    height: 35vh; /* Altura automática para mantener la proporción */
    margin:0;
    border-radius: 5%;

 border: none;
    margin-top: -2%;
}
.grid-itemb h3 {
    padding: 0 15px; /* Relleno para el título dentro de la tarjeta */
    text-align: center;
    color:#44DD9D;
}
.grid-itemb h3 a{
    color:#44DD9D;   
}
.grid-itemb p {
    padding: 0; /* Relleno para el párrafo dentro de la tarjeta */
 text-align: center;
 color:#019CDC;
 font-style: italic; 
}


.copyright{
    width: 100%;
    text-align: center;
    padding: 1%;
}

.copyright a{
    color: #fff;

}


/*FIN BLOG*/
.grid-item:hover {
    transform: scale(1.03); /* Efecto de escala al pasar el ratón */
}
.grid-item img {
text-align: center;
    width: 70%; /* Las imágenes ocupan todo el ancho de la tarjeta */
    height:50%; /* Altura automática para mantener la proporción */
    margin:0;
    border-radius: 50%;
    border: 5px solid #019CDC;
    margin-top: -2%;

}
.grid-item h3 {
    padding: 0 15px; /* Relleno para el título dentro de la tarjeta */
    text-align: center;
    color:#44DD9D;
}

.grid-item p {
   padding-top:5%;
   padding-bottom: 3%;
   padding-left: 2%;
   padding-right: 2%;
 text-align: center;
 color:#019CDC;
 font-style: italic; 
 height: auto;
 width: 100%;
}


.title{
    width: 100%;
    text-align: center;
    color: #019CDB;
    padding: 3%;
}
.charlas{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}
.retiroE{
width: 45%;
background-image: url(/img/retiros-espirituales.webp);
background-size: cover;
background-position:center 70%;
height: 15rem;
margin: 2%;
padding:2%;
align-items: center;
justify-content: center;
text-align: justify;
}
.retiroE h2{
    color: #fff;
    text-align: center;
}
.retiroE p{
    font-size:22px;
        color:#FFF;
      text-align: center;
      width: 100%;
      justify-content: center;
    padding-bottom:2% ;
    padding-left: 8%;
    padding-top: 2%;
    padding-right: 8%;
    
     
}
.retiroEm{
    width: 45%;
background-image: url(/img/asesoria-empresarial.png);
background-position: center top;
background-size: cover;
    height: 15rem;
    margin: 2%;
    padding:2%;
    align-items: center;
    justify-content: center;
    text-align: justify;  
}
.retiroEm h2{
    color: #fff;
    text-align: center;
}
.retiroEm p{
    color:#FFF;
    text-align: center;
    width: 100%;
    font-size:22px;
    justify-content: center;
  padding-bottom:2% ;
  padding-left: 10%;
  padding-top: 2%;
  padding-right: 10%;
}
/*FOOTER SECTION*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.footer {
    width: 100%;
    margin: 0;
    background-color: #00a3e0;
    color: white;
    padding: 2%;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logo-section{
    height:20vh;
    padding: 0;
    margin: 0;
    width:20%;
   
}
.logo-section img{
    height: 20vh;
    width:100%;
    padding: 0;
    
}


.links-section ul li {
    margin: 5px 0;
    position: relative; /* Necessary for submenu positioning */
}

.links-section  li a {
    color: white;

    text-decoration: none;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}

.links-section  li a:hover {
    text-decoration: underline;
}

.links-section{
    width:15%;
    margin: 8px;
    align-items: center;
    justify-content:center ;
    height: auto;
}
.links-section  li{
    width: 100%;
}


.experience-section{
    width:25% ;
}

.experience-section img{
    width: 100%;
    height: 100%;
}
.social-media-section a {
    width: 20%;
    color: white;
    margin: 0 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media-section{
    width: 32%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 0;
}
.social-media-section a img{
    width: 60%;
    height: auto;
    max-height: 70px;
}
.social-media-section img:hover {
    transform: scale(1.10); 
}

/*END FOOTER*/
/*END FOOTER*/
.home{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}
.complemento{
    display: flex;
    width: 50%;
    margin: 0;
    padding: 0;
    animation: slide-in 1s ease-out;
}
/*END FOOTER*/
/*SUBPAGINAS*/
.homN{
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;

}
.homN img{
    width: 100%;
    padding: 0;
    margin: 0;
}
.blog{
    background-image: url(/img/BLOG-PSICOLOGOS.png);
    background-size: cover;
    display: flex;
    width: 100%;
    height: 50vh;
    margin: 0;
    padding: 0;   
    justify-content: center;
    align-items: center;
    color: #fff;
}
.containerN{
   margin-top: 1%;
    width: 100%;
    height: 79vh;
    padding: 0;
    margin: 0;  
    display: flex;
    margin-bottom: 1%;
}
.content{
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0;
      
}
.content img{
    padding-left: 15%;
    width: 50%;
    height: 100%;
}
.sections{

    height:vh;
    width: 70%;
    padding: 0;
    margin: 0;  
}
.sectiont{

    height:auto;
    width: 100%;
    padding: 0;
    margin: 0;    
}
.sectiont .services{
    
    width:100%
}
.service{
    display: flex;
    width: 80%;
    height: 25vh;
    margin-top:0; 
    margin-top: 1%;
    
}
.service img{
    width:26%;
    height:100%;
    padding:2%;
}
.service p{
    width: 80%;
    padding: 3%;
    font-size: 24px;

}
strong{
    color:#44DD9D;
}
/*TERAPIAS ESPECIALIZADAS*/
.section{
    width: 100%;
    height: 162vh;
    padding: 0;
    margin: 0;  
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */

}
.services{
    display: flex;
    width: 100%;
    height: 26vh;
    margin-top: 5%; 
    align-items: center;
    justify-content: center; /* Centra horizontalmente */
}

.services img{
    width:12%;
    height: 11rem;
    padding:0;
    justify-content: center;
    padding: 0;
}
.services p{
    width: 70%;
    height:21vh;
    padding-left: 2%;
    padding-right: 5%;
}
/*emocional y relacional*/
.emocional img{
    width: 100%;
    margin: 0;
    padding: 0;

}
.cognitivo{
    width: 100%;
    margin: 0;
    height: 50vh;
    padding: 0;
    background-image: url(/img/centro-psicologico-medellin.webp); 
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;


}
.corporativo{
    width: 100%;
    margin: 0;
    height: 60vh;
    padding: 0;
    background-image: url(/img/corporativo.png); 
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;

}
.corporativo h1{
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    padding-top: 8%;  
}
.cognitivo h1{
text-align: center;
color: #FFF;
font-size: 35px;
font-weight: 800;
padding-top: 8%;
}
.sectionD{
    width: 100%;
    height: 108vh;
    padding: 0;
    margin: 0;  
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
.sectionD .services h2{
    width: 70%;
    color:#44DD9D ;
    padding-left: 2%;
}
.sectionD .services p{
    width: 70%;
    height:auto;
}
.sectionD .services{
width: 100%;
height: 26vh;
padding-left: 5%;
}
.sectionC{
    width: 100%;
    height:auto;
margin-bottom: 5%;
    padding: 0;
    margin: 0;  
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */  
}
.sectionC .services{
    justify-content: center; /* Centra horizontalmente */   
    padding-left: 10%;
}
.sectionC .services h2{
    color:#44DD9D ;
    padding-left: 2%;
}
.sectionC .services p{
    width: 80%;
    color: #679DDF;
    padding-left: 4%;}
    .agendar{
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 50vh;
      
        align-items: center;     /* Centra verticalmente */  
        justify-content: center; /* Centra horizontalmente */
    }
    .agendar h1{
        width: 80%;
        color: #fff;
 text-align: center;
         
    }
    .agendarbtn{
        display: flex;
        width: 100%;
        margin: 0;
    margin-bottom: 2%;
        padding: 0; 
        align-items: center;     /* Centra verticalmente */  
        justify-content: center; /* Centra horizontalmente */ 
    }
    .agendarbtn button{
        height:auto;
        margin-top: -8rem;
        width: 15%;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #00abfb;
    }
    .agendarbtn button a{
        color: #fff;
        font-size: 26px;
    }
    .agendarbtn button:hover{
        color:#44DD9D;
        animation: pulse 1s infinite;  
    }
    @media (min-width: 300px) and (max-width:768px) {
        /* Estilos para escritorios pequeños a medianos */
        body{
            width: 100%;
            margin: 0;
            padding: 0;
            height: 100%;
        }
       
        header{
            background-color: #00abfb;
        }
        .enlace{
            width: 65%;
            align-items: center;
            justify-content: center;
            display: flex;
            padding: 0;
        }
        .enlace .logo{
            width: 90%;
            height: auto;
        }
       
        nav{
            width: 100%;
        }
        .testimonials{
            display: flex;
        }
        .testimonios{
            width: 100%;
            margin: 0;
            padding: 0;
       
        }
        .call-fixed{
            right: 13%;
        }
        .whatsapp-fixed {
            position: fixed;
            right: 12%; /* Ajusta según tus preferencias */
            bottom: 28%; /* Distancia desde el fondo para no superponer el footer */}
        .testimonios h1{
            width: 100%;
            justify-content: center;
            text-align: justify;
        }
        .home{
            width: 100%;
            height: 90vh;
            align-items: center;
            padding-top: 2%;
            padding: 2%;
            flex-direction: column;
            display: flex;
            justify-content: center;
        }
        .contact-form{
            width: 100%;
            height: 84vh;
            align-items: center;
            padding-left: 0;
        }
        .contact-form h2 {
            margin-bottom: 15px;
            color: #fff;
            width: 100%;
            padding-left:0;
            margin: 0;
            padding: 2%;

        }
        .submit-text{
            display: none;
        }
        form{
            width: 100%;
          padding-top: 5%;
          padding: 0;
          margin: 0;
        }
        
        .complemento{
            display: none;
        }
       .ayuda{
        width: 100%;
        text-align: center;
        padding: 2%;
        height: 16vh;
        padding-top: 5%;
       }
       .tarjetas{
        width: 100%;
        display: flex;
        height:auto;
        flex-direction: column;
       }
       .card{
        width: 100%;
       }
       .containerT{
        display: flex;
        flex-direction: column;
       }
       .containerT .imagen{
        width: 100%;
       }
       .containerT .imagen img {
        width: 100%;
        height: auto;
    }
    .containerT .texto, .containerT .texto h1,.containerT .texto p{
        width: 100%;
        text-align: center;
    }
  
  
    .testimonios{
 
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 235vh;
        background-color: #0000;

    }
    .testimonios h1{
        width: 100%;
        padding: 0;
        font-size: 22px;
        margin-top: 5%;
        text-align: center;

    }
    .testimonials{
        height:195vh;
        width: 100%;
        display: flex;
        flex-direction: column; 
        margin:0; 
  
    }
    .title{
        width: 100%;
        height: 8vh;
        
    }
    .grid-item {
        height: 60vh;
        width: 90%;
    }
    .grid-item img{
        width: 80%;
    }
    .charlas{
        width: 100%;
        padding: 0;
        margin: 0;
        height: 60vh;
        display: flex;
        flex-direction: column; 
    }
    .retiroE,.retiroEm{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .footer-container{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .footer-container .logo-section,  .footer-container  .experience-section{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

      }
      .footer-container .logo-section img{
        width: 90%;
        height: auto;
      }
      .footer-container  .experience-section img{
        width: 90%;
        height: auto;

      }
      .footer-container .links-section{
        width: 100%; 
        display: flex;
        flex-direction: column;
        opacity: 1;
        visibility: visible;
   
    }
    .footer-container .links-section li{
        width: 100%;
        height: auto;
        padding: 0;
    }
        .footer-container .links-section li a {
            display: block;
            visibility: visible;
            opacity: 1;
            z-index: 100;
            color: #fff;
            font-size: 22px; 
            width: 100%;
      }

     .social-media-section{
        width: 100%;
        height: 11vh;
      }
     
      .social-media-section a img {
        width:60%;
        height:auto;
    }
    .copyright{
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .copyright a{
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .homN,.containerN,.service{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .homN{
        height: 32vh;
    }
    .homN img{
        width: 100%;
        height: 30vh;
    }
    .containerN,.sections{
      
        height: 139vh;
    }
 
   .sections{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    margin: 0;
    height: 175vh;
   }
   .service{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
  
align-items: center; }

   .service p{
    width: 100%;
   }
   .service img{
 text-align: center;
   }
   /*blog*/
   .agendar h1{
width: 100%;
height: 50vh;
   }
   .agendarbtn button {
    width: 70%;
   }
   .services{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 86vh;
    margin: 0;
    margin-top: 0;
   }
   .services img{
    width: 80%;
    height: 35vh;
    margin: 0;
    padding: 0;
   }
   .services p{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
   }
   .section{
    width: 100%;
    height:350vh;
   }
   .sectiont{
    width: 100%;
    height:auto;
   }
   .sectiont .services{
    width: 100%;
    padding: 0;
    height: auto;
   }
   .sectiont .services img{
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
   }
   .cognitivo, .corporativo{
    width: 100%;
    height: auto;
   }
   .sectionD, .sectionC{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
   }
   .sectionD .services p, .sectionC .services p {
    width: 100%;
    height: auto;
    padding: 0;
   }
   .sectionD .services{
    width: 100%;
    height:51vh;
    margin: 0;
    padding: 0;
   }
   .sectionD .services img{
    height: auto;
    width: 50%;
    padding: 0;
   }
   .sectionD .services h2,    .sectionC .services h2{
    text-align: center;
    width: 100%;
   }
   .sectionC .services{
    width: 100%;
    padding: 0;
    height: auto;
   }
   .blog{
    width: 100%;
    margin: 0;
    padding: 0;
    height:15vh;
   }
   .testimonios{
    padding: 0;
    padding-top: 0;
    width: 100%;
    height:auto;
   }
   .grid-itemb{
    width: 90%;
    padding: 0;
   }
   .testimonials{
    width: 100%;
    padding: 0;
    height: auto;
   }
   .containerT .texto button{
    width: 80%;
    margin: 0;
    margin-left:10%;
    margin-bottom: 10px;
   }
    }
    @media (min-width: 400px) and (max-width:768px) {
      .section .services{
        height: auto;
        padding-top: 2%;
      }  
      .section {
        height: auto;
      }
      .section .services p{
        padding-top: 2%;
      }
      .testimonios{
        padding: 0;
        padding-top: 0;
        width: 100%;
        height:345vh;
       }
      .grid-itemb{
        width: 90%;
        padding: 0;
        height: auto;
       }
       .homN, .containerN, .sections, .sections .service{
        height: auto;
        padding: 1%;
       }
       .agendar{
        width: 100%;
        height:45vh;
        padding: 0%;
       }
       .agendar h1{
        height: auto;
       }
       .agendarbtn{
        padding-top: 2%;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
       }
       .testimonios{
        padding: 0;
        padding-top: 0;
        width: 100%;
        height:auto;
       }
    }
    @media (min-width: 1300px) and (max-width:1400px){
        .contact-form {
            height: auto;
            padding-bottom: 5%;
        }  
    form  {
     height: auto;
     width: 60%;
        }
        .containerT .texto button {
            width: 40%;
            font-weight: bold;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 2px 4px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .containerT .texto button:hover, .button a:hover{
        
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3), 0px 4px 6px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
        }
        .services img{
          width: 15%;  
        }
        .services p{
            font-size: 22px;
            height: auto;
          
        }
        .services{
            height: auto;
        }
    }
    @media (min-width: 769px) and (max-width:1100px){


       
          .enlace img{
            width: 100%;
          }
            
        .enlace{
            padding-left: 0;
            width: 40%;
        }
        nav ul li a{
            font-size: 16px;
        }
    
    
  
        .checkbtn{
            display: block;
            color: #F0513B;
        }
        ul{
            position: fixed;
            width: 80%;
            height: 32vh;
            background:#000;
            top: 143px;
            left: -100%;
            text-align: center;
            transition: all .5s;
            z-index: 2;
        }
        nav ul li{
            display:flex;
            margin: 0px 0;
            line-height: 30px;
        }
        nav ul li a{
            font-size: 20px;
        }
        li a:hover, li a.active{
            background: none;
            color: #fff;
        }
        #check:checked ~ ul{
            left:0;
        }
        .checkbtn {
            padding-top: 5%;
            display: block;
            color: #fff;
            width: 12%;
            text-align: center;
            align-items: center;
            height: 10vh;
        }
        .checkbtn i{
            width: 100%;
            height: auto;
        }
       
        ul {
            position: fixed;
            width: 60%;
            height: 36vh;
            background:#019CDC;
            top: 143px;
            left: -100%;
            text-align: center;
            transition: all .5s;
            z-index: 2;
        }
        
        nav ul li {
            display: flex;
            background-color: #00a3e0;
            width: 100%;
            margin: 0px 0;
            height: 5vh;
            line-height: 30px;
            position: relative; /* Asegúrate de que los elementos del menú puedan contener submenús correctamente */
        }
        
        nav ul li a {
            font-size: 20px;
            width: 100%;
            height: 5vh;
        }
     
       
        .submenu li {
            padding: 10px; /* Espaciado para enlaces de submenú */
            height: 6vh;
            width: 100%;
        }
        
        .submenu-parent:hover .submenu, .submenu-parent:focus-within .submenu {
            height: auto;
        }
        .contact-form h2{
            width: 90%;
            text-align: start;
        }
        .contact-form{
            width: 50%;
        }
        form{
            width: 100%;
        }
        .complemento img{
            width: 95%;
            height: auto;
        }  
        .card{
            height:27vh ;
        }
        .containerT .texto h1{
            text-align: start;
        }
        .containerT .texto button {
            margin-top: 5%;
            padding: 3%;
            width: 70%;
            height: auto;
            font-size: 25px;
            border-radius: 10px;
        }
        
        
        .grid-item {
            height: auto;
            padding-bottom: 5%;
        }
        .service p {
            width: 100%;
            height:auto;
            padding: 0;
         
        }
        .service{
            width:100% ;
        }
        .content img{
            width: 100%;
        }
        .containerN  .content{
            width: 20%;
        }
        .containerN .sections{
            width: 80%;
            height: auto;
        }
        .containerN{
            height: auto;
        }
        .section{
            height: auto;
        }
        .services img{
            width: 20%;
        }
        .services p{
            padding-top: 2%;
            font-size: 20px;
            height: auto;
        }
        .testimonials .grid-itemb{
            height: 60vh;
        }
        .testimonials .grid-itemb img{
            height: 22vh;
        }
        .blog, .cognitivo, .corporativo{
            height: 20vh;
        }
        .sectionC{
            height: auto;
        }
        .sectionC .services{
            width: 100%;
            height: auto;
        }
        .sectionC .services p {
            padding: 0;
            width: 100%;
        }
        .sectionC .services img{
            width: 30%;
        }
    }
    @media (min-width: 1100px) and (max-width:1380px) {
        .grid-item img{
            width: 90%;
            height: 50%;
        }
        .grid-item{
            width: 80%;
        }
    }