﻿#cabecera {
    background-color: white;
}

#contenido {
    background-color: white;
}

#subfooter {
    background-color: #d8342c;
}

#footer {
    background-color: white;
}

.modal-header {
    background-color: white;
}

:root {
    --theme-color-1: #dc3545;
}

.textoFelpudo {
    background-color: #F7F7F7;
    color: #D63528;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    padding-top: 25px;
}

.textAsterisco {
    color: #D63528;
}

.error {
    font-size: 12px !important;
    color: #dc3545 !important;
}

label.error {
    font-size: 12px !important;
    color: #dc3545 !important;
    background-color: #ffeb3b00 !important;
}

input[type="checkbox"]:checked {
    background-color: #dc3545;
}

.fa-2x {
    color: #dc3545;
}

.btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-lg {
    border-radius: 0px !important;
}
