
/*IFRAME*/

/*________producto_______*/

body{
    background: #2a3283!important;
     padding:0!important;
}

 .contact-clean{
    background-color: #2a3283!important;
}

.contact-clean form{
    background-color: #2a3283!important;
    box-shadow: none!important;
    color: white!important;
}

select{
    border-radius: 0!important;
    border: none!important;
}

 h3{
    color: #f7bb07;
    font-family: 'Baskerville Semibold'!important;
    margin-bottom: 20px!important;
}

textarea{
    height: 80px!important;
}

 input[type="text"],  input[type="email"],  input[type="tel"],  textarea,  input[type="number"]{
    border-radius: 0!important;
    border: 0!important;
    margin-bottom: 23px!important;
    font-family: 'Gotham Book'!important;
}
/* 
 label{
    display: none!important;
} */

.btn-primary{
    background-color: #f7bb07!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    margin-top: 20px!important;
    width: 161px!important;
    padding: 10px 20px!important;
    /* font-family: 'Gotham Book'!important; */
    color: black!important;
}

.custom-control-input:checked~.custom-control-label:before{
    border-color: white!important;
    background-color: white!important;
}

.custom-switch .custom-control-input:checked~.custom-control-label:after{
    background-color: #f7bb07!important;
}

 input::placeholder {
    color: black!important;
    font-family: 'Gotham Book'!important;
  }

  .select2-container{
      width: 100%!important;
      border-radius: 0!important;
      border:none!important;
      margin-bottom: 23px!important;
      font-family: 'Gotham Book'!important;
}

/*________cobertura_______*/

.card-body{
    background-color: #f7d25a;
    border-radius: 15px!important;
}

.text-primary{
    color:#2a3283!important;
}

.text-muted{
    color:#2a3283!important;
    font-family: 'Baskerville Semibold'!important;
    font-size: 15px!important;
}

.card{
    border: 0!important;
    height: 230px!important;
    background-color: transparent!important;
}

.card-body .text-primary{
    font-size: 17px!important;
}

#detalle-tarifa .card{
    height: auto!important;
}

#detalle-tarifa .text-success{
  color: #2a3283!important;
}

#detalle-tarifa .text-warning{
    color: #2a3283!important;
}

#configura-tu-tarifa, #checkboxes-tiposervicios{
    display: none!important;
}

.card-body>strong{
    font-size: 50px!important;
    color: white!important;
    font-family: 'Baskerville Semibold'!important;
}

.card-body>.text-primary strong{
    font-family: 'Baskerville Semibold'!important;
    font-size: 20px!important;
    line-height: 1!important;
}

#detalle-tarifa h5{
    font-weight: bold;
    margin-bottom: 15px!important;
    margin-top: 10px;
    font-family: 'Baskerville Semibold'!important;
    font-size: 20px!important;
}

#detalle-tarifa .card-body{
    padding-bottom: 30px;
}

#detalle-tarifa  .text-muted p, #detalle-tarifa  .text-muted {
    font-family: Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
}

@media screen and (min-width:992px){
    .col-lg-2{
        max-width: 33.33%!important;
        flex: none!important;
    }
}