#page a {
    font-size: 14px;
    line-height: 110%;
    color: #000000;
}

#page .rci-seguros-button-dark {
    text-align: center;
    padding: 18px 58px;
    background: #000000;
    border-radius: 0;
    font-weight: bold;
    color: white;
    border: 1px solid black;
    font-size: 20px !important;
    text-transform: uppercase;
}

#page .rci-seguros-button-dark:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

#page .rci-seguros-button-light {
    padding: 18px 58px !important;
    border-radius: 0;
    font-weight: bold;
    color: white !important;
    border: 1px solid black;
    font-size: 20px !important;
    background-color: black !important;
    text-transform: uppercase;
}

#page .rci-seguros-button-light:hover {
    color: black !important;
    border: 1px solid black;
    background-color: white !important;
}

#page span.naranja {
    color: #F45000 !important;
}