html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    font-family: "Poppins", Arial, Sans-Serif;
}


.subtopo {
    font-size: 13px;
    background-color:#212F31;
    color: #fff;
    font-weight: bold;

}

.subtopo span, .subtopo i{
    color:#4d9144;
}

.tag-shadow{
    -webkit-box-shadow: 0 0 46px 7px rgba(219,219,219,0.41);
    -moz-box-shadow: 0 0 46px 7px rgba(219,219,219,0.41);
    box-shadow: 0 0 46px 7px rgba(219,219,219,0.41);
}

.btn-acao {
    background-color: #4d9144;
    border: 0;
    color: #fff !important;
    transition: 0.3s;
    font-weight:bold;
}

.btn-acao:hover{
    background-color: #2f7127;
    color: #fff;
    cursor: pointer;
}

.btn-acao:focus{
    box-shadow: none;
}

body {
    background: #fff;
    color: #444;
}

a {
    color: #007bff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
    cursor: pointer !important;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background-color:#cfa32d;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

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

.whatsapp {
    position: fixed;
    right: 15px;
    background-color: #4cbc46;
    border-radius: 25px;
    padding:0.4em 1em 0.4em 1em;
    text-align: center;
    width:150px;
    line-height: 1em;
    z-index:2;
}

.whatsapp.produtos{
    bottom: 170px;
}

.whatsapp.servicos{
    bottom: 110px;
}


.whatsapp a{
    color:white;
}

.whatsapp p{
    font-size:0.9em;
    margin:0;
    font-weight:500;
}

/* 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 #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Headertitle
--------------------------------------------------------------*/

#header {
    /*height: 150px;*/
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
    /*height: 60px;*/
    /*padding: 10px 0;*/
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #00366f;
    text-decoration: none;
}

.box-header {
    max-height: 100%;
}

.main-pages {
    margin-top: 60px;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

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

.section-header{
    padding:1em 0 1em 0;
}

.section-header h3 {
    font-size: 2.5em;
    color: #33363e;
    text-align: center;
    font-weight: bold;
    position: relative;

}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 1em;
    color: #444444;
    width: 70%;

}


/*Portfólio*/

section#portfolio{
    background-color: #101520;
}

section#portfolio h2{
    color: white;
    font-size:2em;

}

section#portfolio .nav-item a{
    background-color: #353b48;
    color:white;
    font-weight:500;
    font-size:1.1em;
    border: none;
}

section#portfolio .nav-item a.active{
    background-color: #4d9144;
}

section#portfolio .nav-tabs {
    border:none;
}

/*Carousel*/
.carousel .carousel-indicators li{
    height:10px;
    width:16px;
    opacity:1;
}

.carousel .carousel-indicators li.active{
    background-color: #4d9144;
    width:35px;
}

/*Blog*/

section#blog{
    background-color: #101520;
}

section#blog h2{

    color:white;
    font-size:2em;
}

section#blog .section-header p{
    font-weight:500;
    color:white;
    font-size:1em;
    line-height: 1em;
}

section#blog p.green{
    color:#7bd270;
    font-size: 1em;
    font-weight:bold;
}

.card.noticia,.card.galeria{
    border:none;
    overflow: hidden;
}

.card.noticia p,.card.galeria p{
    color:#444444;
    font-size:1em;

}

.card.noticia h5,.card.galeria h5{
    color:black;
    font-size:1em;
}

.card.noticia span.date,.card.galeria span.date{
    background-color: rgba(0,0,0,0.8);
    color:#fafafa;
    font-family: Arial, sans-serif;
    font-size:0.9em;
    position: absolute;
    right:0;
    bottom:0;
    padding:0.7em;
}

.card.noticia .img-container,.card.galeria .img-container{
    position: relative;
}

.card.noticia .card-img-top,.card.galeria .card-img-top{
    min-height:225px;
    object-fit: cover;
    margin:auto;
}

.card.noticia a.btn-acao,.card.galeria a.btn-acao{
    font-size:0.9em;
    font-weight:500;
    padding:0.2em 0.8em 0.2em 0.8em;
}

.card.noticia .btn-acao,.card.galeria .btn-acao{
    margin:auto;
}

/*Depoimentos*/

section#depoimentos, main {
    background-color: #e5e5e5;
}

section#depoimentos h2{
    color:#171717;
    font-size: 2em;

}

section#depoimentos p.green{
    color:#4d9144;
    font-size:1em;
    font-weight:500;
}

/*section#depoimentos .btn-acao{*/
    /*color:#f1f2ee;*/
    /*font-size:1em;*/
    /*font-weight:500;*/
/*}*/

section#depoimentos .card{
    border: 1px solid #d2d2d2;
}

section#depoimentos .media .img-container{
    width:75px;
    height:75px;
    overflow: hidden;
    position: relative;
}

section#depoimentos .media img{
    position: absolute;
    margin:auto;
    left:-100%;
    top:-100%;
    right:-100%;
    bottom:-100%;
}

section#depoimentos .card .media-body h5{
    color:black;
    font-size: 1em;
    font-weight:500;

}

section#depoimentos .card .media-body p{
    color:black;
    font-size: 1em;

}

section#depoimentos .card .card-body h5.card-title{


    font-size:1.5em;
    color:#222222;
    margin-top:15px;
}

section#depoimentos .card .card-body p{
    color:#222222;
    font-size:1em;
   line-height: 1.2em;
}

section#depoimentos .card {
    padding:0.8em 1em 0.8em 1em;
}

/*Sobre nós*/

section#empresa{
    background-color: #101520;
    color:white;
}

section#empresa p{
    font-size:1em;

}

section#empresa h2{
    font-size:2.2em;

}

section#empresa p.green{
    font-size:1em;
    color:#549f4a;
    font-weight:bold;
}

section#empresa .img-container{
    min-height:480px;
    overflow: hidden;
    position: relative;
}

section#empresa .img-container img{
    object-fit: cover;
    min-width:100%;
    min-height:100%;
    position: absolute;
}

.carousel-gallery  img:not(.active){
    opacity:0.7;
}

/*Produtos Serviços*/

section#produtos legend{
    color:#000000;
    font-weight: bold;
    font-size:1em;
}

section#produtos input[type=text],section#produtos input[type=email],section#produtos input[type=file]{
    border: 1px solid #b9b9b9;
    height:60px;
    color:#444444;
    font-size:1.1em;
}

section#produtos button[type=submit]{
    height:60px;
    color:#f1f2ee;
    font-size:1.5em;
}

section#produtos .nav-tabs{
    border:none;
}

section#produtos .nav-tabs .nav-item a{
    border:none !important;
    color:#aaaaaa;
    font-size:2.2em;
    font-weight:bold;
    text-align: left;
    background-color: transparent;
}

section#produtos .nav-tabs .nav-item a.active{
    color:#4d9144;
}

section#produtos .tab-content .input input[type=radio]{
    width:100%;
    height:85%;
    position: absolute;
    left:0;
    top:0;
    opacity:0;
}

section#produtos .tab-content .input input[type=radio]:hover{
    cursor: pointer;
}


section#produtos .tab-content .carousel-tab{
    background-color: #aaaaaa;
    color: #f1f2ee;
    font-weight:500;
    font-size:1em;
    padding: 0.5em;
    text-align: center;
}

.carousel-tab.active{
    background-color: #4d9144 !important;
}

section#produtos .tab-content .input {
    margin: 0 0.8em 0 0.8em;
    position: relative;
}

section#produtos p{
    color:#444444;
    font-size:1em;
   }

.fb-page{
    width:100%;
    min-height: 250px;
}

footer{
    background-color: #101520;
}

footer h2{
    color:#f2f1f1;
    font-size:2.1em;
    margin-bottom:0;
}

footer form input[type=text],footer form input[type=email],footer form select{
    border:1px solid #d1d1d1;
    color:#444444;
    font-size:1.1em;
    height:50px !important;
}

footer form button[type=submit]{
    color:#f1f2ee;
    font-size:1.5em;
    font-weight:500;
}

footer b{
    color:#cccccc;
    font-size:1.1em;
    font-weight: bold;
}

footer p {
    color: #f2f1f1;
    font-size: 1em;

}

footer p.copyright, footer p.logo{
    color:#cccccc;
    font-size:0.9em;
}

footer form .checkbox{
    display: inline;
    color:#f2f1f1;
    padding-right:15px;
}

/* RESPONSIVE */

@media (min-width: 992px) {
    section#produtos .tab-content .carousel-tab{
        font-size:1.3em;
    }
}

@media (max-width: 768px){
    section#portfolio .nav-tabs .nav-item{
        width:100%;
        display: block;
    }

    section#portfolio .nav-tabs .nav-item a{
        border-radius: 0;
    }

    .btn-acao{
        width:100%;
        display: block;
        text-align: center;
    }

    section#produtos .carousel-tab{
        border-radius: 0 !important;
    }

    section#produtos .carousel-tab{
       margin:0;
    }

    section#blog .card{
        border-radius: 0;
    }

    section#empresa .img-container, section#empresa .card-img-top{
        border-radius: 0;
    }

    footer{
        text-align: center;
    }

    .logo img{
        max-width:90px;
    }
}

.pagination .page-item.active .page-link{
    background-color: #4d9144;
    border-color: #2f7127;
    color:white;
}

.pagination .page-item .page-link{
    color:#4d9144;
}

.page-title{
    border-left:3px solid #2f7127;
    padding: 1em 0 0.5em 1.5em;
}

.page-title h1{
    color:black;
}

.page-title p {
    color:#777;
}

.page-title-container nav.breadcrumb-box .breadcrumb{
    background-color: transparent;
}

.page-title-container nav.breadcrumb-box .breadcrumb a{
    color:black;
}

.carousel .carousel-control-prev{
    background-color: #4d9144;
    width:50px;
    height:50px;
    right:50px;
    top:0;
    left: inherit;
    bottom:inherit;
    position: absolute;
    opacity: 1;
}

.carousel .carousel-control-next{
    background-color: #4d9144;
    width:50px;
    height:50px;
    right:0;
    top:0;
    left: inherit;
    bottom:inherit;
    position: absolute;
    opacity: 1;
}

.page-title-container{
    margin-bottom:30px;
}

.form-control.form-error{
    border:1px solid darkred !important;
}

.error-message{
    color:red;
}

button.close{
    display: none;
    opacity:0;
}

/* GLOBAL */

input, button, .btn, textarea, select, nav, li a {
    border-radius:0 !important;
}



/* SECAO DE VIDEOS */


h3.tit-video {
    font-size: 21px;
    font-weight: 500;
}


.box-videoplay{
    background:#111;
    margin:auto;
}


.box-videoplay h2{
    font-size: 31px;
    color: #fff;
    padding: 13px 31px;
    margin: 0;
    display: block;
    width: 100%;
    background:rgba(0,0,0,0.13);
    margin-bottom: 10px;

}


.mais-videos .media-left{
    padding-right: 13px;
}

.box-video{
    margin-bottom: 15px;
}

#video-principal .video-container{
    padding:1% 7% 2% 7%;
}


#video[src='']{
    min-height: 290px;
}

.tit-destaque, .tit-destaque {
    color: #222;
    font-size: 2em;
    margin-top: 30px;
}

.box-video a{
    color: #222;
}


/* PAGINACAO */
.pager {
    list-style: none;
}

.pager li{
    display:inline-block;
}
 .pager li a {
    color: #999;
    background: transparent;
    margin-left: 2px;
    border: 1px solid #ccc;
     color: #777;
    box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
    padding: .2em .6em;
    font-weight: bold;
    font-size: 2em;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.pager li.active > a, .pager li.active > a:hover, .pager li a:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 5px 0 #ccc;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #2b2b2b;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    border-radius: 50px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    text-decoration: none;
}

.main-nav a:hover:after,
.main-nav .active > a:after,
.main-nav li:hover > a:after{
    content:"";
    display: block;
    width:100%;
    border-top:3px solid #4d9144;
}


.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #007bff;
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(0, 0, 0, 0.95);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #999;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #fff;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #222;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav-toggle i{
    color:#222 !important;
}

#portfolio .card-columns {
    column-gap:0;
    column-count:4;
}

#portfolio .card{
    padding:0;
    margin:0;
    border:none;
}

#portfolio  .card img,#portfolio .card{
    border-radius: 0;
}

img[src=""].lazy{
   display: none;
}

/* BANNER */
.banner-item h5{
    text-align: center;
    color:white;
    font-weight:bold;
    font-size:2.3rem;
    text-align: center;
    text-shadow: 2px 3px 10px rgba(0,0,0,0.65);
    position:relative;
}

.carousel-item:before {
    -webkit-box-shadow: inset 0 -15rem 17rem rgba(0, 0, 0, .8);
    box-shadow: inset 0 -15rem 17rem rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}