﻿#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;
}

.texto {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
