/*
#D40511 - vemelho
#FFCC00 - amarelo
#757575 - cinza

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

left: calc(50% - 72px);

-
align-self-center

|
justify-content-center


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

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

*/

body {
    background-color: #fc0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    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 {
    height: 30px;
    width: 100%;
    position: fixed;
    background-color: #fc0;
    text-align: center;
    z-index: 997;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 2px;
    border: none;
}

#direct-bar .dhl-logo {
    width: 80px;
}

#direct-bar .dhl-logo-2 {
    width: 80px;
}

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

#direct-bar li {
    display: inline;
    font-weight: 400;
    color: #D40511;
}

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

#direct-bar li.divmenu {
    margin: 0 20px;
    color: #D40511;
}

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

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

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

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

/* 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: 18px 12px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #000;
    background-color: rgba(255, 204, 0, 0.12);
    border-bottom: 1px solid #D40511;
}

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

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

.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;
        top: 8px;
    }
}

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

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

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

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

#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 {
    height: 65px;
    background: #fff;
    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: #fff;
    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-menu img {
    height: 50px;
    margin-top: 4px;
}

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

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

/* 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-color: #FFCC00;
    background-size: cover;
    border-top: 6px double rgba(255, 255, 255, 0.5);
    border-bottom: 6px double rgba(255, 255, 255, 0.5);
    padding: 6vh 0;
    text-align: center;
    height: 30vh;
    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;
    font-weight: 700;
    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;
    font-weight: 700;
    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: #FFCC00;
    color: #fff;
    transform: scale(1.1);
}

/*DHL*/
#dhl {
    padding: 30px 0;
    background-color: #fc0;
}

#dhl h1 {
    color: #fff;
    text-align: center;
}

#dhl img {
    max-width: 450px;
    margin-top: 20px;
    transition: 0.3s;
}

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

@media (max-width: 768px) {
    #dhl h1 {
        font-size: 30px;
    }
    
    #dhl img {
        max-width: 280px;
    }
}

/*vantagens*/
#vantagens {
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

#vantagens h1 {
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    margin: 10px 0px;
    border: 1px solid #bfbfbf;
    padding: 20px;
    transition: 0.3s;
}

#vantagens h1:hover {
    border: 1px dashed #c1c1c1;
    transform: scale(1.06);
}

#vantagens span {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    color: #FFCC00;
}

#vantagens .logo-dhl {
    max-height: 50px;
    margin-top: 20px;
}

/* MAPABRASIL 1 */
#mapabrasil {
    padding: 40px 0;
    text-align: center;
    /*    background: linear-gradient(#FFCC00, #D40511);*/
    background-color: #fff5cf !important;
    background: url(../img/mapabg.jpg) center center no-repeat;
/*    background-size: 1400px;*/
}

#mapabrasil span {
    color: #fc0;
}

#mapabrasil img {
    margin: 20px 0;
    transition: all 0.3s;
    max-height: 550px;
}

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

#mapabrasil p {
    margin: 17px 0;
    font-size: 22px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 150%;
}

#mapabrasil h1 {
    font-size: 45px;
    color: #000;
    text-align: justify;
}

#mapabrasil h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

#mapabrasil h2 strong {
    color: #fc0;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
}

#mapabrasil p strong {
    color: #fc0;
    font-family: 'Kanit', sans-serif;
}

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

#mapabrasil .btn:hover {
    background-color: #fc0;
    border: 1px solid #fc0;
    transform: scale(1.1);
}

@media (max-width: 576px) {
    #mapabrasil h1 {
        font-size: 35px;
        margin: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    #mapabrasil h1 {
        margin: 0;
        margin-bottom: 50px;
    }
}

/* avaliacoes */

#avaliacoes {
    padding: 40px 0;
    text-align: center;
    background-color: #fc0;
/*    background: linear-gradient(#e6e6e6, #dbdbdb);*/
}

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

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

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

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

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

#avaliacoes h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
    color: #333;
}

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

/* PARCEIROS */

#parceiros {
    padding: 90px 0 50px 0;
    text-align: center;
    background-color: #fff;
    border-top: 4px double #FFCC00;
    border-bottom: 4px double #FFCC00;
}

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

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

/* oqueenviamos 3 */
#oqueenviamos {
    padding: 40px 0 0;
    text-align: center;
    background-color: #fc0;
}

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

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

#oqueenviamos i.far {
    font-size: 55px;
    color: #fc0;
    display: block;
    background: #D40511;;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s;
    margin-bottom: 17px;
}

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

#oqueenviamos h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    color: #fff;
}

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

#oqueenviamos h5 {
    font-size: 20px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*AGENCIAS*/
#agencias {
    padding: 40px 0 20px;
    text-align: center;
    background-color: #ffcc04;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(200, 52, 28, 0.94), rgba(255, 204, 4, 0.84)),
    url('../img/1.jpg');
    border-bottom: 4px double #fff;
}

#agencias .logo {
    max-width: 200px;
    margin-bottom: 30px;
}

#agencias .unidades {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: 6px solid #fff;
    margin: 50px 0 20px 0;
    transition: all 0.2s;
    top: 0px;
    position: relative;
}

#agencias .unidades:hover {
    transform: scale(1.02);
    position: relative;
    top: -14px;
    box-shadow: 0 14px 15px rgba(0, 0, 0, 0.33);
}

#agencias h1 {
    font-size: 33px;
    color: #fff;
    text-align: center;
}

#agencias h2 {
    font-size: 23px;
    color: #fff;
    text-align: center;
}
#agencias p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#agencias .btn {
    border: none;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
    color: #3c3c3b;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.3s;
}

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

@media (max-width: 767px) {
    #agencias {
        padding: 50px 20px 20px;
    }
}

/*CONTACT*/
#contact {
    padding: 40px 0 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-align: center;
}

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

#contact p {
    text-align: center;
    font-size: 17px;
    font-family: 'Kanit', sans-serif;
}

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

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

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

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

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 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: 5px 20px;
        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;
}

.space30 {
    padding: 30px 0;
}

.space30-top {
    padding: 30px 0 0 0;
}

.space15 {
    padding: 30px 0;
}

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

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

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

.mb20 {
    margin-bottom: 20px;
}

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

@media (max-width: 767px) {
    .googlemeunegocio .logo {
        max-width: 140px;
        margin: 40px 0 10px;
    }
    
    .googlemeunegocio p {
       text-align: center
    }
}

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