/*

#b01f24 - vermelho
#bab89c - bege

font-family: 'Lalezar', cursive;
font-family: 'Open Sans', sans-serif;

*/

body {
    background-color: #f7f7f7;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
/*    top: 110px;*/
/*    position: relative;*/
}

a {
    color: #ac2a31;
    transition: 0.5s;
}

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

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lalezar', cursive;
/*    font-weight: 400;*/
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #b01f24;
    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: 15px;
    }
}

.back-to-top i {
    padding-top: 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 #b01f24;
    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*/

#contato-bar {
    height: 35px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #f8f8f8;
    text-align: center;
    border-bottom: 1px solid rgb(224, 224, 224);
    z-index: 999;
    padding-top: 4px;
}

#contato-bar i {
    margin: 0 5px 0 5px;
    font-size: 16px;
    
}

#contato-bar span {
    font-weight: 700;
}

#contato-bar a {
    color: #969696;
    font-size: 15px;  
}

#contato-bar p {
    color: #969696;
    font-size: 15px;
    padding-top: 4px;
}

#contato-bar a:hover {
    color: #aa1c23;
}

/*-- #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-menu .social-menu {
    font-size: 20px;
}

/* Nav Meu Container */

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

@media (max-width: 992px) {
    #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: 5px 12px 10px 12px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

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

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

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

/* Mobile Nav Toggle */

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

@media (max-width: 992px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

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

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

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

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

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

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.dropdown-menu {
    border-radius: 0;
}

#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: 67px 0 52px 0;
    height: 130px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
    z-index: 997;

    box-shadow: 0px 6px 5px rgba(127, 137, 161, 0.2);
}

@media (max-width: 768px) {
    #header {
        top: 0;
        height: 100px;
        padding: 0;
    }
}

#header.header-scrolled {
    background: #fff;
    padding: 53px 0 52px 0;
    height: 104px;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
}

#header.header-scrolled .logo{
    height: 60px;
    top: 40px;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
}

#header #logo {
    float: left;
}

#header .logo {
    position: absolute;
    height: 70px;
    top: 48px;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
}

#header .logo-scrolled {
    position: absolute;
    height: 60px;
    top: 40px;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header .logo {
        top: 10px;
    }
    
    #header #logo img {
        margin-top: 23px;
        width: 200px;
    }

    #header #logo h1 {
        font-size: 28px;
    }
    
    #header.header-scrolled {
        height: 100px;
        padding: 0;
        margin: 0;
    }
    
    #header.header-scrolled .logo{
        top: 15px;
    }
        
}

.logo-menu {
    height: 85px;
    padding: 10px 0 15px 15px;
}

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

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

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

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    max-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    #intro {
        max-height: 550px;
    }

    #intro .carousel-item {
        max-height: 550px;
    }
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    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 {
    /*    text-transform: uppercase;*/
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (max-width: 576px) {
    #intro h2 {
        font-size: 31px;
    }
}

@media (min-width: 577px) {
    #intro h2 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    #intro h2 {
        font-size: 50px;
    }
}

#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 {
    top: 50px;
}

#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: 'Open Sans', 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: #b01f24;
}

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

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

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

.section-header h3 {
    font-size: 52px;
    color: #bab89c;
    text-align: center;
/*    font-weight: 700;*/
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

    @media (max-width: 767px) {
        .section-header h3 {
            font-size: 42px;
        }
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 1px;
    background: none;
    bottom: 10px;
    left: calc(50% - 20%);
/*    border-bottom: 3px solid #e0e0e0;*/
}

/*
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: #b01f24;
    bottom: -8px;
    left: calc(50% - 11px);
    border-radius: 15px 15px 0 15px;
}
*/

/* Section with background */

.section-bg {
    background: #f7f7f7;
}

/* Sobre --*/

#about {
    padding: 100px 0 90px 0;
    background: #fff;
    transform: skew(0deg, 2deg) translateY(-40px);
        -webkit-transform: skew(0deg, 2deg) translateY(-40px);
        -moz-transform: skew(0deg, 2deg) translateY(-40px);
        -o-transform: skew(0deg, 2deg) translateY(-40px);
        -ms-transform: skew(0deg, 2deg) translateY(-40px);
    transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
}

@media (max-width: 576px) {
    #about {
        padding: 40px 0 50px 0;
    }
    
    #about img {
        width: 280px;
    }
}

@media (max-width: 768px) {

    #about .row h1 {
        font-size: 38px;
        text-align: center;
    }
    #about .row span {
        font-size: 38px;
    }
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .row {
    text-align: center;
}
#about img {
    border-radius: 50px 0;
    padding: 10px;
    right: 0;
    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);
}

#about h1 {
    text-align: left;
    color: #bab89c;
    font-weight: 100;
    font-size: 54px;
}

#about span {
    font-weight: 700;
    font-size: 54px;
    color: #b01f24;
}

#about .verde {
    color: #b01f24;  
}

#about .section-header p {
    text-align: justify;
    color: #333;
    text-indent: 50px;
}

@media (max-width: 768px) {
    
    #about img {
/*        margin-bottom: 25px;*/
    }
    
    #about .section-header p {
        font-size: 15px;
    }
    
    #about img {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

#about p {
    font-size: 17px;
    line-height: 24px;
    color: #414042;
    margin-bottom: 0;
}

#about .areas-atuacao {
    padding-top: 40px;
}

#about .areas-atuacao p {
    text-align: left;
    font-size: 16px;
    text-indent: 0;
    padding: 0 25px;
}

@media (max-width: 768px) {
    #about .areas-atuacao p {
        padding: 0
    }
}

#about .areas-atuacao p span {
    font-family: 'Lalezar', cursive;
    font-size: 16px;
    color: #bab89c;
}

#about .fotos-equipe {
    padding-top: 40px;
    width: 100%;
}

.gps a {
    color: #fff;
}


/* destaque
--------------------------------*/

#destaque {
    background: url(../img/destaque.jpg) fixed center center;
    background-size: cover;
    padding: 13vh 0;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

#destaque span {
    font-weight: 700;
}

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

#destaque h3 {
    color: #fff;
    font-size: 54px;
    text-align: right;
    padding-right: 100px;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.41))
}

@media (max-width: 768px) {
    #destaque h3 {
        font-size: 42px;
        padding: 0;
    }
}

@media (max-width: 576px) {
    #destaque h3 {
        font-size: 30px;
        padding: 30px 0 0 0;
    }
}

#destaque p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

#destaque ul {
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}

#destaque .cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#destaque .cta-btn:hover {
    background: #b01f24;
    border: 2px solid #b01f24;
}

/*EQUIPE*/

#equipe {
    margin: 100px 0 45px 0;
    text-align: center;
}

#equipe .perfil {
    margin-bottom: 60px;
}

#equipe img{
    border-radius: 200px;
    border: 4px solid #bab89c;
    padding: 4px;
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

#equipe img:hover {
    transform: scale(1.05);
    border: 8px solid #b01f24;
    padding: 0;
}

#equipe h4 {
    margin: 10px 0;
    font-size: 20px;
}

#equipe h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#equipe button {
    background-color: #bab89c;
    border-radius: 30px;
    padding: 6px 25px;;
    border: none;
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

#equipe span {
    color: #b01f24;
}
#equipe button:hover {
    transform: scale(1.05);
    background-color: #817e52;
}

/*SEGMENTOS 2*/

#segmentos2 {
    background: url(../img/segmentos2-1.jpg) center center;
    padding: 140px 0 40px 0;
    text-align: center;
    height: 600px;
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

@media (max-width: 768px) {
    #segmentos2 {
        height: 350px;
        background-size: cover;
    }
}

#segmentos2 h2 {
    font-size: 18px;
    color: #656c71;
    margin-top: 16px;
    font-style: italic;
}

#segmentos2-1 {
    padding-bottom: 65px;
}

#segmentos2-1 h2 {
    font-size: 40px;
}

#segmentos2-1 span {
    font-weight: 700;
    color: #b01f24;
}

#segmentos2-1 p{
    line-height: 180%;
}

#segmentos2-1 li{
    line-height: 180%;
}

#segmentos2-1 hr{
    border-top: 2px solid #d0d0d0;
    margin: 30px 0;
}

/*ATUAÇÃO 2*/

#atuacao {
    background: url(../img/atuacao.jpg) center center;
    margin: 60px 0;
    padding: 140px 0 40px 0;
    text-align: center;
    height: 600px;
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

    @media (max-width: 768px) {
        #atuacao {
            height: 350px;
            padding: 140px 0 40px 0;
            background-size: cover;            
        }
    }

#atuacao h3 {
    font-size: 52px;
    color: #656c71;
    text-align: left;
    font-weight: 400;
    position: relative;
    margin-top: -220px;
}

    @media (max-width: 768px) {
        #atuacao h3 {
            font-size: 40px;
        }
    }

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


#atuacao h2 {
    font-size: 18px;
    color: #656c71;
    margin-top: 16px;
    font-style: italic;
}

#atuacao-1 {
    padding-bottom: 100px;
}

#atuacao-1 h2 {
    font-size: 40px;
}

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

#atuacao-1 p{
    line-height: 180%;
}

#atuacao-1 li{
    line-height: 180%;
}

#atuacao-1 hr{
    border-top: 2px solid #d0d0d0;
    margin: 30px 0;
    margin: 30px 0;
}


/*CLIENTES*/

#clientes {
}

#clientes .container {
    padding: 90px 0 90px 0;

}

#clientes .img {
    border: 1px solid red;
}

#clientes .row {
    margin-left: 0;
    margin-right: 0;
}

/*PROJETOS*/

#projetos {
    background-color: rgba(186, 184, 156, 0.2);
    padding: 70px 0 0 0;
}

#projetos span {
    color: #b01f24;
}

#projetos img {
    transition: all 0.3s;
    background-color: #b01f24;
    width: 100%;
}

#projetos img:hover {
    opacity: 0.65;
    filter: 
}

#projetos .projetos-img {
    background-color: #bab89c;
}

#projetos h3 {
    color: #bab89c;
}



/*PROJETOS DETALHES*/

#projetosdetalhe {
    padding: 80px 0 0 0;
    padding-top: 180px;
    background-color: #fff;
}

#projetosdetalhe h3 {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
}

#projetosdetalhe p {
    text-align: justify;
}

#projetosdetalhe h4 {
    font-size: 24px;
    text-align: center;
}

#projetosdetalhe .projetosdetalhe-txt {
    padding: 40px 0 0 0;
}

#projetosdetalhe .carousel-inner {
    width: 100%;
    height: 600px!important;
    min-height: 600px;
}

#projetosdetalhe .carousel-inner img {
    position: absolute;
    top: 50%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #projetosdetalhe {
        padding-top: 120px;
    }
    
    #projetosdetalhe .carousel-inner {
        height: 200px!important;
        min-height: 200px;
    }
    
    #projetosdetalhe .projetosdetalhe-txt {
        padding: 20px 0 0 0;
    }
}

/*CONTATO*/

#contact {
    padding: 70px 0 20px 0;
    background-color: #fff;
}

    @media (max-width: 768px) {
        #contact {
            padding-top: 40px;
        }
    }

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

#contact .contact-info p {
    line-height: 150%;
    padding-bottom: 10px;
}

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

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

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

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #999;
}

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

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #b01f24;
}

#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: #b01f24;
    border: 1px solid #b01f24;
    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: 8px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

#contact .form button[type="submit"] {
    
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

#contact .form button[type="submit"]:hover {
    background: #b01f24;
    color: #fff;
    border: 1px solid #b01f24;
}

.btn-contato {
    border-radius: 50px !important;
}

@media (min-width: 768px) {

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


#portfolio-geral #contact {
    margin-top: 30px;
    padding-top: 60px;
    
}

/*Footer*/

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

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

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

footer p {
    margin: 20px 0 5px 0;
    font-size: 9px;
    text-align: right
}

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

footer .footer-logo {
    width: 180px;
    margin-right: 20px;
    padding-top: 20px;
}

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

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

.space30 {
    padding: 30px 0;
}

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

.space15 {
    padding: 30px 0;
}

.modal-header {
    padding: 10px;
}

.modal p {
    line-height: 160%;
    text-indent: 30px;
    margin: 0 0 7px 0;
}

.modal ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.modal li {
    padding: 10px;
    display: inline-block;
    font-size: 24px;
}

.modal h3 {
    margin: 0;
    text-align: center
}

.modal h4 {
    font-weight: 100;
    color: #bab89c;
    text-align: center;
}

.modal h5 {
    font-weight: 400;
    color: #bab89c;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0 3px 0;
    font-size: 14px;
}

.modal i {
    color: #bab89c;
    transition: all 0.3s;
}

.modal i:hover {
    transform: scale(1.2);
    color: #b01f24;
}

.modal-body p {
    text-align: justify;
}

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

.scroll-anchor2 {
    position: relative;
    top: -70px;
}
