﻿

.titulosTerminos {
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}

.parrafosTerminos {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13pt;
    text-align: justify;
}

.aceptarTerminos {
    width: 350px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    height: 50px;
    color: white;
    background-color: #213e96;
    font-weight: bold;
    font-size: 15pt;
    font-family: 'Roboto', sans-serif !important;
}

.rechazarTerminos {
    width: 350px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    height: 50px;
    color: white;
    background-color: #AD2931;
    font-weight: bold;
    font-size: 15pt;
    font-family: 'Roboto', sans-serif !important;
}

