* {
    font-family: 'verdana';
}
@media (min-width: 768px) {
    .razon {
        font-size: 15px !important;
    }
    .enlacesChubb {
        font-size: 15px !important;
    }
}
#contenedorPrincipal {
    padding-top: 5px;
}
#logo {
    text-align: left;
    padding-bottom: 8px;
}
#logo > img {
    width: 170px;
    margin-left: 5px;
    margin-right: 16px;
}
.btn-header {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}
.bordeCuadro {
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    padding: 5px 12px 5px 12px;
}
.online_agent {
    color: #F1352B;
    font-size: 11px;
    font-weight: bold;
}
.info_agent {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: initial;
}
.info_agent > p{
    margin-bottom: 0px;
}
.barraChubb {
    height: 20px;
    background-color: #F1352B;
    margin-top: 5px;
}
.menuChubb {
    background-color: #F2F0F0;
    padding: 10px 15px 10px 30px;
    border: 0;
    border-radius: 0px;
    margin: 0px -48px 0px -16px !important;
    width: -webkit-fill-available;
}
.menuChubb > li > a {
    text-decoration: none;
    color: #212529;
}
#offcanvasExample {
    width: auto;
}
.tituloPagina {
    border-radius: 3px;
    padding: 3px;
    background-color: rgb(255, 102, 0) !important;
    color: #FFF;
}
.telefonosChubb {
    color: #333;
    text-decoration: none;
}
.btnTraductor {
    font-weight: bold;
    background: rgb(241,53,43);
    color: #fff;
    border: 0;
    border-radius: 5px !important;
    margin-top: 5px;
    padding: 5px;
}
.btnTraductor:disabled {
    color: #fff;
    background-color: #333;
}
.btnCerrar {
    margin-left: 5px;
    background-color: #F0F0F0;
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btnCerrar:hover {
    background-color: #F0F0F0;
}
.bordeTraduccion {
    border: 1px solid #BFBFBF;
    padding: 5px 12px 5px 12px;
}
.textoIngles {
    font-weight: bold;
}
.textoEspaniol {    
    border-left: 1px solid #BFBFBF;
}
.razon {
    font-size: 12px;
    color: #666;
}
.enlacesChubb {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    bottom: 0;
}
.enlacesChubb:hover {
    color: #000 !important;
}
.textoInicial > h4{
    color: #979797;
}
.textoInicial > p{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}
.textoInicial > p > a{
    color: #000;
}
.mb-3 {
    align-items: center;
}
.btnChubb {
    color: #fff;
    border: 0;
    background: #f1352b;
    padding: 8px 30px;
    border-radius: 0px !important;
    margin-top: 5px;
    font-weight: bold;
}
.btnChubb:hover {
    color: #fff;
    background-color: #333;
}
.btnChubb.disabled {
    color: #fff;
    background-color: #333;
}
.paquete {
    text-align: initial;
    color: #979797;
}
.paquete > h6 {
    text-align: center;
    color: #000;
}
.paquete > span {
    font-size: 14px;
}
.cobertura {
    color: #979797;
}
.cobertura > a {
    color: #979797;
}
.tablaCoberturas {
    background-color: #F2F2F2;
    font-size: 14px;
}
.coberturaAnual {
    background-color: #FFF;
}
.tituloDatos {
    font-weight: bold;
    color: #979797;
}
.col-form-label {
    text-align: left;
    font-weight: bold;
}
.col-form-texto {
    text-align: left;
}