/*
 * 
Theme Name: Actmob Institucional
Author: Lucas Garcez
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:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

div, p, strong, article, aside, section, button, input, h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
}


::-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.header {
    width: 100%;
    height: auto;
    background: #FAFAFA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

header.header .fundo_menu {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1px 0;
}

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

heade.headerr .logoHeader a img {
    height: auto;
}

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

@media screen and (min-width: 769px){
    header.header .logoHeader a img {
        width: 80%;
   }
	header.header > .container {
		padding: 20px 0;
	}
}


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


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


header.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.header .search-form-header .search-field::placeholder{
    color: #434343;
}

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

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

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

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

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

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

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

header.header .l1-header-menu {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
	padding-top: 10px;
}

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

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

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

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

header.header .list-menu-desktop > li.btn-compre-agora > a::before {
    content: '\f07a';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

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

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

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

header.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.header .list-menu-desktop > li.current_page_item > a {
    background: #27339D;
    color: #fff;
}

header.header .list-menu-desktop > li > a {
	color: #444;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}

header.header .list-menu-desktop > li.menu-item-object-custom > a {
    background: #27339D;
    color: #fff;
    box-shadow: #888 0px 0px 6px;
}


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

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

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

header.header .contato_topo {
    width: 70%;
    height: auto;
    margin: auto;
}

header.header .contato_topo p {
    margin: 0;
}

header.header .contato_topo p.l1 {
    font-size: 12px;
}

header.header .contato_topo p.l2 {
    font-size: 15px;
}

.before-footer-widgets {
    background: #2a4769;
    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;
    }
}


footer {
    padding: 35px 0;
    background: #ECECEC;
    border-top: 0px solid #27405E;
}

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.8rem;
}

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


.copyright p {
    color: #747474;
    font-size: 14px;
}

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



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

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

.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    border-bottom: 3px solid #27339D;
    background: #27339D;	
    height: 7vh;
}

.menuMobile .menu-mobile-header .titleSpace h2 {
    font-size: 20px;
    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;
}

.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: 18px;
	display: block;
	height: auto;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.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 #2A4769;
}

.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: #27339D;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}



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


.topo_cabecalho .bloco_topo:not(:last-child) {
    margin-right: 30px;
}

.topo_cabecalho .bloco_topo i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #27339D;
}

.topo_cabecalho .bloco_topo:not(.bloco_redes_sociais) i {
    margin-right: 10px;
}

.topo_cabecalho .bloco_redes_sociais i {
    margin-right: 15px;
}

.topo_cabecalho .bloco_topo:not(.bloco_redes_sociais) {
    font-size: 15px;
    color: #444;
}

.bloco-menu-desktop {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.btn-main-menu {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-whats-main-menu > a::before {
    content: '\f406';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
}

.topo_cabecalho .bloco_redes_sociais a:last-child i {
    margin-right: 0px !important;
}

footer .bloco_rodape.bloco_titulo h2 {
    margin-top: 40px;
    color: #444;
    font-weight: 800;
    font-size: 20px;
	margin-bottom:10px;
}

footer .bloco_rodape {
    margin: 5px 0;
    font-size: 16px;
	color: #444;
}

footer .bloco_rodape i {
    font-size: 20px;
    margin: 0 5px;
    display: inline-block;
    color: #444;
}

footer .bloco_rodape.bloco_redes_sociais {
    margin-bottom: 50px;
}

.copyright > div {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

#qlwapp .qlwapp-icon {
    margin-right: 0px !important;
    font-size: 25px;
}

#qlwapp:hover .qlwapp-icon {
    margin-right: 15px!important;
}
#qlwapp:hover span.qlwapp-text {
    display: block;
}
#qlwapp span.qlwapp-text {
    display: none;
}

div#qlwapp {
    z-index: 99!important;
}


.lista-loop-automacao {
    width: 100%;
    height: auto;
    column-gap: 10px;
}

.lista-loop-automacao .bloco-automacao > a > img {
    width: 100%;
    height: 480px;
    z-index: 10;
    position: relative;	
    transition: 0.5s;
	object-fit: cover;
}

@media screen and (min-width: 992px){
	.lista-loop-automacao .bloco-automacao > a:hover img{		
    	height: 500px;
	}
}


.lista-loop-automacao .bloco-automacao > a:hover img {
    transition: 0.5s;
}

.lista-loop-automacao .bloco-automacao > a {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}

.lista-loop-automacao .bloco-automacao {
    width: 25%;
    height: auto;
    position: relative;
}

.lista-loop-automacao .bloco-automacao > a > .titulo-bloco-automacao {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 50px 10px 10px 10px;
    background: linear-gradient(0deg, #000c 30%, transparent 101%);
    width: 100%;
    z-index: 11;
	transition: 0.5s;
}

.lista-loop-automacao .bloco-automacao > a:hover > .titulo-bloco-automacao{
	bottom: 0px;
	transition: 0.5s;
}

.lista-loop-automacao .bloco-automacao > a > .titulo-bloco-automacao h2 {
    color: #fff;
    font-size: 20px;
    display: block;
}

.lista-loop-automacao .bloco-automacao > a:hover .titulo-bloco-automacao {
    background: linear-gradient(0deg, #239c 30%, transparent 100%);
}



@media screen and (max-width: 992px){
	.lista-loop-automacao .bloco-automacao{
		width: 310px;
		display: inline-block;
		margin-right: 10px;
	}
	
	.lista-loop-automacao .bloco-automacao:last-child{
		margin-right:0px;
	}
	
	.lista-loop-automacao{		
		overflow-y: auto;
		white-space: nowrap;
	}
	
	.lista-loop-automacao .bloco-automacao > a{
		height: 400px;
	}
	
	.lista-loop-automacao .bloco-automacao > a > img{
		height: 380px;
	}
	
	main.main {
		width: 90%;
		height: auto;
		margin: auto;
	}
}

.lista-loop-automacao .bloco-automacao > a > .titulo-bloco-automacao h2 strong {
    display: block;
    font-size: 25px;
}

.borda-inferior-cinza::after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #CECECE;
}
.borda-inferior-cinza {
    width: 100%;
    position: relative;
    height: 8px;
    background: #E2E2E2;
}

@media screen and (max-width: 991px){
	.borda-inferior-cinza{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.border-top-bottom-mobile {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

.text-dark-blue{
	color: #27339D;
}

.titulo-principal,
.titulo-principal h1,
.titulo-principal h2,
.titulo-principal h3,
.titulo-principal h4{	
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
}

.subtitulo-principal,
.subtitulo-principal h1,
.subtitulo-principal h2,
.subtitulo-principal h3,
.subtitulo-principal h4{	
    font-size: 22px;
    font-weight: 800;
}

.texto-comum{
	color: #5D5D5D;
	font-size: 16px;
}

.border-left-right-column{
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}

.border-top-column{
	border-top: 1px solid #E2E2E2;
}

@media screen and (max-width: 767px){
	.border-left-right-column{
		border-left: 0;
		border-right: 0;
	}
}

.bloco_tipo_automacao > a > img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.bloco_tipo_automacao .btn_bloco_tipo_automacao {
    color: #5D5D5D;
    font-weight: 600;
    display: block;
}


.coluna_tipo_automacao {
    margin-bottom: 40px !important;
    position: relative;
}

.coluna_tipo_automacao .bloco_tipo_automacao a.btn_bloco_tipo_automacao {
    width: 90%;
    height: auto;
    margin: auto;
}

.coluna_tipo_automacao .bloco_tipo_automacao p {
    width: 90%;
    height: auto;
    margin: auto;
}

.coluna_tipo_automacao .bloco_tipo_automacao h2 {
    width: 90%;
    height: auto;
    margin: auto;
}

.coluna_tipo_automacao .bloco_tipo_automacao {
    border: 1px solid #DBDBDB;
    height: 100%;
    width: 95%;
    margin: auto;
	padding-bottom: 20px;
}

.bloco_tipo_automacao > a {
    display: block;
    width: 100%;
}

.coluna_tipo_automacao .bloco_tipo_automacao:hover, .coluna_tipo_automacao:hover .bloco_tipo_automacao {
    background: #fff;
    box-shadow: #ccc 0px 0px 11px;
}

.icon-pg-automacao {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}

.form-pg-automacao input[type="text"], 
.form-pg-automacao input[type="email"], 
.form-pg-automacao textarea {
    padding: 15px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
    resize: none;
    max-height: 170px;
}

.form-pg-automacao input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding: 15px;
    background: #34C7AF;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
}

.form-pg-automacao span.wpcf7-spinner {
    display: block;
    margin: auto;
    margin-top: 20px;
}

.gray-text, .gray-text *{
	color: #5D5D5D;
}

.bloco_redes_sociais_contato {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

@media screen and (max-width: 768px){
	.bloco_redes_sociais_contato{
		justify-content: center;
	}
}

.bloco_redes_sociais_contato > a {
    display: block;
    padding: 10px;
    margin-right: 20px;
    font-size: 22px;
    color: #5d5d5d;
}

.btn-pg-contato > button > i, .btn-pg-contato > a > i {
    font-size: 25px!important;
    display: inline-block!important;
    vertical-align: middle!important;
}

.btn-pg-contato > button, .btn-pg-contato > a {
    box-shadow: #ddd 0px 3px 6px !important;
    padding: 20px 0!important;
}

.btn-pg-contato > button:hover, 
.btn-pg-contato > a:hover,
.btn-pg-contato > button:focus, 
.btn-pg-contato > a:focus{
	color: unset!important;
}

.titulo-site-pgs h1,
.titulo-site-pgs h2,
.titulo-site-pgs h3,
.titulo-site-pgs h4,
.titulo-site-pgs h5{
	font-size: 1.5rem!important;
}

.slider-cases .bloco-cases .bloco-texto h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #27339D;
    margin-bottom: 15px;
}

.slider-cases .bloco-cases .bloco-texto p {
    font-size: 14px;
    font-style: italic;
}

.slider-cases .bloco-cases .bloco-imagem img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}

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

nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-weight: 600;
    display: block;
    margin: 5px 0;
}

.woocommerce div.product form.cart .button {
    background: #00af00;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.woocommerce div.product form.cart div.quantity {
    float: unset;
}

.woocommerce div.product form.cart div.quantity input {
    height: 100%;
    border: 1px solid #ccc;
}

.summary .product_meta .posted_in {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-top: 45px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover{
    background: #27339D;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
}

.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.select2-container .select2-selection--single .select2-selection__rendered{
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.woocommerce ul.products li.product .button {
    background: #00af00;
    color: #fff;
    padding: 15px 25px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 80%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-page ul.products li.product span.price {
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.carossel-imagens-como-funciona .bloco-img-carrossel {
    padding: 1rem;
}

ul.lista-beneficios li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: 400;
    color: #7cb100;
    font-size: 24px;
    position: absolute;
    right: 100%;
    top: -5px;
}
ul.lista-beneficios li {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

ul.lista-beneficios {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

.carrossel-depoimentos .bloco-carrossel img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    margin: auto;
    border-radius: 1000px;
    margin-bottom: 20px;
}

.carrossel-depoimentos .bloco-carrossel {
    padding: 1rem;
	text-align: center;
}

.carrossel-depoimentos .bloco-carrossel p {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}

.carrossel-depoimentos .bloco-carrossel h2 {
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
}

.carrossel-depoimentos .bloco-carrossel article {
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .price {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
}

.woocommerce ul.products {
    display: flex;
    align-items: start;
    justify-content: center;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30%;
    margin: 1%;
    margin-bottom: 20px;
}

.carossel-imagens-como-funciona .bloco-img-carrossel p {
    margin: 0;
    padding: 0;
    line-height: 100%;
}


.carossel-imagens-como-funciona .bloco-img-carrossel h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 100%;
	color: #27339D;
}

.carossel-imagens-como-funciona .bloco-img-carrossel img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.cards_servicos .vc_btn3-container {
    margin-top: auto !important;
}
.cards_servicos > div > div > div {
    display: flex
;
    flex-direction: column;
}
.cards_servicos > div > div, .cards_servicos > div > div > div {
    height: 100%;
}

.carossel-imagens-como-funciona {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem;
}


/* BANNERS */
.banner_bg {
    display: flex !important;
    position: relative;
}

.banner_bg .banner_conteudo {
    position: absolute;
    width: 100%;
    color: #fff;
    /* padding-top: 10rem; */
    font-size: 1rem;
}

.banner_bg h1,
.banner_bg h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
}

.banner_bg .banner_conteudo ul {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
	list-style: none;
}

.banner_bg .banner_img,
.banner_bg .banner_img img {
    width: 100%;
}

.banner_slider .owl-nav .owl-next,
.banner_slider .owl-nav .owl-prev {
    background-color: transparent !important;
    transition: all .4s;
}


.banner_slider .owl-nav .owl-next:hover,
.banner_slider .owl-nav .owl-prev:hover {
    background-color: var(--act_theme_cor_3) !important;
}

.banner_slider .owl-nav .owl-next {
    right: 50px;
}

.banner_slider .owl-nav .owl-prev {
    left: 50px;
}

.container_btn_banner > p {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.container_btn_banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #27339d;
    color: #fff;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.25rem;
    transition: all .4s;
}
.container_btn_banner a.btn_compre_nosso_produto {
    background-color: #27339d;
    border-color: #27339d;
}

.container_btn_banner a.btn_compre_nosso_produto:hover,
.container_btn_banner a:hover {
    background-color: #007aff;
    border-color: #007aff;
}





@media screen and (max-width: 1399px){
	header.header .list-menu-desktop > li > a {
		padding: 10px 10px;
	}
}
@media screen and (max-width: 1199px){
    .banner_bg .banner_img, .banner_bg .banner_img img {
        min-height: 800px;
    }
    .banner_bg h1, .banner_bg h2 {
        font-size: 2rem;
    }
    .banner_bg .banner_conteudo {
        text-align: center;
    }
    .container_btn_banner > p {
        flex-direction: column;
        margin: 1.875rem auto 0;
        gap: .3125rem;
    }
}
@media screen and (min-width: 768px){
	
	.slider-cases .bloco-cases .bloco-texto {
		width: 48%;
		height: auto;
		margin-left: 1%;
		margin-right: 1%;
	}

	.slider-cases .bloco-cases .bloco-imagem {
		width: 48%;
		height: auto;
		margin-right: 2%;
	}
	
}