
.site-branding {

    border-bottom: 4px solid #1abc9c !important;
    padding-left: 45px;

}

.container-fluid {

    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content {

    max-width: 1250px !important;
}

.site-branding__logo img {
    max-width: 95px;
}

.site-branding-unam img {

    max-width: 80px;

}

h1, .h1 {
    font-size: 1.8em !important;
    color: #098e71 !important;
    font-weight: 600;
}


h2, .h2 {
    font-size: 1.6em !important;
    color: #085847 !important;
}

body {
    font-size: 17px !important;
}

.footer-space {

    background-color: #006d55;
    padding-top: 20px;
}

.footer-space img.pull-right {

    max-width: 125px;
}

label, .checkbox label {
    font-weight: 600 !important	;
}

.btn-primary {
    background-color: #006d55 !important;
    border-color: #015240 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.btn-default {

    font-size: 17px !important;
    font-weight: 600 !important;
}


@media (max-width: 576px) {

    .footer-space img.pull-right {
        max-width: 100px;
        float: left !important;
        margin-top: 30px;
    }

    .site-branding {

        padding-left: 8px;

    }
    .site-branding__logo img {

        max-width: 200px;

    }

    .site-branding-unam img {

        max-width: 60px;

    }

}
