@font-face {
  font-family: Titles;
  src: url(/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Subtitle;
  src: url(/Poppins/Poppins-Regular.ttf);
}
@font-face {
font-family: Paragraphs;
src:url(/Poppins/Poppins-Regular.ttf)
}

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

body {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.contenedor-principal {
flex: 1;
}

.Titulo, h1, h2, p, h4 {
text-align: center;
margin: 30px;
}

p {
font-family: Paragraphs;
font-size: larger;
}

h1 {
font-family: Titles;
font-size: 5em;
}

h2, h4 {
font-family: Subtitle;
font-size: 2.5em;
}


.Navegador {
position: fixed;
top: 0px;
height: 30px;
width: 100%;
border-radius: 10px;
padding: 15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}

.Logo {
max-width: 100%;
}

.Ayuda {
background-color: #04AA6D;
}

.Ayuda {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.Ayuda > div {
  flex: 1;
}

.Ayuda p {
  font-family: Paragraphs;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}

.Ayuda img {
  max-width: 100%;
  height: auto;
  display: block;
}

.Navegador {
background-color: #333;
overflow: hidden;
}

.Navegador a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
border-radius: 50%;
max-width: 20%;
font-family: Paragraphs;
}

.Navegador a:hover {
background-color: #ddd;
color: #04AA6D;
transition-duration: 0.5s;
border-radius: 50%;
text-decoration: underline;
text-decoration-color: green;
}

.Navegador a.Activo {
background-color: #04AA6D;
color: white;
}

* {
box-sizing: border-box;
}

.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

.mySlides {
display: none;
}


.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;
}


.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 {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* 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}
}

.scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #04AA6D;
color: #ffffff;
padding: 10px 15px;
border-radius: 50%;
text-align: center;
text-decoration: none;
font-size: 18px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
z-index: 1000;
transition: background-color 0.3s, transform 0.3s;
}

.scroll-to-top:hover {
background-color: #04AA6D;
transform: scale(1.1);
}

.Creadores {
background-color: #04AA6D;
}
.creadores-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.Creadores {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  text-align: center;
  flex: 1;
  max-width: 300px;
}

.Creadores article {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  width: 100%;
}

.Creadores h2 {
  font-family: Subtitle;
  font-size: 1.5em;
  margin: 10px 0;
}

.Creadores .imagen {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.Creadores p {
  font-family: Paragraphs;
  font-size: 1em;
  margin: 5px 0;
}
.Serv::after {
content: "";
clear: both;
display: table;
}

.Servi {
float: left;
width: 32%;
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}

.Servicios::after {
content: "";
clear: both;
display: table;
}

.Form_Contacto {
  border-radius: 2px;
  border: solid 2px bl; 
  font-family: Paragraphs;
  text-align: center;
  margin: 15px;
  width: 100%;
  max-width: 600px;
  height: 630px;
  box-sizing: border-box; 
}

label {
  font-family: Paragraphs;
  color: #555;
  display: block;
  margin: 5px;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"] {
  width: 90%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.button {
  background-color: #3498db;
  color: black;
  border: none;
  padding: 10px 20px; 
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
}
 .reset {
  background-color: #3498db;
  color: black;
  border: none;
  padding: 10px 20px; 
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
 } 

.button:hover {
  background-color: #2980b9;
  color:white;

}
.reset:hover {
  background-color: #2980b9;
  color:white;

}
#Prin{
  background-image: linear-gradient(to right, #0a81e8, #60cdd7, #d8fbff);
}
#Señora_Gay{
  float: right;
}
#N1{
  float: left;
  background-image: linear-gradient(to right, #0a81e8, #60cdd7, #d8fbff);
  height: 300px;
  
}
#N2{
  float: right;
  background-image: linear-gradient(to right,#d8fbff,#60cdd7,#0a81e8 );
  height: 300px;
}
.Plan{
  text-align: center;
  border: solid 3px black;
  border-radius: 30px;
  background-image: linear-gradient( #0a81e8, #60cdd7, #d8fbff);
 
}
.Plan {
  float: left;
  width: 30%;
  padding: 5px;
}
#Formulario{
  
  width: 35%;
  border: solid 2px black;
  border-radius: 10px;
  background-image: linear-gradient( #0a81e8, #60cdd7, #d8fbff);

}
#Lista{
  text-align: left;
  
}
.Plan:hover{
  transform: scale(1.06);
  transition-duration: 0.8s;
  border-color: gold;
  background-image: linear-gradient(#d8fbff, #60cdd7, #0a81e8 );
}
#Cotizacion{
  border-radius: 45%;
  background-color: #333;
  color: white;
  width: 50px;
  height: 40px;
  font-size: xx-small;
  text-align: center;
}
#Cotizacion:hover{
 transform: scale(1.5);
 background-color: #04AA6D;
 color:white;
 transition-duration: 0.5s;
 font-size: xx-small;
}
#Logo:hover{
  transform: scale(1.5);
  transition-duration: 0.5s;
}
#img1:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}
#img2:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}
#img3:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.Plan{
  margin: 10px;
}
#Planes{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.Servi{
  margin: 5px;
}
#Enviar{
  border-radius: 4ch;
}
#Serv_Select{
  margin: 5px;
}
#Name, #Date, #Email, #Phone_Number{
  margin: 5px;
  border-radius: 9px;
}
#Formulario:hover{
  background-image: linear-gradient(#d8fbff, #60cdd7, #0a81e8 );
  transition-duration: 0,5s;
}
.contenedor-principal {
  display: flex;
  justify-content: space-between;
}

.Creadores {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

article {
  text-align: center;
}

.imagen {
  transition: transform 1s ease-in-out; 
}

.imagen:hover {
  transform: scale(2) translate(50%, 50%); 
}

.imagen {
  transform: scale(1) translate(0, 0); 
}


#Subtitulo{
  text-shadow: 7px 4px 5px gray;
  font-weight: bolder;
  position: relative;
  animation-name: Introsub;
  animation-duration: 2.5s;
  
}
@keyframes Intro{
  0% {
    top: 100px;
    opacity: 0;
}

100% {
    top: 0px;
    opacity: 1;
}


}

@keyframes Introsub{
  0% {
    top: 100px;
    opacity: 0;
}

100% {
    top: 0px;
    opacity: 1;
}
}
#Titulo{
  position: relative;
  animation-name: Intro;
  animation-duration: 1s;
  
}
.servi1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px;
  padding: 10px;
}

.servi1 img {
  max-width: 100%;
  height: auto;
  margin-right: 20px;
}

.servi1 p {
  font-family: Paragraphs;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: justify;
}
.contenedor-principal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prev, .next {
  padding: 12px;
  font-size: 16px;
}
#Planes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.Plan {
  flex: 1 1 calc(33.333% - 20px);
  margin: 10px;
}
body {
  font-size: 16px;
}

/* Para pantallas menores a 768px (tabletas y móviles) */
@media (max-width: 768px) {
  .Navegador {
    height: auto;
    padding: 10px;
    flex-direction: column;
  }

  .Navegador a {
    float: none;
    display: block;
    padding: 10px;
    font-size: 14px;
  }

  .slideshow-container {
    width: 100%;
  }

  .Servi, #Formulario {
    width: 100%;
    float: none;
    margin: 10px 0;
  }

  .Plan {
    padding: 10px;
    border-radius: 15px;
    margin: auto;
    height: auto;
    width: auto;
  }
  .Plan:hover {
    display: none;
  }

  #Cotizacion:hover {
    display: none;
  }

  #Prin, #N1, #N2 {
    height: auto;
    background-image: none;
  }

  .scroll-to-top {
    right: 10px;
    bottom: 10px;
    padding: 8px 12px;
    font-size: 16px;
  }

  .imagen {
    transform: scale(1) translate(0, 0);
  }

  #Titulo {
    font-size: 3em;
  }

  #Subtitulo {
    font-size: 1.5em;
  }
  .servi1 {
    flex-direction: column;
    text-align: center;
  }

  .servi1 img {
    margin: 0 0 10px 0;
    max-width: 80%;
  }

  .servi1 p {
    font-size: 1em;
    margin: 0;
  }
  .Ayuda {
    flex-direction: column;
    text-align: center;
  }

  .Ayuda > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .Ayuda p {
    font-size: 1em;
    margin: 0 20px;
  }

  .Ayuda img {
    max-width: 80%;
    margin: 0;
  }
  .creadores-container {
    flex-direction: column;
    align-items: center;
  }

  .Creadores {
    width: 90%;
  }

  .Creadores h2 {
    font-size: 1.2em;
  }

  .Creadores p {
    font-size: 0.9em;
  }

}


/* Para pantallas menores a 480px (móviles pequeños) */
@media (max-width: 480px) {
  .Navegador a {
    padding: 8px;
    font-size: 12px;
  }

  #Titulo {
    font-size: 2em;
  }

  #Subtitulo {
    font-size: 1.2em;
  }

  .scroll-to-top {
    padding: 6px 10px;
    font-size: 14px;
  }
  .servi1 p {
    font-size: 0.9em;
  }
  .Ayuda p {
    font-size: 0.9em;
  }

  .Ayuda img {
    max-width: 100%;
  }
  .Creadores {
    margin: 10px 0;
  }

  .Creadores article {
    width: 100%;
    max-width: 100%;
  }

  .Creadores h2 {
    font-size: 1em;
  }

  .Creadores p {
    font-size: 0.8em;
  }
  .Plan {
    padding: 10px;
    border-radius: 15px;
    margin: auto;
    height: auto;
    width: auto;
  }
  .Plan:hover {
    display: none;
  }

  #Cotizacion:hover {
    display: none;
  }
  body {
    font-size: 12px;
  }
  .Socio{
    filter: grayscale(100%);
  
    margin: 15px;
  }
  .Socio:hover{
  filter: none;
  transition-duration: 0.8s;
  transform: scale(1.25);
  }
  .Socios{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
   
  }
  #Rapidez{
    width: 50%;
    height: auto;
  }
  #satis{
    width: 50%;
    height: auto;
  }
  #Rendir{
    width: 50%;
    height: auto;

  }
  #carac{
    margin: 20px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {

  body {
    font-size: 14px;
  }
  .prev, .next {
    padding: 10px;
    font-size: 14px;
  }
  .Plan {
    padding: 10px;
    border-radius: 15px;
    margin: auto;
    height: auto;
    width: auto;
  }
  .Plan:hover {
    display: none;
  }

  #Cotizacion:hover {
    display: none;
  }

  .Socio{
    filter: grayscale(100%);
    margin: 15px;
  }
  .Socio:hover{
  filter: none;
  transition-duration: 0.8s;
  transform: scale(1.25);
  }
  .Socios{
    margin: 30px;
    flex-direction: column;
    align-items: center;
  }
  #Rapidez{
    width: 50%;
    height: auto;
  }
  #satis{
    width: 50%;
    height: auto;
  }
  #Rendir{
    width: 50%;
    height: auto;

  }
  #carac{
    margin: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#Socio1{
  width: auto;
  height: auto;
}


.Socios{
  justify-content: space-around;
  display: inline-flex;
  margin: 30px;
  max-width: 100%;
 
}

.Socio{
  filter: grayscale(100%);
  margin: 15px;
}
.Socio:hover{
filter: none;
transition-duration: 0.8s;
transform: scale(1.25);
}



#SoporteInfo{
  margin-left: 12.5%;
  margin-right: 12.5%;
  text-align: center;
}

#Rapidez{
  width: 110%;
  height: auto;
  align-items: start;
}
#Rendir{
  width: 110%;
  height: auto;


}
#carac{
  justify-content: space-around;
  display: inline-flex;
  margin: 30px;
  max-width: 100%;
}
#satis{
  width: 75%;
  height: auto;
 align-items: end;
}
