/*
#545150 - cinza
#004259 - azul petroleo
#BEAF87 - dourado

font-family: "Outfit", sans-serif;
font-family: "Montserrat", sans-serif;

left: calc(50% - 72px);

-
align-self-center

|
justify-content-center

*/

body {
    background-color: rgba(255, 255, 255, 0);
    background: url(../img/body-bg.jpg) no-repeat top center;
    color: #666666;
    font-family: "Montserrat", sans-serif;
}

a {
    color: #004259;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #004259;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    color: #898989;
    text-align: justify;
    margin: 0;
}

span {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
}

.btn {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
}
.btn:hover {
    transform: scale(1.08);
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #004259;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -ms-transition: background 0.5s;
    padding-top: 10px;
    z-index: 11;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

a.back-to-top {
    text-decoration: none;
}
.ba
ck-to-top i {
    padding-top: 12px;
    color: #ffffff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #004259;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    -webkit-animation: animate-preloader 1s linear infinite;
    -moz-animation: animate-preloader 1s linear infinite;
    -o-animation: animate-preloader 1s linear infinite;
    -ms-animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

/*Barra de contato*/
#direct-bar {
    height: 32px;
    width: 100%;
    position: absolute;
    left: 0;
    position: fixed;
    background-color: #BEAF87;
    z-index: 999;
}

#direct-bar ul {
    text-align: right;
    padding: 3px 0 0 0;
}

#direct-bar ul.left {
    text-align: left;
}

#direct-bar li {
    display: inline;
}

#direct-bar i {
    margin: 4px 12px 0 12px;
    font-size: 17px;
    transition: all 0.3s;
}

#direct-bar i:hover {
    transform: scale(1.4)
}

#direct-bar a {
    color: #004259;
    font-size: 14px;
    text-decoration: none;
}

#direct-bar a:hover {
    color: #fff;
}

@media (max-width: 576px) {
    #direct-bar i {
        margin: 2px 9px 0 9px;
        font-size: 22px;
        transition: all 0.3s;
    }
}

/*-- #Menu --*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo_w {
    width: 250px;
    margin: 20px 0 13px 20px;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.nav-menu .social-menu {
    font-size: 20px;
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    #nav-menu-container {
        display: none;
    }
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

.nav-menu-hr {
    margin: 5px 15px;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 35px 16px 32px 16px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
/*    border: 1px solid red;*/
}

.dropdown .dropdown-menu a {
    color: #000;
}

.nav-menu li:hover > a,
.nav-menu >
/*.menu-active > */
a {
    color: #004259;
/*    background-color: rgba(84, 81, 80, 0);*/
}

.nav-menu > li {
/*    margin-left: 10px;*/
}

.nav-menu ul {
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #004259;
}

.nav-menu ul ul {
    margin: 0;
}

.dropdown .btn {
    border-radius: 0;
}

.dropdown-menu {
/*    background-color: #e5e5e5;*/
    border-radius: 0;
    border: none;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04);
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 999;
    margin: 39px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

#mobile-nav-toggle i {
    color: #b9b9b9;
}

#mobile-nav i {
    margin-right: 10px;
    padding: auto;
    min-width: 14px;
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 30px;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 998;
    background: linear-gradient(#004259, #BEAF87);
    left: -345px;
    width: 345px;
    overflow-y: auto;
    transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 12px 0 12px 25px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    text-transform: uppercase;
}

#mobile-nav ul li a:hover {
    color: #004259;
}

#mobile-nav ul .submenu {
    padding-left: 20px;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #004259;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #004259;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#header .dropdown a {
    display: block;
}

#header .dropdown-item {
    padding: 10px;
}

#header .dropdown-item:hover {
    color: #fff;
    background-color: #656c71;
}

/* Whatsapp-btn */

.whatsapp-btn {
    position: fixed;
    background: #4fac68;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 1;
    border-radius: 50px 0 0 50px;
    right: -193px;
    bottom: 7%;
    padding-left: 10px;
    z-index: 11;
    font-size: 30px;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}

.whatsapp-btn:hover {
    color: #fff;
    right: 0px;
}

@media (max-width: 768px) {    
    .whatsapp-btn {
        width: 250px;
        height: 50px;
        line-height: 1;
        border-radius: 50px 0 0 50px;
        right: -190px;
        bottom: 3%;
        padding-left: 10px;
        z-index: 11;
        font-size: 30px
    }
}

.whatsapp-btn i {
    padding: 10px 10px 0 12px;
    color: #fff;
}

/* Nav Menu Arrows */

/* Header */

#header {
    padding: 0;
    height: 85px;
    background-color: #fff;
/*    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.79));*/
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    position: fixed;
    left: 0;
    top: 32px;
    right: 0;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        z-index: 997;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    #header {
        top: 20px;
    }
}

#header.header-scrolled {
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), #fff);*/
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0;
    height: 85px;
    border-bottom: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
}

#header.header-scrolled a {
    color: #545150;
}

@media (max-width: 768px) {
    #header.header-scrolled {
        padding: 0px 0 10px 0;
        height: 85px;
    }
}

#header #logo {
    float: left;
}

#header .logo {
    position: absolute;
    height: 55px;
}

@media (max-width: 768px) {
    #header .logo {
        position: absolute;
        top: 14px;
    }
}

.logo-menu {
    height: 70px;
    padding: 10px 0 15px 15px;
    /*    margin-bottom: 15px;*/
}

#header #logo img {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    height: 60px;
}

@media (max-width: 768px) {
    #header #logo img {
        margin-top: 2px;
        max-height: 62px;
    }

    #header #logo h1 {
        font-size: 28px;
    }
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*-- # Institucional --*/
#intro {
    display: table;
    width: 100%;
    height: 85vh;
    background: none;
    min-height: 830px;
}

#intro .carousel-indicators .active {
    display: none;
}

#intro .carousel-item {
    width: 100%;
    height: 85vh;
    min-height: 830px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    width: 100%;
    padding: 25px 15%;
    bottom: 0;
    position: absolute;
}

#intro .clean {
    text-align: center;
    padding-top: 130px;
}

#intro .clean img {
    max-height: 640px;
}

#intro h2 {
    text-align: left;
    position: relative;
    top: 43%;
    color: #fff;
    font-size: 55px;
    margin: 0;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    font-weight: 300;
    text-transform: uppercase;
}

#intro a.btn {
    position: relative;
    top: 42%;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
/*    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));*/
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}
#intro a.btn:hover {
    color: #beaf87;
    text-transform: uppercase;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
    margin-top: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    transform: scale(1.1);
}

@media (max-width: 576px) {
    #intro {
        width: 100%;
        height: 75vh;
        background: none;
        min-height: 780px;
    }

    #intro .carousel-indicators .active {
        display: none;
    }

    #intro .carousel-item {
        height: 75vh;
        min-height: 780px;
    }
    
    #intro .clean {
        padding-top: 100px;
    }
    
    #intro .clean img {
        max-height: 450px;
        margin-top: 20px;
        margin-bottom: 10px
    }
    
    #intro h2 {
        top: 0;
        color: #fff;
        font-size: 30px;
        margin: 0;
        text-align: center;
        filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    }
    
    #intro a.btn {
        top: 0;
        font-size: 15px;
        left: calc(50% - 140px);
    }
}

@media (min-width: 768px) {
    #intro {
        width: 100%;
        height: 75vh;
        background: none;
        min-height: 800px;
    }

    #intro .carousel-indicators .active {
        display: none;
    }

    #intro .carousel-item {
        height: 75vh;
        min-height: 800px;
    }
    
    #intro .clean {
        padding-top: 120px;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10% !important;
    text-decoration: none;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
    
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-size: 16px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #beaf87;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #beaf87;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* # Sections */

/* Sections Header */

.section-header h3 {
    font-size: 46px;
    color: #004259;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
}

/* Section with background */

.section-bg {
    background: #f7f7f7;
}

/*values*/
#values {
    text-align: center;
    padding: 40px 0 0;
}

#values .card {
    border-radius: 3px;
    padding: 0 20px 20px 20px;
    border: 1px solid #ccc;
    transition: all 0.3s;
    margin-bottom: 45px;
    background-color: #fff;
}

#values .card:hover {
    transition: all 0.3s;
    transform: scale(1.08);
}

#values i {
    padding: 20px;
    font-size: 60px;
/*    color: #004259;*/
    background: -webkit-linear-gradient(#BEAF87, #004259);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

#values h1 {
    margin-bottom: 6px;
    font-size: 25px;
}

#values h4 {
    font-size: 22px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#values p {
    text-align: center;
    font-size: 15px;
    font-weight: 500
}

#values .btn {
    margin-top: 10px;
    color: #fff;
    background-color: #BEAF87;
    border-radius: 50px;
    padding: 6px 40px;
    letter-spacing: 3px;
}

#values span {
    font-weight: 900;
}

@media (max-width: 576px) {
    #values {
        padding: 20px 0 0 0;
    }
    
    #values p {
        font-size: 18px;
    }
    
    #values .btn {
        margin-top: 30px;
    }
}

/* about */
#about {
    padding: 190px 0 60px 0;
    background: #BEAF87;
    background: url(../img/about-bg.jpg) no-repeat top center;
    background-size: cover;
}

#about .section-header h3 {
    color: #c9c9c9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about h1 {
    text-align: center;
    color: #fff;
    font-size: 46px;
}

#about h3 {
    margin-bottom: 15px;
    color: #000;
}

#about h3.porque {
    text-align: right;
    color: #c9c9c9;
}

#about h4 {
    color: #c9c9c9;
    margin-bottom: 0;
}

#about h5 {
    color: #c9c9c9;
}

#about p {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

#about hr {
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    padding: 10px 0;
    margin-top: 40px;
}

#about img {
    padding: 10px;
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

#about img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#about i {
    color: #fff;
    font-size: 60px;
}
#about span {
    font-weight: 700;
}

#about .cinza {
    color: #656c71;
}

@media (max-width: 576px) {
    #about {
        padding: 150px 0 70px 0;
        background: url(../img/about-bg.jpg) no-repeat top right;
        background-size: cover;
    }
    
    #about h1 {
        color: #004259;
    }
    
    #about h3.porque {
        text-align: center;
    }
    
    #about p {
        color: #004259;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #about img {
        padding: 10px;
        text-align: center;
    }
}

/* cta */
#cta {
    padding: 15vh 0;
    text-align: center;
    background-color: #d7ddd7;
    background: url(../img/cta-bg.jpg) no-repeat fixed center center;
}

#cta h1 {
    color: #fff;
    text-transform: none;
    font-size: 50px;
}

@media (max-width: 768px) {
    #cta {
        padding: 80px 0;
    }

    #cta p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#cta .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.35);
    margin-top: 20px;
    border-radius: 50px;
    padding: 6px 40px;
    border: 1px solid #fff;
}

#cta .btn:hover {
    color: #fff;
    border: 1px solid #BEAF87;
    background-color: #BEAF87;
}

/*services*/
#services {
    padding: 90px 0;
    background-color: #f4f4f4;
}

#services h1 {
    margin-bottom: 5px;
}

#services p {
    font-size: 18px;
    text-align: justify;
    line-height: 150%;
}

#services img {
/*    border: 3px solid #BEAF87;*/
/*    border-radius: 200px;*/
    transition: 0.3s;
    margin: 10px 0;
}

#services img:hover {
    transform: scale(1.06);
}

@media (max-width: 576px) {
    #services {
        padding-bottom: 50px
    }
    
    #services h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #services p {
        text-align: justify;
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    #services img {
    }
}

/*feedbacks*/
#feedbacks {
    padding: 60px 0;
    background-color: #f0f0f0;
    background: linear-gradient(#fff, #fff, #f0f0f0);
    border-top: 1px solid #eaeaea;
}

#feedbacks h1, h2, h3, p {
    text-align: center;
}

#feedbacks h1 {
    text-align: center;
    margin-bottom: 40px;
}

#feedbacks h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #BEAF87;
}

#feedbacks h3 {
    font-size: 16px;
    color: #004259;
}

#feedbacks p {
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: justify;
}

#feedbacks .fotos {
    border: 3px solid #BEAF87;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 50%;
    max-width: 280px;
}

#feedbacks .swiper-pagination-bullet-active {
    background-color: #b2974d;
}

#feedbacks .dots-margin {
    margin-top: 10px;
    position: relative;
}

@media (max-width: 576px) {
    #feedbacks p {
        padding: 0 10px;
    }
}

/*CONTACT*/
#contact {
    padding: 70px 0 30px 0;
    background: url(../img/contact.jpg) no-repeat top center fixed;
    background-size: cover;
}

#contact .contact-info {
    text-align: center;
}

#contact .contact-info p {
    line-height: 150%;
    padding-bottom: 10px;
}

#contact h2 {
    color: #fff;
    font-size: 24px;
}

#contact h3 {
    color: #fff;
}

#contact h4 {
    font-size: 26px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

#contact a {
    text-decoration: none;
    color: #BEAF87
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    margin-bottom: 15px;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#contact .contact-info i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#contact .contact-info i:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

#contact .redes-sociais ul {
    padding: 3px 0 0 0;
}

#contact .redes-sociais ul.left {
    text-align: left;
}

#contact .redes-sociais li {
    display: inline;
}

#contact .redes-sociais i {
    margin: 15px 25px;
    font-size: 37px;
    transition: all 0.3s;
    color: #BEAF87;
}

#contact .redes-sociais i:hover {
    transform: scale(1.4)
}

#contact .redes-sociais a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#contact .redes-sociais a:hover {
    color: #fff;
}

.btn-contato {
    border-radius: 50px !important;
}

#contact form input {
    margin-bottom: 10px;
}

#contact form .btn {
    color: #fff;
    background-color: #004259;
    margin-top: 10px
}

#contact form .form-control2 {
    margin-bottom: 10px;
    color: #212529;
    width: 100%;
    display: block;
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
}

/*Footer*/

footer {
    background-color: #ddd;
    padding: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer span.copyright {
    font-size: 14px;
    display: inline-flex;
    font-weight: 400;
}

footer p {
    margin: 10px 0 5px 0;
    font-size: 9px;
    text-align: right;
}

@media (max-width: 767px) {
    footer p {
        margin: 35px 0 0px 0;
        padding: 0;
        text-align: center;
    }
}

footer .footer-logo {
    width: 130px;
    margin-right: 10px;
    padding-top: 10px;
}

footer .logo-mediatom {
    width: 32px;
}

footer p.logo-img {
    margin: 0;
}


/*MODAL*/

.modal .logo {
    height: 80px;
}

.modal .carousel-item {
    margin-bottom: 15px;
    background-color: #ebebeb;
}

.modal .carousel-item img {
    width: auto;
/*    height: 540px;*/
    max-height: 540px;
/*    max-width: 700px;*/
    overflow: hidden;
    margin: auto;
    display: block;
}

.modal h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #545150;
    font-weight: 100;
    text-align: center;
}

.modal p, li {
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 130%;
}

.modal ul {
    margin-bottom: 0;
}

/*GERAL*/
.scroll-anchor {
    position: relative;
    top: -34px;
}

*::-moz-selection {
    background: #fff1cf;
    color: #000;
}

*::selection {
    background: #fff1cf;
    color: #000;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 90px;
}

/*COOKIE*/
.cookie-popup_container_btn {
    float: right;
}

.cookie-popup {
    transition: .3s;
    z-index: -999;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookie-popup.active {
    z-index: 999;
    pointer-events: auto;
    opacity: 1;
}

.cookie-popup_container {
    margin: auto;
    width: 100%;
    padding: 8px 25px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 1px 1px 18px rgba(0,0,0,.19);
}

.cookie-popup_container_text {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.cookie-popup_container_btn {
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 45px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: .4px;
}

.cookie-popup_container_btn:nth-child(2) {
    background: #32cd32;
    color: #fff;
    border: 1px solid #32cd32;
}

.cookie-popup_container_btn:nth-child(3) {
    background: #828282;
    color: #333;
    border: 1px solid #828282;
}

.cookie-popup_container_link {
    color: #fff;
    text-decoration: none;
    float: right;
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    text-transform: uppercase;
}

.cookie-configurador {
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
    max-width: 600px;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 1px 2px 12px rgba(0,0,0,.18);
    overflow-y: auto;
}

.cookie-configurador.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.cookie-configurador_container {
    width: 100%;
    padding: 25px;
}

.cookie-configurador_container .ccc {
    margin-bottom: 22px;
}

.cookie-configurador_container .ccc_maintitle {
    font-size: 15px;
    font-weight: 700;
    color: #32cd32;
    text-transform: uppercase;
}

.cookie-configurador_container .ccc_text {
    font-size: 17px;
}

.cookie-configurador_container .ccc_text:nth-child(3) {
    font-size: 13px;
}

.cookie-configurador_container .ccc_line {
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.cookie-configurador_container .ccc_title {
    font-size: 20px;
    margin-bottom: 18px;
}

.cookie-configurador_container .ccc_btn {
    background: #BEAF87;
    border: 1px solid #BEAF87;
    color: #fff;
}

.cookie-configurador_container .ccc_newfuncs {
    font-size: 14px;
    margin-top: 30px;
    color: #666;
}

.cookie-configurador_container .ccc_minimalbtn {
    border: 0;
    background: transparent;
    font-size: 14px;
    padding: 0;
    color: #0074ff;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}

.cookie-configurador_container .ccc_breaker {
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #0074ff;
    margin: 0 12px;
    vertical-align: middle;
    border-radius: 50%;
}

.cookie-configurador_container .ccc_policies {
    margin-bottom: 0;
}

.cookie-configurador_container .ccc a {
    color: #0074ff;
    text-decoration: none;
}

.cookie-popup_wrapper_text {
    width: 80%;
    padding: 10px;
}

.cookie-popup_wrapper_btn {
    width: 20%;
    padding: 10px;
}


.cookie-popup_wrapper_btn .cookie-popup_container_btn {
    background: #004259;
    border: 1px solid #004259;
    color: #fff;
    border-radius: 10px;
}

.cookie-popup_wrapper_btn .cookie-popup_container_btn:hover {
    background: #BEAF87;
    border: 1px solid #BEAF87;
}

.cookie-popup_container {
    background: #d3d0b1;
}

.cookie-popup_container .cookie-popup_container_text a {
    color: #ba141a;
}
