: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: 'Barlow', sans-serif !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.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: 14px;
	color: #000;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

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

#hero {
	position: relative;
}

.carrossel-full.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.img-full img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.menu-nav {
	position: absolute;
    bottom: 7.5rem;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 9999;
}

.menu-nav ul {
	margin: 0;
	display: flex;
    gap: 20px;
}

.menu-nav ul li a {
	color: #fff;
	font-weight: 600;
	transition: all .3s;
	padding: 5px 10px;
	padding-bottom: 7px;
	border-radius: 14px;
	font-size: 18px;
}

.menu-nav ul li a:hover {
	text-decoration: unset; 
	color: #7fc706;
	background-color: #fff;
}

#quem-somos {
	background-color: #efefef;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.title-quemsomos h3 {
	color: #207fb5;
	text-align: center;
	font-size: 70px;
    font-weight: 600;
	margin-bottom: 30px;
}

.text-quem-somos p {
	color: #7f7f7f;
	text-align: center;
	margin-bottom: 30px;
	font-size: 27px;
}

.text-destaque-quem-somos h4 {
	color: #7fc706; 
	text-align: center; 
	font-size: 40px;
    font-weight: 500;
	max-width: 55%;
    margin: auto;
}

#seguros-para-voce {

}

.title-seguros h3 {
	font-size: 55px;
    font-weight: 600;
    color: #207fb5;
    max-width: 60%;
    line-height: 52px;
	position: relative;
}

.title-seguros h3:before {
	content: '';
	position: absolute;
	left: 5px;
	top: -1rem;
	width: 26px; 
	height: 3px;
	background-color: #7fc706;
}

#seguros-para-empresa .title-seguros h3 {
	color: #fff;
	max-width: 100%;
    line-height: 52px;
    position: relative;
    left: 2rem;
}

#seguros-para-empresa .title-seguros h3:before {
	background-color: #207fb5;
}

.cards-seguros {
	display: flex;
    gap: 30px;
	top: 3rem;
}

.card-seguro {
	position: relative;
}

.card-seguro img {
	width: 100%;
	width: 182px;
    height: 411px;
	object-fit: cover;
	border-radius: 20px;
}

.img-card-seguro {
	position: relative;
	transition: all .4s;
}

.img-card-seguro:after {
	content: '';
	width: 100%;
	height: 60%;
	background-color: #11242b;
	background: linear-gradient(180deg, rgba(1, 8, 60, 0) 0%, rgb(17 36 43) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 20px;
	transition: all .4s;
}

.img-card-seguro:hover:after {
	height: 100%;
}

.text-card-seguro {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translate(-50%, 0);
	z-index: 2;
    text-align: center;
}

.text-card-seguro h4 {
	color: #fff;
	font-weight: 600;
}

.title-seguros {
	height: 100%;
    display: flex;
    align-items: center;
	position: relative;
	top: 2rem;
}

#seguros-para-empresa {
	background-color: #7fc706;
	padding-top: 2rem;
}

#anos29 {
	background-color: #0076b6;
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.wrapper-29-anos {
	display: flex;
    align-items: center;
    gap: 100px;
}

.text-29-anos {
	max-width: 35%;
	position: relative;
	top: 1rem;
}

.text-29-anos h4 {
	font-size: 47px;
    color: #fff;
    font-weight: 400;
	line-height: 1;
}

.logo-29-anos img {
	filter: brightness(1.1);
}

#localizacao {
	width: 100%;
	height: 600px;
}

#localizacao iframe {
	width: 100%;
	height: 600px;
}

.wpp-button-wrapper {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 30px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000
}

.wpp-button-wrapper a {
    display: block;
    font-size: 30px;
    line-height: 60px;
    color: #fff
}

.wpp-button-wrapper a svg {
	fill: #fff;
    width: 30px;
    position: relative;
    bottom: 5px;
    left: 1px;
}

.pulse {
    border-radius: 50%;
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0,0,0,.25)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0,0,0,0)
    }
}

/* Footer */

#footer {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #f6f6f6;
}

.logo-text-footer {
	width: 60%;
}

.logo-footer {
	margin-bottom: 1rem;
}

.text-footer {
	color: #1C1B1B;
	font-size: 14px;
	margin-top: 1rem;
}

.contato-footer ul li a svg {
	width: 12px;
	height: auto;
	color: #000;
	margin-right: 0.5rem;
}

.contato-footer ul li:first-child a svg {
	width: 15px;
}

.sitemap-footer p,
.contato-footer p {
	font: normal normal 500 16px/29px Barlow;
	letter-spacing: 0px;
	color: #7fc706;
	margin-bottom: 10px;
	font-weight: 600;
}


.sitemap-footer ul li a,
.contato-footer ul li a{
    color: #0076b6;
    font-size: 14px;
    line-height: 31px;
    font-weight: 500;
}

#footer .container > .row {
	justify-content: space-evenly;
	align-items: center;
}

#footer .redes-sociais ul {
	display: flex;
	gap: 20px;
}

.redes-sociais ul li svg {
	width: 25px;
    height: 25px;
}

.copyrights {
	text-align: center;
    color: #fff;
	background-color: #0076b6;
}

.copyrights p {
    color: #fff;
    font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	line-height: 21px;
	padding: 10px 0 9px;
}

.copyrights a {
	font-weight: 600;
}

.text-footer p {
	text-align: left;
	font: normal normal 400 14px/31px Poppins;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.texts-banner {
	max-width: 1200px !important;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 800px;
}

.text-principal {
	position: absolute;
	top: 25%;
}

.text-principal h1 {
	color: #fff;
    font-size: 80px;
    max-width: 60%;
    letter-spacing: -1px;
    line-height: 1;
	font-weight: 400;
}

.text-principal h1 span {
	position: relative;
	z-index: 1;
	font-weight: 700;
}

.text-principal h1 span:after{
    content: "";
    background-color: #207fb5;
    width: 108%;
    height: 60%;
    position: absolute;
    left: -4%;
    top: 32%;
    z-index: -1;
    border-radius: 14px;
}

.text-secundario {
	position: absolute;
	top: 30%;
	right: -2rem;
}

.logo-header {
	text-align: right;
}

.logo-header img {
	    width: 140px;
}

.text-secundario h2 {
	 font-size: 16px;
    color: #fff;
    background-color: #207fb5;
    padding: 10px 20px;
    border-radius: 20px;
    padding-top: 8px;
    margin-top: 6px;
    letter-spacing: .5px;
}

.logo-principal img {
	max-width: 160px;
}

.nav-menu ul {
	display: flex;
	gap: 40px;
	justify-content: end;
	margin-bottom: 0;
}

.nav-menu ul li a {
	font: normal normal 500 16px / 29px Barlow;
    letter-spacing: 0px;
    color: #7fc706;
    margin-bottom: 10px;
    font-weight: 600;
}

#header-geral {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#banner-seguro img {
	height: 300px;
    width: 100%;
    object-fit: cover;
	    z-index: -2;
    position: relative;
}

.titulo-seguro {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    bottom: -1.4rem;
}

.titulo-seguro span {
	z-index: 1;
}

.titulo-seguro:before {
    content: "";
    position: absolute;
    left: calc(-100vw + 100%);
    top: 1.5rem;
    transform: translateY(-50%);
    height: 100%;
    width: 101vw;
    background-color: #7fc706;
    z-index: -1;
    border-radius: 20px;
}

#banner-seguro {
	margin-bottom: 3.5rem;
}

.titulo-seguro h1 {
	color: #fff;
    margin-bottom: 0;
}

.text-content-seguro p {
	color: #626262;
	font-size: 15px;
	font-weight: 500;
}

.text-content-seguro ul {
	padding: 10px 20px;
	border: 1px solid #1175b2;
	border-radius: 30px;
	list-style: disc;
	padding-left: 40px;
}

.text-content-seguro li {
	color: #1175b2;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 500;
}

.text-content-seguro li:last-child {
	margin-bottom: 0;
}

.btn-contact {
	margin-top: 20px;
}

.btn-contact a {
	font-size: 22px;
    color: #fff;
    padding: 8px 26px;
    background-color: #7fc706;
    border-radius: 30px;
	font-weight: 500;
}

.btn-contact a:hover {
	text-decoration: unset;
}

#content-seguro {
	margin-bottom: 3rem;
}

/* .home #topo {
	display: none;
} */

.text-principal, .text-secundario {
    opacity: 0;
    transition: opacity 1s ease;
}

.text-principal.fade-in {
    opacity: 1;
}

.text-secundario.fade-in {
    opacity: 1;
    transition-delay: 0.5s;
}

/* SeÃ§Ã£o de depoimentos */
#depoimentos {
  padding: 8rem 0;
  background-color: #f8f9fa;
}

#depoimentos .section-title {
    font-size: 47px;
    font-weight: 600;
    color: #ffffff;
    line-height: 52px;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}

/* Card de depoimento */
#depoimentos .testimonial-card {
  background-color: #ffffff42;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 25%);
  margin: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#depoimentos .testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

#depoimentos .owl-stage-outer {
	padding-bottom: 1rem;
}


#depoimentos {
	background-image: url('../imgs/bg-depoimentos.png');
	background-size: cover;
	background-position: center;
}

#depoimentos .owl-nav {
	display: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #96c81b !important;
}


@media (max-width: 769px) { 
	
	#header-geral {
		display: none;
	}
	
	.mobileonly {
		display: block;
	}
	
	#header-mob {
		position: relative;
		top: 0;
		background: #f6f6f6;
		padding: 1rem 0;
		z-index: 9;
	  }
	
	#menu-mobile {
		width: 90%;
		height: 100vh;
		background: #f6f6f6;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		position: absolute;
		top: 0;
		left: -100%;
		transition-property: left;
		transition-duration: 1s;
		z-index: 2;
		box-shadow: 0px 0px 10px #00000033;
  	}
	
	 .close-menu-mob {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
  }

  .close-menu-mob button {
    border: none;
    background: unset;
  }
	
	
	.logo-menumob img {
		width: 160px;
	}
	
	.bar-menumob img {
		width: 20px;
	}
	
	
	#header-mobile {
		padding: 0 1.4rem;
	}
	
	.home #topo {
		display: block;
	}
	
	.headermob {
		        display: flex;
        align-items: center;
        justify-content: center;
	}
	
	 .bar-menumob {
        position: absolute;
        left: 1rem;
    }
	
	.menu-nav {
		display: none;
	}
	
	.img-full img {
		width: 100%;
		height: 470px;
	}
	
	.text-destaque-quem-somos h4 {
		color: #7fc706;
		text-align: center;
		font-size: 40px;
		font-weight: 500;
		max-width: 100%; 
	}
	
	.wrapper-29-anos {
		flex-direction: column;
		gap: 30px;
	}
	
	.text-29-anos {
		max-width: 100%;
		position: relative;
		top: 0;
	}
	
	.text-29-anos h4 {
		text-align: center;
	}
	
	  #depoimentos  .img-full img {
        width: 100%;
        height: 470px;
        object-position: -180px;
    }
	
	.logo-text-footer {
		margin: auto;
		width: 45%;
	}
	
	#footer .redes-sociais ul {
		justify-content: center;
	}

	.sitemap-footer p, .contato-footer p {
		text-align: center;
	}
	
	.sitemap-footer ul li,
	.contato-footer ul li{
		text-align: center;
	}
	
	.text-principal h1 {
		color: #fff;
		font-size: 60px; 
		max-width: 80%;
		margin: auto;
	}
	
	.text-secundario {
		display: none !important;
	}
	
	.texts-banner {
		height: 470px;
	}
	
	.text-principal {
		text-align: center;
		top: unset;
		bottom: 10%;
	}
	
	#seguros-para-empresa .title-seguros h3 {
		left: 0;
	}
	
	#seguros-para-empresa .row {
		flex-direction: column-reverse;
	}
	
	.title-quemsomos h3 {
		color: #207fb5;
		text-align: center;
		font-size: 55px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	#seguros-para-voce {
		padding-top: 2rem;
	}
	
	#seguros-para-empresa {
		background-color: #7fc706;
		padding-top: 4rem;
	}
	
	.nav-mob {
    padding-top: 6.5rem;
  }

  .nav-mob ul li {
    margin-bottom: 1rem;
  }
	

  .nav-mob ul li a {
    color: #207fb5;
    font-size: 16px;
	letter-spacing: 0px;
    font-weight: 500;
  }
	
	.social-media ul li a {
		color: #fff;
	}

  .logo-menu-mobile {
    position: absolute;
    top: 2rem;
	width: 40%;
  }
	
	.redes-sociais ul {
		display: flex;
    	gap: 15px;
		margin-top: 2rem;
	}
	
	.carrossel-full  {
		display: none !important;
	}
	
	.postid-24 .titulo-seguro:before {
		content: "";
		position: absolute;
		left: calc(-100vw + 100%);
		top: 2.8rem;
		transform: translateY(-50%);
		height: 110%;
		width: 101vw;
		background-color: #7fc706;
		z-index: -1;
		border-radius: 20px;
	}
	
}