/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

div[data-elementor-type="header"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.accent{
	color: var( --e-global-color-secondary );
}
.accent-second{
	color: var( --e-global-color-primary );
}
.form-rows{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    justify-content: space-between;
}
.form-rows label{
	font-weight:bold;
	margin-bottom:16px;
}
.form-rows br{
	display: none;
}
.form-rows .col-1,.form-rows .col-2,.form-rows .col-3{
	margin-bottom: 15px;
}
.form-rows .col-1{
    width:100%;
}
.form-rows .col-2{
    width:calc(100% / 2 - 7px)
}
.form-rows .col-3{
    width:calc(100% / 3 - 7px)
}
.form-rows .wpcf7-form-control-wrap{
	width:100%;
}
.campo{
	border: 1px solid #FFF !important;
	width:100%;
	border-radius: 12px !important;
	margin-bottom:12px;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
}
.campo::placeholder{
	color:#3F424B
}
.form-news{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: flex-start;
}
.form-news .campo-news{
	border-radius:30px;
	font-size:16px;
	color: #fff;
	padding:8px 26px;
	margin-right:15px;
	border: 2px solid #fff;
	background: transparent;
}
.form-news .campo-news::placeholder{
	color: #fff;
	font-weight:600
}
body .form-news .btn-news{
	background:transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 35px;
	font-size:16px;
	box-shadow:none
}
body .form-news .btn-news:hover{
	border-color:var( --e-global-color-secondary);
}
.form-news > span{
	width: 80%;
}
.form-news .wpcf7-spinner{
	position: absolute;
	width: 25px;
	bottom: -30px;
	left: 0;
}
#mapa-brasil svg{
	width: 524.352px !important;
	height: 527.11px !important;
	margin: auto;
	display: block;
}
#mapa-brasil svg #Mapa g:hover path,
#mapa-brasil svg #Mapa g.ativo path{
	cursor: pointer;
	fill: var( --e-global-color-primary);
}
.lista-unidades{
	padding:35px
}
.pesquisa-unidades{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom: 35px;
}
.lista-unidades ul{
	padding:0px 25px;
	list-style:none;
	height:450px;
	overflow-y:scroll
}
.lista-unidades li:first-child{
	border-top: 2px solid #707070;
}
/* width */
.lista-unidades ul::-webkit-scrollbar {
  width: 13px;
}

/* Track */
.lista-unidades ul::-webkit-scrollbar-track {
  background: #626262; 
  border-radius:10px;
}
 
/* Handle */
.lista-unidades ul::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius:10px;
  border:1px solid #ddd
}

/* Handle on hover */
.lista-unidades ul::-webkit-scrollbar-thumb:hover {
  background: var( --e-global-color-secondary); 
}
.lista-unidades ul li{
	padding: 25px 0px;
	border-bottom:2px solid #707070;
}
.lista-unidades ul li span{
	font-weight:900;
}
.pesquisa-unidades .form-control{
	position:relative;
	width:fit-content;
	width:-moz-fit-content;
	margin-right:15px
}
.pesquisa-unidades .form-control:nth-child(1){
	width:28%;
}
.pesquisa-unidades .form-control:nth-child(2){
	width:46%;
	display:block
}
.pesquisa-unidades .form-control select,
.pesquisa-unidades .form-control input{
	padding: 5px 45px;
	border:none;
	border-radius:30px;
	width: 100%;
}
.pesquisa-unidades .form-control select{
	padding: 5px 25px;
}
.pesquisa-unidades button{
	padding: 5px 25px;
	background: var( --e-global-color-primary);
	border-color: var( --e-global-color-primary);
	color:#fff
}
.pesquisa-unidades button:hover{
	background: var( --e-global-color-secondary);
	border-color: var( --e-global-color-secondary);
}
.pesquisa-unidades .form-control svg{
	position:absolute;
	width: 18px;
	height: 18px;
	top: 8px;
	left: 12px;
}
.faq .elementor-tab-title{
	border:2px solid #fff !important;
	border-radius:30px
}
.faq .elementor-tab-content{
	border:2px solid #fff !important;
	width:90%;
	margin:	auto;
	border-radius: 0px 0px 6px 6px;
	border-top:	none !important
}

.carrossel-logos .eicon-chevron-right::before,
.carrossel-logos .eicon-chevron-left::before{
	content:url(/wp-content/uploads/2022/11/arrow-carrossel.svg);
	display:block;
	transform:scale(0.8);
}
.carrossel-logos .eicon-chevron-right::before {
    transform: rotate(-180deg) scale(0.8);
}
.carrossel-logos .elementor-swiper-button-next{
	right: 40px;
}
.carrossel-logos .elementor-swiper-button-prev{
	left: 40px;
}
.btn-contato{
	border:2px solid #fff !important;
	color:#fff !important;
	padding:8px 45px !important;
	margin:auto;
	display:block;
}
.btn-contato:hover{
	border-color:var( --e-global-color-primary) !important;
}
.wpcf7-response-output{
	color: #fff;
}
.blog-principal{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}
.blog-principal .blog-post{
	background:#323232;
	height:312px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	transition:all .3s;
}
.blog-principal .blog-post:hover{
	transform:scale(1.02);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.35)
}
.blog-principal .blog-post:nth-child(1){
	border-radius:0px 0px 15px 0px
}
.blog-principal .blog-post:nth-child(2){
	border-radius:0px 0px 0px 15px
}
.blog-principal .blog-post:nth-child(3){
	border-radius:0px 15px 0px 0px
}
.blog-principal .blog-post:nth-child(4){
	border-radius:15px 0px 0px 0px
}
.blog-principal .blog-post a{
	position:relative;
	display: flex;
	height:100%;
}
.blog-principal .blog-post:nth-child(1) a .desc,
.blog-principal .blog-post:nth-child(2) a .desc{
	top:0;
	left:0;
}
.blog-principal .blog-post:nth-child(3) a .desc,
.blog-principal .blog-post:nth-child(4) a .desc{
	bottom:0;
	right:0;
	text-align:right;
}
.blog-principal .blog-post:nth-child(1) a .desc,
.blog-principal .blog-post:nth-child(4) a .desc{
	width:60%;
}
.blog-principal .blog-post a:before{
	content:"";
	background:rgba(0,0,0,.35) !important;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
}
.blog-principal .blog-post:nth-child(2),
.blog-principal .blog-post:nth-child(3){
	width:calc(33% - 5px);
}
.blog-principal .blog-post:nth-child(1),
.blog-principal .blog-post:nth-child(4){
	width:calc(67% - 10px);
}
.blog-principal .blog-post .desc{
	position:absolute;
	z-index:1;
	color:#fff;
	padding:25px
}
.blog-principal .blog-post .desc h3{ 
	font-size:22px;
	font-weight:900;
}
.blog-principal .blog-post .desc p{
		font-size:15px;
}
.blog-principal .blog-post img{
	object-fit: cover;
}
.carrossel-diferenciais .slick-list{
	overflow: visible;
}
div.loading{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.loader {
    border: 2px solid #ddd;
    border-left-color: var(--e-global-color-primary);
    -webkit-animation: loader-spin 1.2s infinite linear;
    animation: loader-spin .8s infinite linear;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    margin-top: 70px;
}
.waiting{
	opacity: 0.6;
	pointer-events: none;
	transition: all .3s;
}
.warning-message{
	background: #fffef3;
    color: goldenrod;
    border: 1px solid goldenrod;
    padding: 10px;
    border-radius: 6px;
}
.error-message{
	background: #fff5f5;
    color: red;
    border: 1px solid red;
    padding: 10px;
    border-radius: 6px;
}
.titulo-box .elementor-icon-box-content{
	display: flex;
	align-items: center;
}
.titulo-box .elementor-icon-box-title{
	margin-right:15px;
}
.titulo-box .elementor-icon-box-wrapper{
	align-items: center;
}
.abas-horizontais .elementor-tab-content{
	padding: 0px !important
}
.box-conceito svg g{
	clip-path: none !important;
}
.form-control{
	position: relative;
}
body input.busca-categoria{
	margin-bottom: 15px;
	font-weight: 500;
	border: 1px solid #bbb;
	padding: 8px 33px;
}
.form-control i{
	position: absolute;
    right: 10px;
    top: 13px;
}
.lista-categorias{
	list-style: none;
	background:#f3f3f3;
	padding:0;
	border: 1px solid #aaa
}
.lista-categorias li a{
	display:block;
	color: var( --e-global-color-text);
	padding:15px !important;
	border-bottom:1px solid #aaa;
	font-weight: 600;
}
.lista-categorias li:last-child a{
	border-bottom: none;
}
.lista-categorias li a:hover,
.lista-categorias li.atual a{
	background-color:var( --e-global-color-primary);
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: var( --e-global-color-secondary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #aaa;
}
.titulo-side{
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 16px;
}
.titulo-side::after{
	content: "";
	display: block;
	height: 3px;
	width: 120px;
	position: absolute;
	left: 0;
	bottom: -1.5px;
	background-color: var( --e-global-color-secondary);
}
.woocommerce-page table.cart td.actions .input-text{
	width: 180px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt{
	background-color: var( --e-global-color-secondary);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br{
	display: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: var( --e-global-color-primary);
}
@media (max-width:767px){
	.blog-principal .blog-post:nth-child(1),
	.blog-principal .blog-post:nth-child(2),
	.blog-principal .blog-post:nth-child(3),
	.blog-principal .blog-post:nth-child(4){
		width: 100%;
	}
	.pesquisa-unidades .form-control:nth-child(1),
	.pesquisa-unidades .form-control:nth-child(2){
		width:100%;
		margin:0px;
		margin-bottom:15px
	}
	.pesquisa-unidades button{
		display:block;
		margin:auto;
		width:100%;
	}
	.form-news input,.form-news > span{
		width:100%;
	}
	.form-news > span{
		margin-bottom:15px
	}
	.form-news span:last-child{
		margin-bottom:0px
	}
	.form-rows .col-1, .form-rows .col-2,
	.form-rows .col-3{
		width:100%;
	}
}


@-webkit-keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  
  @keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }