/*

Theme Name: Vaiana Offshore

Theme URI: vianaoffshore.com.br

Author: LURA

Version: 1.0

*/



/* Reset */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}



html {
	scroll-behavior: smooth;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow', sans-serif;
}

body {
	font-family: 'Barlow', sans-serif;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	background: #fff;
}

body img {
	max-width: 100%;
	height: initial;
}

strong {
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: none;
}



#site {
	position: relative;
	overflow: hidden;
}



:root {
	--azul: #252e72;
	--vermelho: #cf0b18;
}


/* Title Home */

.titleHome {
	margin-bottom: 40px;
}

.titleHome::after {
	content: '';
	width: 100px;
	height: 5px;
	display: block;
	border-radius: 5px;
	margin-top: 30px;
	background: var(--azul);
}

.titleHome.center::after {
	margin-left: auto;
	margin-right: auto;
}

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

.titleHome h3 {
	color: var(--vermelho);
	font-size: 60px;
	line-height: 125%;
	font-weight: bold;
}

.titleHome p {
	color: #333;
	font-size: 24px;
	position: relative;
}

.titleHome.line p {
	padding-bottom: 10px;
}




/* CTA Home */

.cta_default {
	color: #fff;
	background: transparent;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 30px;
	border: 0;
	outline: 0 !important;
	display: table;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	border:3px var(--vermelho) solid;
	background: transparent;
	border-radius: 4px;
	color: #000;
}

.cta_default:hover {
	color: #fff;
	background: var(--vermelho);
}

a.cta_default {
	margin-top: 15px;
}

i.fa-brands.fa-whatsapp {
    margin-right: 0px;
}

.section.produtos .container::after {
	display: none;
}

/* Menu Responsivo */

.menuResponsivo {
	background: #fff;
	top: 0;
	left: -70%;
	width: 70%;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 99999;
	padding: 0px 0;
}

.menuResponsivo img {
	margin: 20px auto;
	display: block;
}

.menuResponsivo ul {
	display: table;
	width: 100%;
}

.menuResponsivo ul li {
	display: table;
	width: 100%;
}

.menuResponsivo ul li a {
	color: #000;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}

.menuResponsivo ul li a:hover,
.menuResponsivo ul li a:focus {
	background: #cf0b18;
	color: #fff;
}



.menuResponsivo .sub-menu {
	background: #f5f5f5;
	color: #000;
}

.menuResponsivo .sub-menu a {
	font-weight: 600;
	font-size: 14px;
}



.wpcf7 form.sent .wpcf7-response-output {
	background: #46b45038;
	font-weight: 600;
}


/* Cookies */

.avisoCookies {
	z-index: 9999999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
	background: #1b1b1bd4;
	color: #fff;
	padding: 20px 0;
}

.avisoCookies p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.avisoCookies p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.avisoCookies .acoes {
	display: table;
	margin: auto;
}

.avisoCookies .acoes a {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: transparent;
	line-height: 12px;
	color: #fff;
	padding: 5px 20px;
	border-radius: 14px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	border: 1px #fff solid;
}

.avisoCookies .acoes button {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: #cf0b18;
	border: 1px #cf0b18 solid;
	color: #fff;
	padding: 5px 20px;
	border-radius: 14px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}





/* 404 */

.page-404 {
	padding: 90px 0;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}

.page-404 .container {
	text-align: center;
}

.page-404 h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #cf0b18;
	text-transform: uppercase;
}

.page-404 h2 {
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 30px;
}

.page-404 a {
	margin: auto;
}


/* Politica de privacidade */
.politica-privacidade {
	margin-top: -40;
}

.politica-privacidade p {
	font-size: 15px
}

/* Whatsapp */

.whatsFlutuante {
	display: flex;
	align-items: center;
	z-index: 999;
	justify-content: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(5, 151, 5);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.whatsFlutuante:hover {
	background: green;
	color: #fff;
}

.whatsapp-float:active {
	transform: scale(0.95);
	background-color: green;
	color: #fff;
}

.whatsapp-float {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: #ffffff;
    border: 2px solid green;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    color: green;
    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .whatsapp-float:hover {
    background-color: green;
    color: #ffffff;
    transform: scale(1.05);
  }

  .whatsapp-float span {
	text-transform: uppercase;

  }

  .whatsapp-float svg {
    fill: currentColor;
    transition: fill 0.3s ease;
  }




@media (max-width:1200px) {

	/* Industrias */

	section.industrias .float {
		margin-right: -180px;
	}



	/* Blog */

	section.blog .item {
		width: 220px;
	}

	section.blog .item:first-child {
		width: 360px;
	}



	/* Header */

	header #menu {
		display: none;
	}

	.chamaResponsivo {
		display: block !important;
		font-size: 24px;
		width: 45px;
		height: 45px;
		text-align: center;
		background: #cf0b18;
		color: #fff;
		float: right;
		margin: 15px 0;
	}

	.chamaResponsivo i {
		line-height: 45px;
	}

}



@media (max-width:992px) {



	/* Barra superior */

	.barra_superior p.endereco {
		display: none;
	}



	/* Slider */

	section.slider img {
		height: 200px;
		object-fit: cover;
	}

	section.slider .owl-nav {
		display: none;
	}

	section.slider .conteudo {
		width: 90%;
	}

	section.slider .conteudo h3 {
		font-size: 30px;
		line-height: 100%;
	}



	/* Intro */

	section.introducao {
		padding: 70px 0;
		text-align: center;
	}

	section.introducao .imagem img {
		position: static;
		max-width: 100%;
		transform: none
	}

	section.introducao h2 {
		font-size: 30px;
	}

	section.introducao p {
		font-size: 18px;
		margin: 10px 0
	}

	section.introducao .cta_primary {
		margin: 20px auto;
	}



	/* Oq respondemos */

	section.oque-respondemos {
		display: block;
		overflow-x: hidden;
	}

	section.oque-respondemos h2 strong {
		font-size: 36px
	}



	/* impacto */

	section.impacto h2 {
		font-size: 30px
	}

	section.impacto h4 {
		font-size: 18px;
	}

	section.impacto .box h5 {
		font-size: 18px;
	}



	/* Depoimentos */

	section.depoimentos {
		padding: 70px 0;
	}

	section.depoimentos h2 {
		font-size: 30px;
	}

	section.depoimentos h4 {
		font-size: 18px;
	}



	/* Blog */

	section.blog .item {
		width: 50%;
		padding: 5px;
	}

	section.blog .item:first-child {
		width: 100%;
	}



	/* Citação */

	section.citacao h3 {
		font-size: 20px;
		line-height: 30px;
	}

	section.citacao h4 {
		font-size: 18px
	}



	/* Agrotooler */

	section.agrotooler .bottom {
		flex-wrap: wrap;
	}

	section.agrotooler a {
		width: 100%;
		margin-bottom: 20px;
	}

	section.agrotooler a i {
		float: right;
	}

	section.agrotooler .bottom img {
		margin: auto;
	}



	/* Footer */

	footer .float {
		margin-left: 20px;
	}

	footer .float p,
	footer .float a {
		width: 100%;
		padding: 0;
		margin: 5px 0;
		line-height: 18px;
		font-size: 13px;
	}

	/* Solução Interna */

	section.dores .row {
		gap: 40px 0;
	}



	section.bloco-conheca {
		padding: 30px 0;
	}



	section.ferramentas {
		padding: 30px 0;
	}

	section.ferramentas .content {
		padding: 50px;
	}

	section.ferramentas .left:after {
		height: 100%;
	}

	section.ferramentas .right .bloco {
		padding: 40px;
	}

	section.ferramentas .owl-nav .owl-next {
		margin-right: 0;
	}

	section.ferramentas .owl-nav .owl-prev {
		margin-left: 0;
	}



	section.cta-roi,
	section.cta-demo {
		background-position: left;
	}



	section.from-to {
		padding: 30px 0;
	}



	section.diferenciais {
		padding: 60px 0;
	}

	section.diferenciais .right:after {
		height: 100%;
	}

	section.diferenciais .owl-nav .owl-next,
	section.diferenciais .owl-nav .owl-prev {
		margin: 0;
	}



	/* Sobre */

	.img-comp-img {
		max-width: 100%;
	}

	section.missao img {
		margin: 30px 0;
	}



	section.numeros .right:after {
		height: 100%;
	}

	section.numeros .right {
		padding: 40px;
	}

	section.numeros .owl-nav .owl-next {
		margin-right: 0;
	}

	section.numeros .owl-nav .owl-prev {
		margin-left: 0;
	}



	section.time h4 {
		margin-top: 40px;
	}



}



@media (max-width:768px) {

	
	.marcas__list {
		display: grid;
   		grid-template-columns: 1fr 1fr;
    		gap: 10px;
		
	}
	
	.marcas__list img {

		padding: 8px;
   		max-width: unset;
  		width: 100%;
	}
	
	.whatsFlutuante {
		display: none;
	}

	.ctt_responsive {
		display: table !important;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		background: #fff;
		padding: 10px 0;
		background: #393939;
	}

	.whatsapp-float {
		display: none;
	}

	.ctt_responsive a {
		display: flex;
		padding: 10px;
		/* border: 3px #cf0b18 solid; */
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 10px;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 11px;
		background: #57c857;
	}

	.ctt_responsive a.whatsapp {
		background: green;
		border-color: green;
	}

	.ctt_responsive a.telefone {
		background: #00426a;
		border-color: #00426a;
	}

	.ctt_responsive a i {
		font-size: 22px;
	}

	.ctt_responsive a strong {
		display: block;
		font-size: 15px;
	}



	section.title-page {
		padding: 40px 0;
	}

	section.title-page p {
		font-size: 14px;
	}



	section.sobre,
	section.areas {
		background: #f1f1f1 !important;
		padding: 40px 0;
	}

	section.sobre.interna .content p {
		padding: 0;
	}



	section.equipe .equipe_lista {
		flex-wrap: wrap;
	}

	section.equipe .equipe_lista .item {
		width: calc(50% - 10px);
	}

	section.equipe .equipe_lista .content {
		padding: 0 20px;
	}

	section.equipe .equipe_lista p {
		font-size: 10px;
	}



	section.areas .areas_lista {
		max-width: 80%;
	}



	section.agendamento .container {
		flex-wrap: wrap;
		justify-content: end;
		gap: 15px 0;
	}

	section.agendamento .title {
		min-width: 100%;
	}

	section.agendamento h3 {
		font-size: 22px;
	}



	/* Footer */


	footer .copy {
		text-align: center;
	}

	footer .copy p {
		width: 100%;
	}

	footer .copy a {
		margin: 30px auto;
		display: table;
	}





	/* Internas */


	section.areas.interna .areas_lista .block {
		width: calc(50% - 30px);
	}



	.lista-insights .item {
		width: 100%;
	}



}



@media (max-width:578px) {

	section.slider img {
		height: 140px;
		object-fit: cover;
	}



	/* Blog */

	section.blog .item {
		width: 100%;
		margin: 0;
	}

}


.btn-fixed {
	position: fixed;
	bottom: 100px;
	right: 35px;
	visibility: hidden;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0 0 40px #00000046;
	z-index: 999;

}

.btn-fixed:hover {
	color: #014c8c;
}

@media (max-width: 769px) {
	.btn-fixed {
		bottom: 100px;
		right: 33px;
	}
}

.btn-fixed i {
	font-size: 30px;
	color: #cf0b18;

}

.btn-fixed.visible {
	visibility: visible;
}