main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #FFFFFF), to(#F2F2F2));
  background: linear-gradient(180deg, #FFFFFF 42%, #F2F2F2 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
main .s1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1920/543;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  main .s1 {
    aspect-ratio: unset;
    background-image: unset !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .s1 .fondo-general-der {
  position: absolute;
  width: 50%;
  right: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .s1 .fondo-general-der {
    display: none;
  }
}
main .s1 .contenedor {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  font-size: 20%;
}
@media (max-width: 1100px) and (min-width: 769px) {
  main .s1 .contenedor {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  main .s1 .contenedor {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px auto 50px auto;
    max-width: 230px;
    text-align: center;
  }
}
main .s1 .contenedor h3 {
  color: #EC393C;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 769px) {
  main .s1 .contenedor h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main .s1 .contenedor h3 {
    font-size: 14px;
  }
}
main .s1 .contenedor h1 {
  font-weight: 700;
  font-size: 45px;
}
@media (max-width: 1100px) and (min-width: 769px) {
  main .s1 .contenedor h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  main .s1 .contenedor h1 {
    font-size: 35px;
  }
}
main .s1 .contenedor a {
  text-decoration: none;
  padding: 10px 30px;
  background-color: #EC393C;
  color: white;
  border-radius: 10px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  border: solid 2px #EC393C;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 769px) {
  main .s1 .contenedor a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  main .s1 .contenedor a {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
main .s1 .contenedor a:hover {
  color: #EC393C;
  background-color: white;
}
main .s1 .banner-movil {
  display: none;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  main .s1 .banner-movil {
    display: block;
  }
}
main .s2 {
  padding: 100px 0;
}
main .s2 .fondo-general-izq {
  position: absolute;
  width: 50%;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .s2 .fondo-general-izq {
    display: none;
  }
}
main .s2 .textos {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
main .s2 .textos h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 500px) {
  main .s2 .textos h2 {
    font-size: 30px;
  }
}
main .s2 .textos p {
  font-size: 18px;
}
main .s2 .textos p strong {
  font-weight: 700;
}
main .s2 .textos p.bullets {
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 800px) {
  main .s2 .textos p.bullets {
    text-align: center;
  }
}
@media (max-width: 500px) {
  main .s2 .textos p {
    font-size: 16px;
  }
}
main .s2 .img-vinculacion {
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .s2 .btn-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
main .s2 .btn-connect a {
  text-decoration: none;
  padding: 10px 30px;
  background-color: #EC393C;
  color: white;
  border-radius: 10px;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 700;
  border: solid 2px #EC393C;
  font-size: 14px;
  margin: 0 auto;
}
@media (max-width: 1100px) and (min-width: 769px) {
  main .s2 .btn-connect a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  main .s2 .btn-connect a {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
main .s2 .btn-connect a:hover {
  color: #EC393C;
  background-color: white;
}
main .s3 {
  padding-bottom: 100px;
}
main .s3 .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
main .s3 .contenedor h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  main .s3 .contenedor h2 {
    font-size: 30px;
  }
}
main .s3 .contenedor .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .s3 .contenedor .contenido p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
main .s3 .contenedor .contenido iframe {
  max-width: 700px;
  height: 400px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 500px) {
  main .s3 .contenedor .contenido iframe {
    height: 200px;
  }
}