/* estilos.css */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  background-image: url('images/creeTodoEsPosibleFondo01.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.contenido {
  background-color: rgba(255, 255, 255, 0.85); /* transparencia para legibilidad */
  padding: 2rem;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  color: #002B5B;
}


h1 {
  color: #009688;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h2 {
  color: #00796B;
  margin-top: 2rem;
}

a {
  color: #009688;
  text-decoration: none;
}

a:hover {
  color: #00796B;
}

.resaltado {
  background-color: #FFF9C4;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.footer {

  text-align: center;
  padding: 1rem;
  color: #333;    
  background-color: rgba(0, 0, 0, 0.015);
}

.logo {
  display: block;
  margin: 1rem auto;
  max-width: 75px;
}

.contacto {
  margin-top: 3rem;
  text-align: center;
}

.contacto h2 {
  color: #002B5B; /* Azul marino */
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: auto;
}

input, textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #fff;
  color: #002B5B;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

button {
  padding: 0.8rem;
  background-color: #009688; /* Teal */
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #00796B; /* Teal oscuro */
}

.telefono {
  max-width: 75px;
}

.tablaCentrada {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
}

.sesiones {
  text-align: center;
  padding: 3rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.sesiones h2 {
  font-size: 2rem;
  color: #002B5B; /* Azul marino */
  margin-bottom: 0.5rem;
}

.sesiones p {
  color: #002B5B;
  margin-bottom: 2rem;
}

.tarifas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.tarifa {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.tarifa h3 {
  color: #009688; /* Teal */
  margin-bottom: 0.5rem;
}

.precio {
  font-size: 1.2rem;
  font-weight: bold;
  color: #002B5B;
  margin-bottom: 0.5rem;
}

.boton-sesion {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  background-color: #009688;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-sesion:hover {
  background-color: #002B5B;
  color: #009688;
}

.neon-container {
    text-align: center;
    /*background-color: antiquewhite;*/
    padding: 5px 50px;
}
.neon-text {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

#flip {
  height:50px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 12s linear infinite;
}

#flip div div {
  background:#009688;
}
#flip div:first-child div {
  background:#002B5B;
}
#flip div:last-child div {
  background:#CCC;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

#container2 {
  color:#999;
  text-transform: uppercase;
  font-size:30px;
  font-weight:bold;/*
  padding-top:200px;  
  position:fixed;*/
  width:100%;
  bottom:45%;
  display:block;
}


.masked-text {
    font-size: 6rem;
    font-weight: bold;
    color: transparent;
    background-image: url('images/marek-piwnicki-7c4Gxa6598I-unsplash.jpg'); 
    background-size: 150%; /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.estrellas {
  width: 18px;
  height: 18px;
  animation: twinkle 2s infinite alternate;
}

/*
.estrellas {
    position: absolute;
    width: 20px; 
    background: white;
    border-radius: 50%;
    box-shadow: 
        100px 200px white,
        200px 400px white,
        300px 600px white,
        400px 800px white,
        500px 1000px white,
        600px 1200px white,
        700px 1400px white,
        800px 1600px white,
        900px 1800px white,
        1000px 2000px white;
    animation: twinkle 2s infinite alternate;
}
*/

@keyframes twinkle {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}

.contenedor-estrellas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
}

.tablaCentrada200 {
  margin: auto;
  border-collapse: collapse;
  width: 200px;
}

    .asd{
        color: #009688;
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }


.testimonios {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem auto;
  max-width: 700px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.testimonios h2 {
  text-align: center;
  color: #00796B;
  margin-bottom: 1rem;
}

.testimonios blockquote {
  font-style: italic;
  color: #555;
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #009688;
}    


.registro {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.registro h2 {
  text-align: center;
  color: #00796B;
  margin-bottom: 1rem;
}


.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 2s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.micro {
  display: block;
  margin: 1rem auto;
  max-width: 15px;
}

.estilo1 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 5px;
	font-style: normal;
	font-weight: normal;
	color: #99CC33;
	text-decoration: none;
}
.estilo2 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 6px;
	font-style: normal;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
.estilo3 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
.estilo4 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.estilo5 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	color: #663399;
	text-decoration: none;
}
.estilo6 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.estilo7 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.estilo8 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.estilo9 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 6px;
	font-style: normal;
	font-weight: normal;
	color: #FF3399;
	text-decoration: none;
}
.estilo10 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: .6em;
	font-style: normal;
	font-weight: normal;
	color: #00FFFF;
	text-decoration: none;
}
.estilo11 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 5px;
	font-style: normal;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
}
.estilo12 {
	font-family: Helvetica, Geneva, Verdana;
	font-size: 6px;
	font-style: normal;
	font-weight: normal;
	color: #C00;
	text-decoration: none;
}

.asd {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding:0;
    margin: 0; 
}

.imagen-central {
    max-width: 100%; /* Ahora la imagen puede ocupar hasta el 100% del ancho del contenedor .contenido */
    height: auto;
    display: block;
    margin: 1rem auto;
}
