body{
    font-family: 'Lato', sans-serif;
    /* font-family: 'Nunito Sans', sans-serif; */
    background: #fff;
    overflow-x: hidden;
}
header {
    background-color: #fff;
    /* border-bottom: 1px solid #e1e1e1; */
}
p{
    font-size: 15px;
    font-weight: 300; 
    color: #484848;
}
strong, b{
    font-weight: bold;
    color: #000; 
}
h1{
    font-weight: bold;
    font-size: 28px;
    color: #000;
}
h2{
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
h3{
    font-weight: 600;
    font-size: 14px;
    color: #FFC507;
}
h4{
    font-weight: 500;
    font-size: 21px;
    color: #FFC507;
}
header .navbar-toggler{
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
header .navbar-toggler .navbar-toggler-icon {
    width: 22px;
    height: 3px;
    vertical-align: middle;
    outline: 0;
    display: block;
    border-radius: 1px;
}
header .navbar-toggler .navbar-toggler-icon+.navbar-toggler-icon {
    margin-top: 4px;
}
header .navbar-toggler .navbar-toggler-icon {
    background-color: #006731;
}
.menu{
    background: #00673117;
}
.cat .title,
.title{
    font-size: 22px;
    color: #000;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;    
}
.cat .title {font-size: 18px; line-height: 2;}
.newsletter h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.cat {
    list-style: none;
    padding: 0;
}
.subtitle {
    color: #FFC507;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 300;    
    letter-spacing: 2px;
}
/* TOPO */
.tel{
    background: url(../img/svg/iconefone.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.top-icon img {
    margin: 0 0.4em;
}
.navbar .navbar-brand{
    max-height: 115px;
}
.navbar .navbar-brand img{
    max-width: 248px;
}
.nav-top {
    z-index: 999;
    position: relative;
    background-color: #131313;
    color: white;
}
.navbar .navbar-nav .nav-item .nav-link, .dropdown-toggle{
    /* font-family: 'Nunito Sans', sans-serif; */
    color: #515151;
    /* font-weight: 800; */
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.7s all ease;  
}

.navbar-collapse {
    right: inherit;
    left: 0;
}
.top-icon:hover{
    color: transparent;
    text-decoration: none;
}
.bgMobile {
    background: #006731;
}
/* HOME */
.index-page .page-header{
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.play{
    background: url(../img/play-icon.png) no-repeat center;
    position: absolute;
    bottom: 25%;
    left: 10%;
    width: 230px;
    height: 90px;
    opacity: 0.6;
}
/* PAGINAS INTERNAS */
.pagination .page-item{
    list-style: none;
}
.tags-list {
    width: 70%;
}
.tags-list li {
    display: inline-block;
    color: #000;
    height: 35px;
}
.tags-list li a {
    border: 1px solid #000;
    padding: 5px 10px;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
    font-style: italic;
}
/* foo-content */
.foo-content h3{
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.bot-icon {
    text-decoration: none!important;
}
footer{
    background-color: #F1F1F1;
    text-align: left;
}
.foo-content h3 {
    color: #1D1D1D;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 4px;
}
.foo-content h5 {
    color: #434343;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.foo-content a {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    display: block;
}
footer .copyright{    
    font-size: 10px;
    color: #ACACAC;
    font-weight: 400;
    line-height: 1.5;
}
.foo-seta {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 0;
}
.whats {
    height:55px;
    position:fixed;
    bottom: 80px;
    right: 85px;
    z-index:99999;
}
.foo-content ul li,
.foo-content p{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 0;
    display: block;
    padding: 0;
}
.foo-content a{
    text-transform: initial;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    margin-bottom: 0.6em;
    padding: 0;
}
.foo-message P{
    font-size: 14px;
}
.foo-copyright p{
    font-size: 10px;
    color: #2C2E3FB2;
}
.social-top a{
    margin: 0.2rem;
}
.video-content .video {
    display: inline-block;
    margin: .5%;
    height: 160px;
    overflow: hidden;
}
.video-content .video a {
    display: table-cell;
    vertical-align: middle;
    max-width: 220px;
    max-height: 180px;
}
.video-content .video a img {
    display: table-cell;
    vertical-align: middle;
    max-height: 180px;
}
.content-orange{
    background-color: #ff8b26;
    padding: 1.4em 3em;
    box-sizing: border-box;
}
.content-orange img{float: left; margin-right: 2em; margin-bottom: 2em;}
.content-orange h2{
    color: #fff;
    font-size: 20px;
    padding: 1.5em 0;
    text-transform: inherit;
    margin: 0;
    font-weight: 400;
}
.content-orange p{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.btn-menu{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #006731;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto .5em;
}
.main-content{
    background-color: #E9F3D7;
    padding: 4rem 0;
}
.main-content h1{
    color: #006731;
    font-size: 30px;
    font-weight: 900;
}
.main-content h2{
    color: #515151;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-content p{
    color: #515151;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
}
.content-orcamento svg{
    max-width: 100px;
    height: auto;
}
.main-content a:hover, .main-content a:hover h2{
    color: #006731;
    text-decoration: none;
}
.content-orcamento h1{
    font-size: 25px;
    margin-bottom: 2em;
}
.content-whatsapp b{
    color: #006731;
}
.content-whatsapp .btn.btnBig{
    background-color: #96C546;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: .7em 1.2em;
    margin: 2em 0 4em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.content-email .btn-anexo, .content-email .btn-submit{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #96C546;
    border-radius: 22px;
    padding: .7em 2em;
    border: none;
    cursor: pointer;
}
.content-email .form-group{
    padding-top: 5px;
}
.content-email .form-file-upload p{
    font-size: 14px;
    color: #515151;
}
.content-email .form-control{
    background-color: #fff;
    border-radius: 22px;
    padding: 20px 1.5em;
}
.form-check .form-check-label{
    font-size: 15px;
    color: #515151;
}
.form-check .form-check-sign .check{
    background-color: #fff;
    border-radius: 0;
}
.bg-blue{
    background-color: #131e29!important;
}
.bg-red {
    background-color: #e5e1e6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter .container .col-bg-dark{
    background-color: #FF8B26;
    display: flex;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
}
.newsletter .container .col-bg-dark img{
    margin: auto;
}
.news-full {
    position: relative;
    /* padding: 70px 0 80px; */
    width: 100%;    
}

.newsletter {
    position: relative;
    vertical-align: middle;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .news-full {
        padding: 25px 0;
    }

    .newsletter {
        padding: 0
    }
}

.newsletter h2 {
    line-height: 46px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 0;
}

.newsletter h3 {
    color: #fff;
    margin-top: 13px;
    padding-bottom: 0;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem
}

.newsletter .news-content {
    float: none;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .newsletter .news-content {
        padding: 0
    }
}

.newsletter .news-img {
    text-align: center
}

.newsletter .news-img img {
    max-height: 275px
}

.newsletter form input {
    border: 1px solid #E1E1E1;
    border-bottom: none;
    border-radius: 0px;
    padding: 0px 20px;
    font-size: 16px;
    color: #8F8F8F;
    height: 55px;
    width: 97%;
}

.newsletter form input::placeholder {
    color: #8F8F8F!important;
    font-size: 16px !important;
}

.newsletter p {
    line-height: 16px;
    color: #5A5B5E;
    font-size: 13px;
    margin: 0;
}

.newsletter p a {
    color: #5A5B5E !important;
    text-decoration: underline;
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    margin: 0;
}

.newsletter button:hover svg rect {
    fill: #f9c86c !important;
}

.bmd-form-group.bmd-form-group-sm {
    width: 100%;
    max-width: 288px;
    padding: 0;
}
.search-form .form-control:focus,
.search-form input {color: #000;}
.form-control.form-control-sm {background-image: none;}
.btn-transparent {background: transparent; border: none; cursor: pointer;}
header .input-group {border-bottom: 1px solid #000;}
::placeholder { color: #444444 !important; font-size: 14px !important; font-weight: 400 !important;}
.newsletter ::placeholder {font-size: 15px !important;}
.cart span {color: #000; font-size: 15px; font-weight: 500; text-decoration: underline; margin-left: 0.3em;}
.btn-theme {    
    text-transform: lowercase;
    border: 2px solid #000000;
    text-align: center;
    padding: 1.0rem 1.5rem;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: 0.2s;
}
.btnNews{
    background: #000 0% 0% no-repeat padding-box;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
    width: 112px;
    height: 55px;
}
.btnNews:hover,
.btn-theme:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
.pagination>.page-item>.page-link, .pagination>.page-item>span {
    background: transparent;
    border: 1px solid #E7E7E7;    
    color: #68184E !important;
    font-size: 12px;
    font-weight: 400;
}
.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    border: 1px solid #131e29 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #131e29 !important;
}
.pagination>.page-item>.page-link, .pagination>.page-item>span {
    border-radius: 50% !important;
    padding: 0;
    line-height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.pagination>.page-item.next>.page-link{
    background: #131e29 !important;
    color: #FFF !important;
    font-size: 9px;
    border: none;
}
.newsletter input {
    border: none;
    color: #000;
    height: 55px;
    width: 286px;
    border: 1px solid #E1E1E1;
    padding-left: 25px;
}
.content p,
.card-description {
    color: #2D2926;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}
.content p {font-size: 15px;}
.abstract {
    color: #363435;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.author, .author p {
    color: #2D2926;
    font-size: 13px;
    font-weight: 400;
}
.author img,
.content img {
    max-width: 100%;
    height: auto;
}
header a:hover {text-decoration: none;}
.topBar {
    background: #fff;
    text-align: center;
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
}
.topBar h1 {
    color: #000;
    font-size: 13px;
    letter-spacing: 1.6px;
    font-weight: 500;
    margin: 0;
}
.social-top {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.logo img{
    min-height: 54px;
}
.newsletter p,
.newsletter a {
    color: #b7b6bd;
    font-size: 13px;
    font-weight: 400;
}
.newsletter a {text-decoration: underline;}
p.cnpj {
    color: #ACACAC;
    font-size: 14px;
    font-weight: 400;
}
.share-this i {font-size: 1.2rem;}
.foo-cgdw p{
    color: #484848;
    font-size: 10px;
}