/*
#00af57 - verde
#3c3c3b - cinza


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) {
    
}


*/

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

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

a:hover,
a:active,
a:focus {
    color: #00af57;
    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: 150px;
    line-height: 1.1;
    border-radius: 8px;
    right: 20px;
    bottom: 20px;
    transition: all 0.2s;
    padding: 20px 10px;
    z-index: 11;
    font-size: 30px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
/*
    border-right: 3px #226d00 solid;
    border-bottom: 3px #226d00 solid;
*/
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.47));
}

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

@media (max-width: 768px) {    
    .whatsapp-btn {
        width: 140px;
        font-size: 23px;
        right: 20px;
        bottom: 14px;
        transition: all 0.3s;
        padding: 20px 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 #00af57;
    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: #6c6c6c;
/*    background: linear-gradient(to right, #007138, #00af57);*/
    text-align: center;
    z-index: 997;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
    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;
}

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

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

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

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

#direct-bar a:hover {
    color: #00af57;
}

@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: 17px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    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: #fff;
    background-color: rgba(144, 144, 144, 0.5);
    border-bottom: 1px solid #00af57;
}

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

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

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

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

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

#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: 12px;
    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: #000;;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 7px 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: #3c3c3b;
}

/* 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 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#intro {
    display: table;
    width: 100%;
    height: 85vh;
    /*    max-height: 650px;*/
    background: #fff;
}

/*
@media (max-width: 786px) {
    #intro {
        height: 90%;
    }
}
*/

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

#intro .carousel-item {
    width: 100%;
    height: 85vh;
    /*    max-height: 650px;*/
    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;
}

@media (max-width: 576px) {
    #intro .carousel-content {
        width: 100%;
        padding: 25px;
    }
}

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

}

#intro h3 {
    position: relative;
    top: 45%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
/*    left: calc(50% - 250px);*/
}

@media (max-width: 768px) {
    #intro {
        height: 60vh;
    }
    
    #intro .carousel-item {
        height: 60vh;
    }
    
    #intro video {
        width: auto;
        height: 20vh;
    }
    
    #intro h2 {
        font-size: 30px;
        margin: 0 30px;
    }
    
    #intro h3 {
        font-size: 15px;
    }
}

#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-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    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: #00af57;
}

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

.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 Header
--------------------------------*/

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


/* Section with background */

.section-bg {
    background: #f7f7f7;
}

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

@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: #3c3c3b;
    color: #fff;
    transform: scale(1.1);
}

/* DESTAQUE 1 */

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

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

/* PARCEIROS */

#parceiros {
    padding: 40px 0 20px;
    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 2 */

#pravoce {
    padding: 40px 0 20px;
    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 10px;
    text-align: center;
    background-color: #FFF;
}

#oqueenviamos i.fas {
    font-size: 55px;
    color: #3c3c3b;
    display: block;
    background: -webkit-linear-gradient(#00af57, #3c3c3b);
        -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: #3c3c3b;
    display: block;
    background: -webkit-linear-gradient(#00af57, #3c3c3b);
        -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: #00af57;
    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;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
}

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


/* DESTAQUE 6 */

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

#vantagens i.fas {
    font-size: 55px;
    color: #3c3c3b;
    display: block;
    background: -webkit-linear-gradient(#00af57, #3c3c3b);
        -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: #3c3c3b;
    display: block;
    background: -webkit-linear-gradient(#00af57, #3c3c3b);
        -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;
    display: none;
}

@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: 26px;
    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: 40px 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 p {
    text-align: center;
    font-size: 17px;
}

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

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

#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: #00af57;
    border: 1px solid #00af57;
    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: #00af57;
    color: #fff;
    border: 1px solid #00af57;
    transform: scale(1.1);
}

@media (min-width: 768px) {

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

/*AGENCIAS*/
#agencias {
    padding: 60px 0 40px 0;
    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');
}

#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: #3c3c3b;
    color: #fff;
}

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

/*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-body {
    font-size: 23px;
    padding: 0;
}

.modal-body p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 18px;
    font-weight: 300;
    text-indent: 30px;
}

.modal span {
    font-weight: 700;
}

.modal .texto {
    padding: 0 30px;
}

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


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