/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Soy-Jon
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.type-post{
	    padding: 0px 25px;
}

	html{
		overflow-x:hidden;
	}
	.site-content{
		flex-direction:column;
		background: #FCFCFC;

	}
	section:not(.Herolas){
    padding: 7% 10vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
;
    position: relative;
	}
	.Herolas {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), /* Negro con 50% de opacidad */ rgba(0, 0, 0, 0.1)), url(https://calmayogastudio.com/wp-content/uploads/2025/03/horarios-y-precios.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 0px 10vw;
    height: 720px;
    min-height: 70dvh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
		position:relative;
	}
	
	.olas::after{
    position: absolute;
    bottom: -1px;
    width: 100vw;
    content: "";
    min-width: 500px;
    height: 66px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="66" viewBox="0 0 1440 66" fill="none"><path d="M0 62.6509V13.3689V3.84375C0 3.84375 183.33 35.1352 309.785 37.1736C451.377 39.4561 520.881 5.628 662.54 7.33379C816.345 9.18585 881.421 50.8228 1035.28 52.0063C1171.17 53.0516 1250.66 0.982767 1372.55 21.992C1401.43 26.9708 1440 38.5697 1440 38.5697V62.9999L0 62.6509Z" fill="%23FCFCFC"/><path d="M662.54 44.451C771.888 69.7389 735.851 50.699 847.911 44.451M0 62.6509L1440 62.9999V38.5697C1440 38.5697 1401.43 26.9708 1372.55 21.992C1250.66 0.982767 1171.17 53.0516 1035.28 52.0063C881.421 50.8228 816.345 9.18585 662.54 7.33379C520.881 5.628 451.377 39.4561 309.785 37.1736C183.33 35.1352 0 3.84375 0 3.84375V13.3689V62.6509Z" stroke="%23FCFCFC" stroke-width="6"/></svg>');
    background-repeat: no-repeat;
		background-size: cover;}
	
		.olasalreves::after{
	position: absolute;
    top: -1px;
    content: "";
    width: 100vw;
    min-width: 500px;
    height: 66px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="66" viewBox="0 0 1440 66" fill="none"><path d="M0 62.6509V13.3689V3.84375C0 3.84375 183.33 35.1352 309.785 37.1736C451.377 39.4561 520.881 5.628 662.54 7.33379C816.345 9.18585 881.421 50.8228 1035.28 52.0063C1171.17 53.0516 1250.66 0.982767 1372.55 21.992C1401.43 26.9708 1440 38.5697 1440 38.5697V62.9999L0 62.6509Z" fill="%23FCFCFC"/><path d="M662.54 44.451C771.888 69.7389 735.851 50.699 847.911 44.451M0 62.6509L1440 62.9999V38.5697C1440 38.5697 1401.43 26.9708 1372.55 21.992C1250.66 0.982767 1171.17 53.0516 1035.28 52.0063C881.421 50.8228 816.345 9.18585 662.54 7.33379C520.881 5.628 451.377 39.4561 309.785 37.1736C183.33 35.1352 0 3.84375 0 3.84375V13.3689V62.6509Z" stroke="%23FCFCFC" stroke-width="6"/></svg>');
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: cover;}
	
	.Herolas h1{
	color: white;
    font-size: 66.91px;
     font-family: "Playfair Display", serif;
    font-weight: 100;
    line-height: 60px;
    word-wrap: break-word;
	}
		.Herolas h2{

    align-self: stretch;
    text-align: center;
    color: white;
    font-size:28px;
     font-family: "Playfair Display", serif;
    font-weight: 100;
			    line-height: 40px;
    word-wrap: break-word;

	}
	
	.listahref{
	align-self: stretch;
    height: 141px;
    padding-left: 51px;
    padding-right: 51px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    display: flex
;
	}
	
	.BotonPrimario{
    width: 300px;
    padding-left: 53px;
    padding-right: 53px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #759DA0;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    text-align: center;
    color: white;
    font-size: 20px;
     font-family: "Cormorant", serif;
    font-weight: 700;
		transition:0.5s;
	}
	.BotonPrimario:hover {
		box-shadow: inset 0 0 0 3px #759da0;
		background: #fff;
		color: #759DA0;
	}
	
	.BotonSecundario{
    width: 300px;
    padding-left: 53px;
    padding-right: 53px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 3px white solid;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    flex:0;
    text-align: center;
    color: white;
    font-size: 20px;
     font-family: "Cormorant", serif;
    font-weight: 700;
		transition:0.5s;
	}
	.BotonSecundario:hover {
		background:rgba(117, 157, 160, 0.4);
		color: white;
	}
	

	
	/*Tabla*/

	.table-container *{
		 box-sizing: border-box;
	}
   /* Contenedor que ayuda a controlar el ancho de la tabla */
    .table-container {
      width: 100%;
      overflow-x: auto; /* Permite el scroll horizontal si es necesario */
    }
    
    /* Estilos generales de la tabla */
    .schedule {
      width: 100%;
      margin: 40px auto; /* Centra la tabla y agrega un margen vertical */
      border-collapse: collapse;
      table-layout: fixed; /* Hace que las celdas se ajusten al ancho definido */
    }
    .schedule__header-row th {
      background: #6C7B7C;
      color: #FEFEFE;
      font-size: 24px;
      padding: 20px;
      border: 1px solid #FCFCFC;
      text-align: center;
      word-wrap: break-word;
		color: #FEFEFE; font-size: 24px;  font-family: "Playfair Display", serif; font-weight: 400; line-height: 17.28px; word-wrap: break-word
    }
    .schedule__cell {
		 font-family: "Cormorant", serif;
      position: relative;
      border: 1px solid #D2D2D2;
      background: #E8E8E8;
      padding: 8px;
      text-align: center;
      vertical-align: middle;
      overflow: hidden;
    }
    /* Contenido del evento (hora y título) */
    .event {
      display: flex
;
    height: 100%;
    background: #759da0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    .event__time {
      display: block;
      font-size: 14px;
      color: #fff;
      margin-bottom: 2px;
    }
    .event__title {
      font-size: 20px;
      color: #fff;
    }
	
	    .event__title a {
      font-size: 20px;
      color: #fff;
    }

		    .event__title a:hover {
		text-decoration:underline;
    }

    /* Ajustes para dispositivos móviles */
    @media (max-width: 1124px) {
      .schedule {
        width: 900px;
        font-size: 0.9em;
      }
      .schedule__header-row th,
      .schedule__cell {
        padding: 10px;
      }
      .event__title {
        font-size: 18px;
      }
      .event__time {
        font-size: 12px;
      }
      .more-info {
        font-size: 16px;
      }
    }

.overflow-x {
	overflow-x:scroll;
}
	
/* Carrusel */
	
	.splide {
		    max-width: 80vw;
	}
	
	.fecha-curso {
		/* 3 de febrero - 25 de febrero */



 font-family: "Playfair Display", serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 19px;
display: flex;
align-items: center;

color: #759DA0;
		margin: 7px;




	}
	
	.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
	.fondo-foto{
    min-height: 400px;
    padding: 3% 4%;
    min-width: 200px;
    display: flex
;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
	}
	
	.fondo-foto h3 , .course-description{
		/* Curso Nombre */


 font-family: "Playfair Display", serif;
font-style: normal;
font-weight: 400;


display: flex;
align-items: left;
text-align: left;

color: #FFFFFF;

	}
	
	h3{
	font-size: 3em;

	}
	

	.fondo-foto .course-price{

 font-family: "Playfair Display", serif;
font-style: normal;
font-weight: 400;
font-size: 6rem;

color: #FFFFFF;
margin: 0;



	}
	
	.fondo-foto .BotonSecundario{
		width:100%;
		font-weight:100;
	}
	.fondo-foto .BotonSecundario::after , .tarifas .BotonSecundario::after{
content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
	}
	
	.splide__pagination {
		bottom:-10%;
	}
	
	.splide__pagination__page{
		width:16px;
		height:16px;
		background:#D9D9D9 ;
	}
	.splide__pagination__page.is-active {
		transform: scale(1);
		background: #6C7B7C;
	}
	.course-slider-container{
		display: flex
;
    flex-direction: column;
    align-items: center;
	}
	
	 .course-slider-container .BotonPrimario{
		margin-top: 10%;
	}
	
  .course-slider-container	h2{
		    margin-bottom: 7%;

	}
	.tarifas {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), /* Negro con 50% de opacidad */ rgba(0, 0, 0, 0.1)), url(https://calmayogastudio.com/wp-content/uploads/2024/09/Horarios-y-precios.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	}
	
	.tarifas h2, #product-title{
		color:#fff;
	}
	.tarifas p{


 font-family: "Cormorant", serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
display: flex;
align-items: center;
    margin-top: 50px;

color: #FFFFFF;



	}
	
	#product-title{
		    font-size: 40px;
     font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
    text-align: center;
	}
	.product-price{
				    font-size: 90px !important;
    font-family: "Playfair Display", serif !important;
    font-weight: 400 !important;
    line-height: 32px;
    word-wrap: break-word;
    text-align: center;
		margin: 20px 0px 40px 0px;
	}
	.dynamic-product-container{
		display: flex
;
    flex-direction: column;
    align-items: center;
		position:relative;
	}
	.toggle-container{
		    border: 2px solid #6C7B7C;
    padding: 5px;
		margin-bottom: 50px;
		display: flex;
	}
	.toggle-btn.active{
		background: #6C7B7C
	}
	
	.toggle-btn {
		background: 0;
	}
	
	.divtarifas {
	    display: flex
;
    gap: 25px;
    margin: 40px 0px;}
	
	.divtarifas > div:not(:nth-child(5)):not(.contacto){
		border-right: 0.5px solid #fff;
		    padding-right: 25px;
	}
	p.terminos{
 font-family: "Cormorant", serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 21px;
display: flex;
align-items: left;
text-align: left;

color: #FFFFFF;

padding:20px;

flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

	}
	.altura .dynamic-product-container{
		justify-content: space-between;
		max-width: 320px;
	}
	.altura .BotonSecundario{
		flex:0;
	}
	.altura .almes{
		    text-align: center;
	
	}
	
		.divtarifasmov .almes{
		    text-align: center;
		margin: 10px 0px
	}

        #contacto-tarifas:target {
            opacity: 1;
            visibility: visible;
        }

        .popup {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            min-width: 300px;
            text-align: center;
            position: relative;
        }

        .close-btn {
            display: inline-block;
            margin-top: 10px;
            background: #ff4444;
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
        }
	
	.divtarifasmov{
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
    align-content: space-between;
	}
	
	.divtarifasmov .product-price {
    font-size: 33px !important;
    font-family: "Playfair Display", serif !important;
    font-weight: 400 !important;
    word-wrap: break-word;
    text-align: center;
    margin: 0;
}
	
 .divtarifasmov	.BotonSecundario {
    width: auto; 
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
    text-align: center;
    font-size: 13px;
    font-family: "Cormorant", serif;
    font-weight: 700;
    transition: 0.5s;
}
	.divtarifasmov p{
		margin:0;
		font-size: 13px;
	}
	.divtarifasmov h2{
    font-size: 24px;

	}
	
	.divtarifasmov .dynamic-product-container {
 display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px 10px;
    background: #759DA0;
    display: flex
;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
    min-width: 151px;
    text-align: center;
    justify-content: space-between;
  
}

	@media screen and (max-width: 1058px) {
  .divtarifas {
display:none;
  }
		.fondo-foto .course-price {
			font-size:3rem;
		}
		
		.fondo-foto h3{
			font-size:2rem;
		}
		.splide__pagination {
    bottom: -5%;
}
		.course-slider-container .BotonPrimario {
    margin-top: 15%;
}
		h1{
			    text-align: center;
    font-size: 2em;
		}
			section:not(.Herolas){

    padding: 15% 5vw;
;
    position: relative;
	}
}
	
	
	@media screen and (min-width: 1058px) {
  .divtarifasmov {
display:none;
  }
}
	
		@media screen and (max-width: 1058px) {
	    /* ----- Sección que controla el scroll horizontal ----- */
    /* ----- Sección que controla el scroll horizontal ----- */
    .horizontal-scroll-section {
      position: relative;
      width: 100%;
      
    }

    /* ----- Contenedor que se queda fijo ----- */
    .horizontal-sticky {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
    
      display: flex;
      align-items: center;
      overflow: auto;
      z-index: 100;
    }

    /* ----- Contenido que se desplazará horizontalmente ----- */
    .horizontal-content {
      display: flex;
      align-items: center;
      transition: transform 0s linear;
    }
	}
	.tabla-2{
		    height: 120px;
    background: #93cdd7;
		
	}
	.tabla-3{
	height: 200px;
    background: #93cdd7;
	}
			.tabla-4{
    height: 250px;
    background: #93cdd7;
	}
		.tabla-5{
    height: 350px;
    background: #93cdd7;
	}
	
	.tabla-6{
    height: 420px;
    background: #93cdd7;
	}
		.tabla-6 .event__title, .tabla-5 .event__title, .tabla-4 .event__title, .tabla-3 .event__title, .tabla-2 .event__title {
	    max-width: 61px;
	}
	
	.event__time:empty{
		display:none;
	}
	
	.fixed-tablaa {
	    position: fixed;
        top: 60px; 
        width: 100%;
        z-index: 999;
		background: #fff;
		color: #93cdd7;
	}
	