:root{
    --color_fondo:#d6e4f4;
    --color_bordes:#7192a9;
    --color_oscuro:#356392;
    --color_detalles-claros:#edfffa;
    --color_detalles-oscuros:#d8dccd;
    --blanco:#ecefe8;
    --experiment:#85B6CB;
}

body{
    background-color: var(--color_fondo);
    margin: 0;
}



/* header
****************************/
.header {
  width: 100%;
  background-color: var(--color_bordes);
}
.header a {
  text-decoration: none;
}
.child-header {
  
  padding: 0 5%;
  margin: 0 auto 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}



/* logo
****************************/
.logo{
    width: 5rem;
}



/* menu de navegacion
****************************/
.box-menu-navegacion {
  width: 50%;
}
.box-menu-navegacion ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.menu-navegacion {  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-menu-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: .3s linear;
 
  display: inline-block;
}

/* hover */
.item-menu-link:hover{
    border-bottom: 5px solid ;
    border-color: var(--color_detalles-claros);
}



/* boton hamburguesa
****************************/
.btn-hamburguesa {
  display: none;
  background-color: transparent;
  height: 30px;
  border: none;
  cursor: pointer;
}
.btn-hamburguesa span {
  height: 2px;
  display: block;
  background-color: var(--color_detalles-oscuros);
  width: 25px;
  border-radius: 20px;
}
.btn-hamburguesa span:nth-child(2) {
  margin: .4rem 0;
}
  

@media screen and (max-width: 980px) {
  /* boton hamburguesa
  ****************************/
  .btn-hamburguesa {
    display: block;
  }
  
  /*  header
  ****************************/
  .header {
    position: relative;
    padding: 1rem 0;
  }
  
 

  /*  menu de navegacion
  ****************************/
  .box-menu-navegacion {
    position:absolute;
    top: 100%;
    left: 0;
    background-color: var(--color_bordes);
    width: 100%;
    transform: scaley(0);
    transform-origin: top;
    transition: .3s linear;
    padding: 0 2rem;
    border-top:5px solid var(--color_detalles-claros) ;
    border-bottom:5px solid var(--color_detalles-claros) ;
      z-index: 1000; 
  }

  .menu-navegacion {
    flex-direction: column;
    align-items: flex-start;
    
  }
  
  .item-menu-link {
    padding: 1rem 0;
  }


  /*  activador sub menu
  ****************************/
  .viewMenu {
    transform: scaley(1);
  
  }

  
}
 /*carril*/ 
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-post {
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-size: 100% 100%;
    height: 30rem;
    background-repeat: no-repeat;
    box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);

}
.carousel-post:nth-child(1){
  background-image: url(img/terapia1.PNG);


}
.carousel-post:nth-child(2){
  background-image: url(img/terapia2.PNG);
 
    
}
.carousel-post:nth-child(3){
  background-image: url(img/terapia3.PNG);
 
}
.carousel-post:nth-child(4){
  background-image: url(img/terapia4.PNG);
 
}
.carousel-post h2, .carousel-post p{
  align-items: center;
  text-align: center;
  color: var(--experiment);

  
}


.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

#prevBtn,
#nextBtn {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.active-dot {
    background-color: black;
}

/*Producto*/
.productos_contenedor{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  text-align: center;
  gap: 3rem;
 place-items: center; 
}

.Productos_iframe{
  width:100%;
  height:1100px;
   
 
}

.Productos_a{
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.Productos_a a{
  background-color: var(--color_oscuro);
  color: var(--color_detalles-claros);
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
  text-decoration: none;

}

.Productos_a a:focus, .Productos_a a:active{
  background-color: var(--blanco);
  color: var(--color_oscuro);
  
}


@media (max-width: 950px) {
  .productos_contenedor{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .productos_contenedor{
    grid-template-columns: 1fr;
  }
  .Productos_iframe{
  height:205rem;
}
}


.productos{
  background-color: var(--color_detalles-oscuros);
  box-shadow: 4px -3px 28px 5px rgba(0, 0, 0, 0.34);
  height: 20rem;
  width: 20rem;
}

.productos a{
  text-decoration: none;
  color: #000;
}

.productos:hover{
box-shadow: -2px -4px 35px 5px rgba(255, 255, 255, 1);
}

.productos h3{
  font-size: 2rem;
  text-align: center;
}

.productos p{
  text-align: center;
}

.productos img{
  width: 90%;
}




/*cartas*/
.Titulos{
font-size: 2rem;
background-color: var(--color_oscuro);
height: 3rem;
color: var(--blanco);
text-align: center;
}

.boxesContainer{
    overflow: auto
}


.cardBox {
  float: left;
  font-size: 1.2em;
  margin: 1% 0 0 1%;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  width: 23.7%;
}

.cardBox:hover .card {
  transform: rotateY( 180deg);
}

.card {
  background: var(--color_bordes);
  cursor: default;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
  border: 5px dashed white;
}

.card p {
  margin-bottom: 1.8em;
}

.card .front,
.card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: var(--blanco);
  display: block;
  font-size: 1.2em;
  height: 100%;
  padding: 0.8em;
  position: absolute;
  text-align: center;
  width: 100%;
  background: linear-gradient(135deg, rgba(0, 111, 130, 0.85), rgba(146, 198, 211, 0.85));
}



.card .back {
  transform: rotateY( 180deg);
}



.cardBox .card .back {
  background: linear-gradient(135deg, rgba(9, 75, 87, 0.85), rgba(146, 198, 211, 0.85));

}



.cardBox:nth-child(2) .card {
  -webkit-animation: giro 1.5s 1;
  animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card {
  -webkit-animation: giro 2s 1;
  animation: giro 2s 1;
}

.cardBox:nth-child(4) .card {
  -webkit-animation: giro 2.5s 1;
  animation: giro 2.5s 1;
}

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@media screen and (max-width: 767px) {
  .cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }
  .card {
    height: 285px;
  }
  .cardBox:last-child {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .cardBox {
    width: 94.5%;
  }
  .card {
    height: 260px;
  }
}


/*cv*/
.CV_contenedor{
  display: flex;
  justify-content: center;
  
}

.CV{
  background-color: var(--color_oscuro);
  height: 15rem;
  width: 50rem;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: justify;
  display: flex;
  padding: 30px;
  gap: 25px;
  margin: 30px 0; 
  background: linear-gradient(135deg, rgba(0, 111, 130, 0.85), rgba(146, 198, 211, 0.85));
  
}

.CV img{
  border-radius: 20%;
  align-items: center;
  height: 26%;
  margin: 10px;
  text-align: center;
  
}

.CV h3{
  font-size:2rem ;
  color: #85B6CB;

}

.CV p{
  color:var(--blanco);
  font-size: 1rem;
}
.CV_secction{
  margin-right: 10px;
}

@media (max-width: 480px) {
  .CV{
    height: 35rem;
    width: 30rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    place-items: center;
  }

  .CV img{
  height: 30%;
}
.Titulos{
  font-size: 1.5rem;
}

}


/*Opinones*/
        .Opinione {
            background-color: var(--color_oscuro);
            height: 100%;
            width: 100%;
            border-radius: 15px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            text-align: center;
            color: white;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .Opinione:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .Opinione img {
            border-radius: 5px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .Opinione_secccion {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .Opinione_secccion p {
            font-size: 14px;
            line-height: 1.4;
        }
        
        .slider {
            height: 250px;
            position: relative;
            width: 100%;
            display: grid;
            place-items: center;
            overflow: hidden;
            margin: 40px 0;
        }
        
        .slider::before,
        .slider::after {
            position: absolute;
            content: '';
            height: 100%;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }
        
        .slider::before {
            left: 0;
            top: 0;
            background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(245,247,250,0) 100%);
        }
        
        .slider::after {
            right: 0;
            top: 0;
            background: linear-gradient(to left, rgba(245,247,250,1) 0%, rgba(245,247,250,0) 100%);
        }
        
        .slide-track2 {
            width: calc(15rem * 15);
            display: flex;
            animation: scroll2 15s linear infinite;
            justify-content: space-between;
        }
        
        .slide {
            width: 15rem;
            height: 200px;
            margin: 10px;
            display: grid;
            place-items: center;
            transition: 0.5s;
        }
        
        .slide:hover {
            transform: scale(0.95);
        }
        
        @keyframes scroll2 {
            0% {
                transform: translateX(0px);
            }
            100% {
                transform: translateX(calc(-20rem * 5));
            }
        }
        
        /* Estilos para el modal - MEJORADO */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.95);
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .modal-content {
            max-width: 95%;
            max-height: 70vh;
            border-radius: 8px;
            box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
            object-fit: contain;
        }
        
        .close-btn {
            position: fixed;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
            z-index: 1001;
            background-color: rgba(0, 0, 0, 0.5);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-bottom: 5px;
        }
        
        .close-btn:hover {
            color: #ff5252;
            background-color: rgba(0, 0, 0, 0.7);
        }
        
        .modal-caption {
            margin-top: 15px;
            color: white;
            text-align: center;
            font-size: 18px;
            max-width: 90%;
            padding: 15px 20px;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 8px;
        }
        
        .modal-text {
            margin-top: 10px;
            color: #ddd;
            font-style: italic;
            font-size: 16px;
        }
        
        /* Efecto de fade para la aparición del modal */
        .fade-in {
            animation: fadeIn 0.3s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* Botón de cerrar para móviles - MEJORADO */
        .mobile-close {
            display: none;
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ff5252;
            color: white;
            padding: 12px 25px;
            border-radius: 30px;
            font-weight: bold;
            z-index: 1001;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }
        
        @media screen and (max-width: 768px) {
            .slide-track2 {
                width: calc(16rem * 15);
            }
            
            .slide {
                width: 16rem;
            }
            
            @keyframes scroll2 {
                0% {
                    transform: translateX(0px);
                }
                100% {
                    transform: translateX(calc(-16rem * 5));
                }
            }
            
            .Opinione {
                grid-template-columns: 1fr;
                grid-template-rows: 150px auto;
            }
            
            .Opinione_secccion {
                padding: 10px;
            }
            
            .Opinione_secccion p {
                font-size: 12px;
            }
            
            .modal-content {
                max-width: 95%;
                max-height: 60vh;
            }
            
            .modal-caption {
                font-size: 16px;
                max-width: 95%;
                padding: 12px 15px;
            }
            
            .modal-text {
                font-size: 14px;
            }
            
            /* Mostrar botón de cerrar en móviles */
            .mobile-close {
                display: block;
            }
            
            /* Ajustar botón de cerrar superior en móviles */
            .close-btn {
                top: 15px;
                right: 15px;
                width: 45px;
                height: 45px;
                font-size: 35px;
            }
        }
        
        @media screen and (max-width: 480px) {
            .modal-content {
                max-height: 50vh;
            }
            
            .modal-caption {
                margin-top: 10px;
                font-size: 14px;
                padding: 10px 12px;
            }
            
            .modal-text {
                font-size: 13px;
            }
            
            .close-btn {
                top: 10px;
                right: 10px;
                width: 40px;
                height: 40px;
                font-size: 30px;
            }
            
            .mobile-close {
                bottom: 20px;
                padding: 10px 20px;
                font-size: 14px;
            }
        }


/*Servicios*/

/*1*/
.uno .Servicios{
  background-image: url(./img/biomagnetismo2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.dos .Servicios{
  background-image: url(./img/Tratamiento\ para\ colon\ irritable\ 2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.tres .Servicios{
  background-image: url(./img/acompañante\ de\ marta.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuatro .Servicios{
  background-image: url(./img/acompañante\ de\ marco\ polo.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cinco .Servicios{
  background-image: url(./img/pedro\ mash.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.seis .Servicios{
  background-image: url(./img/artritiz\ gorgosa1.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.siete .Servicios{
  background-image: url(./img/artritis\ reumatoide2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.ocho .Servicios{
  background-image: url(./img/artrosis2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.nueve .Servicios{
  background-image: url(./img/dicopatias2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.diez .Servicios{
  background-image: url(./img/hernia2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.once .Servicios{
  background-image: url(./img/sanar\ relaciones\ de\ pareja2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.doce .Servicios{
  background-image: url(./img/atrofia\ muscular3.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.trece .Servicios{
  background-image: url(./img/sordera.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 

.catorce .Servicios{
  background-image: url(./img/autismo.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.quince .Servicios{
  background-image: url(./img/bipolaridad.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.dieciseis .Servicios{
  background-image: url(./img/cancer.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.diecisiete .Servicios{
  background-image: url(./img/condiloma2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.dieciocho .Servicios{
  background-image: url(./img/papiloma.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.diecinueve .Servicios{
  background-image: url(./img/hemorroides2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veinte .Servicios{
  background-image: url(./img/bruxismo2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veintiuno .Servicios{
  background-image: url(./img/transtorno\ ansioso.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veintidos .Servicios{
  background-image: url(./img/tratamiento\ depresion2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 

.veintitres .Servicios{
  background-image: url(./img/inmunologico2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 

.veinticuatro .Servicios{
  background-image: url(./img/propiedades.2PNG.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veinticinco .Servicios{
  background-image: url(./img/mascotas2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veintiseis .Servicios{
  background-image: url(./img/limpiezapersonas2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veintisiete .Servicios{
  background-image: url(./img/tarot2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 

.veintiocho .Servicios{
  background-image: url(./img/metodo\ yue.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.veintinueve .Servicios{
  background-image: url(./img/ancestrologia.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treinta .Servicios{
  background-image: url(./img/sanacion\ espiritual.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
}
.treintauno .Servicios{
  background-image: url(./img/pendulohebreo2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
}  
.treintados .Servicios{
  background-image: url(./img/crisis\ de\ panico2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treintatres .Servicios{
  background-image: url(./img/instinto\ suicida.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treintacuatro .Servicios{
  background-image: url(./img/tartamudez.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treintacinco .Servicios{
  background-image: url(./img/canalizacion2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treintaseis .Servicios{
  background-image: url(./img/autoestima2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
}
.treintasiete .Servicios{
  background-image: url(./img/acceso\ a\ la\ memoria.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
}  
.treintaocho .Servicios{
  background-image: url(./img/psico-magnetismo2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.treintanueve .Servicios{
  background-image: url(./img/magnetoterapia2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarenta .Servicios{
  background-image: url(./img/ionizacion2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarentauno .Servicios{
  background-image: url(./img/liberacion\ y\ perdon2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarentados .Servicios{
  background-image: url(./img/prosperidad.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarentatres .Servicios{
  background-image: url(./img/alopecia.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarentacuatro .Servicios{
  background-image: url(./img/vertigo2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 
.cuarentacinco .Servicios{
  background-image: url(./img/niñointerior2.PNG);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset -3px -5px 82px 50px rgba(0, 0, 0, 0.37);
} 

.Servicios h1{
  color: var(--blanco);
  font-size: 3rem;

}

.descripcion{
  text-align: justify;
   box-shadow: 4px -3px 28px 5px rgba(0, 0, 0, 0.34);
   margin: 20px;
   padding: 10px;
}

.pago{
   display: flex;
  justify-content: space-around;
  text-align: center;
}

.pago_a{
  background-color: var(--color_oscuro);
  color: var(--color_detalles-claros);
  border-radius: 5px;
  width: 40%;
  height: 4.5rem;
  text-decoration: none;
  font-size: 2.5rem;

}


.footer{
  background-color: var(--color_bordes);
  border: 5px white solid;
  text-align: center;
}




/*WhatsApp*/
.WhatsApp{
  position: fixed;
  left: 90%;
  top: 70%;
  background-color: #1d5e1b;
  border-radius: 5px;
}
.WhatsApp img{
  width: 3rem;
}