/*
#d3072a - vermelho
#ffcc04 - amarelo


font-family: 'Kanit', sans-serif;
font-family: 'Open Sans', sans-serif;

left: calc(50% - 72px);

align-self-center


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

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

-
align-self-center

|
justify-content-center
*/

body {
    background-color: #f7f7f7;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #fdb913;
    transition: 0.5s;
    text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* 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;
    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: 75px;
    }
}

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


/* Whatsapp-btn */
.whatsapp-btn {
    position: fixed;
    background: #52ce1b;
    color: #fff;
    width: 110px;
    line-height: 1.1;
    border-radius: 8px;
    right: 20px;
    bottom: 20px;
    transition: all 0.2s;
    padding: 10px;
    z-index: 11;
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.47));
}

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

@media (max-width: 768px) {    
    .whatsapp-btn {
        width: 120px;
        font-size: 16px;
        right: 20px;
        transition: all 0.3s;
        padding: 10px;
        z-index: 11;
    }
}

.whatsapp-btn i {
    color: #fff;
    font-size: 80px;
}

/* 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 #fdb913;
    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: #454131;*/
    background: linear-gradient(to right, #ffcc04, #ffcc04, #ffcc04, #d3072a);
    text-align: center;
    z-index: 997;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 2px;
    border: none;
}

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

#direct-bar li {
    display: inline;
}

#direct-bar li strong {
    font-weight: 600;
}

#direct-bar li.divmenu {
    margin: 0 10px;
}

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

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

#direct-bar a:hover {
    /*    color: #ffcc04;*/
    color: #a80d0d;
}

@media (max-width: 768px) {
    #direct-bar {
        font-size: 12px;
        padding-top: 5px;
    }
    
    #direct-bar li.divmenu {
        margin: 0 10px;
    }
    
    #direct-bar a {
        font-size: 14px;
    }
}

#direct-bar .d-lg-block {
    color: #000;
    display: inline-flex;
}

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

/* 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;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 17px 9px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 13px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #fff;
    background-color: rgba(144, 144, 144, 0.5);
    border-bottom: 1px solid #fdb913;
}

.menu-active > a {
    color: #fff;
    border-bottom: 1px solid #fdb913;
}

.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: #fdb913;
}

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 45px 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: 45px;
    }
}

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

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

#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: #000000;
    left: -335px;
    width: 335px;
    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: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

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

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

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

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

#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 {
    padding-top: 5px;
    height: 75px;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /*    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.0);
    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;
}

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

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.76);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 2px 0 0 0;
    height: 65px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

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

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

.logo-menu img {
    width: 200px;
}

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

.logo-toogle strong {
    color: #ffcc04;
}

/* 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;
}

/*banner*/
#banner {
    width: 100%;
    background: linear-gradient(45deg, #ff9300, #ffcc04, #fdb913, #ff9300);
}

#banner .pro {
    border: 1px solid red;
    height: 100%;
    display: table;
}

#banner .profissional {
    margin-top: 140px;
}

#banner .intro-logos {
    margin-top: 60px;
}

#banner h2 {
    position: relative;
    top: 28%;
    color: #000;
    font-size: 30px;
    margin: 0;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
    text-align: center;
}

#banner span {
    font-weight: 900;
}

@media (max-width: 576px) {
    #banner .profissional {
        margin-top: 130px;
    }
    
    #banner .intro-logos {
        margin-top: -50px;
    }

    #banner h2 {
        font-size: 22px;
        margin: 10px 0 30px;
    }
}

@media (min-width: 768px) {
     #banner .intro-logos {
        margin-top: 90px;
    }
    
    #banner h2 {
        margin: 10px 0 0px;
        font-size: 28px;
    }
}

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 46px;
    color: #fdb913;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 35px;
    letter-spacing: -2px;
}


/* Section with background */

.section-bg {
    background: #f7f7f7;
}

.modal p {
    text-align: justify;
    margin-bottom: 0;
}

.modal h3 {
    color: #fdb913;
    font-weight: 700;
}

.modal h4 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.modal span {
    color: #adadad;
    font-weight: 700;
}


/* spotlight
--------------------------------*/

#spotlight {
    background: url(../img/spotlight.jpg) fixed center center;
    background-size: cover;
    border-top: 6px double rgba(255, 255, 255, 0.5);
    border-bottom: 6px double rgba(255, 255, 255, 0.5);
    padding: 17vh 0;
    text-align: center;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

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

#spotlight h3 {
    font-family: 'Kanit', sans-serif;
    color: #fff;
    font-size: 52px;
    letter-spacing: -1px;
    font-weight: 900;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#spotlight h5 {
    font-family: 'Kanit', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;    
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

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

    #spotlight h5 {
        font-size: 22px;
        font-weight: 100;
        padding: 0;
    }
}

@media (max-width: 576px) {
    #spotlight h3 {
        font-size: 30px;
        letter-spacing: -2px;
        padding: 80px 0 0 0;
        margin: 0;
    }

    #spotlight h5 {
        font-size: 20px;
        font-weight: 100;
        padding: 0;
    }
}

#spotlight .btn {
    color: #666;
    background-color: #fff;
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
}

#spotlight .btn:hover {
    background-color: #ffcc04;
    color: #fff;
    transform: scale(1.1);
}

/* DESTAQUE 1 */

#diferencial {
    padding: 40px 0;
    text-align: center;
    background-color: #ffcc04;
}

#diferencial img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: 6px solid #fff;
    margin: 20px 0;
    transition: all 0.2s;
}

#diferencial img:hover {
    border-radius: 20% 0;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.33);
}

#diferencial h1 {
    font-size: 26px;
    color: #000;

}

#diferencial .btn {
    margin-top: 20px;
    color: #666;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
}

#diferencial .btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}


/* DESTAQUE 2 */

#pravoce {
    padding: 90px 0;
    text-align: center;
    background-color: #f7f7f7;
}

#pravoce .card {
    border-radius: 0;
    /*    padding: 20px;*/
    border: none;
    background-color: #f7f7f7;
    transition: all 0.3s;
}

#pravoce .card img {
    transition: all 0.3s;
}

#pravoce .card img:hover {
    border: none;
    transition: all 0.3s;
    transform: scale(1.05);
}

#pravoce .card-body {
    padding: 0;
}

#pravoce i {
    padding: 20px;
    font-size: 45px;
}

#pravoce h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
}

#pravoce h4 {
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    margin-top: 26px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #pravoce h4 {
        margin: 16px 0 40px 0;
    }
}


/* DESTAQUE 3 */

#oqueenviamos {
    padding: 50px 0;
    text-align: center;
    background-color: #FFF;
}

#oqueenviamos i.fas {
    font-size: 55px;
    color: #ffcc04;
    display: block;
    background: -webkit-linear-gradient(#ffcc04, #d3072a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    transition: all 0.2s;
    margin-bottom: 27px;
}

#oqueenviamos i.fas:hover {
    transform: scale(1.2)
}

#oqueenviamos i.far {
    font-size: 55px;
    color: #ffcc04;
    display: block;
    background: -webkit-linear-gradient(#ffcc04, #d3072a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    transition: all 0.2s;
    margin-bottom: 27px;
}

#oqueenviamos i.far:hover {
    transform: scale(1.2)
}

#oqueenviamos h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    color: #333;
    text-transform: uppercase;
}

#oqueenviamos h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}

#oqueenviamos h4 {
    font-size: 20px;
}

#oqueenviamos h5 {
    font-size: 20px;
    margin-bottom: 60px;
}

/*DESTAQUE 4*/

#atendimento {
    padding: 50px 0 10px;
    text-align: center;
    background-color: #fff;
    background: url(../img/atendimento-bg.jpg) fixed center center;
}

#atendimento img {
    transition: all 0.3s;
}

#atendimento img:hover {
    transform: scale(1.05);
}

#atendimento h1 {
    font-weight: 700;
    font-size: 30px;
    color: #ffcc04;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#atendimento h4 {
    font-weight: 700;
    font-size: 25px;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#atendimento .card {
    background-color: #fff;
    border: none;
    border-radius: none;
    transition: all 0.2s;
    top: 0;
/*    min-height: 545px;*/
}

#atendimento .card:hover {
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.5);
    top: -5px;
}

#atendimento .card-body {
    margin: 13px;
    padding: 0;
    border: none;
}

#atendimento .card h2 {
    color: #fdb913;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px;
}

#atendimento .card p {
    color: #535353;
    text-align: center;;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 10px;
}

#atendimento .card img {
    width: 100%;
    height: auto;
}

#atendimento .card .atendimento-img {
    overflow: hidden;
}

@media (max-width: 768px) {
    #atendimento .card {
        min-height: 320px;
        margin-bottom: 30px;
    }
    
    #atendimento .card img {
        width: auto;
        height: 240px;
    }
    
    #atendimento h4 {
        margin-top: 20px;
    }
}


/* DESTAQUE 5 */

#depoimentos {
    padding: 50px 0;
    text-align: center;
    background-color: #dbdbdb;
    background: linear-gradient(#e6e6e6, #dbdbdb);
}

#depoimentos .card {
    border-radius: 0;
    /*    padding: 20px;*/
    border: none;
    background-color: #f7f7f7;
    transition: all 0.3s;
}

#depoimentos .card img {
    transition: all 0.3s;
}

#depoimentos .card img:hover {
    border: none;
    transition: all 0.3s;
    transform: scale(1.05);
}

#depoimentos .card-body {
    padding: 0;
}

#depoimentos i {
    padding: 20px;
    font-size: 45px;
}

#depoimentos h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
}

#depoimentos h4 {
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    margin-top: 26px;
    text-transform: uppercase;
}

/* PARCEIROS */

#parceiros {
    padding: 50px 0 50px 0;
    text-align: center;
    background-color: #FFF;
}

#parceiros img {
    margin-bottom: 30px;
}

#parceiros h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
}


/* DESTAQUE 6 */

#vantagens {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

#vantagens i.fas {
    font-size: 55px;
    color: #ffcc04;
    display: block;
    background: -webkit-linear-gradient(#ffcc04, #d3072a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    transition: all 0.2s;
}

#vantagens i.fas:hover {
    transform: scale(1.2)
}

#vantagens i.far {
    font-size: 55px;
    color: #ffcc04;
    display: block;
    background: -webkit-linear-gradient(#ffcc04, #d3072a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    transition: all 0.2s;
}

#vantagens i.far:hover {
    transform: scale(1.2)
}

#vantagens h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}

#vantagens h5 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#vantagens p {
    font-size: 16px;
    margin-bottom: 5px;
/*    text-transform: uppercase;*/
    margin-bottom: 30px;
    padding: 0 10px;
}

/* about --*/

#about {
    padding: 90px 0;
    background: #fff;
}

@media (max-width: 576px) {
    #about h1 {
        margin-bottom: 10px!important;
    }
    
    #about p {
    }
}

@media (max-width: 768px) {
    #about p {
    }
}

#about h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

#about p {
    font-size: 18px;
    line-height: 29px;
    color: #898989;
    text-align: justify;
    margin: 0;
    text-indent: 50px;
    margin: 30px 0;
}

#about img {
    border-radius: 5px;
    border: 1px solid #ebebeb;
    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);
}

/*CONTACT*/

#contact {
    padding: 60px 0;
    background-color: #fff;
    background: url(../img/localizacao.jpg) no-repeat center fixed;
}

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


#contact h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

#contact h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}


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

#contact h3.agencias {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 30px;
    padding: 3px 15px;
    margin-top: 20px;
}

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

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

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

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

#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: 10px;
}

@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: 400px;
    border: 1:px solid red;
    margin: 25px;
}

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

#googlemaps iframe {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 400px;
}

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

/*Footer*/

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

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

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

footer p {
    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: 80px;
    margin-right: 10px;
    padding-top: 10px;
}

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

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


/*MODAL*/
.modal {
    background-color: rgba(0, 0, 0, 0.71);
    border: none;
}

.modal .modal-header {
    background-color: #f2f2f2;
}

.modal a:hover {
    text-decoration: none;
}

.modal i {
    text-align: center;
    font-size: 50px;
}

.modal-body {
    font-size: 23px;
    background-color: #fff;
}

.modal-body p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 700;
}

.modal span {
    font-weight: 700;
}

.modal .logo {
    width: 250px;
    position: relative;
    padding: 10px 0;
    left: calc(50% - 135px);
}

.modal .info {
    padding: 20px 0;
}

.modal .minibar {
    padding: 0;
}

.modal .info h1 {
    color: #fdb913;
    font-size: 25px;
    text-align: center;
}

.modal .info h2 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.modal .info ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.modal .info li {
    font-size: 15px;
}

@media (max-width: 768px) {
    .modal .info p {
        font-size: 15px;
    }
}

.modal .close {
    color: #fff!important;
}

#atendimento-whatsapp .dados {
    text-align: center;
    color: #b6a284;
}

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

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

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

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

/*politica de privacidade*/
#politicadeprivacidade {
    padding: 40px 0;
    text-align: center;
}

#politicadeprivacidade hr {
    margin: 30px 0;
}

#politicadeprivacidade h1 {
    font-size: 30px;
}

#politicadeprivacidade h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

#politicadeprivacidade p, li {
    text-align: justify;
    font-size: 14px;
    line-height: 200%
}

#politicadeprivacidade span {
    font-weight: 700;
}

/*GOOGLE MEU NEGOCIO*/
.googlemeunegocio {
}

.googlemeunegocio .logo{
    max-width: 140px;
    margin-bottom: 10px;
}

.googlemeunegocio a {
    font-size: 12px;
    color: #898989;
}

.googlemeunegocio p {
    font-size: 12px;
    text-align: justify;
    line-height: 120%;
    margin-bottom: 5px;
}

/*COOKIE*/
.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.90);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    display: none;
}

.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: #d3072a;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    transition: background .3s;
    border-radius: 50px;
    text-transform: uppercase;
    width: 20%;
}

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