html {
    font-family: 'Open Sans';
}

body {
    background: url('../img/texture-bg-white.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    border: none;
    text-decoration: none!important;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1 {
    margin: 0;
    font-size: 50px;
}

h3 {
    font-size: 35px;
    margin: 0;
}

#header {
    background: #f0eee8;
}

#header-logo {
    max-width: 240px; 
    max-height: 40px;

}

.navbar-nav a {
    color: #003a5b!important;
    font-size: 1.1rem!important;
    font-weight: bold!important;
}

.navbar-toggler:focus {
    outline: 5px auto #003a5b;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item .nav-link {
    padding-left: 0!important;
    padding-right: 0!important;
}

.nav-item:not(:last-child) .nav-link {
    position: relative;
}

.nav-item:not(:last-child):not(.dropdown) .nav-link:after {
    content: "";
    width: 0;
    overflow: hidden;
    height: 3px;
    background: #003A5B;
    /*transition: width .4s ease;*/
    position: absolute;
    left: 0;
    bottom: 5px;
}

.nav-item:not(:last-child):not(.dropdown) .nav-link:hover:after {
    width: 100%;
}

.dropdown-menu {
    background-color: #f0eee8!important;
}

.dropdown-menu > .dropdown-item {
    background-color: #f0eee8!important;
}

.dropdown-menu > .dropdown-item:hover {
    background-color: #e3dccc!important;
}

.dropdown-menu > .dropdown-item:active {
    background-color: #003a5b!important;
    color: #e3dccc!important;
}

#lang-dropdown:after {
    content: none!important;
}

#header-welcome {
    background: #E6E0D0;
    color: #003a5b;
}

ol, ul {
    list-style: none;
}

.link-div {
    text-align: center!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 1rem 0;
}

.link-div a {
    color: #003a5b;
}

.link-div a:hover {
    color: #0056b3;
}

.link-div > a > h3 {
    font-weight: bold;
}

.link-div > a > img {
    margin-bottom: 1.5rem!important;
}

.link-div h3 {
    margin-top: auto!important;
}

.link-div > a > p {
    margin-bottom: 0!important;
    font-weight: bold;
    text-transform: uppercase;
}

#btn-access {
    background-color: #f0eee8;
}



.px-md-6 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.footer {
    background: #003A5B;
}

.footer p {
    color: #E6E0D0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-footer-divided .menu-item {
    color: #E6E0D0;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.menu-footer .menu-link {
    color: #E6E0D0;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-footer .menu-item:last-child {
    border: 0;
}

/* xs, sm */
@media (max-width: 768px) {
    .menu-footer-divided .menu-item {
        padding: 0.4rem 0;
    }
}

/* md, lg, xl */
@media (min-width: 768px) {
    .menu-footer .menu-item {
        float: left;
    }

    .menu-footer-divided .menu-item {
        margin: 0 1.5rem 0 0;
        padding: 0 1.5rem 0 0;
    }

    .menu-footer-divided .menu-item {
        border-right: 1px solid #E6E0D0;
    }
}

/* lg, xl */
@media (min-width: 992px) {
    .navbar-nav .nav-item:not(:last-child) {
        padding: 0 1.0rem;
    }
}

html {
    font-family: 'Open Sans', sans-serif;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
}

body {
    margin: 0!important;
    padding: 0!important;
    min-height: 100%!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    font-family: 'Belleza', sans-serif;
}

#page-container {
    width: 100%!important;
}

a {
    color: #003A5B;
    border: none;
    text-decoration: none!important;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1 {
    margin: 0;
    font-size: 50px;
}

h3 {
    font-size: 35px;
    margin: 0;
}

#header {
    background: #F0EEE8;
}

#header-menu {
    background: #E6E0D0;
    color: #003A5B;
}

.navbar-nav a {
    color: #003A5B;
    font-size: 1.1rem!important;
}

.navbar-toggler:focus {
    outline: 5px auto #003A5B;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item .nav-link {
    padding-left: 0!important;
    padding-right: 0!important;
}

.nav-item:not(:last-child) .nav-link {
    position: relative;
}

.nav-item:not(:last-child):not(.dropdown) .nav-link:after {
    content: "";
    width: 0;
    overflow: hidden;
    height: 3px;
    background: #003A5B;
    /*transition: width .4s ease;*/
    position: absolute;
    left: 0;
    bottom: 5px;
}

.nav-item:not(:last-child):not(.dropdown) .nav-link:hover:after {
    width: 100%;
}

.dropdown-menu {
    background-color: #003A5B;
}

.dropdown-menu > .dropdown-item {
    background-color: #003A5B;
    color: #F0EEE8;
}

.dropdown-menu > .dropdown-item:hover {
    background-color: #F0EEE8;
    color: #003A5B;
}

/*.dropdown-menu > .dropdown-item:active {*/
/*    background-color: #E6E0D0;*/
/*    color: #003A5B;*/
/*}*/

#lang-dropdown:after {
    content: none!important;
}

ol, ul {
    list-style: none;
}

.text-laminam-light {
    color: #F0EEE8;
}

.text-laminam-dark {
    color: #003A5B;
}

.bg-laminam-light {
    color: #003A5B;
    background: #F0EEE8;
}

.bg-laminam-dark {
    color: #F0EEE8;
    background: #003A5B;
}

.btn-link {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 100%;
}

.menu-social {
    color: #E6E0D0;
    text-transform: uppercase;
}

.menu-social .menu-item {
    float: left;
    margin: 0 16px 0 0;
}

.menu-social:last-child {
    border: 0;
}

.menu-social-vat {
    color: #E6E0D0;
    text-transform: uppercase;
    text-decoration: none;
}

.footer {
    background: #003A5B;
}

.footer p {
    color: #E6E0D0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.px-md-6 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.menu-footer-divided .menu-item {
    color: #E6E0D0;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.menu-footer .menu-link {
    color: #E6E0D0;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-footer .menu-item:last-child {
    border: 0;
}

/* xs, sm */
@media (max-width: 768px) {
    .menu-footer-divided .menu-item {
        padding: 0.4rem 0;
    }
}

/* md, lg, xl */
@media (min-width: 768px) {
    .menu-footer .menu-item {
        float: left;
    }

    .menu-footer-divided .menu-item {
        margin: 0 1.5rem 0 0;
        padding: 0 1.5rem 0 0;
    }

    .menu-footer-divided .menu-item {
        border-right: 1px solid #E6E0D0;
    }
}

/* lg, xl */
@media (min-width: 992px) {
    .navbar-nav .nav-item:not(:last-child) {
        padding: 0 1rem;
    }

    .w-lg-50 {
        width: 50%!important;
    }

    .w-lg-75 {
        width: 75%!important;
    }
    .ml-xl-6 {
        margin-left: 8.5rem!important;
    }
}

@media (min-width: 992px) {
    .ml-lg-5, .mx-lg-5 {
        margin-left: 9rem!important;
    }
}

@media screen and (min-width: 992px) {
    body {
        height: 100%;
    }
}

@media (max-width: 375px) {
    #header {
        padding-right: 0rem!important;
    }
}
