body {
    background-color: #edf0f4;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.43;
    /*padding-top: 75px;*/
    margin: 0;
    margin-bottom: 40px;
}
html {
    min-height: 100%;
    position: relative;
}

footer {
    /*background-color: black;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    /*color: white;*/
}

.v4-tease {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    background-color: #BF0909;
}

.text-white {
    color: #fff !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.border-white {
    border-color: #fff !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.bg-white {
    background-color: #fff !important;
}

.text-justify {
    text-align: justify !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.botonpersonalizado {
    text-decoration: none;
    padding: 10px;
    font-weight: 200;
    font-size: 15px;
    color: #ffffff;
    background-color: #BF0909;
    border-radius: 6px;
    border: 2px solid #BF0909;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

.obligatorio {
    color: #BF0909;
    font-weight: 700;
    font-size:8px;
}

.boton {
    background-color: #26292e;
    color: #fff;
}

    .boton.focus, .boton:focus, .boton:hover {
        color: #fff;
        text-decoration: none;
    }
