/*
 * 
Theme Name: Actmob Institucional
Author: Fernanda Cruz
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap');

a{text-decoration: none;}
*{outline: none;}


::-webkit-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment  {
	  display: none;
	}

	::-webkit-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-webkit-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 4px;
	}
	
	::-webkit-scrollbar-thumb:horizontal{
        background: #666;
        border-radius: 4px;
		width: 10px;
    }


	::-moz-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-moz-scrollbar-button:start:decrement,
	::-moz-scrollbar-button:end:increment  {
	  display: none;
	}

	::-moz-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-moz-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 4px;
	}
	
	::-moz-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }

	::-scrollbar-button:start:decrement,
	::-scrollbar-button:end:increment  {
	  display: none;
	}

	::-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 4px;
	}
	
	::-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }


html, body{
	/*width: 100%;
	height: 100%;*/
	z-index: 0;
	background: #fafafa;
}

header {
    width: 100%;
    height: auto;
    background: #ededed;
    border-top: 4px solid #ec680a;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.spaceHeader{
	width: 100%;
	position: relative;
	z-index: 0;
}
header .logoHeader a {
    display: block;
}

header .logoHeader a img {
    height: auto;
}

@media screen and (max-width: 768px){
   header .logoHeader a img {
        width: 50%;
   }
	header{
		padding: 15px 0;
	}
}

@media screen and (min-width: 769px){
    header .logoHeader a img {
        width: 90%;
   }
	header{
		padding-top: 15px;
	}
}


header .redesSociaisHeader a {
    color: #434343;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}


header .search-form-header {
    width: 100%;
    height: auto;
}


header .search-form-header .search-field {
    width: 80%;
    height: auto;
    border: 0;
    padding: 8px 15px;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
}


header .search-form-header .search-field::placeholder{
    color: #434343;
}

header .search-form-header .search-submit {
    background: #035a26;
    border: 0;
    width: 10%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 3px 3px 0;
}

header .infoHeader {
    width: auto;
    height: auto;
}

header .infoHeader a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .infoHeader a .iconLeft {
    font-size: 23px;
    margin-right: 10px;
    color: #035a26;
}

header .infoHeader a .infoRight {
    color: #434343;
    font-size: 15px;
}

header .infoHeader.cartHeader .infoRight .l1 {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

header .infoHeader.cartHeader .infoRight .l2 {
    line-height: 100%;
    font-weight: 500;
    display: block;
    margin-top: 4px;
}

header .l1-header-menu {
	padding-bottom: 17px;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	color: #7b7b7b;
}

header .l2-header-menu {
    /*padding-top: 20px;*/
}

header .btnMenuDepartamentos {
    border: 0;
    padding: 0;
    margin: 0;
    color: #434343;
    font-weight: 500;
    font-size: 15px;
}

header .btnMenuDepartamentos i {
    margin-right: 6px;
}

header .list-menu-desktop, .list-menu-desktop .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


header .list-menu-desktop > li > .sub-menu {
    display: none;
    position: absolute;
    width: auto;
    background: #242b57;
    min-width: 150px;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #eee;
    z-index: 10;
    top: 100%;
    left: 0;
}

header .list-menu-desktop > li > a:hover + .sub-menu,
header .list-menu-desktop > li > .sub-menu:hover{
    display: block;
	color: #ec680a;
}

header .list-menu-desktop > li > .sub-menu > li > a{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 5px 0;
}

header .list-menu-desktop > li > .sub-menu > li > a:hover {
  color: #ec680a;
}

header .list-menu-desktop > li > a:hover {
  color: #ec680a;
}

header .list-menu-desktop .menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
	margin-left: 10px;
}

header .list-menu-desktop > li > a {
    color: #7b7b7b;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 35px;
}

header .list-menu-desktop > li {
    display: block;
    position: relative;
}

header .list-menu-desktop > li:first-child {
    padding-left: 0px;
}

header .list-menu-desktop > li:last-child {
    padding-right: 0px;
}

/*.before-footer-widgets {
    background: #ededed;
    padding: 20px 0;
}*/


.before-footer-widgets .logo-before-footer img {
    height: 120px;
    width: auto;
}

@media screen and (max-width: 768px){
    .before-footer-widgets .logo-before-footer{
        width: 100%;
        height: auto;
    }
    .before-footer-widgets .logo-before-footer div{
        text-align: center;
    }
}

.reguaAntesRodape > i {
    font-size: 3rem;
    margin-right: 20px;
}

.reguaAntesRodape *{
    color: #434343;
}

.reguaAntesRodape a, .reguaAntesRodape div{
    display: block;
}

.reguaAntesRodape h2{
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0;
}

.reguaAntesRodape p{
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}


footer {
    padding: 35px 0;
    background: #10142b;
}

footer .colunasFooter h2, footer .colunasFooter h3, footer .colunasFooter h4 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .colunasFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .colunasFooter ul li a,
footer .colunasFooter .infoRodape{
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.colunasFooter .infoRodape{
    margin-bottom: 20px;
}

footer .colunasFooter .infoRodape p{
    margin: 0;
}

footer .colunasFooter .infoRodape .bold{
    font-weight: 500;
}

footer .selosRodape {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #888;
    border-bottom: #888 1px solid;
}

.selosRodape .textoFormasPagamento p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-right: 25px;
}

.selosRodape .imgFormasDePagamento img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.selosRodape .imgSeloSegurança img {
    width: auto;
    height: auto;
    max-height: 90px;
    max-width: 100%;
}

.copyright p {
    color: #fff;
    font-size: 1rem;
}

.copyright a img {
    width: auto;
    height: auto;
    max-height: 80px;
    margin-top: 20px;
}


@media screen and (max-width: 768px){
    .selosRodape .imgFormasDePagamento {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .reguaAntesRodape {
        width: 70%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .reguaAntesRodape i{
        width: 30%;
    }
    .reguaAntesRodape a, .reguaAntesRodape div{
        width: 65%;
    }
    
    footer .colunasFooter {
        text-align: center;
    }
    
    footer .colunasFooter div {
        margin-bottom: 20px;
    }
    
    .selosRodape .imgSeloSegurança {
        margin-top: 20px;
    }
}
/*
    .vc_row{
        margin: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .vc_row .vc_row{
        width: 100%!important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    

@media screen and (max-width: 768px){
    .vc_row{
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px){
     .vc_row{
        width: 540px;
    }
}

@media screen and (min-width: 993px) and  (max-width: 1200px){
    .vc_row{
        width: 720px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px){
    .vc_row{
        width: 960px;
    }
}

@media screen and (min-width: 1401px){
    .vc_row{
        width: 1320px;
    }
}*/


.btnOpenMenuMobile {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.cartMobile > a {
    position: relative;
    display: block;
    text-align: right;
}

.cartMobile > a > i {
    font-size: 2rem;
    color: #035a26;
}

.cartMobile > a > .qtdItens {
    border: 2px solid #ededed;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #035a26;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -7px;
    top: -7px;
    line-height: 20px;
    padding: 0px;
    margin: 0;
}


.menuMobile {
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 85vw;
    height: 100vh;
    border-right: 3px solid #ec680a;
    top: 0;
    left: -85vw;
    opacity: 0;
	transition: 0.5s;
}

.menuMobile .menu-mobile-header {
	width: 100%;
	padding: 1vh;
	border-bottom: 3px solid #ec680a;
	background: #10142b;
	height: 12vh;
}

.menuMobile .menu-mobile-header .titleSpace h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    background: #fff;
    font-size: 1.4rem;
    color: #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.menuMobile .menu-mobile-body {
    height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 1vh;
    background: #10142b;
}

.menuMobile .menu-mobile-body .list-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
    font-size: 1rem;
    display: block;
    height: auto;
    padding: 5px 0;
    color: #fff;
    font-weight: 600;
    width: 100%;
	position: relative;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a:hover {
  color: #ec680a;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a:hover {
	color: #ec680a;
}



.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
    border-bottom: 1px solid #eee;
}


.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 0;
    top: 10px;
}

.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a.submenuMobileIsOpen::after{
	content: "\f077";
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 10px;
	display: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
    display: block;
    padding: 5px 0;
    color: #888;
    font-size: 0.8rem;
    font-weight: 500;
}

.menuMobile .menu-mobile-footer {
    padding: 1vh;
    background: #fff;
    width: 100%;
    height: 7vh;
	border-top: 2px solid #000;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader a {
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
}


.blocoReguaHome .imagemRegua img {    
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.blocoReguaHome .textoRegua  h2,
.blocoReguaHome .textoRegua  p{
	color: #fff;
	text-transform: uppercase;
}

.blocoReguaHome  .textoRegua h2{
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}

.blocoReguaHome  .textoRegua p{
	font-weight: 400;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
}

.tituloBlocoHome::before {
    content: "";
    width: 5px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #035a26;
}

.btnVerTodosHome button {
    background-color: #fff !important;
    background: #fff !important;
    border: 2px solid #eee!important;
    color: #000 !important;
    font-weight: 600;
    padding: 10px 35px!important;
    border-radius: 100px!important;
}

.btnComprarBlocoInfoHome button {
    background: #f0f0f0!important;
    color: #000!important;
    padding: 10px 60px!important;
    font-weight: 500;
}

.blocoProdutoLista {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: #ddd 0px 0px 8px;
    border-radius: 2px;
}

.blocoProdutoLista a.button.add_to_cart_button {
    border-radius: 100px;
    padding: 12px 35px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #eee;
}

.blocoProdutoLista a.button.add_to_cart_button:hover {
	color: #fff!important;
    background-color: #035a26;
    border: 1px solid #035a26;
}
.btnVerTodosHome button:hover{
	color: #fff!important;
    background-color: #035a26!important;
    border: 2px solid #035a26!important;
}
.carrouselProducts .woocommerce .products li.product {
	margin: 0;
}

.carrouselProducts .woocommerce .products li.product > div{
	box-shadow:unset;
	width: 85%;
	margin: auto;
}

@media screen and (min-width: 992px){
	.carrouselProducts .woocommerce .products {
		margin-left: -24px;
		margin-right: -24px;
	}
}

.lightTituloBlocoHome{
	color: #fff !important;
}

.lightTituloBlocoHome::before{
	background: #fff;
}

.blocoProdutoLista .woocommerce-loop-product__title {
    color: #000;
    padding: 0;
    width: 100%;
    font-size: 0.8rem !important;
}

.blocoProdutoLista span.price .woocommerce-Price-amount * {
    font-size: 1.5rem;
    font-weight: 600;
	color: #035a26;
}

.woocommerce ul.products li.product .price{	
	color: #035a26;
}

.blocoProdutoLista .fswp_installments_price * {
    color: #888;
    font-size: 0.8rem;
}

.blocoProdutoLista span.price {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.slick-prev:before, .slick-next:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    font-size: 1rem;
}

.slick-prev:before{
	content: "\f053";
    margin-left: -10px;
}

.slick-next:before{
	content: "\f054";
}

.fundoBreadcrumbs {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    box-shadow: #ccc 0px 0px 6px;
}

.fundoBreadcrumbs .breadcrumbs *, .fundoBreadcrumbs .breadcrumbs {
    font-size: 0.8rem;
    color: #888;
    font-family: 'Open Sans', sans-serif;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:last-child) {
    margin-right: 10px;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:first-child) {
    margin-left: 10px;
}

.menuCategoriasFixoEsquerda {
    position: fixed;
    left: -100%;
    z-index: 10;
    background: #035a26;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 0;
	transition: 0.5s;
	opacity: 0;
}

.menuCategoriasFixoEsquerda h3 {
    padding: 10px 50px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
    width: 100%;
    height: auto;
    padding: 10px 50px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
	position: relative;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda > ul > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 30px;
    top: 10px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children a.submenuCatIsOpen::after{
	content: "\f077";
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
	display: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu li a {
    font-size: 0.9em;
    padding: 5px 50px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children > a {
    background: #08662e;
}

.woo-content-products .page-title, 
.woo-content-products .woocommerce-result-count {
    display: none;
}

.imagemCategoria {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woo-content-products .woocommerce-ordering {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.woo-content-products .woocommerce-ordering select {
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
}



@media screen and (min-width: 769px){
	.woocommerce .woo-content-products  ul.products li.product, 
	.woocommerce-page  .woo-content-products ul.products li.product {
		max-width: 22.05%;
	}
}


.woocommerce nav.woocommerce-pagination ul li a.next::after, .woocommerce nav.woocommerce-pagination ul li span.next::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;	
    font-size: 1.5rem;
    margin-left: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev::after, .woocommerce nav.woocommerce-pagination ul li span.prev::after {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 1.5rem;
    margin-right: 15px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li a{
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li a {
    color: #888;
    font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev{
    color: #888;
    font-size: 0rem;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}

.breadcrumb-product > nav.woocommerce-breadcrumb,
.breadcrumb-product > nav.woocommerce-breadcrumb > a{
	font-size: 14px;
	color: #888;
}
/*
.breadcrumb-product > nav.woocommerce-breadcrumb > a{
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}

.breadcrumb-product > nav.woocommerce-breadcrumb > a:fist-child{
	margin-left: 0px;
}*/

.breadcrumb-product > nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 15px 0;
}

@media screen and (min-width: 992px){
	.woocommerce-page .woo-content-products-page div.product div.images {
		width: 55%;
	}

	.woocommerce-page .woo-content-products-page .summary.entry-summary {
		width: 40%;
		height: auto;
	}
}

.woo-content-products-page .product_title.entry-title {
    font-size: 1.7rem;
    color: #035a26;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}

.woo-content-products-page .summary.entry-summary .price{
    color: #035a26;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
}

.woo-content-products-page .summary.entry-summary .woocommerce-variation-price .price{
	margin-top: 0px;
}

.woo-content-products-page .summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 1.7rem;
    font-weight: bold;
}

.woo-content-products-page .summary.entry-summary .fswp_installments_price.single p {
    margin-top: 0;
    margin-bottom: 20px;
}

.woo-content-products-page .summary.entry-summary .fswp_installments_price.single p *,
.woo-content-products-page .summary.entry-summary .fswp_variable_installment_calculation, 
.woo-content-products-page .summary.entry-summary .fswp_variable_installment_calculation *{
    font-size: 0.9rem !important;
    color: #777;
    font-weight: 500;
    padding: 0;
    line-height: 100%;
}

.woo-content-products-page .summary.entry-summary .selectVariationProducts {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
}

.woo-content-products-page .summary.entry-summary .selectVariationProducts .variationBloc {
    max-width: 45%;
    margin-right: 5%;
}

.woo-content-products-page .summary.entry-summary .selectVariationProducts .variationBloc label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #555;
}

.woo-content-products-page .summary.entry-summary .selectVariationProducts .variationBloc select {
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
}

div#cfpp .calculo-de-frete {
    display: block;
    width: 100%;
    height: auto;
}

div#cfpp .calculo-de-frete::before {
    display: block;
    content: "Frete e prazo de entrega";
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

div#cfpp .calculo-de-frete input[type="text"] {
    width: 70%;
    height: auto;
    display: inline-block;
    margin: 0;
    border: 1px solid #ccc;
    padding: 5px;
	
    vertical-align: middle;
}

@media screen and (max-width: 768px){
	div#cfpp .calculo-de-frete input[type="text"]{
		width: 65%;
	}
}


div#cfpp .calculo-de-frete div#calcular-frete svg {
    display: none;
}

div#cfpp .calculo-de-frete div#calcular-frete {
    display: inline-block;
    width: 29%;
    vertical-align: middle;
    float: none;
    font-size: 0;
    height: auto;
    line-height: 100%;
	text-align: center;	
    padding: 13px 0;
    margin: 0;
    background: #4f9a54!important;
}

div#cfpp .calculo-de-frete div#calcular-frete::after {
    content: 'Consultar';
    font-size: 16px;
    width: 100%;
    height: auto;
    line-height: 100%;
    text-align: center;	
    text-transform: uppercase;
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.woo-content-products-page .summary.entry-summary button.single_add_to_cart_button {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 20px;
    background: #4f9a54;
    border-radius: 0px;
}

.woo-content-products-page .summary.entry-summary button.single_add_to_cart_button:hover{
	background: #035a26;
}

.descricaoProduto {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.descricaoProduto h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 100%;
}

.descricaoProduto article {
    font-size: 0.9rem;
}

.tituloBlocoProdutos{
	font-size: 32px;
    color: #035a26;
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	.tituloBlocoProdutos{		
		font-size: 20px;
	}
}
.woo-content-products-page .summary.entry-summary .skuProd {
    font-size: 15px;
    color: #888;
}

.blocoFeaturedImageProduct {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.blocoFeaturedImageProduct *:not(img),
.blocothumbsProducts .woocommerce-product-gallery__image a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.blocoFeaturedImageProduct div a img,
.blocothumbsProducts .woocommerce-product-gallery__image a img{
	width: auto !important;
	height: auto !important;
	max-width: 95%;
	max-height: 95%;
}

.blocothumbsProducts {
   display: block;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: unset;
    letter-spacing: 0px;
    word-spacing: 0px;
    flex: unset;
    overflow-y: hidden;
    height: 130px;
    margin-top: 20px;
    padding: 5px 0;
}

.blocothumbsProducts .woocommerce-product-gallery__image {
    width: 120px !important;
    height: 120px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.blocoMinhaConta .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blocoMinhaConta .woocommerce-MyAccount-navigation ul a {
    color: #666;
    font-weight: 600;
    display: block;
    margin: 5px 0;
    font-size: 15px;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: #035a26;
    text-transform: uppercase;
    font-weight: 400!important;
    font-size: 1.3rem;
}

.blocoFormRodape > div > p {
    display: none;
}

.blocoFormRodape .blocoInput input[type="text"], .blocoFormRodape .blocoInput input[type="email"] {
    padding: 8px 15px;
    width: 100%;
    height: auto;
    margin: 5px 0;
    font-size: 14px;
}

.blocoFormRodape .blocoBtn input[type="submit"] {
    background: #0ca148;
    width: 100%;
    height: auto;
    padding: 12px 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 5px;
}

.blocoFormRodape .blocoInput input[type="text"]::placeholder, .blocoFormRodape .blocoInput input[type="email"]::placeholder {
    color:#888;
}

/* scrollbar *//*
.barraFixaScroll {
    position: fixed;
    width: 100%;
    height: 9px;
    background: #888;
    bottom: 0;
    left: 0;
	z-index: 99999;
}

.barraFixaScroll .barraCarregamento{
	height: 100%;
	width: 0%;
	background: #f00;
	transition: 0.5s;
}*/
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button:before{
    font-size: 49px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ec680a !important;
}
.slick-dots li button:before{
    opacity: 1 !important;
    color: #dadada !important;
	border-color: #dadada !important;
}

.slick-prev::before, .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  background: transparent;
  padding: 20px 10px;
  font-size: 2rem;
}
/*============================== HOME ==================================*/

.barrinha-OGrupo {
  border-right: 5px solid #7b7b7b;
}

.btn-faleConosco {
	background: #242b57 !important;
	color: #fff !important;
    font-size: 17px !important;
}


.imgBanner {
	min-width: 450px;
	min-height: 528px !important;
}

.blocoTextoInternoBanner {
  position: relative;
  width: 101%;
}

.blocoTextoInternoBanner.imageBanner {
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-size: cover;
}

.tituloBannerPadrao {
	color: white;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.imageBanner {
  display: block;
  width: 960px;
  min-height: 216px !important;
}

.tituloBannerPadrao {
	color: white;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tituloBannerNormal {
	font-size: 30px;
	top: 38%;
	left: 18%;
}

.resumoBannerNormal {
	font-size: 17px;
	top: 80%;
	left: 15%;
}

.tituloBannerNormalServiceDesktop {
    font-size: 22px;
    top: 40%;
    left: 11%;
	}	

.overlayBanner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #242b57;
	background: rgba(13, 18, 22, 0.96);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(13, 18, 22, 0.3);
}

.overlayBanner:hover {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(13, 18, 22, 0.3);
	background: linear-gradient(to right, transparent 50%, #10142b 50%);
	  background-color: rgba(0, 0, 0, 0);
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-size: auto;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease;
}

.blocoTextoInternoBanner:hover .overlayBanner {
  opacity: 1;
}

.blocoTextoInternoBanner:hover .textoBanner {
  opacity: 0;
}

.tituloBanner {
	font-size: 30px;
	top: 50%;
	left: 18%;
}

.resumoBanner {
	font-size: 15px;
	top: 47%;
	left: 57%;
}


.btn-Banner {
	background-color: #ec680a !important;
	border-color: #ec680a !important;
	color: #fff !important;
	position: absolute;
	top: 66%;
	left: 36%;
}







.imgServico {
	height: 48px;
    margin-bottom: 20px;
}

.btn-Servico {
  border-color: gray;
  color: gray;
}

.btn-Servico:hover {
	background-color: #242b57;
	color: #fff;
}

.tituloServico {
	min-height: 80px !important;
}

.tituloServico:hover{
	color: #242b57;
} 

.resumoServico {
  min-height: 242px !important;
}

.barrinhaServico {
  border-right: 2px solid #dadada;
}

.barrinha-Ajuda {
  border-top: 2px solid #dadada;
}

.btn-VerTodos {
	background: #fff!important;
	color: #7b7b7b !important;
    font-size: 12px !important;
}

.tiuloProjeto {
	position: absolute;
    z-index: 9;
}

.blocoTextoProjeto {
	margin-top: -136px !important;
}

.linkProjeto {
	 color: #fff;
}

.linkProjeto:hover {
	 color: #fff;
}

.imgTreinamento {
	min-width: 450px;
	min-height: 528px !important;
}


.blocoTextoInterno {
  position: relative;
  width: 101%;
}

.blocoTextoInterno.imageTreinamento {
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-size: cover;
}

.imageTreinamento {
  display: block;
	min-width: 450px;
	min-height: 528px !important;
}



.tituloTreinamentoNormal {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 75%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resumoTreinamentoNormal {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 90%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #242b57;
	background: rgba(36, 43, 87, 0.9);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(36, 43, 87, 0.3);
}

.blocoTextoInterno:hover .overlay {
  opacity: 1;
}

.blocoTextoInterno:hover .texto {
  opacity: 0;
}

.tituloTreinamento {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 62%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resumoTreinamento {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 79%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.btn-Treinamento {
	background-color: #ec680a !important;
	border-color:  #ec680a !important;
	color: #fff !important;
	position: absolute;
	top: 85%;
	left: 10%;
}


.bgDepoimentos {
    background: #fff;
    margin: 0 10px;
    padding: 20px;
	border: 1px solid #eeeeee;
}

.linkRodape a {
	color: #fff;
}

.linkRodape a:hover {
	color: #ec680a;
}




/*====================O GRUPO=================*/

.barrinha-LinhaTempo{
	position: relative;
    padding-bottom: 20px;
    display: inline-block;
}


.barrinha-LinhaTempo::before {
  content: "";
  width: 58px;
  height: 5px;
  background: #242b57;
  display: block;
  bottom: 0%;
  position: absolute;
}

/*====================MELKOR REVESTIMENTO=================*/
.tituloMenorRevestimento {
	color: #242b57; 
	font-size: 33px; 
	margin-bottom: -6px;
}

.tituloMaiorRevestimento {
	color: #242b57; 
	font-size: 60px;
}

.tituloBlocoTexto {
	color: #242b57; 
	font-size: 29px;
}




/*==================== CONTATO =================*/

.btn-danger{
	background-color: #ec680a !important;
	border-color:  #ec680a !important;
	color: #fff !important;
}

.borderRodape {
  border-top: 1px solid #161b38;
}

#mensagem {
  height: 152px;
}


/*==================== PROJETOS =================*/

.paginacaoProjetos {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #ececec;
}

.prev.page-numbers a {
  color: #242b57;
}

.next.page-numbers a {
  color: #242b57;
}

.prev.page-numbers:hover {
  color: #ec680a;
}

.next.page-numbers:hover {
  color: #ec680a;
}

.page-numbers {
  color: #242b57;
}

.page-numbers:hover {
  color: #ec680a;
}

.page-numbers.current {
  background: #242b57;
  padding: 5px;
  color: #fff;
  font-weight: 700;
}

/*=================== MOBILE ====================*/
@media screen and (max-width: 991px){
	
	/*=================== HOME ====================*/
	.imgServico {
		height: 48px;
		margin-bottom: 20px;
	}

	.btn-Servico {
	  border-color: gray;
	  color: gray;
	}

	.btn-Servico:hover {
		background-color: #242b57;
		color: #fff;
	}

	.tituloServico {
		min-height: 60px !important;
	}

	.tituloServico:hover{
		color: #242b57;
	} 

	.resumoServico {
	  min-height: 242px !important;
	}

	.barrinhaServico {
	  border-right: 2px solid #dadada;
	}
	
	
	.tiuloProjeto {
		position: absolute;
		z-index: 9;
	}

	.blocoTextoProjeto {
		margin-top: 16px !important;
	}
	
	.linkProjeto {
		color: #242b57;
	}

	
	.blocoTextoInterno {
	  position: relative;
	  width: 100%;
	}

	.imageTreinamento {
	  display: block;
		min-width: 284px;
		min-height: 528px !important;
	}

	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #242b57;
		background: rgba(36, 43, 87, 0.9);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border: 1px solid rgba(36, 43, 87, 0.3);
	}

	.blocoTextoInterno:hover .overlay {
	  opacity: 1;
	}

	.tituloTreinamento {
	  color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 55%;
	  left: 35%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	.resumoTreinamento {
		color: white;
		font-size: 14px;
		position: absolute;
		top: 75%;
		left: 40%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.tituloTreinamentoNormal {
	  color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 70%;
	  left: 35%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	.resumoTreinamentoNormal {
		color: white;
		font-size: 15px;
		position: absolute;
		top: 90%;
		left: 40%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}



	.btn-Treinamento {
		background-color: #ec680a !important;
		border-color:  #ec680a !important;
		color: #fff !important;
		position: absolute;
		top: 85%;
		left: 10%;
	}


	.bgDepoimentos {
		background: #fff;
		margin: 0 10px;
		padding: 35px;
		border: 1px solid #eeeeee;
		min-height: 385px;
	}
	
	
	/*==================== MELKOR REVESTIMENTO / SERVICE - MOBILE =================*/
	.tituloMenorRevestimento {
		color: #242b57; 
		font-size: 30px; 
		margin-bottom: -6px;
	}

	.tituloMaiorRevestimento {
		color: #242b57; 
		font-size: 40px;
	}

	.tituloProjeto:hover {
	  color: #ec680a;
	}

	.resumoProjeto:hover {
	  color: #ec680a;
	}

	
	.tituloBlocoTexto {
		color: #242b57; 
		font-size: 23px;
	}
	
	.resumoServicoInterno {
		min-height: 110px !important;
	}
	
	
	.linkRodape a {
		color: #fff;
	}

	.linkRodape a:hover {
		color: #ec680a;
	}
	
	
	.tituloBannerPadrao {
	  color: white;
      position: absolute;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}	
	
	
	.blocoTextoInternoBanner {
	  position: relative;
	  width: 101%;
	}

	.blocoTextoInternoBanner.imageBanner {
	  display: flex;
	  align-items: end;
	  background-repeat: no-repeat;
	  background-size: cover;
	}

	.imageBanner {
		display: block;
		width: 376px;
		min-height: 230px !important;
	}

	.tituloBannerNormal {
		font-size: 20px;
		top: 38%;
		left: 26%;
	}

	.tituloBannerNormalService {
		font-size: 22px;
		top: 40%;
		left: 17%;
		}	

	.tituloBannerNormalService {
		font-size: 22px;
		top: 40%;
		left: 17%;
		}	


	.resumoBannerNormal {
		font-size: 14px;
		top: 70%;
		left: 25%;
	}


	.overlayBanner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: .5s ease;
		background-color: #242b57;
		background: rgba(13, 18, 22, 0.96);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border: 1px solid rgba(13, 18, 22, 0.3);
	}

	.blocoTextoInternoBanner:hover .overlayBanner {
	  opacity: 1;
	}

	.blocoTextoInternoBanner:hover .textoBanner {
	  opacity: 0;
	}

	.tituloBanner {
		font-size: 30px;
		top: 50%;
		left: 18%;
	}

	.resumoBanner {
		font-size: 12px;
		top: 46%;
		left: 37%;
	}


	.btn-Banner {
		background-color: #ec680a !important;
		border-color: #ec680a !important;
		color: #fff !important;
		position: absolute;
		top: 67%;
		left: 6%;
	}

	.barraRolagem {
		overflow-y: scroll !important;
		height: 50vh !important;
	}
	
}


.barraRolagem {
  display: flex;
  overflow-x: auto;
}

.imagemTreinamento img {
  width: 100%;
}

.is-content-justification-center.is-layout-flex.wp-container-1.wp-block-social-links.aligncenter.has-large-icon-size.has-icon-color.is-style-logos-only a {
  font-size: 17px;
  margin-top: 20px;
}



.card_servicos-v2 {
    position: relative;
    color: #fff;
    overflow: hidden;
    min-width: 960px;
}

.card_servicos-v2 article {
    font-size: 17px;
    max-width: 416px;
}

.overlayBanner-v2,
.card_servicos-v2-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    min-height: 216px;
}

.textoBanner-v2 * {
    z-index: 2;
    position: relative;
}

.textoBanner-v2:after {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: ;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, .0) 0%, rgba(0, 0, 0, .81) 87%, rgba(0, 0, 0, .9) 90%);
}
.overlayBanner-v2 h2 {
    font-size: 30px;
    min-width: 30%;
    margin-right: 1.5rem;
}
.textoBanner-v2 h2 {
    font-size: 22px;
    min-width: 30%;
    margin-right: 1.5rem;
}
.overlayBanner-v2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 100%;
    background-color: #242b57;
    background: rgba(13, 18, 22, 0.96);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all .8s;
    z-index: 4;
}

.card_servicos-v2:hover .overlayBanner-v2 {
    opacity: 1;
    left: 0;
}

.overlayBanner-v2 .btn.btn-Banner {
    position: unset;
}

@media screen and (max-width: 1199px){
    .card_servicos-v2 {
        min-width: 100%;
    }
    .card_servicos-v2:hover .overlayBanner-v2 {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: .625rem;
        padding: 2rem;
    }
    .card_servicos-v2 article {
        margin-bottom: 1rem;
    }
    .overlayBanner-v2, .card_servicos-v2-container {
        min-height: 330px;
    }
}
