body, html {
    font-family: "Roboto Flex", sans-serif;
    height: 100vh;
    background-color: #f7f7f7;
}

a {
    color: #BE5B50;
    text-decoration: none;
}

a i {
    padding-right: 3px;
}

header {
    position: relative;
    color: #892c3a;
    height: 70px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

header .container > div {
    height: 70px;
}

header div.logo {
    display: inline-block;
}

nav, footer {
    background-color: #892c3a;
    color: #fff;
}

.submenu nav {
    background-color: #fff;
}

.submenu nav li {
    padding: 5px;
}

.nav-link {
    color: #ffdeb4;
    font-weight: bold;
    font-size: 15px;
}

.submenu nav li .nav-link {
    color: #777;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #fff;
}

.submenu .navbar-nav .nav-link:hover, .submenu .navbar-nav .nav-link.active {
    color: #000;
}


.pl-0 {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/hero3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vw;
}

.content {
    background-color: #fff;
    margin-top: 30px;
    text-align: justify;
    text-justify: inter-word
}

h1, h2, h3, h4, h5 {
    color: #892c3a;
}

h1 {
    font-size: 26px;
    margin: 10px 0 15px 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

h3.default-color {
    padding-top: 5px;
}

p {
    margin-bottom: 5px;
}

.flex-even {
    flex: 1;
}

@media (min-width: 990px) {
    .d-lg-flex .flex-even:nth-child(odd) {
        padding-right: 15px;
    }

    .d-lg-flex .flex-even:nth-child(even) {
        padding-left: 15px;
    }
}

footer {
    font-size: 14px;
    min-height: 45px;
    line-height: 45px;
}

footer i.fa {
    color: #ffdeb4;
    font-size: 16px;
    padding-right: 3px;
}

footer i.fa-map-marker {
    position: relative;
    top: 1px;
}

footer i.fa-envelope {
    position: relative;
    top: 1px;
}

footer i.fa-phone {
    position: relative;
    top: 2px;
}

footer .nav-item {
    padding: 0px 15px;
}

footer a, footer a:active, footer a:visited {
    color: #fff;
    text-decoration: none;
}

.default-color {
    color: #892c3a;
}

ol.objectives {
    list-style-type: decimal-leading-zero;
}

iframe, embed {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.docs {
    width: 100%;
    max-width: 800px;
}

.pptxs {
    width: 100%;
    max-width: 1270px;
}

.fisa {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 0px 20px 20px 0;
    min-height: 105px;
    background-color: #fff;
    cursor: pointer;
}

.fisa:hover {
    border: 1px solid #bbb;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #f7f7f7;
}

.last-fisa {
    border: 1px solid transparent;
    box-shadow: 3px 3px 5px 1px transparent;
    padding: 10px;
    margin: 0px 20px 20px 0;
    height: 105px;
}

.card-name {
    font-weight: bold;
    color: #892c3a;
    line-height: 33px;
    background-color: #f7f7f7;
    margin: -5px -10px 10px -5px;
    padding-left: 10px;
}

.fisa:hover .card-name {
    background-color: #e7e7e7;
}

.card-function {
    font-style: italic;
    line-height: 20px;
    text-align: left;
}

.card-link-bg {
    position: relative;
    right: -11px;
    top: -11px;
    float: right;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #ccc transparent transparent;
    transform: rotate(0deg);
}

@media (min-width: 990px) {
    .card-link-bg {
        right: -15px;
    }

    .flex-even.fisa:nth-child(2) .card-link-bg {
        right: -11px;
    }

    .flex-even.fisa:nth-child(2) .card-name {
        margin-left: -10px;
        margin-right: -5px;
    }
}

@media (max-width: 990px) {
    .card-name {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.card-link-bg i {
    position: relative;
    right: -20px;
    top: 2px;
    color: #892c3a;
}

.card-icon {
    float: left;
    font-size: 32px;
    margin: 3px 10px 30px 5px;
    color: #aaa;
}

.fisa:hover .card-icon {
    color: #777;
}

.full-width {
    width: 100%;
}