﻿header {
    padding-left: 15%;
    padding-right: 15%;
}

body.container {
    padding: 0;
}

.body-content {
    top: 85px;
    margin-bottom: 85px;
    padding-left: 15%;
    padding-right: 15%;
}

h3.section_title {
    width: 100%;
    text-transform: uppercase;
    /* border-bottom: solid 3px #009de1; */
    background-color: #014968;
    color: #009de1;
    padding: 4px;
}

.logo-movil {
    display: none;
}

.btn-primary {
    color: white;
    font-weight:bold;
    background-color: #009de1;
    border-color: #009de1;
}

    .btn-primary:hover,
    .btn-outline-primary:hover,
    .btn-primary:focus,
    .btn-outline-primary:focus,
    .btn-primary:active,
    .btn-outline-primary:active,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: white;
        font-weight: bold;
        background-color: #013f5a;
        border-color: #013f5a;
    }

#DivNotas > div.row.col-md-12 {
    margin-top: 1px;
    justify-self: center;
}

#DivSubmit .btn-primary {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-size: 18px !important;
}

mark {
    background-color: #fbc900;
    border-radius: 3px;
    color: #014968;
}

footer {
    color: whitesmoke;
    font-family: "Gotham Medium", sans-serif;
    /*    padding-top: 8px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 8px;*/
    width: 100%;
    display: inline-block;
    background-color: #013f5a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 8%;
}

    footer div {
        gap: 15px;
        display: flex;
    }

    footer p {
        color: #d1dfe4;
    }

@media(max-width: 576px){
    #DivLogo{
        padding:0;
    }
    .logo-movil{
        display:flex;
    }

    .logo-desktop{
        display:none;
    }

    footer {
        justify-content: center;
    }
}
