body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.seccion-head {
    border-top: 7px solid #A52A2A;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.seccciones {
    border-top: 1px solid #DDDBDC;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.seccion-head-ppal {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2em !important;
    border-radius: 7px;
    box-shadow: -4px 7px 30px -7px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}