/* Início do reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

/* Fim do reset */

body{
	font-family:'Space Grotesk';
}

.topo{
	margin:2% 0;
}

.linha-topo{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.topo img{
	width:70%;
}

.topo .link a{
	padding:0.9rem 1.2rem;
	border:#000;
	font-weight:200;
	color:#000;
	border:1px solid #000;
	border-radius:8px;
}

.topo .link-mobile-topo{
	margin:3rem 0;
	text-align: center;
	display:none;
}

.topo .link-mobile-topo a{
	padding:0.9rem 1.2rem;
	border:#000;
	font-weight:200;
	color:#000;
	border:1px solid #000;
	border-radius:8px;
	transition:.3s ease-in-out;
}
	.topo .link-mobile-topo a:hover{
		background-color: #4285F4;
		color:#fff;
	}

.banner{
	padding:5% 0 3% 0;
}

.banner img{
	width:100%;
}

.banner h1{
	font-size:3.7rem;
	font-weight:500;
	color:#041F57;
	line-height: 4.3rem;;
}

.banner h1 span{
	font-weight:700;
	color:#34A853;
}

.banner .link{
	margin-top:3rem;
}

.banner .link a{
	padding:0.9rem 1.2rem;
	background-color:#4285F4;
	font-weight:200;
	color:#fff;
	border:1px solid #4285F4;
	border-radius:8px;
	transition:.3s ease-in-out;
}
	.banner .link a:hover{
		background-color: transparent;
		color:#4285F4;
	}

.faixa{
	margin-bottom:15%;
}

.faixa-img img{
	object-fit: cover;
	width:100%;
	z-index: 200;
}

.google-img{
	position:relative;	
}

.google-img img{
	position:absolute;
	top:-15rem;
	z-index: -1;
	right:0;
}

.localize img{
	/* width:100%; */
	height:auto;
}

.box-content{
	border:1px solid #000;
	box-shadow:1px 7px 3px #000;
	padding:2.2rem 2rem;
	border-radius:2rem;
}

.box-yellow{
	background-color:#FBBC04;
}
.box-green{
	background-color:#34A853;
}
.box-blue{
	background-color:#4285F4;
}
.box-grey{
	background-color:#F3F3F3;
}

.box-content h2{
	font-size:2.1rem;
	line-height: 2.5rem;
	color:#041F57;
	font-weight: 500;
	margin-bottom:2rem;
}

.box-content p{
	line-height: 1.3rem;;
}

.localize .box-content{
	margin-top:40%;
	position:relative;
	z-index: -1;
}

.hospednet{
	margin:8% 0 5% 0;
}

.hospednet h2{
	margin-bottom:6%;
}

.hospednet h2 span{
	font-size:3rem;
	font-weight:600;
	background-color: #34A853;
	padding:0.1rem 0.5rem;
	border-radius:8px;
}

.hospednet .box-content{
	margin-bottom:2rem;
	position:relative;
}

.resultados .top-title{
	margin-bottom:6%;
}

.hospednet .box-content h3{
	font-size:1.8rem;
	font-weight:700;
	line-height: 2.1rem;;
	margin-bottom:1rem;
}

.hospednet .box-content p{
	font-weight:500;
	width:90%;
}

.hospednet .box-content img{
	width:40px;
	position:absolute;
	top:2rem;
	right:1.5rem;
}

.hospednet h4{
	text-align: center;
	margin-top:15%;
}

.hospednet a{
	padding:0.7rem 1rem;
	border:1px solid #000;
	border-radius:10px;
	font-size:2rem;
	color:#000;
	transition:.3s ease-in-out;
}
	.hospednet a:hover{
		background-color: #000;
		color:#fff;
	}

.resultados h2{
	font-size:3.8rem;
	font-weight:500;
	line-height: 4.4rem;
	margin-top:6%;
}

.resultados h2 span{
	color:#4285F4;
	font-weight: 600;
}

.resultados .box-content{
	padding:4rem 2rem;
	margin:1rem 0;
}

.resultados h4{
	font-size:1.8rem;
	font-weight:600;
}

.resultados h4 span{
	color:#34A853;
}

.servicos h2{
	margin:10% 0 10% 0;
}

.container-service{
	border:1px solid #000;
	box-shadow:1px 5px 1px #000;
	background-color: #F3F3F3;
	border-radius:2rem;
	margin-bottom:2rem;
}

.title-service{
	display:flex;
	justify-content: space-between;
	align-items: center;
	cursor:pointer;
	transition: .3s ease-in-out;
	padding:2rem 2rem;
	border-radius:2rem;
}

.minus{
	display:none;
}

.title-service:hover{
	background-color: #34A853;
}

.content-service{
	max-height: 0;
	padding:0rem 2rem 0rem 2rem;
	overflow: hidden;
	transition: max-height .3s ease-out;
	border-bottom-right-radius:2rem;
	border-bottom-left-radius:2rem;
}

.content-service p{
	font-weight: 500;
	line-height: 1.4rem;
}

.content-service p strong{
	font-weight: 800;
}

.content-service img{
	width:100%;
	height:auto;
	margin:5% 0;
}

.servicos h2 span{
	font-size:3rem;
	font-weight:600;
	background-color: #34A853;
	padding:0.1rem 0.5rem;
	border-radius:8px;
}

.title-service h4{
	font-size:1.7rem;
	font-weight: 500;
}

.title-service h4 span{
	font-size:3rem;
	font-weight:600;
	margin-right:1.5rem;
}

.line{
	width:100%;
	height:1px;
	background-color: #000;
	margin-bottom: 2rem;
}

.active{
	background-color: #34A853;
}

.negocios{
	margin:6% 0;
}

.img-negocios img{
	width: 100%;
	position:relative;
	z-index: 9;
}

.negocios h2{
	font-size:3.5rem;
	color:#34A853;
	font-weight: 500;
	line-height: 4.2rem;
	margin-bottom:2rem;
}

.negocios h2 span{
	color:#4285F4;
	font-weight:600;
}

.negocios p{
	font-size:2.5rem;
	font-weight:500;
	color:#898989;
	line-height: 3rem;
	margin-bottom:4rem;
}

.negocios a{
	color:#fff;
	background-color: #34A853;
	padding:1rem 1.7rem;
	border-radius:8px;
	border:1px solid #34A853;
	transition: .3s ease-in-out;
}
	.negocios a:hover{
		background-color: transparent;
		color:#34A853;
	}

.negocios .linha{
	display:flex;
	align-items: center;
}

.negocios .list-box{
	background-color: #F3F3F3;
	padding:5% 2%;
	width:100%;
	border-radius: 2rem;
	margin-left: -6rem;
	position:relative;
	z-index: -1;
}

.negocios ul{
	margin-left:15%;
}

.negocios ul li{
	list-style-type: disc;
	font-size:1.5rem;
	font-weight:500;
	line-height: 2rem;
}

.negocios .linha{
	margin-top:7%;
}

.contato h2 span{
	font-size:3rem;
	font-weight:600;
	background-color: #34A853;
	padding:0.1rem 0.5rem;
	border-radius:8px;
}

.box-contato img{
	width:100%;
}

.box-contato{
	background-color: #F3F3F3;
	padding:5% 7%;
	border-radius:3rem;
	margin-top:5%;
}

.box-contato input{
	width:100%;
	height: 3rem;
	border-radius:0.7rem;
	border:1px solid #000;
	margin:0.3rem 0 1rem 0;
}

.box-contato textarea{
	width:100%;
	height: 12rem;
	border-radius:0.7rem;
	border:1px solid #000;
	margin:0.3rem 0 1rem 0;
}

.box-contato button{
	width:100%;
	height: 3rem;
	border-radius:0.7rem;
	background-color: #4285F4;
	color:#fff;
	font-family:'Space Grotesk';
	font-size:1.1rem;
	border:1px solid #4285F4;
	cursor:pointer;
	transition: .3s ease-in-out;
}

	.box-contato button:hover{
		background-color: transparent;
		color:#4285F4;
	}

.box-contato label{
	font-weight: 500;;
}

::placeholder{
	font-family:'Space Grotesk';
	padding-left: 0.5rem;
}

.rodape{
	margin-top:5%;
}

.box-rodape{
	background-color: #34A853;
	padding:5% 4%;
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
}

.rodape h3{
	margin-bottom:10%;
}

.rodape h3 span{
	background-color: #B9FF66;
	padding:0.2rem 0.5rem;
	border-radius: 5px;
	font-size:1.2rem;
	font-weight:500;	
}

.contact-line{
	margin-top:5%;
	margin-bottom:5%;
}

.rodape p{
	color:#fff;
	margin:1rem 0;
	line-height:1.5rem;
}

.contato-form{
	background-color: #4285F4;
	padding:3rem 2rem;
	border-radius: 1rem;;
}

.contato-form input{
	width:60%;
	height: 3rem;
	border-radius:0.5rem;
	border:1px solid #fff;
	background-color: transparent;
	color:#fff;
}

.contato-form button{
	width:35%;
	height: 3rem;
	border-radius:6px;
	background-color: #FBBC04;
	border:none;
	font-size:1.1rem;
	cursor: pointer;
	transition: .3s ease-in-out;
}
	.contato-form button:hover{
		background-color: #b88d0d;
	}

.contato-form ::placeholder{
	color:#fff;
}

.liner{
	width:100%;
	height:1px;
	background-color: #fff;;
}

.rodape ul{
	width:100%;
	display: flex;
	justify-content: end;
	gap:10px;
}

.msg, .msg-news{
	margin-top:1rem;
}

.alert-msg{
	background-color: red;
	padding:0.5rem 0.7rem;
	border-radius:6px;
	color:#fff;
}

.succes-msg{
	background-color: green;
	padding:0.5rem 0.7rem;
	border-radius:6px;
	color:#fff;
}

.links-external{
    display:flex;
    align-items:center;
    gap:20px;
}

.links-external img{
    width:180px;
}

.sites{
    width:250px !important;
}

@media (max-width:500px){
.links-external{
    display:block;

}
}