:root {
	--main-fontsize: 16px;
}

@media (max-width: 1600px) {
	:root {
		--main-fontsize: 14px;
	}
}

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

/* CSS RESET DEFAULT */

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, b, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
}

ol, ul {
	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;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
}

p {
	line-height: 1.9;
    margin-bottom: 1.5rem;
	text-align: justify;
	letter-spacing: 0.2px;
	font-size: 18px;
	color: #000;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

body {
	background-color: #000;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #3a3a3a;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
}

#topo {
	position: relative;
    height: 100vh;
    width: 100%;
	overflow: hidden;
}

.content-topo {
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: absolute;
	overflow: hidden;
}

.bg-topo {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
	overflow: hidden;
}

.bg-topo img {
	width: 100%;
}

.content-topo .title h1 {
    color: #fff;
    width: 55%;
    margin: auto;
    line-height: 1.4;
}

.selo {
	position: absolute;
	bottom: 6rem;
}

.selo img {
	width: 110px;
}

.bg-black {
	background-color: #000;
}

#frase-cenario {
	padding-top: 8rem;
    padding-bottom: 8rem;
}

.content h2 {
	text-align: center;
	color: #fff;
    width: 26%;
    margin: auto;
    line-height: 1.4;
}

.img-full {
	width: 100%;
}

#frase-crescimento {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.content {
	text-align: center;
}

.content h3 {
	text-align: center;
	color: #fff;
    width: 100%;
    margin: auto;
    line-height: 1.4;
}

.logo-inspira img {
	width: 200px;
}

.frase-bottom {
	margin-bottom: 8rem;
}

/* .logo-inspira {
	margin-bottom: 18rem;
} */

/* .frase-destaque {
	margin-bottom: 26rem;
} */

.frase-bottom p {
	text-align: center;
	color: #fff;
	width: 41%;
	margin: auto;
	line-height: 1.4;
}

.owl-dots {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.owl-dots .owl-dot {
	width: 12px !important;
    height: 12px !important;
    background-color: #6c6c6c !important;
	border-radius: 12px !important;
}

.owl-dots .owl-dot.active {
	background-color: #fff !important;
}

.frase-carrossel {
position: absolute;
    bottom: 10rem;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.frase-carrossel h4 {
	text-align: center;
	color: #fff;
    width: 100%;
    margin: auto;
    line-height: 1.4;
}

.carrossel-imgs {
	position: relative;
}

.carrossel-imgs .owl-dots {
	bottom: 4rem;
}

#black-divider {
	height: 400px;
}

.content h4 {
	text-align: center;
	color: #fff;
    width: 100%;
    margin: auto;
    line-height: 1.4;
	margin-bottom: 3rem;
}

#secao-img-3 {
	position: relative;
}

#secao-fotografa,
#secao-fotografa-bottom {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

#secao-fotografa .content p,
#secao-fotografa-bottom .content p {
    color: #fff;
    line-height: 1.4;
    width: 46%;
    margin: auto;
    text-align: center;
}

.bg-estaleiro {
	position: relative;
	text-align: center;
}

.frase-estaleiro {
	position: absolute;
	bottom: 5rem;
	text-align: center;
	width: 100%;
}

.frase-estaleiro img {
	width: 300px;
	margin: auto;
	text-align: center;
}

#contato {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-image: url('../imgs/bg-contato.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#contato .frase-contato p { 
	color: #fff;
    line-height: 1.4;
    width: 23%;
    margin: auto;
    text-align: center;
}

#contato .frase-contato {
	margin-bottom: 6rem;
}

.title-form p {
	color: #fff;
    line-height: 1.4;
    width: 23%;
    margin: auto;
    text-align: center;
}

.title-form {
	margin-bottom: 3rem;
}

.logo-rodape {
	text-align: center;
}

.logo-rodape img {
	width: 100px;
}

.form {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
}

.form input {
	background-color: #302f2d;
    border: unset;
    padding-left: 20px;
    height: 50px;
    width: 400px;
    max-width: 100%;
    color: #fff;
}

.form input::placeholder {
	color: #fff;
}

.form input.wpcf7-submit {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	width: 300px;
	margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}

.overlay-contato {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	z-index: 0;
	opacity: .3;
}

#secao-mar-voce {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#secao-mar-voce .content p {
    color: #fff;
    line-height: 1.4;
    width: 32%;
    margin: auto;
    text-align: center;
}

.wpcf7-list-item-label {
    color: white;
}

.wpcf7-acceptance span {
	line-height: 1;
    position: relative;
    top: 1px;
}

.wpcf7-acceptance label {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wpcf7-acceptance label input {
	width: 16px;
    height: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: unset !important;
    color: #fff !important;
    border: unset !important;
}

#frase-estaleiro {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.img-estaleiro {
	text-align: center;
	margin-bottom: 8rem;
}

.img-estaleiro img {
    width: 300px;
    margin: auto;
    text-align: center;
}

#secao-img {
	position: relative;
}

.selo-inspirado img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    transform: translate(-50%, -50%);
}

@media (max-width: 769px) {
	
	.mobileonly {
		display: block;
	}
	
	.desktoponly {
		display: none;
	}
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	#topo, .bg-topo, .content-topo {
		height: 640px;
	}
	
	.bg-topo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.content h2 {
		width: 80%;
        font-size: 14px;
	}
	
	.frase-bottom p {
    	width: 75% 
	}
	
	#secao-fotografa .content p, #secao-fotografa-bottom .content p {
    	width: 75%; 
	}
	
	#secao-mar-voce .content p {
    	width: 80%; 
	}
	
	#contato .frase-contato p {
		width: 45%; 
	}
	
	.title-form p {
		width: 70%;
	}
	
	.frase-carrossel {
		bottom: 2rem; 
	}
	
	.form input {
		max-width: 80%;
	}
	
	.content-topo .title h1 {
		color: #fff;
		width: 80%;
		margin: auto;
		line-height: 1.4;
		font-size: 14px;
	}
	
	.content h3 {
		text-align: center;
		color: #fff;
		width: 90%;
		margin: auto;
		line-height: 1.4;
		font-size: 14px;
	}
	
	p {
		font-size: 14px;
	}
	
	.frase-carrossel h4,
	.content h4 {
		font-size: 14px;
	}
	
	.form p {
		text-align: center;
	}
	
	.img-full {
		height: 640px;
		object-fit: cover;
	}
	
	.bg-estaleiro .img-full {
		object-position: -460px;
	}
	
	.render .img-full {
		object-position: left;
		height: 760px;
	}
	
	.wpcf7-acceptance span {
		line-height: 1.4;
		position: relative;
		top: 1px;
		display: block;
		max-width: 80%;
	}

}