:root{

	--azul: #0074E0;
	--cinza:#58595B;
	--verde:#42AD82;
}



*{
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

body{
	background-color: #E8EAF1;
	position: relative;
}

.conversion > *{
	pointer-events: none;
}

.safe{
	max-width: 1000px;
	margin:0 auto;
}

.main-header{
	background-color: white;
	padding: 15px 0px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
}

.main-header > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav{
	display: flex;
	color: var(--azul);
	justify-content: space-between;
	align-items: center;
}

nav p{
	margin-right: 12px;
	cursor: pointer;
	position: relative;
}

nav p:after{
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	background-color: var(--azul);
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -5px;
	transition: width 0.5s;
}

nav p:hover:after{
	width: 100%;
}

nav .cta{
	border:50px;
	background-color: var(--azul);
	color:white ;
	padding: 10px 42px 10px 30px;
	border-radius: 60px;
	position: relative;
}

nav .cta:after{
	content: ">";
	width: 25px;
	height: 25px;
	background-color: var(--azul);
	position: absolute;
	right: 7px;
	border-radius: 100%;
	background-color: white;
	color: var(--azul);
	font-weight: bold;
	text-align: center;
	top: 16px;
}

nav button{
	display: none;
}

.hamb-con{
	border-radius: 10px;
	border: 1px solid var(--azul);
	width: 40px;
	height: 40px;
	cursor:pointer;
	padding: 8px;
	
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
	display: none;
}

.hamb-con p{
	width: 100%;
	height: 2px;
	background-color: var(--azul);
}

.main-header button{
	display: none;
}


.hero-con{
	display: flex;
	margin-top: 20px;
}

.hero-text{
	max-width: 400px;
}

.hero-text > div{
	margin-bottom: 15px;
}

.hero-tag{
	color: var(--cinza);
	padding: 15px 20px;
	background-color: white;
	border-radius: 10px;
	max-width: 200px;
	display: flex;
	align-items: center;
}

.hero-tag img{
	margin-right: 15px
}

.hero-text h1{
	text-transform: uppercase;
	color: var(--cinza);
}

.hero-text span{
	color: var(--azul);
}

.hero-text a{
	margin-right: 15px;
}

.cta{
	padding: 10px 55px 10px 25px;
	background-color: var(--azul);
	display: inline-block;
	color: white;
	border-radius: 50px;
	position: relative;
}

.cta:after{
	content: ">";
	width: 25px;
	height: 25px;
	background-color: var(--azul);
	position: absolute;
	right: 15px;
	border-radius: 100%;
	background-color: white;
	color: var(--azul);
	font-weight: bold;
	text-align: center;
	top: 16px;
}

.cta-second{
	padding: 10px 55px 10px 25px;
	background-color: white;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
}

.cta-second:after{
	content: ">";
	width: 25px;
	height: 25px;
	background-color: var(--azul);
	position: absolute;
	right: 15px;
	border-radius: 100%;
	color: white;
	font-weight: bold;
	text-align: center;
	top: 16px;
}

.hero-car{
	width: 580px;
	margin-left: 20px;
	height: 350px;
	overflow: hidden;
}

.swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}

.swiper-slide img{
	border-radius: 20px;
	height: 100%;
	width: auto;
}

.difs-con{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.dif{
	padding: 20px;
	border-radius: 10px;
	background-color: white;
	max-width: 200px;
	box-shadow:18px 10px 29px rgb(185 185 185 / 65%);
}

.dif img{
	margin-bottom: 10px;
}

.dif strong{
	color: var(--verde);
}

.dif p{
	color: var(--cinza);
}

.servs-wrapper{
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}

.brilho{
	background: url(images/luz_lp.png);
	position: absolute;
	height: 500px;
	background-size: contain;
	width: 100vw;
	right: -50%;
	top: -50px;
	z-index: -1;
	background-repeat: no-repeat;
}

.servs-con{
	display: flex;
	justify-content: space-between;
}

.servs-title{
	max-width: 350px;
}

.servs-title h1{
	color: var(--azul);
}

.servs-title p{
	color: var(--cinza);
}

.servs-title a{
	margin-top: 30px;
}

.servs{
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.serv{
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.serv div{
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.serv:nth-child(even) div{
	background-color: var(--azul);
}

.serv:nth-child(odd) div{
	background-color: var(--verde);
}

.serv strong{
	color: var(--azul);
	margin-top: 10px;
	display: inline-block;
}

.quem-con{
	margin-top: 65px;
}

.quem-con h1{
	color: var(--azul);
}

.clientes-car{
	margin-top: 30px;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	height: 120px;
}

.prods-con{
	margin-top: 65px;
}

.prods-con h1{
	color: var(--azul);
}

.prods-con .hero-tag{
	position: relative;
	top: -45px;
}

.prods-meds{
	    margin-top: 55px;
    border: 1px solid var(--azul);
    padding: 13px;
    border-radius: 10px;

}

.prods-inds{
	    margin-top: 65px;
    border: 1px solid var(--verde);
    padding: 13px;
    border-radius: 10px;
}

.prods{
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.prod{
	border-radius: 10px;
	background-color: white;
	box-shadow: 18px 10px 29px rgb(185 185 185 / 65%);
	padding: 40px 50px;
	margin-top: 30px;
	color: var(--cinza);
	position: relative;
	text-align: center;
	margin-right: 100px;
	margin-bottom: 60px;
}

.prod:before{
	    content: "";
    background: url(images/mole.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    background-color: var(--azul);
    left: -35px;
    top: -25px;
}

.prod .cta{
	position: absolute;
	min-width: 100px;
	bottom: -30px;
	right: -60px;
	text-align: left;
}

.prods-inds .prod:before{

	background-color: var(--verde);
}

.about-con{
	margin-top: 40px;
	background: url(images/capa_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inner-about{
	height: 300px;
	margin: 40px auto 100px auto

}

.about-text{
	text-align: center;
}

.about-text h1{
	color: white;
	font-size: 50px;
}

.about-text h1:first-child{
	opacity: 0.4;
	position: relative;
	top: 27px;
} 

.about-text p{
	color: white;
}

.about-text .hero-tag{
	margin: 20px auto;
	max-width: 300px;
}

.about-text .hero-tag p{
	color: var(--cinza);
}

.faq-con{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-con > div{
	margin-right: 20px;
}

.faq-con h1{
	color: var(--azul);
	font-size: 35px;
}

.faq{
	margin-top: 25px;
}

.duvida{
	box-shadow: 4px 10px 29px rgb(185 185 185 / 65%);
	border-radius: 10px;
	background-color: white;
	padding: 15px 44px;
	color: var(--cinza);
	position: relative;
	width: 300px;
	cursor: pointer;
	margin-bottom: 20px;
}


.duvida strong:after{
	content:attr(data-pos);
	position: absolute;
	right: 10px;
	top: 20%;
	background-color: var(--azul);
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 1.7;
}

.resposta{
	display: none;
	margin-top: 10px;
}

.faq-con img{
	border-radius: 10px;
	height: 365px;
	width: auto;
}

.floating-elements{
	position: fixed;
	z-index:9;
	bottom:50px;
	right: 27px;
	text-align: right;
	bottom:90px;
	
}

.wpp-floating{
  cursor: pointer;
  /*box-shadow:0px 5px 15px -3px #00000078;*/
  box-shadow:0 0 0 0 rgba(122, 237, 148, 0.29);
  overflow: hidden;
  border-radius: 100%;
  width:57px;
  height: 57px;
  display: block;
  pointer-events: initial;
  animation: pulso 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.wpp-floating img{
	display: block;
	margin:-2px -3px;
}

@keyframes pulso{
	100%{
		box-shadow:0 0 0 45px rgba(232, 76, 61, 0);
	}
}

footer{
	background-color:var(--verde);
	padding: 10px 0px;
	color: white;
	margin-top: 30px;
	text-align: center;
}

.footer-line{
	
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}


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


	.safe{
		padding: 0px 5px;
	}

	header{
		    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
	}

	.main-header{
		padding: 0px 5px;
	}

	.hamb-con{
		display: flex;
	}

	.main-header button{
		display: initial;
	}

	nav{
		display: none;
		position: fixed;
		top: 0;
		background-color: white;
		height: 100%;
		z-index: 10;
		left: 0;
		text-align: center;
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;

	}

	nav button{
		display: initial;
		margin-top: 20px;
		border-radius: 5px;
		padding: 10px 25px;
		background-color:#e74c3c;
		color: white;
		border: none;
		cursor: pointer;
	}

	nav p{
		
		margin: 5px 0px;
		display: block;
		border-radius: 5px;
		background-color: transparent;
		border-radius: 10px;
		color: var(--marca);
		padding: 10px 20px;

	}

	nav .cta{
		margin-top: 20px;
    	display: inline-block;
    	color: white;
    	background-color: var(--azul);
	}

	nav .cta img{
		vertical-align: middle;
		margin-right: 5px;
		filter: brightness(0) invert(1);
	}

	.top-header a{
		margin-right: 10px;
	}

	.hero-con{
		flex-direction: column;
		margin-top: 100px;
		align-items: center;
	}

	.hero-text {
		text-align: center;
	}

	.hero-text > div{
		margin: 15px auto;
	}

	.cta-second{
		margin-top: 20px;
	}

	.hero-car{
		width: 100%;
		margin-left: 0px;
		height: initial;
		max-height: 350px;
	}

	.swiper-slide img{
		height: auto;
		width:100%;
	}

	.difs-con{
		flex-direction: column;
		align-items: center;
	}

	.dif{
		margin-bottom: 15px;
	}

	.servs-con{
		flex-direction: column;
		align-items: center;
	}

	.servs-title{
		text-align: center;
	}

	.servs{
		justify-content: center;
		margin-top: 20px;
	}

	.quem-con{
		text-align: center;
	}

	.prods-con{
		text-align: center;
	}

	.prods-con .hero-tag{
		margin: 0 auto;
	}

	.prods{
		justify-content: center;
	}

	.prod{

	}

	.inner-about{
		margin-bottom: 125px;
	}

	.faq-con{
		flex-direction: column;
		text-align: center;
	}

	.faq-con > div{
		margin-right: 0px;
	}

	.faq{
		padding: 0px 5px;
	}

	.faq-cover{
		display: none;
	}

	.duvida{
		box-sizing:border-box;
		width: initial;
	}
}

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

	.prod{
		margin-right: 60px;
	}

	.prod:before{
		display: none;
	}

}