@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;700&display=swap');


:root {
	--rosa1: #E04164;
	--rosa2: #AF0D31;
	--cinza1: #323232;
	--cinza2: #F6F6F6;
	--cinza3: #909090;
}

.rosa,
.rosa a {
	color: var(--rosa1);
}

/*
var(--rosa1);

*/
/* Global */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat Alternates', sans-serif;
	background: white;
}

img {
	max-width: 100%;
}

select {
	display: block;
}

/* Header*/

header {
	position: relative;
	height: auto;
}

footer a:hover,
.depoimentos-holder a:hover,
.destaque-holder a:hover {
	opacity: 0.8;
}

#form_contato .fundo_claro , #formDepoimentos input{

	background-color: white;
	border-radius: 7px;
	padding: 0 0 0 10px;
	width: calc(100% - 20px);
	color: var(--cinza1);
}

form input[text], form textarea
{
	color: var(--cinza1);
    background-color: #EEEEEE !important;
    border: none !important;
    padding-left: 20px !important;	
    border-radius: 50px !important;
}

form textarea
{
	border-radius: 20px !important;
}

form input[type="text"]::placeholder, form textarea::placeholder
{	
	color: var(--cinza3);
} 

#form_contato textarea.fundo_claro , #formDepoimentos textarea{

	background-color: white;
	border-radius: 7px;
	padding: 10px 0 0 10px;
	width: 100%;
	color: var(--cinza1);
}

#form_contato .fundo_claro::placeholder {
	color: var(--cinza1);
}

.holder-topo {
	display: flex;
	align-items: center;
	height: 110px;
	width: 100% !important;
}

.header-top {
	height: 40px;
	background: #111;
}

.header-top nav ul li {
	padding: 0 0;
}

.header-top nav {
	line-height: 40px;
}

.header-top .container {
	width: 100% !important;
}

.logo-second {
	margin-left: 35px;
}

nav {
	color: #313131;
	background-color: transparent;
	box-shadow: none;
	text-align: right;
	padding: 0 0 0 20px;
	height: auto;
}

nav ul li {
	float: none;
	display: inline-block;
	position: relative;
	padding: 10px 0;
}

nav ul li ul {
	position: absolute;
	top: 50px;
	left: 0;
	background: #005DEB;
	z-index: 9;
	color: #FFFFFF;
	border-radius: 17px;
	width: 180px;
	padding: 10px 0 10px 0;
	display: none;
}


nav ul li.active {
	background-color: rgba(0, 0, 0, 0);
}

nav ul li.active a {
	color: var(--rosa1) !important;
	background-color: #FFF !important;
}

ul.sidenav li.pagina-atual a,
ul.sidenav ul li.active a {
	background-color: var(--rosa1) !important;
	color: #FFF !important;
}

ul.sidenav li a,
ul.sidenav ul li a {
	color: var(--rosa1) !important;
	background-color: #FFF !important;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul a {
	color: #000;
}

nav ul li ul a:hover {
	color: var(--rosa1) !important;
	background-color: #FFF !important;
}

nav ul li ul li {
	text-align: left;
	display: block;
	padding: 0;
}

nav ul a {
	font-family: 'Montserrat Alternates';
	text-transform: uppercase !important;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	padding: 7px 15px;
	border-radius: 30px;
}


nav ul li ul a {
	padding: 7px 10px;
	border-radius: 30px;
}

nav ul a:hover,
.pagina-atual a {
	background-color: white !important;
	color: var(--rosa1) !important;
	text-decoration: underline !important;
	
}

nav ul li ul li a {
	color: #fff;
	text-align: left;
	line-height: 1em;
	white-space: nowrap;
	font-size: 12px;
	display: block;
	float: none;
}

nav a i {
	height: auto !important;
}

nav i::before {
	font-size: 20px;
	vertical-align: middle;
}

.categoria {
	padding: 10px;
	text-align: center;
	display: inline-block;
}

.categoria label {
	font-size: 22px;
	font-weight: 600;
	line-height: 26.82px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top: 20px;
	display: block;
	color: var(--cinza1);
}

.categoria-imagem {
	width: 265px;
	height: 265px;
	gap: 0px;
	border-style: 6px;
	opacity: 0px;
	border-radius: 150px;
	box-shadow: 10px 10px 30px 0px #0000001A;
	background-size: cover;
	background-position: center center;
}

.categoria:hover .categoria-imagem {
	outline: 6px solid var(--rosa1);
}

.categoria:hover label {
	color: var(--rosa1);
}

.carrossel-categorias {
	margin-top: 120px;
}

.carrossel-categorias .owl-item div a {
	text-align: center !important;
	display: grid;
}

h1 {
	font-family: Montserrat Alternates;
	font-size: 48px;
	font-weight: 300;
	line-height: 58.51px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: var(--rosa1);

}

.grid {
	display: block;
}

.grid .grid-item {
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	margin: 0 20px 20px 0;
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
	padding: 0;
	cursor: pointer;

}

.grid .grid-item:nth-child(1) {
	height: 540px !important;
}


.grid .grid-item:nth-child(2),
.grid .grid-item:nth-child(3) {
	height: 260px !important;
}

.produto-item {
	box-shadow: 6px 10px 60px 0px #0000001F;
	background-color: var(--cinza2);
	max-width: 265px !important;
	text-align: center;
	margin-bottom: 30px;
}

.produto-foto {
	width: 265px;
	height: 265px;
	background-color: white !important;
	gap: 0px;
	border-radius: 10px 10px 0px 0px;
	opacity: 0px;
	background-size: cover;
	background-position: center center;

}

.produto-item h3 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: var(--cinza1);
	max-height: 52px;
	min-height: 52px;
	padding: 0px 10px 0 10px;

}

.produto-item h4 {
	font-family: Poppins !important;
	font-size: 14px  !important;
	font-weight: 500  !important;
	line-height: 30px  !important;
	text-align: center  !important;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: var(--cinza1) !important;
	margin: 10px  !important;
	display: inline-block;
}

.produto-item button {
	width: 230px;
	height: 42px;
	border-radius: 10px;
	border-style: none;
	opacity: 0px;
	background-color: var(--rosa1);
	color: white;
	cursor: pointer;
}

section.newsletter {}

.redonda {
	color: white;
	width: 514px;
	height: 514px;
	background-color: var(--rosa1);
	border-radius: 500px;
	text-align: center;
	padding: 50px;
	position: absolute;
	z-index: 10;
	margin-top: -100%;
	right: -0px;
}

.redonda h2 {
	font-family: Montserrat Alternates;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.redonda input {
	padding: 0 20px 0 20px !important;
	margin-bottom: 16px !important;

}

.redonda input[type="text"] {
	color: var(--cinza3);
	background-color: white !important;
	border-radius: 40px;
	width: calc(100% - 40px);
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	line-height: 19.5px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.redonda input[type="submit"] {
	width: 199px;
	height: 40px;
	border-radius: 90px;
	color: #FFF;
	border-style: none !important;
	opacity: 0px;
	background-color: var(--rosa2);
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	line-height: 19.5px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;


}

section.depoimentos {
	background: linear-gradient(to right, var(--cinza1) 60%, white 40%);
}

.arredondado {
	border-radius: 0 150px 0 0;
	background-color: var(--cinza1);
	height: 700px;
	width: 400px;
}

.depoimento-item,
.depoimento-item div {
	text-align: left !important;
}

.depoimentos a, #formDepoimentos input[type="submit"]{
	width: 228px;
	height: 50px;
	gap: 0px;
	border-radius: 90px;
	opacity: 0px;
	background-color: var(--rosa1);
	color: white;
	padding: 10px 17px;
	margin-top: 30px;
	border-style: 0;
}

.depoimento-item h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 5px;
}
.depoimento-item h5 {
	font-size: 12px;
}

.setinha-menu {
	margin: 0 0 0 4px;
	vertical-align: -2px;
	width: 10px;
}

.owl-carousel.slider-depoimento .owl-item div {
	text-align: left !important;
	color: white;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.destaque-vermelho-menu {
	background: #CE1719;
	color: #fff;
	border-radius: 25px;
}

.destaque-vermelho-menu a {
	color: #fff;
}

.logo-topo {
	margin: 0;
	padding: 0;
	position: relative;
}

.logo-topo a {
	background-repeat: no-repeat;
	display: block;
	margin: auto;
	width: 278px;
	height: 78px;
	background-size: contain;
    background-position: center center;
	overflow: hidden;
	line-height: 999em;
	z-index: 9;
	position: relative;
}

.logo-topo2 {
	margin: 0;
	padding: 0;
	position: relative;
}

.logo-topo2 a {
	background: url("/img/logo2.png") no-repeat;
	display: block;
	margin: auto;
	width: 143px;
	height: 39px;
	overflow: hidden;
	line-height: 999em;
	z-index: 9;
	position: relative;
}

.btn-voltar, .btn-voltar:active, .btn-voltar:hover
{
	width: 116px;
height: 35px;
top: 458px;
left: 1133px;
gap: 0px;
border-radius: 15px;
border: 2px 0px 0px 0px;
opacity: 0px;
border: 2px solid var(--rosa1);
background-color: white;

}

.fa {
    line-height: 2;
    margin-right: 10px;
}


.internas h2
{
	font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 50px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: var(--rosa1);
}

.internas section.o-que-holder {
	background: white !important;
	margin: 0 0 75px 0;
}

.internas .row.contato {
	padding-top: 30px;
}

.internas img.imagem-destaque {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.fundo-cinza {
	position: absolute;
	width: 999%;
	height: 98px;
	right: -20px;
	top: 0;
	background: #4C4C4C;
	transform: skew(-20deg, 0deg);
	z-index: 0;
}

.menu-item-instagram a,
.menu-item-instagram a:hover {
	background: url("/img/icon_instagram_.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 10px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}

.menu-item-facebook a,
.menu-item-facebook a:hover {
	background: url("/img/icon_facebooksquared_.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 -2px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}

.menu-item-whatsapp a,
.menu-item-whatsapp a:hover {
	background: url("/img/whatsapp.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 -2px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}

.conteudo-principal {
	color: var(--cinza1);
}

.alerta
{
	padding: 15px 15px;
    border: solid 2px;
    border-radius: 10px;
	margin-bottom: 30px;
}
.sucesso {
    border-color: #22c022;
    background-color: #22c0221a;
}
.erro {
    border-color: #c02222;
    background-color: #c022221a;
}

.galeria-holder .row {
	margin: 0;
}

.conteudo-principal h3 span {
	font-weight: 600;
}

.sobrenos-holder .texto {
	padding-top: 90px;
}

.dados-holder {
	background: linear-gradient(to right, white 50%, #005DEB 50%);
}

.dados {
	color: white;
	padding: 50px;
	background-color: #005DEB;
	border-radius: 90px;
}

.dados .calendario {
	text-align: right;
}

.dados .texto-fundacao {
	text-align: left;
}

.dados .row {
	margin: 0;
}

.dados .ano {
	font-family: Poppins;
	font-size: 48px;
	font-weight: 700;
	line-height: 72px;
	text-align: right;

}

.dados .texto-fundacao {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 15px 0 0 0;
}

.dados i.fa-calendar::before {
	font-size: 50px;
}

.slider-clientes {
	padding: 50px 0;
}


.imagem-logo-clientes {
	width: 120px !important;
	max-width: auto !important;
	filter: grayscale(100%);
	transition: transform 0.3s ease, filter 0.3s ease;
}

.imagem-logo-clientes:hover {
	filter: grayscale(0%);
	transform: scale(1.10);
}

section.servicos-holder h3 {
	text-align: center;
	padding: 70px 0 50px 0;
	display: block;
}

section.servicos-holder .imagem-servico,
.galeria-holder .foto {
	width: 100%;
	aspect-ratio: 4 / 3;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}

section.servicos-holder h4 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	color: #005DEB;
	padding: 0 20px;
}

section.servicos-holder div.texto {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	min-height: 100px;
}

.internas.galeria .foto {
	background-position: center;
	background-size: cover;
	aspect-ratio: 4/3;
}

.internas.servicos input[type="submit"] {
	background-color: #005DEB;

}

section.servicos-holder a.btn-whats,
.internas a.btn-whats {
	background-color: #009E19;
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
}

.internas a.btn-whats {
	margin-top: 30px !important;
	text-align: center !important;
	padding: 10px 30px !important;
	font-family: Poppins !important;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	
}

.internas a.btn-whats i {
	font-size: 50px !important;
	vertical-align: middle;
	padding-right: 20px;
}

section.servicos-holder i.fa-whatsapp:before {
	font-size: 25px;
	vertical-align: sub;
	padding: 0 10px;
}


section.servicos-holder .col {
	text-align: center;
}

.owl-item div {
	text-align: center !important;
}

.owl-item div a {
	text-align: center !important;
	display: inline-flex;
}

section.o-que-holder {
	margin: 150px 0 0 0;
}

section.o-que-holder div.row div.row {
	background-color: #ebebeb;
	border-radius: 100px;
	padding: 20px 70px;
	margin: 0;
}

section.o-que-holder div.row div.row> :nth-child(1) {
	border-right: 2px solid #d1d1d1;
}

section.o-que-holder div.row div.row> :nth-child(2) {
	padding-left: 20px;
}

.conteudo-principal section.o-que-holder {
	background: linear-gradient(to bottom, #ffffff 50%, #005DEB 50%);
}

.galeria-holder {
	background: linear-gradient(180deg, #005DEB 0%, #003585 100%);
	padding-top: 150px;
}

section.o-que-holder h4 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #005DEB;
	margin: 20px 0 0 100px;
}

section.o-que-holder div.row {
	margin: 0;
}

section.o-que-holder img {
	float: left;
}

section.galeria-holder h3 {
	color: white;
	text-align: center;
	display: block;
}

a.btn-voltar:hover {
	background-color: #009E19;
	color: white;
}

.contato .col.icones i {
	display: grid;
	padding: 5px 0;
}

.contato .col.icones {
	max-width: 70px;
	background-color: #009E19;
	color: white;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	min-height: 150px;
	padding: 15px;
}

.col.contatos {
	max-width: 300px;
	display: grid;
	padding: 15px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
}

.col.contatos a {

	color: #7A7A7A;
}

.row.contato {
	padding-top: 100px;
	padding-bottom: 70px;
}

.row.contato h3 {
	text-align: left;
}

.row.contato span {
	color: white;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-right: 50px;
	display: block;
}

.internas .row.contato input,
.internas .row.contato textarea {
	border: 1px solid #ccc;
}

.internas .row.contato h5 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;

}

a.btn-voltar {
	border: 2px solid #009E19;
	padding: 5px 20px;
	border-radius: 20px;
	color: #364152;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	float: right;
}

.row.contato a {
	display: block;
	color: white;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
}

.row.contato input.fundo_claro,
.internas.contato #form_contato input.fundo_claro, #formDepoimentos input {
	border-radius: 50px !important;
	padding-left: 20px !important;

}

.row.contato textarea.fundo_claro,
.internas.contato #form_contato textarea.fundo_claro {
	border-radius: 20px !important;
	padding-left: 20px !important;

}

.internas.contato #form_contato input.fundo_claro,
.internas.contato #form_contato textarea.fundo_claro,
#formDepoimentos input {
	background-color: #EEEEEE;
	border: none !important;
	padding-left: 20px !important;
}


footer .row {
	margin: 0;
	color: white;
}

footer a {
	display: inline-flex;
}


.internas.contato .icones {}

footer div.container div.row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contato.internas h4 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
	color: var(--rosa1);
}

.contato.internas span.texto {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color:var(--cinza1);
}


.conteudo-principal.internas {
	padding-bottom: 50px;
}

.conteudo-principal.internas section.banner-slider {
	margin-bottom: 50px;
}

.conteudo-principal .banner-slider h3:not(.form-simule h3) {
	color: var(--rosa1);
	margin: 80px 0;
	text-shadow: 0px 0px 13px #000000;
	z-index: 2;
	font-family: Montserrat Alternates;
	font-size: 54px;
	font-weight: 400;
	line-height: 65.83px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	

}

.conteudo-principal.internas .banner-slider {
	height: 250px;

	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
}


.conteudo-principal.internas .banner-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


.container {
	min-width: 1140px;
}

.internas.contato .texto {
	padding-top: 50px;
}

/* Conteúdo principal*/

.slide {
	background-size: cover;
	background-position: center;
	min-height: 580px;
	padding-top: 220px;
}

.banner-slider div {
	text-align: center;
}


.banner-slider p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #B5BB1D;
	max-width: 60%;
	margin: auto;
}

.banner-slider a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	border: 2px solid #B5BB1D;
	padding: 0 20px;
	border-radius: 999em;
	display: inline-block;
	margin-top: 20px;
}

.portfolio-holder {
	padding: 120px 0 0;
}

.portfolio-holder h4 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-align: center;
}

.portfolio-holder h4 strong {
	font-weight: 600;
}

.portfolio-holder p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #B5BB1D;
}

.tabs {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	height: 60px;
	width: 100%;
	background-color: transparent;
	margin: 20px auto;
	white-space: nowrap;
}

.tabs .tab {
	display: inline-block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	padding: 0 20px 0 0;
	margin: 0;
	text-transform: uppercase;
}

.tabs li:nth-child(4) {
	padding: 0 !important;
}

.tabs .tab a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 24px;
	font-size: 18px;
	background: #161616;
	border-radius: 10px;
}

.tabs .tab a:hover,
.tabs .tab a.active,
.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: #B5BB1D;
	color: #1E1E1E;
}

.tabs .indicator {
	display: none;
}

.portfolio-holder img {
	border-radius: 10px;
}

.portfolio-holder .owl-carousel h3 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #B5BB1D;
}

.portfolio-holder .owl-carousel p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
}

.eventos .portfolio-item {
	max-width: 450px;
}

.eventos .portfolio-image-container {
	padding-top: 75%;
}

.eventos #texto-evento {
	width: 100%;

}

.portfolios div.textos h3,
.eventos h3 {
	color: #B5BB1D;
	margin: 0;
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 600;
	margin-top: 40px;
}

.portfolios span,
.eventos span {
	font-size: 30px;
	font-weight: 400;
	color: white;
	display: block;
}



#video-youtube {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#video-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumb-galeria {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
	border-radius: 3%;
}

.thumb-galeria img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3%;
	transition: transform 0.3s ease;
}

.thumb-galeria:hover img {
	transform: scale(1.1);
}

.galeria {
	margin-top: 40px;
}

.galeria div.row div.col {
	padding: 5px !important;
}

.portfolio-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* Oculta qualquer conteúdo que exceda o container */
	border-radius: 6px;
	/* Arredondamento das bordas */
	display: flex;
	flex-direction: column;
}

.portfolio-image-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	/* Oculta qualquer conteúdo que exceda o container */
	border-radius: 6px;
	/* Arredondamento das bordas */
}

.portfolio-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ajusta a imagem para cobrir completamente o container */
	border-radius: 6px;
	/* Arredondamento das bordas da imagem */
	transition: transform 0.3s ease-out;
	/* Transição suave para o efeito de desfoque */
}

.portfolio-item:hover img {
	transform: scale(1.1);
	/* Efeito de escala ao passar o mouse */
}

.portfolio-item h3 {
	margin: 20px 0 0 0;
}

.portfolio-item p {
	margin: 0;
}


.image-container {
	max-width: 100%;
}

.image-portfolio {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 3%;
}

.image-portfolio img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolios .textos {
	text-align: right;
}

.portfolios .carousel-container {
	position: relative;
	padding: 0 25px;
	margin-top: 20px;
}

.portfolios .carousel-container {
	position: relative;
	padding: 0 25px;
	/* Espaço para as setas */
}

.portfolios .owl-carousel .item {
	text-align: center;
	padding: 10px;
	position: relative;
	width: 100%;
	/* Assegura que o item ocupe a largura total */
	padding-top: 56.25%;
	/* Proporção 16:9 (9/16 = 0.5625 ou 56.25%) */
}

.portfolios .owl-carousel .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Preenche o contêiner mantendo a proporção */
}

.portfolios .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 3rem;
	/* Aumenta o tamanho das setas */
	font-weight: bold;
	/* Aumenta a grossura das setas */
	color: #B5BB1D;
	/* Cor das setas */
	z-index: 1000;
	/* Para garantir que as setas fiquem acima das imagens */
}

.portfolios .owl-prev,
.portfolios .owl-next {
	font-family: 'Poppins' !important;
	font-size: 40px !important;
	color: #B5BB1D !important;
}

.portfolios .owl-nav button.owl-prev {
	left: -30px;
}

.portfolios .owl-nav button.owl-next {
	right: -30px;
}

.portfolios .owl-dots {
	display: none;
}

.portfolios .owl-carousel .item img {
	border-radius: 3%;
}

.sobre-nos-holder {
	padding-top: 50px;
}

.sobre-nos-holder h4 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.sobre-nos-holder h4 span {
	font-weight: 600;
	color: #B5BB1D;
}

.sobre-nos-holder p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #E9E9E9;
	max-width: 80%;
	margin: 0 auto 30px;
}

.sobre-nos-holder h5 {
	font-family: Poppins;
	font-size: 35px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0em;
	color: #B5BB1D;
	text-align: center;
	margin: 60px 0 40px;
}

.sobre-nos-holder h5 span {
	color: #fff;
}

.sobre-img {
	margin: 0 auto 40px;
	display: block;
}

.video-holder {
	background: #B5BB1D;
	padding: 40px 0;
}

.video-holder iframe {
	display: block;
	margin: auto;
}

.menina-dest {
	position: absolute;
	bottom: 0;
	left: 360px;
}

.form-simule-holder {
	position: absolute;
	left: 65%;
	top: 113px;
	width: 406px;
}

.form-simule {
	background: #FFFFFF;
	box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.form-simule-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 25px;
	color: #1b1b1b;
	margin: 0 0 10px;
}

.form-simule-holder h3 strong {
	font-weight: 700;
}

.form-simule input[type="text"],
.form-simule input[type="email"],
.form-simule input[type="tel"],
.form-simule select {
	background: #EEEEEE;
	border-radius: 90px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #919191;
	padding: 12px;
	height: auto;
	margin: 0 0 10px;
	width: calc(100% - 24px);
	border: none;
}

.form-simule select {
	width: 100%;
	padding: 12px 10px;
}

.form-simule select.special-select {
	background: #E0BA62 !important;
	color: #1b1b1b !important;
}

.form-simule input::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #919191;
}

.form-simule input[type="submit"] {
	border-radius: 90px;
	background: #E0BA62;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 25px;
	color: #1b1b1b;
	border: none;
	float: none;
	cursor: pointer;
	width: 263px;
	margin: 0 auto -35px;
	display: block;
}

.botao-whatsapp-voador {
	width: 75px;
	height: 75px;
	background: url("/img/whats.svg") no-repeat, #0DC143;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	line-height: 999em;
	border-radius: 999em;
	background-position: center;
	z-index: 9;
}

section {
	position: relative;
}

.quem-somos-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	color: #C21010;
	margin: 90px 0 30px;
}

.quem-somos-holder p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #6C6C6C;
	margin: 0 0 30px;
	max-width: 460px;
}

.img-mulher {
	display: block;
	margin: 0 auto -100px;
}

.img-letras {
	background: url("/img/letras.svg") no-repeat;
	background-position: 75px center;
}

.setinha {
	background: url("/img/setinha-vermelha.svg") no-repeat, #fff;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -45px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.escolha-holder {
	background: #C21010;
	padding: 70px 0 90px;
	position: relative;
}

.escolha-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 30px;
}

.escolha-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
}

.escolha-holder a h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #000000;
	margin: 15px 0 0;
}

.escolha-holder .col a span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #C21010;
	padding: 0 0 15px;
	display: block;
}

.escolha-holder .setinha {
	background: url("/img/setinha-branca.svg") no-repeat, #C21010;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.oportunidades-carros-holder {
	background: #E7E7E7;
	padding: 60px 0 90px;
}

.oportunidades-carros-holder h3 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin-bottom: 30px;
}

.oportunidades-carros-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.oportunidades-carros-holder a h4 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 30px;
	margin: 10px 0 -5px;
}

.oportunidades-carros-holder .col a span {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 600;
}

.oportunidades-carros-holder .setinha {
	background: url("/img/setinha-vermelha.svg") no-repeat, #E7E7E7;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.oportunidades-imoveis-holder {
	background: linear-gradient(180deg, #4D4D4D 0%, #2B2B2B 100%);
	padding: 60px 0 90px;
}

.oportunidades-imoveis-holder h3 {
	color: var(--primary-red, #fff);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin-bottom: 30px;
}

.oportunidades-imoveis-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.oportunidades-imoveis-holder a h4 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 30px;
	margin: 10px 0 -5px;
}

.oportunidades-imoveis-holder .col a span {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 600;
}

.oportunidades-imoveis-holder .setinha {
	background: url("/img/setinha-branca.svg") no-repeat, #4D4D4D;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.video-home {
	background: #FFF;
	padding: 60px 0;
}

.video-home h3 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin: 20px 0 0;
}

.video-home img {
	display: block;
	margin: auto;
}

.destaque-holder {}

.destaque-holder h3 {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 50px 0 0;
}

.destaque-holder p {
	color: #252525;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.btn-cinza {
	width: 263px;
	height: 50px;
	border-radius: 90px;
	background: #E0BA62;
	color: #222;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px 0 0;
}

.btn-cinza img {
	vertical-align: -6px;
	margin-right: 9px;
}

.conquista-holder {
	background: #1b1b1b;
}

.conquista-holder h3 {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.conquista-holder h3 span {
	color: #E0BA62;
	font-weight: 600;
}

.conquista-holder p {
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.conquista-holder {
	position: relative;
	padding: 60px 0 0px;
	overflow: hidden;
}

.conquista-bg-vermelho {
	position: absolute;
	border-radius: 0px 0px 0px 120px;
	background: var(--Red, #CE1719);
	width: 100%;
	height: 100%;
	margin-left: 220px;
	z-index: -1;
	top: 0;
	left: 0;
}

.depoimentos-holder {
	background: #1B1B1B;
	padding: 40px 0 0;
}

.holder-setinhas-nav {
	display: inline;
	margin: 0px 0 0 80px;
	vertical-align: -5px;
}

.holder-setinhas-nav img {
	margin: 0 10px;
}

.depoimentos-bg-black {
	position: absolute;
	border-radius: 0px 120px 0px 0px;
	background: var(--Cinza, #050505);
	width: 100%;
	height: 100%;
	margin-left: -320px;
	z-index: -1;
	top: 0;
	left: 0;
}

.depoimentos-holder h3 {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	display: block;
}

.depoimentos-holder h3 strong {
	font-weight: 700;
}

.depoimentos-holder p {
	color: var(--Branco, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

.depoimentos-holder p.nome-cliente {
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.depoimentos-holder p.nome-cliente strong {
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	/* 187.5% */
}

.depoimentos-holder a {
	border-radius: 90px;
	background: var(--Red, #CE1719);
	width: 228px;
	height: 50px;
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.ultimo-slider-holder {}

.ultimo-slider-holder h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	position: absolute;
	top: 24%;
	left: 11%;
}

.ultimo-slider-holder h2 span {
	font-weight: 600;
	color: #CE1719;
}

.ultimo-slider-holder .bx-pager {
	display: none;
}

/* Rodapé */

footer {
	background: #1B1B1B;
	margin-top: -20px;
	padding-top: 50px;
}

footer a {
	color: white;
	font-size: 16px;
}

.assinatura-rodape {
	margin: 20px auto;
	display: block;
	width: 140px;
}

.linha_footer {
	height: 10px;
	background-color: #B5BB1D;
}

footer h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #7CCAE9;
}

.hs-logo-rodape {
	vertical-align: 10px;
	margin-left: 10px;
}

.telefone-rodape {
	background: url("/img/telefone.svg") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	padding: 1px 0 5px 30px;
	margin-right: 20px;
}

.endereco-rodape {
	background: url("/img/mapa.svg") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	padding: 2px 0 5px 30px;
}

footer p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.textos-rodape {
	padding-top: 20px !important;
	text-align: right;
}

.redes-sociais-rodape {
	display: inline-block;
	vertical-align: 0;
	margin-left: 10px;
}

.redes-sociais-rodape li {
	display: inline-block;
	padding-right: 5px;
	list-style: none;
}

.rsr-instagram {
	background: url("/img/instagram-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-facebook {
	background: url("/img/facebook-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-linkedin {
	background: url("/img/linkedin-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-youtube {
	background: url("/img/youtube-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.redes-sociais-rodape li a:hover {
	opacity: 0.7;
}

.whatsapp-peq {
	background: url("/img/whatsapp-peq-branco.svg") no-repeat;
	padding-left: 25px;
}

.telefone-peq {
	background: url("/img/telefone.svg") no-repeat;
	padding-left: 25px;
}

.mail-peq {
	background: url("/img/carta.svg") no-repeat;
	padding-left: 25px;
}

.linha-vermelha {
	height: 4px;
	background: #001F53;
	margin: 30px 0 5px;
}

.copyright {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.copyright strong {
	font-weight: 600;
}

.sidenav-trigger {
	display: none;
}

.destaque-holder .carousel,
.conquista-holder .carousel {
	height: 440px;
	margin-bottom: 40px;
}

.conquista-holder .carousel {
	margin-left: 0;
	margin-bottom: 20px;
}

.btn-desa {
	width: 220px;
	height: 50px;
	border-radius: 90px;
	background: #DBDBDB;
	color: #9A9A9A;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px 0 0;
}

.destaque-holder .carousel .carousel-item>img,
.conquista-holder .carousel .carousel-item>img {
	background: #000;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: -1;
	filter: brightness(40%);
}

.destaque-holder .carousel .carousel-item,
.conquista-holder .carousel .carousel-item {
	width: 265px;
	height: 360px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 6px 10px 60px 0px rgba(0, 0, 0, 0.25);

}

.destaque-holder .carousel .carousel-item span,
.conquista-holder .carousel .carousel-item span {
	display: block;
	text-align: center;
	line-height: 28px;
	text-shadow: 0px 0px 10px black;
}

.txt-cred {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-top: 220px;
}

.txt-cat {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}

.conquista-holder .txt-cat {
	margin-top: 290px;
	font-size: 22px;
}

.la-mina {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.txt-part {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.txt-valor {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.indicacao-holder {
	background: #F2F2F2;
	padding: 120px 0;
}

.indicacao-holder h3 {
	color: #696969;
	text-align: left;
	font-family: Poppins;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	display: block;
	margin: 0 auto 40px;
	width: 450px;
	background: url("/img/Guarantee.png") no-repeat left center;
	padding-left: 130px;
}

.indicacao-holder h3 span {
	font-weight: 600;
	color: #E0BA62;
}

.indicacao-holder p {
	width: 660px;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: #6C6C6C;
	display: block;
	margin: 0 auto 40px;
	text-align: center;
}

.destaque-holder {
	margin-bottom: 0px;
}

.destaque-holder .btn-desa {
	margin-bottom: -43px;
	z-index: 2;
	position: relative;
}

.melhor-negocio-inner {
	background-image: linear-gradient(#001F53, #001333);
	filter: drop-shadow(6px 10px 60px rgba(0, 0, 0, 0.25));
	border-radius: 30px;
	padding: 30px 80px;
}

.melhor-negocio-inner h3 {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

.melhor-negocio-inner h3 strong {
	color: #FFF;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.melhor-negocio-inner .col {
	padding: 0 5px;
}

.melhor-negocio-inner .col div.inner-inner {
	height: 360px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.melhor-negocio-inner .col div.inner-inner3x {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) !important;
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
}

.melhor-negocio-inner .col h4 {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 280px 0 0;
	display: inline-block;
	width: 100%;
	text-shadow: 0px 0px 10px black;
	z-index: 1;
	position: relative;
}

.melhor-negocio-inner .col a {
	color: var(--Red, #B02024);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
	display: block;
	text-shadow: 0px 0px 10px black;
	z-index: 1;
	position: relative;
}

.vantagens-holder {
	background: #EFEFEF;
	padding: 60px 0 80px;
	margin-top: -30px;
	z-index: 1;
}

.melhor-negocio-holder {
	z-index: 2;
}

.vantagens-holder h4 {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 125% */
}

.vantagens-holder h4 strong {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.vantagens-holder p {
	color: #6C6C6C;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
}

.vantagens-holder ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.vantagens-holder ul li {
	color: #6C6C6C;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	/* 214.286% */
	background: url("/img/list-symbol.svg") no-repeat left;
	padding-left: 25px;
}

.vantagens-holder .col {
	position: relative;
}

.vantagens-holder .form-simule {
	left: auto;
	right: 0;
	width: 350px;
}

.vantagens-holder .form-simule h3 {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	/* 83.333% */
	letter-spacing: -0.03em;
}

.vantagens-holder .form-simule h3 span {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.03em;
}

.carro-flutuante {
	position: absolute;
	bottom: -200px;
	left: 50%;
	margin-left: -380px;
	z-index: -1;
}

.como-funciona-holder h3 {
	color: var(--Red, #B02024);
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.como-funciona-holder h3 strong {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.como-funciona-holder img {
	display: block;
	margin: -30px auto 0;
}

footer {
	background: var(--rosa1);
	margin-top: -20px;
	padding-top: 20px;
}

footer .redes-sociais-rodape {
	margin: 0;
	padding: 0;
}

footer .redes-sociais-rodape li {
	margin: 0;
	padding: 0;
}

footer .redes-sociais-rodape li a,
footer .redes-sociais-rodape li a:hover {
	margin: 20px 10px 0 0;
	padding: 0;
	background-size: 34px;
	width: 34px;
	height: 34px;
}

.logo-rodape {
	display: block;
	margin: 50px 0 0;
}

footer h3 {
	font-family: Poppins;
	font-size: 38px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #B5BB1D;
	margin-bottom: -5px;
}

footer h3 strong {
	font-weight: 600;
}

footer p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
}

.btn-rodape {
	background: #009E19;
	padding: 10px 70px;
	border-radius: 20px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: white;
	margin-right: 10px;
	float: right;
}

.btn-rodape.btn-rodape2 {
	background: #161616;
	color: #B5BB1D;
}

.tel-horario {
	text-align: center;
}

.tel-horario strong {
	font-weight: 700;
}

.tel-horario img {
	vertical-align: -8px;
	margin: 0 0 0 15px;
}

.tel-rodape {
	vertical-align: -6px;
	margin-right: 3px;
}

.email-rodape {
	vertical-align: -7px;
	margin-right: 3px;
	height: 25px;
}

.p-icon {
	margin-bottom: 0;
	display: inline-block;
	text-align: center;
}

.p-icon a {
	color: #fff !important;
}

.logos-rod {
	margin: 5px 0 0 -10px;
}

.seloroda {
	margin: 0 0px 0 60px;
}

.video-depoimentos {
	margin: auto;
	display: block;
	width: 636px;
}

.img-bg-slider-desktop {
	display: block;
}

.img-bg-slider-mobile {
	display: none !important;
}

.slider1 {
	display: block !important;
}

.slider2 {
	display: none !important;
}

.o-que-holder div.row div.col.s12.m4 {
	border-right: 2px solid #d1d1d1;
}

/* Mobile */

@media (max-width: 1000px) {

	.img-bg-slider-mobile {
		display: block !important;
	}

	.img-bg-slider-desktop {
		display: none !important;
	}

	header nav {
		display: none;
	}

	.container {
		min-width: auto;
	}

	.sidenav-trigger {
		display: block;
		position: absolute;
		right: 20px;
		top: 25px;
		color: #219ebc;
	}


	.slide {
		background-size: cover;
		background-position: center;
		min-height: 580px;
		padding-top: 220px;
	}

	.logo-topo a,
	.logo-topo2 a {
		width: 100px;
		background-size: 100%;
	}

	.logo-topo a {
		margin: 40px 0 0 15px;
		width: 150px;
	}

	.slider1 {
		display: none !important;
	}

	.slider2 {
		display: block !important;
	}

	.col.ano,
	.col.ano i::before {
		font-size: 28px;
	}

	.container.dados {
		padding: 30px 0px;
		border-radius: 0px;
		margin: 0;
	}

	section.sobrenos-holder div.texto {
		padding-top: 20px;
	}

	.slider-clientes {
		padding: 10px 0 0 0;
	}

	section.servicos-holder h3 {
		text-align: center;
		padding: 0px 0 50px 0;
		display: block;
		margin: 0;
	}

	section.o-que-holder {
		margin: 10px 0 0 0;
	}

	section.o-que-holder div.row div.row {
		background-color: #ebebeb;
		border-radius: 30px;
		padding: 20px 20px;
		margin: 0;
	}

	section.o-que-holder div.row div.col.s12.m4 {
		border-right: none;
	}

	section.o-que-holder div.row div.row> :nth-child(2) {
		padding-left: 0px;
		text-align: center;
	}

	.galeria-holder {
		padding-top: 10px;
	}

	footer div.container div.row {
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 20px;
	}

	footer div.container div.row> :nth-child(2) {
		text-align: center;
	}

	.row.contato {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.portfolio-holder {
		padding: 60px 0 0;
	}

	section.galeria-holder .contato> :nth-child(2) {
		padding-top: 60px;
	}

	.tabs {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		height: auto;
		width: 100%;
		background-color: transparent;
		margin: 20px auto;
		white-space: normal;
		display: block;
	}

	.sobre-nos-holder p {
		font-family: Poppins;
		font-size: 17px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
		color: #E9E9E9;
		max-width: 90%;
		margin: 0 auto 30px;
	}

	.sobre-nos-holder {
		padding-top: 0;
	}

	.tabs .tab {
		display: inline-block;
		text-align: center;
		line-height: 60px;
		height: 60px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		width: 100% !important;
	}

	.banner-slider h3 {
		font-size: 44px;
	}

	.banner-slider p {
		font-size: 18px;
		max-width: 90%;
	}

	.holder-topo {
		height: 68px;
	}

	header {
		height: 68px;
	}

	.header-top {
		display: none;
	}

	.sidenav li ul {
		padding-left: 30px;
	}

	.sidenav {
		z-index: 99999;
		padding-top: 20px;
	}

	.form-simule-holder {
		position: relative;
		left: 0;
		top: 0;
		width: 85%;
		margin: auto;
	}

	.banner-slider h2 {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 40px;
		color: #1e1e1e;
		position: absolute;
		top: 30px;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.banner-slider {
		overflow: visible;
	}

	.logos-empresas {
		margin-bottom: 50px;
	}

	.btn-rodape {
		margin: 0 0 20px;
	}

	.indicacao-holder h3 {
		color: #696969;
		text-align: left;
		font-family: Poppins;
		font-size: 45px;
		font-style: normal;
		font-weight: 400;
		line-height: 45px;
		display: block;
		margin: 0 0 40px 20px;
		width: 100%;
		background: url("/img/Guarantee.png") no-repeat left center;
		padding-left: 90px;
		background-size: 80px;
	}

	.indicacao-holder p {
		width: auto;
	}


}