header .navbar-brand.logo img {
    height: auto !important;
}

.navbar-light{
    background: #fff !important;
}

body {
    background: #fff;
    color: #222;
    font-family:'PT Sans',Helvetica,Arial,sans-serif;
    font-size: 95%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#contenedor {
    border-left: 12px solid #cd002b;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f7;
}

.card{
    border: unset;
}

.card-body {
    background-color: #f7f7f7 !important;
}

.row {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

fieldset legend {
    border-bottom: 2px solid #cd002b;
    width: 100%;
    padding-top: 0.2em;
    margin-top: 1em;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    color: #cd002b;
    font-size: 18px;
    font-weight: 700;
}

fieldset > fieldset{
    padding: 1em;
    border: 1.5px solid #ccc;
    margin-bottom: 1em;
}

fieldset > fieldset > legend{
    border-bottom: unset;
    margin-bottom: unset;
    color:unset;
    width: unset;
    font-size: 0.8rem;
    padding-right: 0.5em;
}

form label {
    font-weight: 500;
}

.form-control {
    color: rgb(141, 140, 140);
}

input, select, button {
    margin-bottom: 0.5rem;
}

.texto{
    font-weight: lighter;
    font-style: normal;
    font-size: 90%;
    color: rgb(141, 140, 140);
}

.texto-postal{
    font-weight: lighter;
    font-style: normal;
    font-size: 80%;
    color: rgb(141, 140, 140);
}


@media (min-width: 576px){
    #contenedor {
        max-width: 540px;
    }
}

@media (min-width: 768px){
    #contenedor {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    #contenedor {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    #contenedor {
        max-width: 1140px;
    }
}

/* Pre- registro */

.estatutos{
    
    margin-bottom: 1em;
    border-bottom: 2px solid #cd002b;
}

.estatutos p {
    width: 90%;
    padding: 5px;
}

.titulo{
    font-size: 1.2em;
    font-weight: bold;
}

p {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}


a {
    color: #c20e35;
}

.nav-link:hover {
    color: #FFFFFF !important;
    background-color: #c20e35
}

a:hover {
    color: #a30a2c;
    text-decoration: underline;
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #c20e35;
    border-color: #a30a2c;
}

.btn-secondary.hover, .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #a30a2c;
    border-color: #860823;
}

.show > .btn-secondary.dropdown-toggle {
    background-color: #a30a2c;
    border-color: #860823;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c20e35 !important;
}