@charset "UTF-8";
/* CSS - San Rafael | Codificado por: Ueek Agência Digital | Ano: 2018 */

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

body {
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
}

.conteudo {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 1180px;
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



strong, b { font-weight: 700; }

.owl-nav { display: none; }
nav#slick { display: none; }

br.mobile { display:none; }

/******************* Atribuições Gerais *********************/


/******************** Atribuições Topo **********************/

header#navbar {
    background: #FFF;
    left: 0;
    padding: 50px 0px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);

}

header#navbar .logo{
    padding-bottom: 10px;
}

header#navbar .logo img {
	height: 45px;
}

header#navbar .background {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: none;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
	transition-duration: 0.6s;
	width: 100%;
	z-index: -1;
}

header#navbar .nav-links li{
	display: flex;
}

header#navbar .nav-links{
	position: relative;
}

header#navbar .nav-links #translate {
    position: absolute;
    right: 0px;
    top: -45px;
}

header#navbar .header-link {
	color: #6D6D6D;
	position: relative;
	padding-bottom: 40px;
	font-weight: 400;
}

header#navbar .header-link.active:after {
	width: 100%;
}

header#navbar .header-link.active, header#navbar .header-link:hover {
	color: #000;
	font-weight: 600;
}

header#navbar .header-link:after {
	background: #23B04D;
	bottom: 0px;
	content: '';
	height: 5px;
	position: absolute;
	left: 0;
	width: 0;

	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header#navbar .header-link:hover:after {
	width: 100%;
}

header#navbar .header-link.social-link {
	font-size: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#navbar .header-link.social-link:after {
	content: none;
}

header#navbar .nav-default {
	align-items: end;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

header#navbar .nav-default .nav-menu {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

header#navbar .nav-default .nav-mobile-links {
	display: flex;
	transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
	transition-duration: 0.6s;
}

header#navbar .nav-default .nav-links {
	align-items: start;
	justify-content: center;
	display: flex;
	gap: 33px;
	list-style: none;
	padding: 0;
	margin: 0;
}

header#navbar .nav-default .nav-links .socials .social-links .icons{
	display: flex;
	align-items: center;
	gap: 33px;
}

header#navbar .nav-default .nav-links .socials .social-links p{
	display: none;
}

header#navbar .nav-default .nav-button {
	background: none;
	border: none;
	cursor: pointer;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	width: 25px;
}

header#navbar .nav-default .nav-button .span-menu {
	background: #000;
	border-radius: 50px;
	height: 2px;
	position: relative;
	z-index: 5;
	width: 100%;
	transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
	transition-duration: 0.6s;
}

header#navbar .nav-default .nav-button .span-menu+.span-menu {
	margin-top: 5px;
}

header#navbar .nav-default.menu-mobile-opened .nav-mobile-links {
	right: 0;
	z-index: 1025;
}
	
header#navbar .nav-default.menu-mobile-opened .background {
	opacity: 1;
	visibility: visible;
	z-index: 1024;
}
	
header#navbar .nav-default.menu-mobile-opened .nav-button .span-menu {
	background: #000;
	
}

header#navbar .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
}

header#navbar .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(2) {
	transform: rotate(-45deg) translate(0px, 1px);
}

header#navbar .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(3) {
	transform: rotate(0deg) scale(0, 0);
}

header#navbar .nav-default .nav-toggle {
	display: none;
}

@media only screen and (max-width: 1200px) {

	header#navbar .nav-links #translate {
		position: absolute;
		right: 0px;
		bottom: 0px;
		top: unset;
	}

	header#navbar .nav-default .nav-links .socials .social-links{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	header#navbar .nav-default .nav-links .socials{
		padding-left: 25px;
		margin-top: auto;
	}

	header#navbar .nav-default .nav-links .socials .social-links p{
		display: block;
		font-weight: 700;
	}

	header#navbar .nav-default .nav-links .socials .social-links .icons{
		display: flex;
		align-items: center;
		gap: 25px;
	}

	header#navbar .nav-default{
		align-items: center;
	}

	header#navbar .nav-default.menu-mobile-opened .nav-button .span-menu {
		background: #006D7A;
		
	}

    header#navbar .nav-default .nav-mobile-links {
		background: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
		flex-direction: column;
		height: 100%;
		position: fixed;
		right: -100%;
		top: 0;
		width: 80%;
		z-index: -1;
		padding: 70px 30px 0px 0px;
	}

	header#navbar .nav-default .nav-mobile-links .nav-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
		height: 80%;
	}

	
	header#navbar .nav-default .nav-toggle {
		display: block;
		position: relative;
		z-index: 1026;
	}
        
	header#navbar .header-link {
		color: #000;
		padding-left: 25px;
		padding-bottom: 0px;
	}

	header#navbar .header-link.social-link {
		font-size: 24px;
		padding-left: 0px;
	}

	header#navbar .header-link:after {
		height: 0px;
		width: 5px;
	}

	header#navbar .header-link:hover:after {
		height: 100%;
	}

	header#navbar .background {
		display: block;
	}
}

/******************* Atribuições Topo ***********************/

/************************ Conteúdo **************************/
section#servicos, section#servicos-mobile { 
	margin-bottom: -50px;
	padding: 90px 0 0 0;
}

section#servicos .btn-services {
	position: relative;
    top: -100px;
}

section#servicos h1,
section#servicos-mobile h1 {
	display: block;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

section#servicos h2,
section#servicos-mobile h2 {
	display: block;
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

section#servicos #boxes { 
	display: grid;
	gap: 0 100px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	margin-top: 80px;
}

section#servicos-mobile #boxes { 
	display: flex;
	flex-direction: column;
	gap: 0 50px;
	margin-top: 80px;
}

section#servicos #boxes .box,
section#servicos-mobile #boxes .box {
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	height: 375px;
	width: 100%;
}

section#servicos #boxes .box:not(.imagem),
section#servicos-mobile #boxes .box:not(.imagem) {
	padding-left: 10px;
}

section#servicos #boxes #servico-box,
section#servicos-mobile #boxes #servico-box {
	display: flex;
    flex-direction: column;
	height: fit-content;
    width: fit-content;
}

section#servicos #boxes #servico-box .imagem:hover,
section#servicos-mobile #boxes #servico-box .imagem:hover {
	filter: none;
	-webkit-filter: none;
}

section#servicos #boxes .box img, 
section#servicos-mobile #boxes .box img {
	color: #23B04D;
	font-size: 21px;
	font-weight: 700;
    object-fit: contain;
}

section#servicos #boxes .box h2,
section#servicos-mobile #boxes .box h2 {
	color: #23B04D;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: left;
}

section#servicos #boxes .box p,
section#servicos-mobile #boxes .box p { 
	display: -webkit-box;
	margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
 }

section#servicos #boxes .box a,
section#servicos-mobile #boxes .box a {
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}

section#servicos #boxes .box a:hover, section#servicos-mobile #boxes .box a:hover { color: #23B04D; }

section#servicos #boxes .imagem,
section#servicos-mobile #boxes .imagem { 
	background-size: cover !important;
	border-radius: 10px;
			filter: grayscale(100%) brightness(80%);
	-webkit-filter: grayscale(100%) brightness(80%);
	transition: all 0.5s ease;
}

.skiptranslate{
	display: none!important;
}

body{
	top:0!important
}

section#servicos #boxes .imagem:hover,
section#servicos-mobile #boxes .imagem:hover{
	filter: none;
}

section#servicos #boxes #i1,
section#servicos-mobile #boxes #i1 { background: url(../img/bg1.jpg) center no-repeat; }
section#servicos #boxes #i2,
section#servicos-mobile #boxes #i2 { background: url(../img/bg2.jpg) center no-repeat; }
section#servicos #boxes #i3,
section#servicos-mobile #boxes #i3 { background: url(../img/bg3.jpg) center no-repeat; }
section#servicos #boxes #i4,
section#servicos-mobile #boxes #i4 { background: url(../img/bg4.jpg) center no-repeat; }

section#servicos-mobile #botao, section#servicos #botao {
	border: 2px solid #23B04D;
	border-radius: 10px;
	color: #23B04D;
	font-size: 15px;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 310px;
}

section#servicos-mobile #botao:hover, section#servicos #botao:hover {
	background: #23B04D;
	color: #fff;
}

section#servicos-mobile { display: none; }

#linhas {
	background: url(../img/lines.png) right center no-repeat;
	filter: grayscale(1);
	position: relative;
	height: 492px;
}

#experiencia {
	background: url(../img/parallax.jpg) center no-repeat fixed;
	color: #fff;
	margin-top: -492px;
	padding: 95px 0;
}

#experiencia #txt {
	float: right;
	position: relative;
	width: 360px;
	z-index: 1;
}

#experiencia #txt h5 {
	font-size: 35px;
	font-weight: 700;
}

#experiencia #txt h6 { 
	font-size: 35px;
	font-weight: normal;
}

#experiencia #txt img#linha {
	margin-bottom: 40px; 
	filter: grayscale(1);
}

#experiencia #txt p {
	font-size: 14px;
	line-height: 23px;
}

#experiencia #txt #botao {
	background: #23B04D;
	border-radius: 10px;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-top: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 145px;
}

#experiencia #txt #botao:hover {
	background: #fff;
	color: #23B04D;
}

#experiencia #linhas {
	position: absolute;
	float: left;
}

#botao-padrao {
	border: 2px solid #23B04D;
    background: #23B04D;
    border-radius: 10px;
    color: #FFF;
	font-size: 14px;
	font-weight: 600;
	margin-top: 35px;
    display: flex;
	gap: 5px;
    align-items: center;
    padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
}

#botao-padrao:hover {
	background: #fff;
	color: #23B04D;
}

#clientes { padding: 90px 0; }

#clientes h1 {
	display: block;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

#clientes h2 {
	display: block;
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

#clientes #container {
	height: 100px;
	margin: 65px 0;
}

#clientes #botao {
	background: #23B04D;
	border: 2px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 390px;
}

#clientes #botao:hover {
	background: #fff;
	border: 2px solid #23B04D;
	color: #23B04D;
}

#c-marcas .item { 
	text-align: center;
	min-height: 85px;
	display: flex;
	align-items: center;
 }

#c-marcas .item img{
	max-height: 80px;
	max-width: 100%;
}

#c-marcas .owl-dots { margin-top: 40px; }
/************************ Conteúdo **************************/

/******************* Atribuições Footer *********************/

footer#rodape{
	background: #fff;
	box-shadow: -3px 0 20px rgba(0,0,0,0.1);
}

footer .footer-flex{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

footer  .footer-links{
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 25px 0;
	gap: 40px;
}

footer .footer-flex-bordered{
	border-bottom: 1px solid #d9d9d9;
}

footer .links{
	display: flex;
	align-items: center;
	gap: 10px;
}

footer a{
	color: #000;
}

footer a:hover{
	color: #000;
	text-decoration: underline;
}

/******************* Atribuições Footer *********************/
#cookies-warning {
	background: #fff;
	bottom: 0;
	box-shadow: 0px 0px 70px rgba(0,0,0,0.15);
	display: none;
	padding-bottom: 33px;
	padding-top: 27px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

#cookies-warning .conteudo {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#cookies-warning .content {
	align-items: center;
	display: flex;
}

#cookies-warning .actions .bt-ok-cookie {
	border: none;
	background-color: #23B04D;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	text-align: center;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 46px;
	font-weight: 500;
	font-size: 14px;
	margin-right: 30px;
	min-width: 190px;
}

#cookies-warning .actions .bt-ok-cookie:hover {
	background-color: #1e9b44;
	color: #000;
}

#cookies-warning .actions .see-more-details {
	font-weight: 600;
	font-size: 11px;
	line-height: 16px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#cookies-warning .actions .see-more-details:hover {
	color: #cccccc;
}

#cookies-warning .section-title {
	color: #23B04D;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}

#cookies-warning .text {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 0;
}