#Home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 135px;
}
#Home #Carousel,
#Home #SobreNosotros,
#Home #Formacion,
#Home #Suscripciones,
#Home #Objetivos,
#Home #EnVivo,
#Home #PreguntasFrecuentes,
#Home #Contacto {
  padding: 65px 25px;
}
#Home #Carousel {
  margin-top: 20px;
  position: relative;
  width: 1400px;
  height: 600px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Home #Carousel .slide.active {
  left: 0;
}
#Home #Carousel .slide {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: left 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#Home #Carousel .slide .slide-content {
  padding: 30px;
  border-radius: 10px;
  filter: blur(0px);
  z-index: 2;
  align-self: center;
}
#Home #Carousel .slide1 {
  background-image: url('../../images/home/slider/slide1.avif');
}
#Home #Carousel .slide1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#Home #Carousel .slide2 {
  background-image: url('../../images/home/slider/slide2.png');
}
#Home #Carousel .slide2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#Home #Carousel .slide3 {
  background-image: url('../../images/home/slider/slide3.jpg');
}
#Home #Carousel .slide3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#Home #SobreNosotros {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
#Home #SobreNosotros .SobreNosotrosContent1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto {
  position: relative;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto .FotoMin {
  display: none;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto img {
  width: 550px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto a {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  transition: transform 0.75s ease;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Foto a:hover {
  transform: translateX(60%) translateY(-50%);
}
#Home #SobreNosotros .SobreNosotrosContent1 .Cita {
  width: 435px;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Cita h3 {
  margin-bottom: 15px;
  text-align: right;
}
#Home #SobreNosotros .SobreNosotrosContent1 .Cita p {
  text-align: right;
}
#Home #SobreNosotros .SobreNosotrosContent2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#Home #SobreNosotros .SobreNosotrosContent2 .Stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#Home #SobreNosotros .SobreNosotrosContent2 .Stats .StatsMin {
  display: none;
}
#Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
  width: 762px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Home #SobreNosotros .SobreNosotrosContent2 .KInfo {
  width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#Home #SobreNosotros .SobreNosotrosContent2 .KInfo h3 {
  margin-bottom: 15px;
}
#Home #SobreNosotros .SobreNosotrosContent2 .KInfo p {
  margin-bottom: 15px;
}
#Home #SobreNosotros .SobreNosotrosContent2 .KInfo a {
  margin: 0px;
}
#Home #Formacion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 50px;
}
#Home #Formacion .Icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Home #Formacion .Icon i {
  font-size: 2.5em;
}
#Home #Formacion h3 {
  width: 100%;
  text-align: center;
}
#Home #Formacion h3 .FormacionTituloMin {
  display: none;
}
#Home #Formacion .Etapa1,
#Home #Formacion .Etapa2 {
  background-color: #121419;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 20px;
  height: 575px;
  width: 400px;
  margin-bottom: 20px;
  margin-top: 40px;
}
#Home #Formacion .Etapa1 h4,
#Home #Formacion .Etapa2 h4 {
  text-align: center;
  margin-bottom: 10px;
}
#Home #Formacion .Etapa1 p,
#Home #Formacion .Etapa2 p {
  text-align: center;
}
#Home #Formacion .Etapa1 ul,
#Home #Formacion .Etapa2 ul {
  list-style-type: none;
}
#Home #Formacion .Etapa1 ul li i,
#Home #Formacion .Etapa2 ul li i {
  color: #ff9a16;
}
#Home #Formacion .MasInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Home #Suscripciones h3 {
  margin-bottom: 7.5px;
}
#Home #Suscripciones p {
  margin-bottom: 20px;
}
#Home #Suscripciones .Planes {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 50px;
}
#Home #Suscripciones .Planes .Plan {
  width: 300px;
  height: 475px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #121419;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Home #Suscripciones .Planes .Plan .Icono {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  margin-top: 10px;
}
#Home #Suscripciones .Planes .Plan .Precio {
  font-size: 3.25em;
  font-weight: bold;
}
#Home #Suscripciones .Planes .Plan .DescuentoAplicado {
  height: 25px;
}
#Home #Suscripciones .Planes .Plan .PrecioDescuento {
  color: #5dc55d;
}
#Home #Suscripciones .Planes .Plan .Separador {
  margin: 20px 0px;
  height: 1px;
  width: 90%;
  background-color: #ff9a16;
}
#Home #Suscripciones .Planes .Plan ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
#Home #Suscripciones .Planes .Plan ul li i {
  color: #ff9a16;
}
#Home #Suscripciones .Planes .Plan .Suscripcion {
  margin-bottom: 10px;
}
#Home #Objetivos h3 {
  margin-bottom: 40px;
  text-align: center;
}
#Home #Objetivos h3 .ObjetivosTituloMin {
  display: none;
}
#Home #Objetivos .ObjetivosContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
#Home #Objetivos .ObjetivosContent .Objetivo {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 30px;
  border: 2px solid #ff9a16;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 315px;
}
#Home #Objetivos .ObjetivosContent .Objetivo i {
  color: #ff9a16;
  font-size: 2em;
  margin-bottom: 20px;
}
#Home #Objetivos .ObjetivosContent .Objetivo h4 {
  margin-bottom: 10px;
}
#Home #Objetivos .ObjetivosContent .Objetivo p {
  line-height: 30px;
}
#Home #EnVivo {
  padding-top: 25px;
  padding-bottom: 25px;
}
#Home #EnVivo .EnVivoContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}
#Home #EnVivo .EnVivoContent .EnVivoDescripcion {
  width: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
#Home #EnVivo .EnVivoContent .EnVivoDescripcion img {
  width: 75px;
  display: none;
}
#Home #EnVivo .EnVivoContent video {
  width: 700px;
  object-fit: cover;
  /* 🔥 MAGIA */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  width: 950px;
  margin-top: 40px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta {
  display: block;
  border: 1px solid #ff9a16;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  padding: 20px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 200;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta h4 i {
  color: #ff9a16;
  transition: transform 0.3s ease;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta p {
  margin-bottom: 15px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta p:last-child {
  margin-bottom: 0;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta ul {
  list-style-type: none;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta ul li {
  padding-left: 25px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta ul li i {
  margin-right: 5px;
  color: #ff9a16;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta img {
  width: 475px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta p,
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta ul,
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta img {
  display: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded h4 {
  margin-bottom: 15px;
  color: #ff9a16;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded p,
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded ul,
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded img {
  display: block;
  max-height: 1000px;
}
#Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded .toggle-icon {
  transform: rotate(180deg);
}
#Home #Contacto {
  margin-bottom: 180px;
}
#Home #Contacto h3,
#Home #Contacto p {
  text-align: right;
}
#Home #Contacto p {
  margin-bottom: 20px;
}
#Home #Contacto .ContactoContent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 100px;
}
#Home #Contacto .ContactoContent .RedesSociales {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 30px;
}
#Home #Contacto .ContactoContent .RedesSociales .Social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
#Home #Contacto .ContactoContent .RedesSociales .Social:hover {
  background-color: transparent;
}
#Home #Contacto .ContactoContent .RedesSociales .Social:hover .Icono {
  background-color: #b86800;
}
#Home #Contacto .ContactoContent .RedesSociales .Social .Icono {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-color: #ff9a16;
  padding: 10px 12.5px;
  color: white;
}
#Home #Contacto .ContactoContent .RedesSociales .Social .Icono i {
  font-size: 1.75em;
}
#Home #Contacto .ContactoContent .RedesSociales .Social .Referencia {
  display: flex;
  flex-direction: column;
  color: white;
}
#Home #Contacto .ContactoContent .RedesSociales .Social .Referencia .Tipo {
  font-weight: bold;
}
#Home #Contacto .ContactoContent .FormularioContacto {
  display: flex;
  flex-direction: column;
  width: 750px;
}
#Home #Contacto .ContactoContent .FormularioContacto .Row2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  column-gap: 25px;
}
#Home #Contacto .ContactoContent .FormularioContacto .Row2 input {
  width: 100%;
}
#Home #Contacto .ContactoContent .FormularioContacto .Row {
  width: 100%;
}
#Home #Contacto .ContactoContent .FormularioContacto .Row textarea {
  width: calc(100% - 15px * 2 - 2px);
  height: 200px;
  resize: none;
}
#Home #Contacto .ContactoContent .FormularioContacto .Check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
}
#Home #Contacto .ContactoContent .FormularioContacto .Check input {
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
}
#Home #Contacto .ContactoContent .FormularioContacto .Submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Home #Contacto .ContactoContent .FormularioContacto .Submit .Cargando {
  color: yellow;
}
#Home #Contacto .ContactoContent .FormularioContacto .Submit .MensajeError {
  color: red;
}
#Home #Contacto .ContactoContent .FormularioContacto .Submit .MensajeSuccess {
  color: green;
}
#Home #Contacto .ContactoContent .FormularioContacto .Submit .Cargando,
#Home #Contacto .ContactoContent .FormularioContacto .Submit .MensajeError,
#Home #Contacto .ContactoContent .FormularioContacto .Submit .MensajeSuccess {
  display: none;
  margin-top: 10px;
}
@media (max-width: 1500px) {
  #Home #Carousel {
    width: 1000px;
  }
}
@media (max-width: 1300px) {
  #Home #SobreNosotros .SobreNosotrosContent1 {
    flex-direction: column;
    gap: 25px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 {
    flex-direction: column;
    gap: 40px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita {
    width: 800px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita h3 {
    text-align: left;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita p {
    text-align: left;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 40px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto img {
    order: 2;
    width: 800px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto a {
    order: 1;
    margin: 0px;
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
    transition: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto a:hover {
    transform: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .KInfo {
    order: 1;
    width: 800px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .KInfo p {
    margin-bottom: 25px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats {
    order: 2;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    width: 800px;
  }
  #Home #Formacion {
    flex-direction: column;
    align-items: center;
  }
  #Home #Formacion .MasInfo p {
    width: 360px;
    text-align: center;
  }
  #Home #EnVivo .EnVivoContent {
    flex-direction: column;
    margin-top: 0px;
    gap: 40px;
  }
  #Home #EnVivo .EnVivoContent video {
    order: 2;
    width: 800px;
  }
  #Home #EnVivo .EnVivoContent .EnVivoDescripcion {
    order: 1;
    width: 800px;
  }
  #Home #Objetivos .ObjetivosContent .Objetivo {
    width: 310px;
    height: 230px;
  }
  #Home #Objetivos .ObjetivosContent .Objetivo br {
    display: none;
  }
  #Home #Suscripciones .Planes {
    flex-wrap: wrap;
  }
  #Home #PreguntasFrecuentes .PreguntasFrecuentesContent {
    max-width: 600px;
  }
  #Home #Contacto .ContactoContent {
    flex-direction: column;
  }
  #Home #Contacto h3,
  #Home #Contacto p {
    text-align: left;
  }
  #Home #Contacto p {
    margin-bottom: 35px;
  }
  #Home #Contacto .ContactoContent {
    gap: 50px;
  }
  #Home #Contacto .ContactoContent .RedesSociales {
    flex-direction: row;
    gap: 30px;
  }
  #Home #Contacto .ContactoContent .FormularioContacto {
    width: 100%;
  }
  #Home #Contacto .ContactoContent .RedesSociales {
    display: none;
  }
  #Home #Suscripciones h3 {
    text-align: center;
  }
  #Home #Suscripciones p {
    text-align: center;
  }
  #Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta h4 {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  #Home #Carousel {
    width: 800px;
  }
  #Home #PreguntasFrecuentes .PreguntasFrecuentesContent .Preguntas .Pregunta.expanded img {
    display: none;
  }
}
@media (max-width: 900px) {
  #Home #Carousel {
    width: 650px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita {
    width: 600px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto img {
    order: 2;
    width: 600px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    width: 600px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .KInfo {
    width: 600px;
  }
  #Home #EnVivo .EnVivoContent video {
    width: 600px;
  }
  #Home #EnVivo .EnVivoContent .EnVivoDescripcion {
    width: 600px;
  }
}
@media (max-width: 700px) {
  #Home #Carousel {
    width: 400px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita {
    width: 350px;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto img {
    display: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto .FotoMin {
    display: block;
    width: 350px;
    order: 2;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    width: 350px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .KInfo {
    width: 350px;
  }
  #Home #EnVivo .EnVivoContent video {
    width: 350px;
  }
  #Home #EnVivo .EnVivoContent .EnVivoDescripcion {
    width: 350px;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    display: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats .StatsMin {
    display: block;
  }
  #Home #Objetivos {
    display: flex;
    flex-direction: column ;
    align-items: center;
    justify-content: center;
  }
  #Home #EnVivo h3 {
    width: 350px;
    text-align: center;
  }
  #Home #Suscripciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Suscripciones h3 {
    width: 350px;
  }
  #Home #PreguntasFrecuentes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #Home #PreguntasFrecuentes h3 {
    width: 350px;
    text-align: center;
  }
  #Home #Contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Contacto h3,
  #Home #Contacto p {
    width: 350px;
  }
  #Home #Contacto h3 {
    margin-bottom: 20px;
  }
  #Home #Contacto .ContactoContent {
    justify-content: center;
    align-items: center;
  }
  #Home #Contacto .ContactoContent .FormularioContacto {
    display: flex;
    flex-direction: column;
    width: 350px;
  }
  #Home #Contacto .ContactoContent .FormularioContacto .Row2 {
    gap: 25px;
    flex-direction: column;
  }
  #Home #Contacto .ContactoContent .FormularioContacto .Row2 input {
    width: auto;
  }
  #Home #Formacion h3 {
    width: 350px;
  }
  #Home #PreguntasFrecuentes .PreguntasFrecuentesContent {
    width: 350px;
  }
  #Home {
    row-gap: 50px;
  }
  #Home #Formacion .MasInfo p {
    width: 350px;
  }
  #Home #Objetivos .ObjetivosContent .Objetivo {
    padding: 18px;
  }
  #Home #SobreNosotros {
    row-gap: 100px;
  }
  #Home #Contacto {
    margin-bottom: 40px;
  }
  #Home #Formacion h3 span {
    display: none;
  }
  #Home #Formacion h3 .FormacionTituloMin {
    display: block;
  }
  #Home #Formacion .Etapa1 {
    margin-top: 20px;
  }
  #Home #Carousel .slide .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Carousel .slide .slide-content p {
    width: 200px;
    text-align: center;
  }
  #Home #Carousel,
  #Home #SobreNosotros,
  #Home #Formacion,
  #Home #Suscripciones,
  #Home #Objetivos,
  #Home #EnVivo,
  #Home #PreguntasFrecuentes,
  #Home #Contacto {
    padding: 65px 0px;
  }
  #Home #Objetivos h3 {
    width: 350px;
    margin-bottom: 20px;
  }
  #Home #Objetivos h3 span {
    display: none;
  }
  #Home #Objetivos h3 .ObjetivosTituloMin {
    display: block;
  }
  #Home #Formacion .Etapa1,
  #Home #Formacion .Etapa2 {
    width: 310px;
    height: 600px;
    padding: 20px;
  }
}
@media (max-width: 450px) {
  main {
    width: calc(100% - 50px);
    padding: 25px 25px;
  }
  #Home {
    width: 100%;
    row-gap: 50px;
  }
  #Home #Carousel {
    width: 100%;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Cita {
    width: 100%;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto img {
    display: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent1 .Foto .FotoMin {
    display: block;
    width: 100%;
    order: 2;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    width: 100%;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .KInfo {
    width: 100%;
  }
  #Home #EnVivo .EnVivoContent video {
    width: 100%;
  }
  #Home #EnVivo .EnVivoContent .EnVivoDescripcion {
    width: 100%;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats img {
    display: none;
  }
  #Home #SobreNosotros .SobreNosotrosContent2 .Stats .StatsMin {
    display: block;
  }
  #Home #Objetivos {
    display: flex;
    flex-direction: column ;
    align-items: center;
    justify-content: center;
  }
  #Home #EnVivo h3 {
    width: 100%;
    text-align: center;
  }
  #Home #Suscripciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Suscripciones h3 {
    width: 100%;
  }
  #Home #PreguntasFrecuentes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #Home #PreguntasFrecuentes h3 {
    width: 100%;
    text-align: center;
  }
  #Home #Contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Contacto h3,
  #Home #Contacto p {
    width: 100%;
  }
  #Home #Contacto h3 {
    margin-bottom: 20px;
  }
  #Home #Contacto .ContactoContent {
    justify-content: center;
    align-items: center;
  }
  #Home #Contacto .ContactoContent .FormularioContacto {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #Home #Contacto .ContactoContent .FormularioContacto .Row2 {
    gap: 25px;
    flex-direction: column;
  }
  #Home #Contacto .ContactoContent .FormularioContacto .Row2 input {
    width: auto;
  }
  #Home #Formacion h3 {
    width: 100%;
  }
  #Home #PreguntasFrecuentes .PreguntasFrecuentesContent {
    width: 100%;
  }
  #Home #Formacion .MasInfo p {
    width: 100%;
  }
  #Home #Objetivos .ObjetivosContent .Objetivo {
    padding: 25px;
    width: 100%;
    height: auto;
  }
  #Home #Suscripciones .Planes .Plan {
    width: 100%;
    height: auto;
  }
  #Home #SobreNosotros {
    row-gap: 100px;
  }
  #Home #Contacto {
    margin-bottom: 40px;
  }
  #Home #Formacion h3 span {
    display: none;
  }
  #Home #Formacion h3 .FormacionTituloMin {
    display: block;
  }
  #Home #Formacion .Etapa1 {
    margin-top: 20px;
  }
  #Home #Carousel .slide .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Carousel .slide .slide-content p {
    width: 200px;
    text-align: center;
  }
  #Home #Carousel,
  #Home #SobreNosotros,
  #Home #Formacion,
  #Home #Suscripciones,
  #Home #Objetivos,
  #Home #EnVivo,
  #Home #PreguntasFrecuentes,
  #Home #Contacto {
    padding: 65px 0px;
  }
  #Home #Objetivos h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  #Home #Objetivos h3 span {
    display: none;
  }
  #Home #Objetivos h3 .ObjetivosTituloMin {
    display: block;
  }
  #Home #Formacion .Etapa1 ul,
  #Home #Formacion .Etapa2 ul {
    padding: 15px;
  }
  #Home #Formacion .Etapa1,
  #Home #Formacion .Etapa2 {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0px;
    height: auto;
    margin-top: 30px;
  }
  #Home #Formacion .Etapa1 {
    margin-top: 15px;
  }
  #Home #Formacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Home #Carousel .slide .slide-content {
    row-gap: 25px;
  }
  footer #Footer1 .Seccion1 p {
    white-space: normal;
  }
  footer #Footer1 .FooterPartnersSection .Seccion1 {
    width: 100%;
  }
  footer #Footer1 .FooterPartnersSection .Seccion2 {
    width: 100%;
  }
  footer #Footer1 .FooterPartnersSection .Seccion3 {
    width: 100%;
  }
}
@media (max-width: 327px) {
  footer #FooterPartners .Logos .img3 img {
    width: 100%;
    height: auto;
  }
}
