/* * {
  font-family: "Open Sans", sans-serif !important;
} */
.cuerpo {
  max-width: 1500px;
}
header {
  padding: 15px 0;
  background-color: #0066d3;
}
header .cuerpo > .flexcontainer {
  justify-content: space-between;
}
header .der > .flexcontainer {
  flex-direction: column;
  margin-top: 10px;
}
header .der,
header .izq {
  flex-basis: unset;
}
header .texto,
header .texto p,
header .texto strong {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: unset;
}
header .contenedor-interior:nth-child(2) {
  margin-top: 5px;
}
header .contenedor-interior {
  display: flex;
}
header .contenedor-interior .foto {
  margin-right: 15px;
}

/* slider home */
section.slider-home {
  height: 89vh;
  background-image: url(../imgs/bg-slider.jpg);
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
}
section.slider-home p,
section.slider-home h1 {
  color: #fff;
}
section.slider-home p {
  font-size: 20px;
  line-height: 25px;
}
section.slider-home h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
section.slider-home .contenedor {
  flex-basis: 45%;
  background-color: #0066d3;
  padding: 30px;
}
section.slider-home .formulario {
  flex-basis: 50%;
}
section.slider-home h2 {
  font-weight: 400;
}
section.slider-home h4 {
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
}
section.slider-home .iphone-15 p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-left: 20px;
}
section.slider-home .iphone-15 span {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
section.slider-home .formulario {
  background: rgba(17, 17, 17, 0.9);
  box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 10%);
  margin-top: 110px;
}
section.slider-home .formulario input[type="text"],
section.slider-home .formulario input[type="tel"],
section.slider-home .formulario input[type="email"],
section.slider-home .formulario input[type="number"],
section.slider-home .formulario input[type="date"],
section.slider-home .formulario select,
section.slider-home .formulario textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
}
section.slider-home .formulario input[type="text"],
section.slider-home .formulario input[type="tel"],
section.slider-home .formulario input[type="email"],
section.slider-home .formulario input[type="number"],
section.slider-home .formulario input[type="date"],
section.slider-home .formulario select,
section.slider-home .formulario textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
section.slider-home .formulario input[type="text"]::placeholder,
section.slider-home .formulario input[type="tel"]::placeholder,
section.slider-home .formulario input[type="email"]::placeholder,
section.slider-home .formulario input[type="number"]::placeholder,
section.slider-home .formulario input[type="date"]::placeholder,
section.slider-home .formulario select::placeholder,
section.slider-home .formulario textarea::placeholder {
  color: #fff;
}
section.slider-home .formulario .politicas label,
.formulario .politicas label {
  display: inline-block;
  color: #fff;
  width: 90%;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
section.slider-home.contacto .formulario .politicas label {
  color: #fff;
}
section.slider-home .formulario p {
  font-size: 20px;
  line-height: 25px;
  width: 92%;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
section.slider-home .formulario {
  flex-basis: inherit;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 35px;
  flex-basis: 40%;
}
section.slider-home .formulario input[type="submit"] {
  width: 100%;
}
/* Tenemos la mejor 
oferta del mercado */
.cabecera-texto {
  display: flex;
  justify-content: center;
}
section.mejor-oferta h2 {
  width: 40%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
/* section.mejor-oferta .circulo-peq {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 10%,
    rgba(0, 212, 255, 1) 100%
  );
} */
section.mejor-oferta {
  padding-top: 95px;
  padding-bottom: 125px;
}
section.mejor-oferta .cuerpo > .flexcontainer {
  justify-content: space-between;
  flex-wrap: wrap;
}

section.mejor-oferta h4 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 92%;
}
section.mejor-oferta p {
  font-size: 18px;
  line-height: 23px;
  width: 95%;
}
section.mejor-oferta .flexcontainer > div {
  width: 24%;
  min-height: 265px;
  position: relative;
}
/* perfiles disponibles */
section.perfiles {
  margin-bottom: 60px;
}
section.perfiles .contenedor-padre {
  display: flex;
  box-shadow: 2px 0px 5px 0px #cdcdcd;
  padding: 40px 15px;
  margin: 60px 0;
}
section.perfiles .foto-boton {
  flex-basis: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.perfiles .foto-boton .texto {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}
section.perfiles .resp {
  display: none;
}
section.perfiles .texto-largo {
  flex-basis: 67%;
  margin-left: 60px;
}
section.perfiles .texto-largo h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}
section.perfiles .texto-largo h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
section.perfiles .texto-largo ul {
  list-style-type: square;
}
section.perfiles .texto-largo li::marker {
  color: #0066d3;
}
section.perfiles .texto-largo li {
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  margin-left: 30px;
}
/* formulario */
section.section-formulario {
  padding-top: 65px;
  background-color: #0066d3;
}
section.section-formulario h2 {
  color: #fff;
  text-align: center;
  width: 40%;
  margin-bottom: 110px;
}
section.section-formulario .tituloform {
  display: flex;
  justify-content: center;
}
section.section-formulario select option {
  background-color: #11365f;
}
section.section-formulario .formulario input[type="text"],
section.section-formulario
  .formulario
  input[type="tel"]
  section.section-formulario
  .formulario
  input[type="email"],
section.section-formulario .formulario input[type="number"],
section.section-formulario .formulario input[type="date"],
section.section-formulario .formulario select,
section.section-formulario .formulario textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
}
section.section-formulario .formulario input[type="text"],
section.section-formulario .formulario input[type="tel"],
section.section-formulario .formulario input[type="email"],
section.section-formulario .formulario input[type="number"],
section.section-formulario .formulario input[type="date"],
section.section-formulario .formulario select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
section.section-formulario .formulario input[type="text"]::placeholder,
section.section-formulario .formulario input[type="tel"]::placeholder,
section.section-formulario .formulario input[type="email"]::placeholder,
section.section-formulario .formulario input[type="number"]::placeholder,
section.section-formulario .formulario input[type="date"]::placeholder,
section.section-formulario .formulario select::placeholder,
section.section-formulario .formulario textarea::placeholder {
  color: #fff;
}
section.section-formulario .formulario .politicas label {
  color: #fff;
  width: 90%;
}
section.section-formulario.contacto .formulario .politicas label {
  color: #fff;
}
section.section-formulario .contenedor-select {
  width: 85%;
}
section.section-formulario .contenedor-inputs {
  width: 60%;
  float: left;
}
section.section-formulario .formulario .col {
  float: left;
  width: 40%;
}
section.section-formulario .formulario textarea {
  min-height: 180px;
}
select option {
  background-color: #000;
  color: #fff;
}
section.section-formulario .formulario select {
  margin-top: 140px;
}
section.section-formulario .formulario input[type="submit"] {
  border: 1px solid #fff;
  background-color: transparent;
}

/* pie de pagina */
footer {
  margin-top: 20px;
  margin-bottom: 30px;
}
footer .flexcontainer {
  justify-content: center;
}
footer .flexcontainer ul li {
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
footer .der {
  flex-basis: unset;
}
footer .izq {
  flex-basis: unset;
}

/* politica de cookies y politica de privacidad */
.cuerpo-politicas h2 {
  font-size: 46px;
  line-height: 51px;
  font-weight: 100;
  margin-bottom: 25px;
  text-align: left;
}
section.cuerpo-politicas p a {
  font-weight: 600;
}
/* gracias */

section.gracias {
  text-align: center;
  padding: 120px 0;
}
section.gracias h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #4b4b4b;
  margin-top: 15px;
}
section.gracias p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #4b4b4b;
  margin-bottom: 0;
}
/* responsive */
@media only screen and (max-width: 1500px) {
  section.banner .izq {
    padding-left: 0;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1370px) {
  section.mejor-oferta h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1460px) {
  section.slider-home .formulario {
    margin-left: 0;
    flex-basis: 50%;
  }
  section.slider-home .flexcontainer.center {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1270px) {
  section.mejor-oferta h4 {
    width: 93%;
  }
}
@media only screen and (max-width: 1230px) {
  section.mejor-oferta h4 {
    width: 71%;
    text-align: center;
  }
  section.mejor-oferta .flexcontainer > div {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.mejor-oferta p {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1220px) {
  section.banner h2 {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  section.planes .caja span {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1180px) {
  section.section-formulario h2 {
    width: 70%;
  }
}
@media only screen and (max-width: 1080px) {
  section.planes .cabecera-texto p {
    width: 60%;
  }
  section.banner {
    padding-top: 40px;
  }
  section.banner,
  section.banner .cuerpo {
    height: auto;
  }
  section.banner .flexcontainer {
    flex-direction: column-reverse;
    height: auto;
  }
  section.banner h2 {
    width: 40%;
  }
  section.banner .der {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.banner .izq {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  footer .flexcontainer {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .izq,
  footer .der {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  section.slider-home {
    height: auto !important;
    padding: 60px 0;
    background-position: -1420px;
  }
  section.slider-home p,
  section.slider-home h2,
  section.slider-home h4 {
    width: 99%;
  }
  section.slider-home .flexcontainer.center {
    flex-direction: column;
  }
  section.slider-home .iphone-15 {
    flex-direction: column;
  }
  section.slider-home .contenedor {
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
  }
  section.slider-home h1 {
    font-size: 25px;
    line-height: 30px;
  }
  section.slider-home .formulario {
    margin: 0;
  }
  section.slider-home .iphone-15 p {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  section.section-formulario h2 {
    margin-bottom: 0;
    width: 100%;
  }
  .section-formulario .tituloform {
    width: 90%;

    margin: 0px auto;

    margin-bottom: 50px;

    text-align: center;
  }

  .formulario .col.dos {
    margin-right: 0px;
  }

  .formulario .col.ultima {
    width: 99% !important;

    margin-top: 40px;
  }
  section.section-formulario .contenedor-select {
    width: 99%;
  }
  section.section-formulario .contenedor-inputs {
    width: 100%;
  }
  section.section-formulario .formulario .col {
    width: 47%;
  }
}
@media only screen and (max-width: 930px) {
  section.mejor-oferta p {
    min-height: 70px;
  }
}
@media only screen and (max-width: 920px) {
  section.mejor-oferta h4 {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  section.planes .contenedor-cajas {
    flex-direction: column;
    align-items: center;
  }
  section.planes .caja {
    width: 80%;
    margin-bottom: 20px;
    min-height: auto;
    padding-bottom: 80px;
  }
  section.planes .cabecera-texto p {
    width: 100%;
  }
}
@media only screen and (max-width: 870px) {
  section.banner {
    background-position: -1055px;
  }
}

@media only screen and (max-width: 850px) {
  section.mejor-oferta h4 {
    width: 100%;
  }
}
@media only screen and (max-width: 830px) {
  section.banner h2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  header .cuerpo > .flexcontainer {
    flex-direction: column;
  }
  header .cuerpo > .flexcontainer .flexcontainer {
    justify-content: center;
  }
  header .cuerpo > .flexcontainer > .izq,
  header .texto p {
    text-align: center;
  }
  header .contenedor-interior {
    justify-content: center;
  }
  section.perfiles .contenedor-padre {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
  section.perfiles .foto {
    display: none;
  }
  section.perfiles .foto.resp {
    display: block;
    margin-bottom: 20px;
  }
  section.perfiles .texto-largo {
    margin-left: unset;
    text-align: center;
  }
  section.perfiles .texto-largo ul {
    list-style-type: none;
  }
  section.perfiles .texto-largo li {
    margin-left: unset;
  }
  section.perfiles p.extra {
    text-align: center;
  }
}
@media only screen and (max-width: 670px) {
  footer .flexcontainer ul li {
    display: block;
  }
  footer .separador {
    display: none !important;
  }
  section.banner h2 {
    width: 67%;
  }
}
@media only screen and (max-width: 660px) {
  section.slider-home {
    background-position: -1950px;
  }
}
@media only screen and (max-width: 650px) {
  section.mejor-oferta h4 {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .section-formulario .tituloform {
    width: 100% !important;
  }

  .formulario .col {
    width: 100% !important;
  }

  /* .formulario .col.dos {
    margin-top: 30px;
  } */

  .formulario .col.ultima {
    width: 100% !important;
  }

  .formulario br {
    display: none;
  }
  section.section-formulario .formulario select {
    margin: unset;
  }
  section.section-formulario .formulario .col.dos {
    margin-bottom: 20px;
  }
  section.mejor-oferta p {
    min-height: unset;
  }
  section.mejor-oferta .cuerpo > .flexcontainer {
    flex-direction: column;
  }
  section.mejor-oferta p {
    position: relative;
    margin-top: 10px;
  }
  section.mejor-oferta .flexcontainer > div {
    width: 100%;
    text-align: center;
  }
  section.mejor-oferta div:nth-child(2) > p {
    width: 100%;
  }
  section.mejor-oferta .flexcontainer > div {
    min-height: unset;
    padding: 20px 0;
  }
  section.mejor-oferta h2 {
    width: 100%;
  }
  section.mejor-oferta {
    padding: 80px 0;
  }
  section.mejor-oferta h2 {
    margin-bottom: 0;
  }
  section.mejor-oferta .flexcontainer > div {
    margin-bottom: unset;
  }
  section.perfiles .texto-largo h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 550px) {
  section.mejor-oferta h4 {
    width: 100%;
  }
}
@media only screen and (max-width: 515px) {
  section.banner h2 {
    width: 88%;
  }
}
@media only screen and (max-width: 500px) {
  section.planes .caja {
    width: 95%;
  }
  section.banner .izq {
    width: 70%;
  }
  section.banner {
    background-position: -1455px;
  }
}
@media only screen and (max-width: 390px) {
  section.banner h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  footer .der img:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  header .contenedor-interior {
    flex-direction: column;
  }
  header .foto {
    margin-bottom: 5px;
  }
  header .foto,
  header .texto {
    text-align: center;
  }
}
/* query alto */
@media only screen and (min-height: 1000px) {
  section.slider-home {
    height: auto !important;
    padding: 60px 0;
  }
}
@media only screen and (max-height: 866px) {
  section.slider-home {
    height: 830px;
  }
}
