@font-face {
    font-family: 'Mercury light regular';
    src: url('../fonts/MercuryLight-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'); /* Legacy iOS */
}

.container {
    background-color: white;
    box-shadow: 20px 0 100px #999999;
}

.body {
    background-image: url('../images/fundo.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #000000;
}

.hr_topo {
    border: 1px solid #c1944b;
}

.dourado {
    color: #c1944b;
}

.cabecalho-lotus {
    background-color: white;
    padding: 10px;
}

#menu-lotus2 {
    color: white;
}

.a-lotus {
    color: black;
    text-decoration: none;
    font-size: 15.5px;
    margin: 0 7px 0 0;
}

.navbar-toggler-icon {
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-menu > li > a {
    text-decoration: none;
    background-color: white;
    color: black;
    font-size: 17px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #606060;
    color: #77d7ef;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #000000;
}

.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.h1-lotus {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #77d7ef;
    font-size: 48px;
}

.h2-lotus {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 2px solid #c1944b;
    margin: 26px 0 20px 0;
}

.h3-lotus {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #c1944b;
    margin: 20px 0 14px 0;
}

.carousel-indicators li {
    border-radius: 0;
    width: 30px;
    height: 3px;
    margin-right: 6px;
}

.font-lotus {
    font-family: "Mercury light regular", sans-serif;
    line-height: 1.6;
    font-size: 15.5px;
}

.font-depoimento {
    font-family: "Mercury light regular", sans-serif;
    line-height: 1.4;
    font-size: 15px;
}

.font-montserrat {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-mercury {
    font-family: "Mercury light regular", sans-serif;
    line-height: 1.6;
    font-size: 15.5px;
}

.linha_rodape {
    border-bottom: 1px solid #606060;
    border-top: 3px solid #606060;
    padding: 5px 0 0;
}

.cinza {
    color: #a8a8a8; !important
}
