/*

#006633 - verde escuro ER

#FFD93D - laranja
#3C3C3B - cinza

font-family: 'Russo One', sans-serif;
font-family: 'Montserrat', sans-serif;

left: calc(50% - 72px);

-
align-self-center

|
justify-content-center


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

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

*/

body {
    background-color: #f7f7f7;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

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

a:hover,
a:active,
a:focus {
    color: #006633;
    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: 'Russo One', sans-serif;
    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;
    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: 23px;
    }
}

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


/* Whatsapp-btn */

.whatsapp-btn {
    position: fixed;
    background: #128c7e;
    /*    background: #4fac68;*/
    color: #fff;
    width: 410px;
    height: 50px;
    line-height: 1;
    border-radius: 50px 0 0 50px;
    right: -344px;
    bottom: 9%;
    transition: all 0.3s;
    padding: 9px 0 0 15px;
    z-index: 11;
    font-size: 30px;
    font-family: 'Kanit', sans-serif;
}

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

@media (max-width: 768px) {
    .whatsapp-btn {
        width: 320px;
        font-size: 23px;
        right: -0px;
        bottom: 22px;
        transition: all 0.3s;
        padding-top: 13px;
        z-index: 11;
    }
}

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

/* 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: #ffd93d;
    text-align: center;
    z-index: 998;
    font-size: 14px;
    font-weight: 700;
}

#direct-bar ul {
    margin-top: 4px;
    padding: 0;
}

#direct-bar li {
    display: inline;
    color: #000;
}

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

#direct-bar a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

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


/*-- #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 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #FFD93D;
}

.menu-active > a {
    color: #FFD93D;
}

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

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

#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;
    overflow: hidden;
    padding: 8px 0 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

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

#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 {
    position: fixed;
    padding-top: 12px;
    height: 78px;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    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: 10px 0 0 0;
    height: 75px;
    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: #FFD93D;
}

/* 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;
    /*    max-height: 650px;*/
    background: #fff;
}

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

#intro .carousel-item {
    width: 100%;
    height: 80vh;
    /*    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 h1 {
    position: relative;
    top: 42%;
    color: #fff;
    font-size: 60px;
    margin: 0 20%;
    text-align: center;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
}

@media (max-width: 768px) {
    #intro h1 {
        font-size: 45px;
        margin: 0 10%;
        top: 35%;
    }
    
    #intro {
        height: 65vh;
    }

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

#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: 'Dosis', 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: #285780;
}

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

.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: #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: #FFD93D;
    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: 'Russo One', 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: 'Russo One', 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: 'Russo One', sans-serif;
    font-weight: 700;
}

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

/*vantagens*/

#vantagens {
    padding: 20px;
    text-align: center;
}

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

#vantagens h1:hover {
    transform: scale(1.06);
}

#vantagens span {
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    color: #FFD93D;
}

/* oqueoferecemos */

#oqueoferecemos {
    padding: 90px 0 90px 0;
    text-align: center;
    background-color: #fff;
    background: url(../img/mapabg_k.jpg) center center fixed no-repeat;
    background-size: cover
}

#oqueoferecemos span {
    color: #FFD93D;
}

#oqueoferecemos img {
    margin: 20px 0;
    transition: all 0.3s;
    max-height: 550px;
    border-radius: 200px;
    border: 4px solid #fff;
}

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

#oqueoferecemos p {
    margin: 17px 0;
    font-size: 22px;
/*    text-align: left;*/
    font-weight: 100;
    line-height: 150%;
    color: #fff;
}

#oqueoferecemos h1 {
    font-size: 45px;
    color: #fff;
    text-align: justify;
}

#oqueoferecemos h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    font-weight: 100;
}

#oqueoferecemos h2 strong {
    color: #FFD93D;
}

#oqueoferecemos p strong {
    color: #FFD93D;
    font-family: 'Russo One', sans-serif;
}

#oqueoferecemos .mb60 {
    margin-bottom: 60px
}

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

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

/* SOBRE */

#about {
    padding: 100px 0 0 0;
    text-align: center;
    /*    background: linear-gradient(#FFD93D, #006633);*/
    background: url(../img/bg_texture.png) fixed center center;
    background-size: contain;
    background-color: #FFD93D;
}

#about span {
    font-weight: 700;
}

#about img {
/*    margin: 50px 0;*/
    transition: all 0.3s;
}

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

#about h1 {
    font-size: 45px;
    color: #000;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: left;
}

#about p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 21px;
    text-align: justify;
    color: #000;
    line-height: 150%;
}

#about .btn {
    margin-top: 20px;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 700;
}

#about .btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #ffb100;
    transform: scale(1.1);
    margin-bottom: 50px;

}

#about .video-flex {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

#about .video-flex iframe,
.video-flex object,
.video-flex embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #about {
        padding-bottom: 90px;
    }
    #about h1 {
        margin-top: 30px;
    }
    
    #about .btn {
    }
}

/*Valores*/
#valores {
    background-color: #ffb100;
    padding: 40px 0;
    text-align: center;
}

#valores i {
    font-size: 56px;
}

#valores p {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 768px) {   
    #valores p {
        margin-bottom: 50px;
    }
}

/* Soluções */

#solucoes {
    padding: 90px 0;
    text-align: center;
    background-color: #ffb100;
/*    background: url(../img/solucoes_bg.jpg) fixed center center;*/
}

#solucoes img {
    transition: all 0.3s;
}

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

#solucoes h1 {
    font-size: 45px;
    color: #000;
    font-weight: 100;
    margin-bottom: 40px;
}

#solucoes h4 {
    font-weight: 700;
    font-size: 25px;
    margin-top: 50px;
    color: #333;
    text-align: center;
}

#solucoes span {
    color: #fff;
}

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

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

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

#solucoes .card h2 {
    color: #ffb100;
    font-size: 25px;
    margin: 15px;
}

#solucoes .card p {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}

#solucoes .card img {
    width: auto;
    height: 280px;
}

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

@media (max-width: 768px) {
    #solucoes .card {
        min-height: 520px;
        margin-bottom: 30px;
    }

    #solucoes .card img {
        width: auto;
        height: 400px;
    }

    #solucoes h4 {
        margin-top: 20px;
    }
}

/*CONTACT*/

#contact {
    padding: 100px 0 70px;
    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;
    margin-bottom: 40px
}

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

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

#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-family: 'Russo One', sans-serif;
    font-weight: 700;
    background: #fff;
}

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

@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;
        padding: 25px 0 100px;
    }
}

footer span.copyright {
    font-size: 12px;
    display: inline-flex;
    line-height: 130%;
    color: #000;
}

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: 180px;
    margin-right: 10px;
    padding-top: 10px;
}

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

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

/*COOKIE*/

.cookieConsentContainer {
    z-index: 999;
    width: 25%;
/*    width: 350px;*/
    min-height: 20px;
    box-sizing: border-box;
    padding: 25px;
    background: #FFD93D;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    left: 15px;
/*    bottom: 30px;*/
/*    right: 30px;*/
    display: none;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    text-align: justify !important;

}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #000;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #fff;
    box-sizing: border-box;
    padding: 7px 24px;
    text-align: center;
    transition: background .3s;
    border-radius: 5px;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #b6a284;
    color: #fff;
}

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