@font-face {
  font-family: "Trade";
  src: url("//www.yoigo-fibra.com/sem_old/css/fuentes/TradeGothicLTCom-Bd2.ttf")
    format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Trade Regular";
  src: url("//www.yoigo-fibra.com/sem_old/css/fuentes/lte50535.ttf")
    format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Trade Bold";
  src: url("//www.yoigo-fibra.com/sem_old/css/fuentes/lte50537.ttf")
    format("truetype");
  font-weight: normal;
}
/* COLORES PRINCIPALES ******************************************************************** */
:root {
    --color-c1: #ffffff;
    --color-c2: #72ba45;
    --color-c3: #ae4097;
    --color-c4: #11178b;

  }
header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.inboxlogo img {
  width: 150px;
}
.boton-menu {
  display: none;
}
.box900 {
  z-index: 10;
  width: 100%;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: 10px;
  z-index: 999;
}
.box900 div div img {
  padding-right: 5px;
}
.box900.fdh {
  display: none;
}
.tlf900 span {
  font-family: "Trade";
  font-size: 28px;
  font-weight: 400;
}
.tlf900 a {
  color: #ffffff;
  text-decoration: none;
}
.txtYaCliente {
  display: block;
  text-align: right;
  margin-top: -18px;
  font-size: 15px;
}
.txtYaCliente br {
  display: none;
}
.txtYaCliente span {
  font-size: 17px;
}

#numtelf1,
.tlf900 {
  font-size: clamp(1.8rem, 4vw, 2.1rem);
}
.inbox900 {
  width: 100%;
  font-family: "Trade";
  font-size: 27px;
  font-weight: 900;
  color: #ffffff;
  background: var(--color-c4);
  text-align: center;
  padding: 5px;
  height: auto !important;
}
.inbox900.sintel900 {
  background: none;
}
.inbox900 a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.seccion1Imagenes {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.seccion2Imagenes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
}
/* imagenes ***************************************************************************/

.imgMovil {
  width: 380px;
  height: 380px;
  background-image: url(../images/promos/xxl_movil.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.imgReloj {
  width: 300px;
  height: 300px;
  background-image: url(../images/promos/xxl_reloj.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -80px;
  margin-left: 50px;
}

.imgCamara {
  width: 250px;
  height: 250px;
  background-image: url(../images/promos/xxl_camara.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -100px;
}
.imgTv {
  width: 300px;
  height: 300px;
  background-image: url(../images/promos/xxl_tv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -60px;
}
.imgPlay {
  width: 180px;
  height: 180px;
  background-image: url(../images/promos/xxl_playstation.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -60px;
  margin-left: -100px;
}

.boxForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.boxPrincipal {
  background-color: var(--color-c3);
  padding-top: 30px;
  padding-bottom: 30px;
}
.cardTitulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h1 {
  font-size: 2.5rem;
  font-family: "Trade";
  text-align: center;
  background-color: white;
  text-align: center;
  padding: 5px 15px;
  border-radius: 5px;
}
h2 {
  font-size: 2.5rem;
  font-family: "Trade";
  text-align: center;
  background-color: white;
  text-align: center;
  padding: 5px 15px;
  border-radius: 5px;
}

.boton2 {
  padding: 10px 48px !important;
}

.inboxPromo {
  color: #ffffff;
  margin-top: 40px;
  text-align: center;
}

.inboxPromo p {
  color: #ffffff;
  font-family: "Trade";
  font-weight: 400;
  font-size: 23px;
  line-height: 25px;
}

.inboxForm {
  height: auto;
}

h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Trade";
  line-height: 16px;
  color: #613085;
}

.boxExtra {
  background-color: #eeeeee;
  padding-bottom: 24px;
}

.boxExtra .iconos {
  padding-bottom: 15px;
}
.boxExtra .p-4 {
  background-color: #ffffff;
}
.boxExtra p {
  font-size: 11px;
  font-weight: 400;
  font-family: "Trade";
  line-height: 14px;
  color: #636363;
}

.fondo {
  width: 100%;
  right: 0px;
  height: 65px;
  display: block;
  position: absolute;
  z-index: 1;
}
.fondo img {
  max-width: 1366px;
  height: 500px;
}

/* FORM HEREDADO */
.descripForm,
.sin900.descripForm,
.fdh.descripForm {
  width: 100%;
  padding: 20px 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.descripForm span,
.sin900.descripForm span,
.fdh.descripForm span {
  color: #000000;
  font-family: "Trade";
  font-weight: 400;
  padding: 5px;
  font-size: clamp(1.5rem, 2.5vw, 2.3rem);
  line-height: 1.2;
  margin: 0px;
  text-align: center;
}
.teLLAMAMOS {
  font-family: "Trade";
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  margin: 0px;
  margin-top: 10px;
  text-align: center;
}
#oForm {
  width: 100%;
  color: #000000;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

#oForm input.inputname,
#oForm input.inputnum,
#oForm input.inputmail {
  margin-bottom: 10px;
  padding: 12px 15px;
  height: auto;
  border: 2px solid #ae3f97;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

#oForm input.inputname,
#oForm input.inputmail {
  display: none;
}

#oForm.fdh input.inputname,
#oForm.fdh input.inputmail,
#oForm.sin900 input.inputname,
#oForm.sin900 input.inputmail {
  display: block;
}
.fdh #oForm input.inputname,
.fdh #oForm input.inputmail {
  display: block;
}

.cajaBotones2 {
  width: 100% !important;
  float: right;
  text-align: center;
  margin-bottom: 20px;
}
.cobertura {
  display: none;
}
.tab-content #oForm {
  background: #ffffff;
}

.selectform {
  margin: 0px auto;
  height: 26px;
  padding: 12px 15px;
  height: 30px;
  margin-bottom: 10px;
  font-family: "Trade";
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: 2px solid #85c23e;
  background-color: #ffffff;
  border: 1px solid #a8adad;
  color: #404446;
  font-size: 13px;
}
option {
  color: #404446;
}
.control-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type="checkbox"] {
  width: 25px !important;
  height: 25px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #a8adad !important;
}
.textoCheckbox {
  font-size: 0.8rem;
  margin: 0px;
  padding-left: 10px;
}
.privacidad {
  font-size: 12px;
  margin-bottom: 20px;
  margin: 0;
  padding: 0px 0px 0px 12px;
  font-family: "Trade", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff !important;
  margin: -20px 0 0 2px;
}
.privacidad a {
  color: #ffffff;
}
#oForm a {
  text-decoration: none;
  width: 100%;
}
#oForm.nfr {
  padding-bottom: 26px;
  margin-bottom: 80px;
}
.btn-enviar {
  width: 80%;
  color: #ffffff;
  margin: 10px auto;
  display: block;
  background-color: #41aa20;
  cursor: pointer;
  font-family: "Trade", sans-serif;
  font-size: 22px;
  font-weight: 500;
  height: 56px;
  border-radius: 0px;
  border: 0;
}
.boton {
  padding: 10px 15px;
  background: transparent !important;
}

#tapaForm {
  display: none;
  text-align: center;
  padding: 26px 15px 30px 15px;
  color: #000000;
  margin-bottom: 10px;
  background: #ffffff;
}

.loading {
  display: block;
  margin: 10px auto;
  width: 40px;
  height: auto;
}

/* FOOTER*/

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.footer a {
  font-size: 0.8rem;
  color: black;
  text-decoration: none;
  margin-right: 20px;
}

/* media queris ***************************************************/
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  .boxForm {
    margin-top: -80px;
  }

  .seccion1Imagenes {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
  }

  .seccion2Imagenes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
  }
  /* imagenes ***************************************************************************/

  .imgMovil {
    width: 50%;
    height: 250px;
    background-image: url(../images/promos/xs_movil.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .imgReloj {
    width: 50%;
    height: 250px;
    background-image: url(../images/promos/xs_camara.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    margin-top: 0px;
  }

  .imgCamara {
    width: 30%;
    height: 250px;
    background-image: url(../images/promos/xs_reloj.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;

    margin-top: -70px;
  }
  .imgTv {
    width: 40%;
    height: 250px;
    background-image: url(../images/promos/xs_tv.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    margin-top: 0px;

    margin-top: -50px;
  }
  .imgPlay {
    width: 30%;
    height: 250px;
    background-image: url(../images/promos/xs_playstation.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    margin-top: 0px;

    margin-top: -70px;
  }

  h1,
  h2 {
    width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .boxForm {
    margin-top: -50px;
  }

  .seccion1Imagenes {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    margin-left: 0px;
  }

  .seccion2Imagenes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-left: 0px;
  }
  /* imagenes ***************************************************************************/

  .imgMovil {
    width: 100%;
    height: 150px;
    background-image: url(../images/promos/xs_movil.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;

    position: absolute;
  }
  .imgReloj {
    width: 100%;
    height: 150px;
    background-image: url(../images/promos/xs_camara.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 50px;
    margin-top: 0px;
  }

  .imgCamara {
    width: 30%;
    height: 150px;
    background-image: url(../images/promos/xs_reloj.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;

    margin-top: -60px;
  }
  .imgTv {
    width: 40%;
    height: 150px;
    background-image: url(../images/promos/xs_tv.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    margin-top: 0px;

    margin-top: -30px;
  }
  .imgPlay {
    width: 30%;
    height: 150px;
    background-image: url(../images/promos/xs_playstation.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    margin-top: 0px;

    margin-top: -60px;
  }

  .inboxlogo img {
    width: 100px;
  }

  h1,
  h2 {
    font-size: 1.5rem;
    padding: 5px 0px;
  }
  #oForm input.inputname,
  #oForm input.inputnum,
  #oForm input.inputmail {
    width: 100%;
    font-size: 1rem;
  }
  .btn-enviar {
    width: 100%;
  }
  .inbox900 {
    padding: 0px;
  }
}

@media (max-width: 600px) {
  h1,
  h2 {
    font-size: 1.2rem;
    padding: 5px 0px;
  }
}
@media (max-width: 400px) {
  h1,
  h2 {
    font-size: 1rem;
  }
  .descripForm span,
  .sin900.descripForm span,
  .fdh.descripForm span {
    font-size: 1.2rem;
  }
}
@media (max-width: 320px) {
  h1,
  h2 {
    font-size: 0.8rem;
  }

  .textoCheckbox {
    font-size: 0.6rem;
    padding-left: 5px;
  }
}
