/* From Uiverse.io by chase2k25 */ 
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  background-image: url(../images/chatgptbackgym.png);
  width: 100dvw;
  font-size: 18px;
}
 @media (max-width: 768px){
body{
  font-size: 16px;
}
iframe{
display: none;
}
.menu{ 
  flex-direction: column;
}
#cardplanes{
  display: inline-block;
  width: 100dvw;
}
.card{
  display: block;
  width: 50%;
}
.footer{
  width: 100%;
}
}
:root{
  --base-clr:#171717;

}
@font-face {
  font-family: "paragym";
  src: url(../fonts/Sriracha/Sriracha-Regular.ttf);
}
  *{
    font-family: "paragym",sans-serif;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
.nav{
  position: fixed;
  z-index: 1000;
  display: flex;
  background-color: hsl(0, 0%, 0.10%);
  opacity: 0.7;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100dvw;
  padding-bottom: 0;
  margin-bottom: 1%;
}
.listanav{
  display: flex;
  margin: 1rem;
  text-align: end;

}
.listanav li{
  list-style: none;
  margin: 2rem;
  margin-right:2em ;
  font-family: sans-serif;
}.listanav a{
 text-decoration: none;
  color: white;
}
.listanav a:hover{
   color: #f8be00;
   background-color: #d451c396;
   padding-left: 1em;
   padding-right: 1em;
   border-radius: 0.5rem;
 }

 .tituloYtexto li{
  display: flex;
  color: #FCDC22;
  text-decoration: none;
 }
.textointroduccion{
  padding: 5%;
  margin: 5%;
}
.textointroduccion li{
  margin: 10px;
}
.logo{
  height: 17px;
  width: 17px;
}
.clickinspricion{
padding-bottom: 10px;
  text-decoration: none;
  font-size: 2em;
  color: white;


}
  .sectionplanes > div{
    display: inline-flex;
margin: 20px;
padding: 30px;
  }
  * {box-sizing:border-box}

  /* Slideshow container */
  .slideshow-container {
    width: 70%;
    height: 50%;
    position: relative;
    margin: auto;
  }
  .slideshow-container img{
    min-width: 80%;
    height: 700px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .mySlides fades{
    animation-name: fade;
    animation-duration: 1.5s;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    font-size: 18px;
    color: #f8be00;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .textopuntos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  button{
    text-align: justify;
  }
  #contactos{
    background-color: var(--base-clr);
    color: white;
    width: 100dvw;
    display: flex;
    flex-flow:column wrap;
  }
.contenedorfooter{
  width: 100dvw;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
  footer > section{
    
    text-align: center;
    margin-right: 2em;
  }
  .tituloYtexto h2{
text-decoration: none;
  }section{
    height: 60%;
    width: 60%;
  }
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: center;
    font-family: arial;
    border: solid 2px #d451c396;
    border-radius: 1em;
    padding: 3.5px;
    margin: 2rem;
  }
  
  .price {
    color: green;
    font-size: 22px;

  }
  
  .card button {
    border-radius: 1em;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: auto;
  }
  
  .card button:hover {
    opacity: 0.7;
  }
  #cardplanes{
    width: 90%;
    text-align:center;
    margin: 5%;
    display: inline-flex;


  }
  #cardplanes div {
    width: 90%;
    margin: 2rem;
  }

td{
  color:black;
  margin: 0;
  padding: 8PX;
  border: 1px solid white;
}


.tablahorarios{   
                                             
  text-align: center;
  width: 70dvw;
  display: table;
  border: 2px  solid #d451c396;
  padding: 1%;
  font-size: 16px;    
white-space: nowrap;  
border-radius: 1em; 
background-color: gray;
}

  tbody{
  text-align: center;
  max-width: 100%;
  min-width: 50%;
  }

thead{
  text-align: center;
  max-width: 100%;
  min-width: 50%;
}
th{
  max-width: 100%;
  min-width: 50%;
}
td{
  max-width: 100%;
  min-width: 50%;
}
#horarios{
  width: 70dvw;
width: flex;
display: flex;
flex-flow: row wrap;
justify-content: center;
}


.trdias th{
  background-color: #FCDC22;
  width: auto;
}
.contenidoprincipal{
width: 100dvw;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.ubicacion{
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
iframe{
  margin-bottom: 1em;
width: auto;
height: auto
}
#contactos{
    display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100dvw;
}


  /*
  ============================
  SUGERENCIAS RESPONSIVE (comentadas)
  ============================

  /* Responsive para .contenidoprincipal */
  @media (max-width: 768px) {
    .contenidoprincipal {
      flex-direction: column;
      align-items: center;
    }
  }

  /* Responsive para tarjetas de planes */
  @media (max-width: 768px) {
    #cardplanes {
      flex-direction: column;
      align-items: center;
    }
    #cardplanes .card {
      width: 90%;
      margin: 1rem 0;
    }
  }
  @media (max-width: 900px) {
    #horarios{
  display: none; 
}
  }
  /* Responsive para tabla de horarios */
  @media (max-width: 600px) {

    .tablahorarios, .tablahorarios thead, .tablahorarios tbody, .tablahorarios th, .tablahorarios td, .tablahorarios tr {
      display: block;
      width: 100%;
    }
    .tablahorarios th, .tablahorarios td {
      text-align: left;
      padding: 8px;
      min-width: unset;
    }

    .Inscripcionintro{
      display: inline;
    }
    .banner img{
      display: none;
    }
  }

  /* Responsive para slideshow */
  @media (max-width: 600px) {
    .slideshow-container {
      width: 100%;
    }
    .mySlides img {
      min-width: 100%;
      height: auto;
    }
  }
  .banner {
  width: 75%; 
  height: 23rem;
  margin : 5%;
  display: flex;
  background: black;
  overflow: hidden;
  border: 2px solid #FCDC22;
  border-radius: 10px;
  position: relative;
}


.mujer {
  width: 40%;
height: 100%;
display: flex;
display: block;
position: absolute;
margin-left: 50%;

}

.hombre {
width: 30%;
height: 100%;
display: flex;
display: block;
position: absolute;
margin-left:75%;
}


.banner-texto {
  color: white;
  padding:0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  margin-left: 50%;
}

.banner-texto span {
  
  color: #FCDC22;
}



.banner-texto,.tituloYtexto h2{

margin-left: 1%;
width: 80%;
position: absolute;
display: block;
text-align: left;
}
  
