@font-face {
  font-family: 'helveticablack';
  src: url('../fonts/HelveticaLTStd-Blk.otf') format('opentype');
}
@font-face {
  font-family: 'Helvetica LT Std';
  src: url('../fonts/HelveticaLTStd-Blk.woff2') format('woff2'),
    url('../fonts/HelveticaLTStd-Blk.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaroman';
  src: url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaLTStd-Roman.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


p,h3,h6,li,div,input{
  font-family: Helveticaroman !important;
  color: black;
  font-size: 18px;
}
b{
  font-family: Helvetica LT Std !important;
  color: black;
  font-weight: 700;
}
hr{
  margin: 1px;
}
/* fin asignaciĆ³n de fuentes */

/* centramos todo y limitamos ancho del configurador y tĆ­tulo*/
body{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.titulo{

  max-width:100%;
}
.configurador,  .configurador2{
  width: 1100px;
  text-align:center;
}
.cabecera{
  margin-top:10%;
  margin-bottom: 5%;
}
.cabecera2{
  margin-top:10%;
  margin-bottom: 0%;
}
.flecha{
  margin-top: 5%;
  margin-right:2%;
}
/* fin centrado */

/* damos estilo a los checks */
.list-group-item-check{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.selecciones .packs .list-group-item{
  border: 2px solid black;
  border-radius: 5px;
  margin: 0% 0% 3% 0%;
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:26px;
  padding: 5% 3% 2% 3% !important;
}
.selecciones .opciones .fibra .list-group-item, .selecciones .opciones .fibra .list-group-item span{
  color: black;
}

.selecciones .opciones .list-group-item, span{
  border: 2px solid transparent;
  border-radius: 5px;
  margin:1% 0%;
  padding: 4%;
}
.card-header{
  font-family: Helvetica LT Std !important;
  color :white !important;
  background-color: black;
}
.fw-normal {
  font-weight: 900 !important;
  font-size: 24px;
}
/* centrado imagen fondo cuota */
.cuota{
  vertical-align: baseline;
  padding: 0% 0%;
  background-size: contain;
  margin-bottom:5%;
}
.cuota2{
  vertical-align: baseline;
  padding: 0% 0% 10% 0%;
  background-size: contain;
  margin-bottom:5%;
}
.card {
  border-radius: 5px !important;
  border: 2px solid black;
}
.especs p{
  text-align:left;
  font-size: 15px;
  clear: right;
  padding-top: 10px;
}
.enviar{
  font-weight: 900 !important;
  font-size: 24px;
  color:white;
  background-color: black;
  width: 100%;
  padding: 3% 1% 1% 1%;
  margin: 10% 0% 0% 0%;
  border: 2px solid black;
  font-family: Helvetica LT Std;
}

.enviar2{
  font-weight: 900 !important;
  font-size: 24px;
  width: 100%;
  padding: 3% 1% 1% 1%;
  margin: 0% 0% 0% 0%;
  font-family: Helvetica LT Std;
}

.atras, .finalizar{
  font-weight: 900 !important;
  font-size: 20px;
  color:white;
  background-color: black;
  padding: 2% 1% 1% 1%;
  margin: 2% 0% 0% 0%;
  border: 2px solid black;
  font-family: Helvetica LT Std;
  float: left;
}

.finalizar{
  margin: 2% 0% 0% 2%;
}
.precio{
  padding:30% 10% 0% 10%;
  display: flex;
  justify-content: center;
}
.precio2{
  padding:15% 10% 0% 10%;
  display: flex;
  justify-content: center;
}
.total{
  display: inline;
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:5em;
  line-height: 1;
}
.total2{
  display: inline;
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:5em;
  line-height: 1;
}
.decimales, .decimales2{
  display: inline;
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:2em;
  vertical-align: super;

}
.eurosmes{
  font-size: 1.2em;
  margin-top: -15px !important;
}
.meses, .meses2, .meses_oferta{
  font-size:12px;
  font-weight: 600;
  color: black!important;
}

.meses_oferta{
  padding: 0!important;
  border: none!important;
}

.card-body{
  padding: 2%;
}
.vistamovil{
  display: none;
}
.form-select{
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:28px;
  text-align: center;
  padding-top: 3% !important;
  padding-bottom: 1% !important;
}
.preciodespues{
  padding: 0%;
  color: black;
}
.completa{
  text-align: left;
}
.datos{
  margin: 5px 0;
  text-align: left;
  float: left;
  border: 2px solid black !important;
  height: 40px;
  padding-left: 8px;
  border-radius: 5px !important;
  font-size: 16px;
  width: 100%;
}

.seleccionado{
  font-family: Helvetica LT Std !important;
  font-weight: 900;
  font-size:20px;
  text-align: left;
  float: left;
}
.separador{
  margin: 5% 0;
  display: none;
}
.error{
  text-align: left;
  color:red;
  font-size: 15px;
  margin-bottom: 3px;
}
.tituloFinal{
  text-align: center;
  font-family: Helvetica LT Std !important;
  font-weight: 900!important;
  font-size:46px!important;
}
.subtituloFinal{
  text-align: center;
  color: black;
  font-size:16px!important;
}
.llamadas{
  width: 40px;
  height: 40px;
  float: left;
  padding-right: 7px;
}
.instalacion{
  width: 40px;
  height: 40px;
  float: left;
  padding-right: 7px;
}
.permanencia{
  width: 40px;
  height: 40px;
  float: left;
  padding-right: 7px;
}
/*------------------------------------------- vista movil y tablet */
@media (max-width: 800px) {
  .pc, .flecha, .simetricos{
    display: none !important;
  }
  .gigas{
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 10px;
    padding-top: 9px;
  }
  .fibra label, .fija label, .tv label{
    font-size: 26px;
  }
  .vistamovil{
    display: block;
  }
  .enviar{
    font-size: 34px;
  }
  .movil{
    display: flex;
    flex-direction: row;
  }
  .fibra{
    display: flex;
    flex-direction: row;
  }
  .fibra label{
    width: 49%;
    display: inline-block;
  }
  .movil label{
    border-right: 1px solid #b3b3b3 !important;
    border-radius: 0px !important;
  }
  .movil .list-group-item-check:checked + .list-group-item, .movil .list-group-item-check:hover + .list-group-item{
    border-radius: 5px !important;
  }
  .movil label:last-child{
    border-right: 0px solid #b3b3b3 !important;
    border-radius: 0px !important;
  }
  .movil label{
    width: 32%;
    padding: 0% !important;
    display: block;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .total, .total2{
    font-size: 8em;
  }

  .titulo{
    width:100%;
  }

  /*.movil .list-group-item-check:hover + .list-group-item, .movil .list-group-item-check:hover + .list-group-item span, .fija .list-group-item-check:hover + .list-group-item, .fija .list-group-item-check:hover + .list-group-item span, .tv .list-group-item-check:hover + .list-group-item, .tv .list-group-item-check:hover + .list-group-item span{
          pointer-events: none;
  }*/
  .movil .py-3{
    font-size:13px !important;
  }
  .cuota2{
    vertical-align: baseline;
    padding: 0% 0% 15% 0%;
    background-size: 100%;
    margin-bottom:5%;
  }
  .meses2, .meses_oferta{
    font-size:16px;
    font-weight: 600;
    color: black;
  }
  .seleccionado{
    font-family: Helvetica LT Std !important;
    font-weight: 900;
    font-size:28px;
    text-align: center;
    float: left;
  }
  .separador{
    display:block;
  }
}/*FIN MĆ“VIL*/

.py-3{
  padding-top: 0.7rem!important;
  padding-bottom: 0.3rem!important;
}
.mb-4{
  margin-bottom: 1rem!important;
}