<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Estilos generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #121212;
  color: #ffffff;
}

header {
  background-color: #212121;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.banner-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 82px;
  background-color: #212121;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 0px;
}

.banner-list li {
  padding: 5px 0;
}

#banner-btn:checked ~ .banner-list {
  height: 350px;
}

.banner-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-btn svg {
  transform: scale(1.4);
}

@media screen and (min-width: 768px) {
  .banner-list {
    flex-direction: row;
    position: static;
    height: auto;
  }

  .banner-btn {
    display: none;
    pointer-events: none;
  }
}

.banner h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.video-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.video-container {
  width: 80%;
  height: 0;
  padding-bottom: 42.8571%; /* 16:9 */
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.info-section, .planes-section, .descripcion-section, .contacto-section {
  padding: 40px 20px;
}

.info-section h2, .planes-section h2, .descripcion-section h2, .contacto-section h2 {
  margin-bottom: 20px;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-track-container {
  display: flex;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  padding: 0;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.carousel-slide img {
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.carousel-caption {
  text-align: center;
}

.carousel-caption h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #c0c0c0;
}

.carousel-caption p a {
  color: #7cb9a3;
}

.planes-section {
  padding: 40px 20px;
  background-color: #1e1e1e;
  border-top: 2px solid #7cb9a3;
  border-bottom: 2px solid #7cb9a3;
}

.planes-section h2 {
  margin-bottom: 10px;
  color: #7cb9a3;
}




.Areas-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;

}

.padreAreas-container {
  
   /* background-image: url('/images2.JPG');*/
    background-size: cover; /* Ajusta el tamaÃ±o de la imagen para cubrir todo el elemento */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Opcional: fija la imagen de fondo al hacer scroll */

    background-color: #1c2a25;
 
  padding: 10px;

  
}

.Areas-card {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #505650;
  padding: 10px;
  border-radius: 8px;
  min-width:320px;
  max-width:600px;
  color: #121db4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.Areas-card .plan-link:hover {
  transform: scale(1.05);
}

.Areas-card h3 {
  color: #40c25c;
  font-size: 32px;
}

.Areas-card &gt; div {
  color: #881f1f;
  padding: 10px 0;
}

.Areas-card div ul {
  color: #ffffff;
  margin-left: 20px;
}

.Areas-card div ul li::marker {
  color:  #7cb9a3;
}



.planes-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.padreplanes-container {
  background-color: #3d3d3d;
  padding: 10px;

  
}

.padreplanesempresas-container {
  background-color: #505050;
  padding: 10px;
}

.plan-card {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #333333;
  padding: 10px;
  border-radius: 8px;
  min-width:320px;
  max-width:600px;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.plan-card .plan-link:hover {
  transform: scale(1.05);
}

.plan-card h3 {
  color: #ff9800;
  font-size: 32px;
}

.plan-card h4 {
  color: #7cb9a3;
  font-size: 16px;
   padding: 5px 0;
}

.plan-card &gt; div {
  color: #ffffff;
  padding: 10px 0;
}

.plan-card div ul {
  color: #ffffff;
  margin-left: 20px;
}

.plan-card div ul li::marker {
  color: #ff9800;
}

.plan-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #7cb9a3;
  justify-content: space-between;
  padding-top: 10px;
}

.plan-card footer div {
  display: flex;
  gap: 10px;
}

.plan-card .price {
  font-weight: bold;
  font-size: 20px;
  color: #7cb9a3;
}

.offer-discount {
  border: 1px solid #7cb9a3;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  height: min-content;
  text-decoration: none;
  display: block;
}



.offer-discount-year{
  border: 1px solid #7cb9a3;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  height: min-content;
  text-decoration: none;
  display: block;

}

.plan-link {

  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #f9a62a;
  transition: transform 0.2s;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.descripcion-section p {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 20px;
  background-color: #444444;
  border-top: 1px solid #ff9800;
  border-bottom: 1px solid #ff9800;
  
}


.inscribite-section {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 20px;
  background-color: #444444;
  border-top: 1px solid #ff9800;
  border-bottom: 1px solid #ff9800;
  
}

.contacto-section p {
  font-size: 16px;
  line-height: 1.6;
}

.contacto-section a {
  color: #ff9800;
  text-decoration: none;
}

.contacto-section a:hover {
  text-decoration: underline;
}

.whatsapp-btn {
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.discount-banner {
  background-color: #ff9800;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .plan-card {
    min-width: 320px;
  }
}


.subscribe {
  text-align: center;
  border: 1.5px solid #ff9800;
  max-width: 900px;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  margin: 20px auto;
}

.timeline {
  height: 5px;
  max-width: 700px;
  margin: 20px auto 70px;
  list-style: none;
  position: relative;
  background-color: #ff9800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;
}

.timeline li {
  width: 20px;
  height: 20px;
  background-color: #121212;
  border: 4px solid #ff9800;
  border-radius: 50%;
  position: relative;
}

.timeline li div {
  position: absolute;
  width: max-content;
  text-align: center;
  font-weight: bold;
  transform: translate(-45%, 30%);
  margin: auto;
}

.timeline li div svg {
  stroke: #ff9800;
  width: 40px;
  height: 40px;
}

.timeline li div svg path {
  stroke: #ff9800;
}

.suscribe-link {
  background-color: #ff9800;
  color: white;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 875px) {
  .timeline {
    flex-direction: column;
    height: 500px;
    width: 5px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: calc(50% - 100px);
  }

  .timeline li div {
    transform: translate(40px, -30%);
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

.faq-section {
  padding: 20px 20px;
  background-color: #1e1e1e;
  border-top: 2px solid #ff9800;
  border-bottom: 2px solid #ff9800;
}

.faq-section h2 {
  margin-bottom: 10px;
  color: #ff9800;
}

.Sobreplakbox-section {

 
  border: 1.5px solid #ff9800;
  max-width: 900px;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  margin: 10px auto;
  
  padding: 20px 20px;
  background-color: #1e1e1e;
  border-top: 2px solid #ff9800;
  border-bottom: 2px solid #ff9800;
 
}

.Sobreplakbox-section h2 {

  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  

}

.Sobreplakbox23-section h2 {

  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  

}

.Sobreplakbox22-section {
  margin: 5%;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 5px;
}


.Sobreplakbox23-section {
  margin: 5%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  color: #ffffff;
}

.Sobreplakbox23-section article p:first-of-type {
  font-weight: bold;
  font-size: 18px;
}

.Sobreplakbox23-section article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

article {
  padding: 10px;
  background-color: rgb(59, 59, 59);
  border-radius: 5px;
}
.Videossecciones-section {
  display: flex; 
  justify-content: center;
}


.Introduciendo2-section {
  
  margin: 5%;
  border-radius: 5px;  
  padding: 2px ;
  background-color: #494949;


  
}

.Introduciendo2-section p {
  margin-top: 1px;
  
}

.Introduciendo2-section li {
  margin-top: 2px;
  margin-left: 20px;
}

.Introduciendo2-section h2 {
  margin-top: 5px;
  
}

.Videossecciones-section {
  margin-left: 20px;
}

.Introduciendo-section {
  margin: 5%;
  padding: 0;
  border-radius: 5px;  
  padding: 20px 20px;
  background-color: #2b2b2b;

  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 5px;
  
}
.Introduciendo-section p {
  margin-top: 5px;
  
}

.Introduciendo-section li {
  margin-top: 8px;
  margin-left: 20px;
}

.Introduciendo-section h2 {
  margin-top: 15px;
  
}


/* Para pantallas menores a 640px (mÃ³vil) */
@media (max-width: 640px) {
  .Sobreplakbox22-section {
    grid-template-columns: 1fr;
  }

  }

  .Sobreplakbox23-section strong{

    color: #7cb9a3;
  }
  .Sobreplakbox23-section li{

    color: #7cb9a3;
  }

  .Videotitulos h3{
    color: #7cb9a3;
  }

/* Para pantallas entre 641px y 648px */
@media (min-width: 641px) and (max-width: 4000px) {
  .Sobreplakbox22-section {
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: auto auto auto auto; */
  }
  .Sobreplakbox23-section {
    grid-template-columns: 1fr ;
  }

  .Sobreplakbox22-section article:first-child {
    grid-row: 1 / 5;
  }

  .Sobreplakbox23-section article {
    grid-template-columns: 150px auto;
    gap: 20px;
  }
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Reducido el espacio entre los elementos */
}

.faq-item {
  background-color: #333333;
  padding: 10px; /* Reducido el padding */
  border-radius: 8px;
  position: relative;
}

.faq-item input[type="radio"] {
  display: none;
}

.faq-item label {
  cursor: pointer;
  font-size: 16px; /* Reducido el tamaÃ±o de la fuente */
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-bottom: 5px; /* Reducido el margen inferior */
}

.faq-item .faq-content {
  display: none;
  margin-top: 5px; /* Reducido el margen superior */
  color: #ffffff;
}

.faq-item input[type="radio"]:checked ~ .faq-content {
  display: block;
}

.video-thumbnail {
  margin-right: 10px;
  border-radius: 5px;
  width: 100%;
  
  object-fit: cover;
}

.video-item a {
  text-decoration: none;
  font-weight: bold;
  color: #ff9800;
}

.video-item a:hover {
  text-decoration: underline;
  
}

.contenedor-precio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.division {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #ff9800;
}

.contratar-btn {
  margin-top: 10px;
  width: 100%;
  height: 40px;
}</pre></body></html>