
/* Overrides and custom css */

/* Cotizar Poliza */

.bg-color-gris {
    background: #e7e7e7;
}
.bg-color-white {
    background: #fff;
}
.bg-color-blue {
    background: #1b4177;
}
.bg-color-light-grey {
    background: #e1e1e1;
}

/* Forms */
.form-control,
.form-select {
    width: 100%;
    padding: 20px;
}
/* Tipos de Seguros */
.tiposdeseguros img {
    margin: 0 auto;
    width: 200px !important;
}
header {
    .container {
        max-width: 100%;
        margin-right: 0;
        padding-left: 2.75rem;
    }
}
.promo {
    margin-left: 0!important;
    background: transparent;
}