* {
  word-wrap: break-word;
}
html, body{
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-size:15px;
	line-height:20px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	overflow-x:hidden !important;
}

a,
a:link,
a:active,
a:visited{
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color:#666	
}

@media only screen and (max-width: 600px) {

	
.btn-block{
	width: 230px!important;
}

	
.btn-block-2{
	width: 240px!important;
}


	.center-breadcrumb{
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	.font-size-25-responsivo{
    	font-size: 18px!important;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	line-height: 25px;
	}


	.navbar-brand2 > img {
		max-width: 200px;
		padding: 0px!important;
	}

	.carrinho-novo{
		top: 15px!important;
		left: 30px!important;
	}

	.sem-padding-newsletter {
      padding-left: 15px!important;
      padding-right: 15px!important;
	}

	.font-size-40-newsletter {
    	font-size: 30px !important;
	}

	.font-size-40-videos {
    font-size: 30px !important;
		}

	.line-height-50-videos {
    	line-height: 40px !important;
	}

	.center-rodape-responsivo{
		text-align: center!important;
	}

	.sem-borda-hover{
	  border-bottom: 0px!important;
	  text-decoration: none!important;
	}

	.botao-empresa-centralizado {
    	width: 290px!important;
	}

	.carousel-indicators {
		bottom: -11px!important;
	}

	.selos-rodape{
	width: auto;
	margin-bottom: 70px;
	}

	.p-rodape{
		text-align: center!important;
	}

	.botao-responsivo{
    width: 80%;
    margin-top: 7px;
	}

	.botao-responsivo{
    width: 80%!important;
    margin-top: 5px;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon{
		padding: 20px!important;
	}



}

.margin-content-section{
	margin-top:155px;
}

@media only screen and (max-width: 600px) {
	.margin-content-section{
	/*	margin-top: 190px;  - gerado dinamicamente em colors.php*/
    	line-height: 20px;
	}

	.slide-botao{
		padding: 9px 20px!important;
		font-size: 12px !important;
	}
	
}


#content-site section:nth-child(odd) {
background-color:#ffffff;
}
#content-site section:nth-child(even) {
background-color:#fff;
}

.cor_links_topo a,
.cor_links_topo a:link,
.cor_links_topo a:active,
.cor_links_topo a:visited,
.cor_links_topo a:focus{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	transition:0.3s;
	font-size: 14px;
    font-weight: 300;
}

.cor_links a,
.cor_links a:link,
.cor_links a:active,
.cor_links a:visited,
.cor_links a:focus{
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}


.cor_links_categorias a,
.cor_links_categorias a:link,
.cor_links_categorias a:active,
.cor_links_categorias a:visited,
.cor_links_categorias a:focus{
	text-decoration:none;
	cursor:pointer;
	transition:0.3s
}

.cor_links_categorias a:hover{
	color:#fff
}


/* MENU */
.navbar{
	padding: 0px 0px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
	margin:0;
	-webkit-box-shadow: 0 7px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
}
.navbar-effect{
	padding:0px 0px;
}
nav img{
  -webkit-transition: all .2s ease;/* Safari and Chrome */
  -moz-transition: all .2s ease;/* Firefox */
  -o-transition: all .2s ease;/* IE 9 */
  -ms-transition: all .2s ease;/* Opera */
  transition: all .2s ease;
}

/* Ajuste de logo no Safari */
@media screen and (min-width: 769px) {
	nav img{
	 	height: 110px;
	}

	.navbar-effect img{
		height: 66px!important;
	}

}

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

	.navbar-effect img{
		width: 60%!important;
	}
}
/* Ajuste de logo no Safari */

.nav-link {
   padding: 7px 1px 7px 1px;
   line-height:16px !important;
   /*margin-left:2px ;
   margin-right:2px;*/
   margin: 0px 11px 0px 11px !important;;
}
.navbar-nav .nav-link {
	font-size:16px;
	text-transform: inherit;
    font-weight: 300;
}

.navbar-padding-menu{
	padding-left:50px;
	padding-right:50px
}
.dropdown-item{
    font-size:15px;
	color: #ffffff !important;
	font-weight:500;
	text-transform: unset;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#ffffff !important;
}
.dropdown-item.active,.dropdown-item:active{
	color:#fff !important;
	text-decoration:none;
	background-color:#3B2B16 !important
}

.white{
	color:#fff!important;
}

/*adicionado dropdown hover dentro da min 992 para não afetar mobile e criado dropdown-menu show para mobile*/
@media only screen and (min-width: 992px){
	.dropdown:hover>.dropdown-menu {
	  display: block;
	  left:0px;
	  border:none
	}	
}
.dropdown.dropdown-menu .show{
  display: block;
  left:0px;
  border:none
}


.navbar-brand > img{
	max-height:110px	
}


/* Estilos para o menu */
.navbar-toggler {
  position: relative;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
}

.navbar-toggler svg {
  width: 34px; 
  height: 34px;
  transition: transform 0.3s ease;
}

.navbar-toggler rect:nth-child(2) {
  transition: none;
}

.navbar-toggler rect:nth-child(1),
.navbar-toggler rect:nth-child(3) {
  transition: transform 0.3s ease, width 0.3s ease; /* Transição suave para transformação e largura */
}

.navbar-toggler[aria-expanded="true"] rect:nth-child(2) {
  transform: scale(0);
}

.navbar-toggler[aria-expanded="true"] rect:nth-child(1) {
  transform: rotate(45deg) translate(2px, -7px); /* Ajuste para a barra superior */
  width: 38px;
}

.navbar-toggler[aria-expanded="true"] rect:nth-child(3) {
  transform: rotate(-45deg) translate(-22px, -3px); /* Ajuste para a barra inferior */
  width: 38px;
}


@media only screen and (max-width: 600px) {

	.dropdown-item {
		border-radius: 0!important;
	}

	.navbar{
		padding: 0px 0px!important;
	}

	.nav-link {
		padding: 12px 15px 12px 15px !important
	 }


	/*.navbar-collapse-pesquisar-categoria{
		margin:20px 0!important;
	}*/


	.galeria-right {
		float: right;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-top: 5px;
	}
	
	.galeria-left {
		float: left;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 5px;
	}

	.navbar-nav .dropdown-menu{
		border-radius: 0px!important;
	}

	.nav-link-sino {
		padding: 30px 25px 20px 25px !important;
	}

	.navbar-collapse{
		margin:0px;
		text-align: left;	
	}
	.navbar-brand > img{
		max-width: 140px!important;
		margin-left: 10px;
	}
	.dropdown:hover>.dropdown-menu {
	  /*margin-left:15px;
	  margin-right:15px;*/
	  margin-bottom: 0px;
	  text-align: left!important;
	  border-radius: 0!important;
	}
}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right	
}

.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display: block;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0;
    cursor: pointer;
    transition: 0.5s;
    background-color: white;
    border-radius: 70px;
}
.menu-social-top > li > a:hover{
	color:#fff;
	opacity: 0.5;
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 0px;
    margin-right: 0px;
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display: block;
    color: #ffffff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
    transition: 0.5s;
    border: 0px solid #ffffff;
}
.menu-social-bottom > li > a:hover{
	background:#fff;
	opacity: 0.5;
	color: #fff!important;
}


.compartilhe-servico{
	list-style:none;
	padding:0;
	margin:0;
	margin-left: -5px;
    margin-right: 0px;
}
.compartilhe-servico > li{
	display:inline-table	
}

.compartilhe-servico > li > a,
.compartilhe-servico > li > a:link,
.compartilhe-servico > li > a:active,
.compartilhe-servico > li > a:visited,
.compartilhe-servico > li > a:focus{
	display: block;
    color: #ffffff;
    font-size: 19px;
    width: auto;
    height: auto;
    /*line-height: 48px;*/
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.5;
}
.compartilhe-servico > li > a:hover{
	background:#fff;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}

	.center-rodape-logo-responsivo{
		text-align:center!important;
	}

	.desenvolvido-com-responsivo {
    	text-align: center!important;
    	float: none!important;
    	padding-bottom: 50px;
    	padding-top: 15px;
	}


}

	.desenvolvido-com-responsivo {
    	float: right;
	}

/*link da BIO - alguns itens em color.php*/

.logo-bio {
	width: 150px;
    height: 150px;
    padding: 4px;
    border: 2px solid black;
    border-radius: 50%;
    margin: auto;
}
.logo-bio a {
	display: inline-block;
	border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
/*    background-color: white; dinamico em color.php*/
}
.logo-bio img {
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    object-position: top left;
    object-fit: contain;
    
}

.menu-social-bio li {
    list-style:none;
    padding: 0 10px;
    font-size: 2.4em;
}

.link-da-bio h1 {
    margin: 0;
}

.menu-social-bio li .fa, .menu-social-bio li .go {
color: transparent;
line-height: 0px;
transition: 100ms linear;
}

.menu-social-bio ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}


.spin:hover {
    animation: spin 800ms linear infinite;
}

@keyframes spin {
    0% {
         transform: rotateY(0deg);
    }
    50% {
         transform: rotateY(40deg);
    }
    100% {
         transform: rotateY(0deg);
    }
}

.menu-social-bio .go {
	position: relative;
}


/* BOTOES */
.botoes-primaria-to-white,
.botoes-primaria-to-white a,
.botoes-primaria-to-white a:link,
.botoes-primaria-to-white a:active,
.botoes-primaria-to-white a:visited{
	display: inline-block;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 400;
    /*text-transform:uppercase;*/
    transition: 0.5s;
    border-radius: 50px;
}

.botoes-primaria-to-white:hover,
.botoes-primaria-to-white a:hover{
	background:#fff;
	box-shadow: rgb(0 0 0 / 31%) 0px 3px 21px;
}


/* BOTOES white para primaria */
.botoes-white-primaria,
.botoes-white-primaria a,
.botoes-white-primaria a:link,
.botoes-white-primaria a:active,
.botoes-white-primaria a:visited{
	display: inline-block;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 400;
    /*text-transform:uppercase;*/
    transition: 0.5s;
    border-radius: 50px;
}

.botoes-primaria-to-secundaria,
.botoes-primaria-to-secundaria a,
.botoes-primaria-to-secundaria a:link,
.botoes-primaria-to-secundaria a:active,
.botoes-primaria-to-secundaria a:visited{
	display:inline-block;
	padding:11px 20px !important;
	font-size:15px;
	font-weight:300;
	color:#fff !important;
	/*text-transform:uppercase;*/
	transition:0.5s;
	border-radius: 50px;
	text-align: center;
}


.botoes-primaria-to-secundaria:hover,
.botoes-primaria-to-secundaria a:hover{
    box-shadow: rgb(0 0 0 / 31%) 0px 3px 21px;
    color:#fff !important;
}


.botoes-secundaria-to-primaria,
.botoes-secundaria-to-primaria a,
.botoes-secundaria-to-primaria a:link,
.botoes-secundaria-to-primaria a:active,
.botoes-secundaria-to-primaria a:visited{
	display:inline-block;
	padding:11px 20px;
	font-size:15px;
	font-weight:400;
	/*text-transform:uppercase;*/
	transition:0.5s;
	border-radius:50px;
}

.botoes-secundaria-to-primaria:hover,
.botoes-secundaria-to-primaria a:hover{
    color:#fff !important;
    box-shadow: rgb(0 0 0 / 31%) 0px 3px 21px;
}

#msgSubmit{
	border-radius: 25px!important;
    font-weight: 300!important;
    text-transform: initial!important;
    border: none;
    font-size: 15px!important;
}

#msgSubmit_Cadastro{
	border-radius: 25px!important;
    font-weight: 300!important;
    background-color: #00B766;
    text-transform: initial!important;
    border: none;
    color: #fff!important;
    font-size: 15px!important;
}

.form-control{
	padding:18px 15px;
	border: 2px solid #cacaca9e;
	font-size:15px !important;
	margin-bottom:0;
	border-radius:25px;
	font-weight:300!important;
}
.form-control:focus{
	background: #ffffff;
}

.form-group {
    margin-bottom: 0;
}

.fm2{
    padding: 17px 15px!important;
    border: 0px solid #cacaca;

}

.alert-warning{
	border-radius: 25px!important;
}

::placeholder{
  color: #999 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #999 !important;
}

::-ms-input-placeholder{
  color: #999 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #fb0000a6;
	padding: 0px 10px;
    padding-top: 0px;
	height: 20px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
	background-color: #fb000000;
    border-radius: 50px;
	width: 170px;
}

.ul-helpnone-margin{
	margin-bottom: 0rem!important;
}

.page-item > .page-link > span > i{
	color:#999
}

.page-item.active .page-link{
	color: #fff!important;
}

.page-item.active {
    z-index: 1;
    color: #fff !important;
	font-weight:800;
	border-radius: 50px;
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
}

.page-link {
    z-index: 1;
    color: #787878 !important;
	font-weight:800;
	border-radius: 50px;
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
	border-top-right-radius:50px!important;
    border-bottom-right-radius: 50px!important;
	margin-right: 3px;
    margin-left: 3px;
    padding: 0.5rem 0.99rem;
	border: 5px solid #dee2e6a1;
}

.video_content{
	position:relative; 
	width:100%; 
	height:100%	
}
.video_content_absolute{
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	transition:0.5s;
	background:rgba(0,0,0,0.4);
	border-radius:15px 15px 0 0 !important;
}
.video_content_absolute_botao{
	position:absolute; 
	width:55px; 
	height:55px; 
	left:42%; 
	top:40%
}
.video_content_absolute_botao img{
	width:100%; 
	height:100%;
}

.albuns_content{
	position:relative; 
	width:100%; 
	height:100%	
}
.albuns_content_absolute{
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	transition:0.5s;
	background:rgba(0,0,0,0.4);
	border-radius:15px 15px 0 0 !important;
}
.albuns_content_absolute_quantidade{
	position:absolute; 
	width:25px; 
	height:25px;
	text-align:center; 
	right:-9px; 
	top:-9px;
	border-radius:50%
}
.albuns_content_absolute_botao{
	position:absolute; 
	width:58px; 
	height:58px;
	text-align:center; 
	left:42%; 
	top:40%;
	border:solid 5px;
	border-radius:50%
}





input[id^="color_picker"]{
	border: 0 none!important;
    outline: 0!important;
}

input{
	border-radius: 35px!important;
	border: 0px solid #0000002b;
 }

.exclusive{
	background: transparent;
	position: fixed;
	z-index: -1;
	top: 100%;
}
.exclusive label.form-labels {
    border: none;
}
.exclusive .form-control{
	border: none;
	background: transparent;
}

 header #top_header p i::before{
    padding-right: 6px;
 }
 

 .navbar-brand2 > img{
	width: 100%;
	padding: 0px;		
}


.dropdown-item2 {
    padding: 1.25rem 2.5rem!important;
    border-radius: 3px;
}

.dropdown-item {
    padding: 0.6rem 1.5rem!important;
    border-radius: 3px;
    border-bottom: 1px solid #ffffff0f;
}

.dropdown-menu{
	padding: 0!important;
	margin: 0px;
}

.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6!important;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px!important;
}

.padding-bottom-7{
	padding-bottom: 7px;
}

.padding-bottom-4{
	padding-bottom: 4px;
}

.padding-top-4{
	padding-top: 4px;
}

.padding-top-8{
	padding-top: 8px;
}

.border-radius-20{
  border-radius: 20px;
}

.border-radius-100{
	border-radius: 100px;
  }


  .background-color-white {
    background: #ffffff !important;
}

.dropdown-menu{
	border: 0px solid!important;
}

.verificado{
	margin-top: -5px;
}


.sites{
color: #fff!important;
font-size: 15px;
/*text-decoration: underline!important;*/
}

.mt-3{
	margin-top: -2px!important;
}

.dropdown-toggle::after{
	display: none;
}

.border-radius-30{
	border-radius: 30px;
}

.p-rodape{
	color: #fff;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	margin-top: 0!important;
	
}

.sites:hover{
	opacity: 0.4;
}

.breadcrumb-item+.breadcrumb-item::before{
	font-family: 'goicon';
	content: "\e910";
	font-size: 12px;
    color: #333;
}

/*.banner_img_desktop img, .banner_img_mobile img{
	filter: brightness(0.3);
	}
*/

.tamanho50 {
	width: 50px;
}


	
.galeria-right {
    float: right;
    margin-left: -15px;
    margin-right: -15px;
}

.galeria-left {
    float: left;
    margin-left: -15px;
    margin-right: -15px;
}


.verde-bg {
    background-color: #00b768;
	margin-bottom: 10px;
	text-align: left;
}

.seta-video {
    width: 150px;
}

@media only screen and (max-width: 1397px){
.carousel-caption {
    top: 15%!important;
    right: 10%!important;
    left: 10%!important;
}

}

.pagamento-pagseguro {
    background-color: #00b768;
    display: inline-block;
    padding: 15px 20px !important;
    font-size: 15px;
    font-weight: 300;
    color: #fff !important;
    transition: 0.5s;
    border-radius: 50px;
	text-align: center;
}

.pagamento-pagseguro:hover {
    background-color: #1b6243;
}

.color-cinza{
	color: #333333 !important;
}

.selos-rodape{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	background-color: #ffffff40;
	padding: 30px;
	border-radius: 60%;
	background-size: 15%;
	display: none;
}

@media (min-width: 1200px){
.container {
    max-width: 1197px;
}

.categoria-pesquisar-i {
    display: none;
}

}


.botao-empresa-centralizado {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 290px;
}

.sombra-clientes{
	box-shadow: 0 1px 20px rgb(201 211 223 / 70%)
}


.sem-borda-hover{
	  border-bottom: 0px!important;
	  text-decoration: none!important;
}

.centralizar-galerias{
	    display: block;
    	margin-left: auto;
    	margin-right: auto;
}


.sem-margin-galeria{
	    margin-bottom: 0rem!important;
}

.estrelas-clientes {
    padding-top: 30px;
    width: 100px!important;
    margin-left: auto;
    margin-right: auto;
}


.padding-blog {
    padding: 0px 30px;
}


.font-size-40-videos {
    font-size: 35px;
}

.line-height-50-videos {
    line-height: 45px;
}

.sem-padding-newsletter {
    padding-left: 5px;
    padding-right: 5px;
}

 .font-size-40-newsletter {
    	font-size: 40px !important;
	}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.depoimento-img{
	width: 64px!important;
    margin-right: auto;
    margin-left: auto;
}

/* novos itens carrossel*/

.imagem-depoimentos-estrela {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-stage{
	margin-bottom: 20px !important;
    margin-top: 15px;
}

.home-depoimentos .owl-nav .owl-prev {
    top: 120px !important;
}

.home-depoimentos .owl-nav .owl-next {
    top: 120px !important;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
    position: inherit!important;
}

.home-depoimentos .owl-stage-outer {
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.empresa-equipe .owl-stage-outer {
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.table-none-margin {
    margin-bottom: 0rem!important;
}

.clientes-img {
    width: 250px!important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.table.carrinho img{
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50px;
}

.compartilhe-post-blog{
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 0px;
    margin-right: 0px;
}
.compartilhe-post-blog > li{
	display:inline-table	
}

.compartilhe-post-blog > li > a,
.compartilhe-post-blog > li > a:link,
.compartilhe-post-blog > li > a:active,
.compartilhe-post-blog > li > a:visited,
.compartilhe-post-blog > li > a:focus{
	display: block;
    color: #ffffff;
    font-size: 19px;
    width: auto;
    height: auto;
    /*line-height: 48px;*/
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.5;
}
.compartilhe-post-blog > li > a:hover{
	background:#fff;
	opacity: 1;
}

.newsletter-efeito{
    width: 260px;
    float: right;
    background-color: #00b768;
    color: #fff!important;
    border: none;
    box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
}

.carrinho-novo{
    color: #fff!important;
    padding: 2px 7px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
	left: 18px;
    border: 3px solid #fff;
    top: -7px;
	font-family: 'Roboto';
}


.link-da-bio a{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
    margin-bottom: -15px;
    border-radius: 50px;
    padding: 14px;
	font-size: 18px;
	box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
}

.link-da-bio i{
    float: right;
    padding: 5px 0px;
}

.servicos-home {
    box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
    border-radius: 20px;
    margin-left: 1px;
    margin-right: 1px;
}
.servicos-home div:first-child{
	padding-left: 0px;
	padding-right: 0px;
}

.efeito-react{
	/*box-shadow: 0px 1.40066px 1.40066px rgb(0 0 0 / 14%), 0px 1.40066px 1.86755px rgb(0 0 0 / 12%), 0px 0.466887px 3.7351px rgb(0 0 0 / 20%);*/
	border: 1px solid #6a6a6a6e!important;
    color: #333!important;
}

.input-blog{
	padding: 15px 20px!important;
}

.botao-blog{
		padding: 14px 16px!important;
		border-radius: 50px;
		color: #fff;
		box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
		cursor: pointer;
		max-width: 58px;
		margin-left: auto;
}

.botao-blog a{
	color: #fff!important;
    font-weight: 300;
	cursor: pointer!important;
}

.botao-blog:hover{
	background-color: #046c3f;
}


.pesquisar-i {
    float: right;
    padding: 6px;
}

.categoria-pesquisar-i {
    float: right;
    padding: 9px;
    margin-top: 6px;
}

@media only screen and (max-width: 991px){

	.centralizar-botao-servico{
		text-align: center;
	}

	.botao-servicos {
        width: 80%!important;
        text-align: center;
        display: block;
	}

	.botao-cotacao-cta {
        width: 80%!important;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
	}

	.texto-cotacao-cta{
		text-align: center;
	}


	.dropdown-item2 {
    border-radius: 0px!important;
	}

	.botao-blog{
		padding: 15px 15px!important;
	}

	.input-blog{
		width: 98%;
	}
	
	.cta-menu-desktop{
		display: none;
	}
	.cta-menu-mobile{
		display: block;
	}

		.link-da-bio a{
		width: 100%!important;
		font-size: 14px!important;
	}

	.link-da-bio i {
    padding: 3px 0px!important;
}

}



@media only screen and (min-width: 992px){
	.cta-menu-desktop{
		display: block;
	}
	.cta-menu-mobile{
		display: none;
	}

	
}

.cta-menu-desktop{
    border-radius: 90px;
    margin-left: 35px;
    margin-top: -6px;
}

.cta-menu-desktop a {
    padding: 11px 5px!important;
}

.cta-menu-mobile{
    position: absolute;
    z-index: 2;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.cta-menu-mobile a {
    padding: 10px 0px!important;
}

.nav-link-sino {
		font-size: 18px!important;
		padding: 7px 10px 0px 0px;
}

@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
	}

}

/** LABELS INPUT **/
label.form-labels{
  position: absolute;
  top: 25%;
  left: 3.5em;
  font-size: 0.8em;
  z-index: 1;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  /*border-left: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 7px;*/
  padding: 0px 10px; 
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
label.form-labels.effect{
  opacity: inherit;
  visibility: visible;
  top: -5%;
}

/** END LABELS INPUT **/

.btn-block{
	width: 190px;
}

.botao-cotacao-cta{
	margin-right: auto;
	width: 49%;
	display: block;
	padding: 11px 20px!important;
    font-size: 15px;
    font-weight: 400;

}
.botao-servicos{
	margin-left: auto;
	margin-right: auto;
	width: 49%;
}

.btn-block-2 {
    width: 100%;
}

.aviso-whatsapp {
    background-color: #e60000;
    color: #fff!important;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    position: absolute;
    left: 36px;
    border-bottom: 0px solid #fff;
    top: -7px;
    font-family: 'Roboto';
    border-left: 0px solid #fff;
}


	.slide-botao{
		display: inline-block;
    	padding: 11px 20px;
    	font-size: 15px;
    	font-weight: 300;
    	border-radius: 50px;
    	text-align: center;
	}

	.galeria-videos-etilo {
    box-shadow: 0 7px 15px rgb(0 0 0 / 13%);
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
}


.instagram-icone-style{
    position: relative;
    top: 1px!important;
}

.compartilhe-blog{
	padding: 8px;
    border-radius: 50px;
    border: 1px solid;
}