/* Add here all your CSS customizations */

html section.section-primary {
    background-color: #13416b !important;
    border-color: #0e3b63 !important;
}

#footer {
    border-top: 1px solid #FFF;
}

html .text-color-primary,
html .text-primary {
    color: #13416b !important;
}

html .btn-primary {
    background-color: #13416b;
    border-color: #13416b #13416b #0e3b63;
    color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #00caf4;
    border-color: #02d3ff #02d3ff #00AACE;
    color: #FFF;
}

html section.border-top-red {
    border-top: 1px solid #ff0000 !important;
}

html.sticky-header-active #header .border-bottom-red,
html #header.border-bottom-red {
    border-bottom: 1px solid #ff0000 !important;
}

.border-red {
    border: 0.5px solid #ff0000 !important;
}

.text-white {
    color: #ffffff !important;
}


/* Class lead para texto editados con ckeditor */

div.lead p {
    line-height: 1.8rem;
    letter-spacing: -.05em;
    font-size: 1.2rem;
    font-weight: 300;
    color: red!important;
}

.section div.lead p {
    color: #e6e6e6!important;
}