/*
#C8A977 - dourado
#12284C - azul
#4D5858 - cinza

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;

alinhar colunas na row
.centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

left: calc(50% - 72px);

-
align-self-center

|
justify-content-center

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

@media (min-width: 768px) {
    
}

*/

body {
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: 'Lato', sans-serif;
}

a {
    color: #12284C;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #12284C;
    outline: none;
    text-decoration: none!important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Playfair Display', serif!important;
    text-align: center;
    font-weight: 700;
}

hr {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

/* Back to top button */

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

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

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Whatsapp-btn */
.whatsapp-btn {
    position: fixed;
    background: #4fac68;
    color: #fff;
    width: 270px;
    height: 46px;
    line-height: 1;
    font-size: 25px;
    border-radius: 50px 0 0 50px;
    right: -215px;
    bottom: 50px;
    transition: all 0.3s;
    padding: 10px 0 10px 20px;
    z-index: 11;
    text-transform: uppercase
}

.whatsapp-btn:hover {
    color: #fff;
    right: 0px;
    padding: 10px 0 10px 20px;
    text-decoration: none;
}

@media (max-width: 768px) {    
    .whatsapp-btn {
        position: fixed;
/*        background: #4fac68;*/
        color: #fff;
        width: 270px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 50px 0 0 50px;
        right: -215px;
        bottom: 30px;
        transition: all 0.3s;
        padding: 10px 0 10px 20px;
        z-index: 11;
        font-weight: 900;
        text-transform: uppercase
    }
}

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

.borda-zero {
    padding: 0!important;
}

/* 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 #12284C;
    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 {
    color: #fff;
    height: 30px;
    width: 100%;
    position: fixed;
    background-color: #C8A977;
/*    background: linear-gradient(to right, #12284C, #12284C, #12284C, #d3072a);*/
    text-align: center;
    z-index: 997;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    padding-top: 2px;
    font-family: 'Playfair Display', serif;
}

#direct-bar ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#direct-bar li {
    display: inline;
}

#direct-bar li.divmenu {
/*    margin: 0 20px;*/
}

#direct-bar i {
    margin: 0 5px 0 20px;
}

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

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

@media (max-width: 768px) {
    #direct-bar li.divmenu {
        margin: 0 10px;
    }
}

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

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

.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;
}

.logo_w {
    width: 270px;
    padding: 0 0 20px 20px;
}

/* Nav Meu Container */

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

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

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

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

/* Nav Meu Styling */

.nav-menu a {
    padding: 24px 13px;
    text-decoration: none;
    display: inline-block;
    color: #12284C;
    font-size: 20px;
/*    text-transform: uppercase;*/
    font-family: 'Playfair Display', serif;
    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 .nav-menu a {
    padding: 18px 13px;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #12284C;
    text-decoration: none;
/*    background-color: rgba(144, 144, 144, 0.5);*/
/*    border-bottom: 1px solid #12284C;*/
}

.menu-active > a {
    color: #C8A977;
/*    border-bottom: 1px solid #12284C;*/
}

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

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    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: #12284C;
}

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 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) {*/
@media (max-width: 1200px) {
    #mobile-nav-toggle {
        display: inline;
        margin-right: 18px;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    #mobile-nav-toggle {
        margin-right: 25px;
        margin-top: 47px;
    }
}

#mobile-nav-toggle i {
    color: #C8A977;
    font-size: 23px;
}

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

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999;
    background: #C8A977;
    left: -333px;
    width: 333px;
    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: 14px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    text-align: left;
}

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

#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: #12284C;
}

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

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

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 998;
    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;
}

/* Nav Menu Arrows */

/* Header */

#header {
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 30px;
    right: 0;
    z-index: 997;
    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 {
    background: #fff;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    height: 65px;
/*    background: linear-gradient(90deg, #12284C, rgba(40, 87, 128, 0.8), rgba(0, 0, 0, 0.8));*/
}


@media (max-width: 768px) {
    #header.header-scrolled {
    }
}

#header .logo-menu {
    float: left;
    margin-top: 4px;
    transition: 0.5s;
}

.logo-menu img {
    width: 190px;
    padding-top: 3px;
        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 .logo-menu img {
    width: 135px;
}

.logo-toogle img {
    margin: 0 0 10px 15px ;
    width: 120px;
}

.logo-toogle strong {
    color: #12284C;
}

/* 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: 80vh;
    background: none;
}

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

#intro .carousel-item {
    width: 100%;
    height: 80vh;
    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%;
    position:absolute;
    left: 0;
    top: 33px;
}

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

#intro h1 {
    position: relative;
    top: 46%;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    padding: 0 20%;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #intro h1 {
        font-size: 32px;
        top: 42%;
        padding: 0 10%;
    }
    
    #intro {
        height: 70vh;
    }

    #intro .carousel-item {
        height: 70vh;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#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;
}

@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-weight: 500;
    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: #12284C;
}

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

.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";
}


/*destaque*/
#destaque {
    background-color: #6c5839;
    padding: 40px 0 40px 0;
    color: #fff
}

#destaque h1 {
    text-align: center;
}

#destaque a {
    border-radius: 100px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #C8A977;
    color: #fff;
    transition: 0.3s;
}

#destaque a:hover {
    color: #12284C;
    background-color: #fff;  
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #destaque {
        padding: 20px 20px 40px;
    }
    
    #destaque h1 {
        font-size: 30px;
        margin: 20px 0 0 0;
    }
}

/* valores */
.valores {
    background-color: none;
    text-align: center;
    border-bottom: none;
}

.valores h2 {
    color: #C8A977;
    font-weight: 700;
}

.valores p {
    text-align: justify;
    margin-bottom: 50px;
    font-size: 15px;
}

.valores i {
    font-size: 70px;
    margin-bottom: 10px;
    color: #12284C;
    transition: 0.3s;
}

.valores i:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .valores p {
        text-align: justify!important;
        font-size: 17px;
    }
}

/* about */
#about {
    padding: 100px 0 80px;
/*    background: url(../img/about_bg.jpg) no-repeat top center #fff;*/
    background-color: #f0f0f0;
    background-size:auto;
    border-color: none;
}

#about p {
/*    margin: 50px;*/
}

#about img {
    border: 1px solid #C8A977;
    border-radius: 60px 0;
    transition: 0.3s;
    padding: 5px;
}

#about img:hover {
    border-radius: 0 60px;
    transform: scale(1.03)
}

#about h1 {
    font-weight: 400;
}

#about h2 {
    color: #C8A977;
    font-size: 30px
}

#about h3 {
    color: #C8A977;
    font-size: 20px;
    margin-top: 20px;
}

#about li {
    padding: 10px 0;
    font-size: 20px;
}

#about span {
    font-weight: 700;
    color: #C8A977;
}

#about .mb50-50 {
    margin: 50px 0;
}

@media (max-width: 768px) {
    #about p {
        text-align: justify!important;
    }
}

/* about 2*/
#about2 {
    padding: 70px 0;
    background-color: #0b1931;
    background-size:auto;
}

#about2 p {
    color: #fff;
}

#about2 span {
    font-weight: 700;
    color: #C8A977;
}

@media (max-width: 768px) {
    #about2 p {
        text-align: justify!important;
    }
}

/* spotlight */
#spotlight {
    background: url(../img/spotlight.jpg) fixed center center;
    background-size: cover;
    padding: 8vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #spotlight {
        background-size: 100% !important;
        background: url(../img/spotlight_v.jpg) no-repeat center center;
    }
}

#spotlight h2 {
    color: #fff;
    font-size: 55px;
    line-height: 100%;
    margin-bottom: 40px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

@media (max-width: 768px) {
    #spotlight h2 {
        font-size: 50px;
/*        letter-spacing: -2px;*/
/*        padding-right: 0px !important;*/
/*        padding: 4vh 0 0 0;*/
/*        margin: 10px 0;*/
    }
}

@media (max-width: 576px) {

}

#spotlight .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #C8A977;
}

#spotlight .btn:hover {
    background-color: rgba(40, 87, 128, 0);
    color: #fff;
    transform: scale(1.1);
    border: 1px solid #fff;
}

/* atuacao --*/
#atuacao {
    padding: 80px 0;
    background: #4D5858;
    background: url(../img/atuacao_bg.jpg) fixed center center;
    background-size: cover;
}

@media (max-width: 576px) {
    #atuacao h1, h2, p {
        text-align: center!important;
    }   
    
    #atuacao {
        background-attachment: fixed;
    }
}

#atuacao h1 {
    color: #fff;
    font-weight: 700;
}

#atuacao a {
    color: #fff;
    font-weight: 700;
}

#atuacao hr {
    border-color: rgba(200, 169, 119, 0.51);;
}

#atuacao h2 {
    color: #fff;
    text-align: left;
}

#atuacao p, ul {
    line-height: 25px;
    color: #fff;
    text-align: justify;
    margin: 20px 0;
}

#atuacao span {
    font-weight: 700;
    color: #C8A977;
}

#atuacao img {
    border-radius: 100%;
    padding: 5px;
    border: 2px solid #C8A977;
    transition: 0.3s;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
    margin: 30px 0
}

#atuacao img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #atuacao p {
        text-align: justify!important;
    }
}

#atuacao table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#atuacao table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

#atuacao table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  padding: .35em;
}

#atuacao table th,
#atuacao table td {
  padding: .625em;
  text-align: center;
    color: #fff;
}

#atuacao table th {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  #atuacao table {
    border: 0;
  }

  #atuacao table caption {
    font-size: 1.3em;
  }
  
  #atuacao table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #atuacao table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #atuacao table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #atuacao table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a #atuacao table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #atuacao table td:last-child {
    border-bottom: 0;
  }
}

/* general styling */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

/* perfil */
#perfil {
    padding: 100px 0 0 0;
    background-size:auto;
    background-color: #f0f0f0;
}

#perfil img {
    border-radius:10% 0;
    border: 2px solid #12284C;
    padding: 5px;
    transition: 0.3s;
    margin-bottom: 20px;
}

#perfil img:hover {
    border-radius: 0 20%;
    transform: scale(1.05);
}

#perfil p {
    font-size: 16px;
    margin-bottom: 60px
}

#perfil h2 {
    color: #C8A977;
    margin: 0 0 10px 0;
    font-size: 30px;
}

#perfil h3 {
    color: #a5a5a5;
    font-size: 19px;
    margin: 0 0 15px 0;
    padding: 0;
}

#perfil span {
    font-weight: 700;
    color: #604e30;
}

#perfil .redessocias {
    font-size: 29px;
    text-align: center!important;
    margin-bottom: 5px;
}

#perfil i {
    color: #fff;
    padding: 0 10px;
    transition: 0.2s;
}

#perfil i:hover {
    color: #C8A977;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    #perfil p {
        text-align: justify!important;
    }
}

/*CONTACT*/

#contact {
    padding: 100px 0 100px 0;
/*    background: url(../img/contato.jpg) no-repeat center fixed;*/
    background-size: auto;
    background-color: #1c1c1c;
}

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

#contact h1 {
    color: #fff;
}

#contact h2 {
    color: #C8A977;

}

#contact p {
    text-align: center;
    font-size: 17px;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #C8A977;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #fff;
}

#contact .contact-info h3 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#contact h4 {
    font-size: 18px;
    margin-bottom: 35px;
    color: #656565 !important;
    text-align: center;
}

#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-info a:hover {
    color: #fdb913;
}

#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 .form #sendmessage {
    color: #fdb913;
    border: 1px solid #fdb913;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 15px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#contact .form-group {
    margin-bottom: 0;
}

#contact .form button[type="submit"] {

    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 7px 50px;
    color: #000;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    background: #fff;
}

#contact .form button[type="submit"]:hover {
    background: #fdb913;
    color: #fff;
    border: 1px solid #fdb913;
    transform: scale(1.1);
}

@media (min-width: 768px) {

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

/*GOOGLE MAPS*/

#googlemaps {
    height: 200px;
/*    border: 1:px solid red;*/
/*    margin: 25px;*/
}

#googlemaps .container-fluid {
    margin: 0;
    padding: 0;
    border: 0;
    width: 99%;
}

#googlemaps iframe {
    margin-top: 10px;
    border: 0;
    width: 100%;
    height: 200px;
}

#googlemaps .container-fluid {
    padding: 0;
}

/*Footer*/

footer {
    background-color: #313131;
    padding: 25px 0;
    color: #fff;
}

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

footer span.copyright {
    font-size: 11px;
    display: inline-flex;
    line-height: 130%;
}

footer p {
    font-size: 13px;
    line-height: 160%;
    color: #fff;
}

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

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

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

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

footer .dev {
    margin-bottom: 10px;
    text-align: right;
}


.space30 {
    padding: 30px 0;
}

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

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

.g-recaptcha {
    width: 304px;
    padding-bottom: 15px;
    margin: auto;
}


/*COOKIE*/
.cookieConsentContainer {
    z-index: 999;
    width: 500px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(106, 88, 60, 0.85);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: calc(50% - 250px);
    bottom: 20px;
    display: none;
    border-radius: 8px 8px 0 0;
}

.cookieConsentContainer .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #12284C;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    transition: background .3s;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #fff;
    color: #12284C!important;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 50 !important;
        width: 90% !important;
    }
}
