/* FORMATAÇÃO GERAL */
* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

p {
	font-size: 14px;
}

a {
	cursor: pointer;
}

body {
	font-size: 1em;
	font-family: "Montserrat-Regular";
}

h3 {
	font-family: 'Montserrat-Medium';
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

/* SCROL BAR */

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #FD7306;
	border-radius: 30px;
}

/* FONTES A USAR */

@font-face {
	Font-family: "Montserrat-Light";
	src: url('../font/Montserrat-Light.woff');
}

@font-face {
	Font-family: "Montserrat-Regular";
	src: url('../font/Montserrat-Regular.woff');
}

@font-face {
	Font-family: "Montserrat-Medium";
	src: url('../font/Montserrat-Medium.woff');
}

@font-face {
	Font-family: "Montserrat-SemiBold";
	src: url('../font/Montserrat-SemiBold.woff');
}
@font-face {
	Font-family: "Montserrat-Bold";
	src: url('../font/Montserrat-Bold.woff');
}

@font-face {
	Font-family: "Montserrat-ExtraBold";
	src: url('../font/Montserrat-ExtraBold.woff');
}

/* CLASSES GERAIS */

.clear {
	clear: both;
}

.container {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.relative { 
	position: relative;
}

.display-inline-block {
	display: inline-block;
}

.break {
	flex-basis: 100%;
	height: 0;
}

hr {
	margin: 50px auto;
	border-color: rgb(216, 216, 216);
}

/* JANELA DE PRÉ-CARREGAMENTO */

.loading {
	position: fixed;
    width: 100%;
	top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #fd7306;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.loading-inative {
	display: none !important;
}

.loading img {
	width:70px;
	height: 70px;
}

/* LOANDING WINDOW FIM */

/* ------------------ POPUP ONLOAD ------------------ */ 

.popup {
	visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #00000054;
    z-index:200;
    position: fixed;
    color: white;
}

.popup div {
	width: 400px;
	height: 200px;
	margin: 15% auto;
	background: #fff;
	border-radius: 10px;
}

@media only screen and (max-width: 450px) {
	.popup div {
		width: 350px;
		height: 250px;
	}
}

.popup h2 {
	text-align: center;
	color: #fd7306;
	padding-top: 35px;
	font-size: 2em;
}

.popup p {
	text-align: center;
	color: darkgrey;
	padding: 20px;
	}

.span-1 {
	color: #fd7306;
}

.span-2 a {
	text-decoration: none;
	color: #fd7306;
}

.button-popup {
	width: 30px;
	height: 30px;
	background: #fd7306;
	border: none;
	border-radius: 30px;
	position: relative;
	float: right;
	top: -93%;
	right: -4%;
	cursor: pointer;
	color: white;
}

.button-popup:hover {
	background: #bf541b;
}

.closePopup {
	visibility: hidden;
}

/* -------------  RESPONSIVE POPUP  ------------- */

@media only screen and (max-width: 375px) {
 	.popup div {
	 	width: 294px;
	    height: 240px;
	    margin: 67% auto;
	    background: #fff;
	    border-radius: 10px;
 	}
}

/* --------------------------------------------------- */ 

/* BARRA MENU PRINCIPAL */

.header-principal {
	background: transparent;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	transition: 0.5s;
}

.header-principal-active {
	background: #ffffffd9;
	box-shadow: 2px 1px 10px rgb(121, 121, 121);
	transition: 0.5s;
	height: 65px;
}

.container-menu {
	margin: 10px auto;
	width: 80%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo-principal {
	flex-grow: 1;
}

.logo-principal-img {
	width: 95px;
	transition: 0.5s;
	position: relative;
}

.logo-principal-img-active {
	width: 50px;
	transition: 0.5s;
}

.menu-principal {
	font-size: 15px;
	transition: 0.5s;
}

.menu-principal-active {
	transition: 0.5s;
}

.menu-principal ul li {
	display: inline;
	padding: 7px;
}

.menu-principal ul li a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 1em;
	font-family: 'Montserrat-Medium';
}

.menu-principal ul li a:hover {
	padding-bottom: 2px;
	border-bottom: 1px solid #fd7306;
}

#antecipacao-header {
	color: #fd7306 !important;
}

#faleConosco {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.fale-conosco {
	background: #fd7306;
	border-radius: 10px;
	margin-left: 15px;
}

.fale-conosco a {
	padding-left: 20px;
	background: url(../img/whatsapp.svg) left center no-repeat;
	color: white !important;
	background-size: 15%;
}

.fale-conosco:hover {
	background: #BF541B;
	cursor: pointer;
}

/* DEFINE O MENU HAMBURGUER INVISIVEL */
.menu-hamburguer-container {
	visibility: hidden;
}
/* ----------------------------------- */

/*  FAZ SURGIR MENU HAMBURGUER QUANDO -1100px  */

@media only screen and (max-width: 1100px) {
	/* ATIVA O MENU HAMBURGUER */
 	.menu-principal {
		visibility: hidden !important;
		display: none;
	}

	.menu-hamburguer-container {
		visibility: visible;
	}

	/* INICIO EFEITO ICONE */

	.menu-hamburguer {
		width: 40px;
	    height: 40px;
	    border-radius: 10%;
	    position: absolute;
		top: 30px;
	    right: 10%;
	    display: inline-block;
	    border: 2px solid #4d4d4d;
	    cursor: pointer;
	    transition: 1s;
		z-index: 10;
	}
	.menu-hamburguer:after {
		content: '';
		position: absolute;
		width: 70%;
		height: 10%;
		top: 30%;
		left: 15%;
		border-radius: 20px;
		background-color: #4d4d4d;
		transition: 1s ease;

	}
	.menu-hamburguer:before {
		content: '';
		position: absolute;
		width: 40%;
		height: 10%;
		top: 60%;
		left: 45%;
		border-radius: 20px;
		background-color: #4d4d4d;
		transition: 1s ease;

	}

	#hamburguer:checked ~ label .menu-hamburguer:after {
		transform: rotate(225deg);
		top: 45%;
		left: 15%;
		width: 70%;
		height: 10%;
	}
	#hamburguer:checked ~ label .menu-hamburguer:before {
		transform: rotate(-225deg);
		top: 45%;
		left: 15%;
		width: 70%;
		height: 10%;
	}

	/* FIM EFEITO ICONE */
}

/* INICIO MENU HAMBURGUER ABERTO */

.menu-hamburguer-contents {
	display: none;
	padding: 15px 0 0 0;
}

.menu-hamburguer-active {
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100vh;
    top: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-hamburguer-active-1 {
	top: 10px;
}

.menu-hamburguer-itens {
	width: 80%;
}

.menu-hamburguer-contents hr {
	margin-top: 35px;
	margin-bottom: 35px;
}

.menu-hamburguer-links ul, .menu-hamburguer-links ul a li, .menu-hamburguer-links ul a {
	list-style: none;
	text-decoration: none;
}

.menu-hamburguer-links li {
	margin-bottom: 2.2em;
	padding-left: 0;
}

.menu-hamburguer-contents a {
	color: #4d4d4d;
	font-size: 1.3em;
}

.menu-hamburguer-contents a:hover {
	color: #fd7306;
	font-family: 'Montserrat-Medium';
}

.menu-hamburguer-whatsapp {
	margin-top: 40px;
}

#faleConosco-hamburguer {
	text-decoration: none;
	color: rgb(36, 155, 0);
	width: 25px;
}

#faleConosco-hamburguer:hover {
	font-family: 'Montserrat-Medium';
}

/* INICIO MENU HAMBURGUER ABERTO */

/* IMAGEM/TEXTO PRINCIPAL INICIO  */

#section-img-principal {
	height: 100vh;
	width: 100%;
	background: #032553 url(../img/happy-couple.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center left;
}

#section-img-principal-coverphoto {
    /*background: #0005588a;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#conteudoPrincipal {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;

}

#conteudoPrincipal div {
    display: flex;
    flex-direction: column;
    text-align: end;
    width: 600px;
    /* background-color: rgba(255, 255, 255, 0.349); */
    padding: 20px;
    border-radius: 10px;
    align-items: flex-end;
}

#conteudoPrincipal div h1 {
    margin-bottom: 25px;
    font-size: 38px;
    color: #fd7306;
    font-family: 'Montserrat-Bold';
}

#conteudoPrincipal div p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #4d4d4d;
    font-family: 'Montserrat-Regular';
}

#conteudoPrincipal div a {
	font-size: 20px;
	position: relative;
	margin-top: 10px;
	background-color: #fd7306;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	border-radius: 10px;
	border-bottom: 5px solid #BF541B;
	width: 50%;
	height: 25px;
	text-decoration: none;
	transition: all 400ms ease;
}

#conteudoPrincipal div a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 45px;
	background: #bf541b59;
	border-radius: 10px;
	transition: all 2s ease;
}

#conteudoPrincipal div a:hover:before {
	width: 100%;

}



/* IMAGEM/TEXTO PRINCIPAL INICIO */ 

/* BANCOS PARCEIROS */

#section-bancos-parceiros {
	margin-top: 50px;
}

#section-bancos-parceiros h3 {
	text-align: center;
	padding-bottom: 20px;
	color: #fd7306;
	font-size: 2em;
}

#section-bancos-parceiros p {
	text-align: center;
	color: #4d4d4d;
	font-weight: 600;
}

/* SLIDER */

.slick-track, .watch-slider, .slick-slider, .slick-initialized {
	position: relative;
}

.slick-track, .watch-slider, .slick-slider, .slick-initialized {
	display: flex !important;
    align-content: center;
    flex-flow: row nowrap;
    align-items: center;
}

.slick-slider {
	margin-top: 20px !important;
	
}

.watch-slider {
	margin: 0 auto;
	width: 55%;
	max-width: 760px;
}

@media only screen and (max-width: 980px) {
	.watch-slider {
		margin: 0 auto;
		width: 75%;
		max-width: 760px;
	}
}

.watch-slider div p {
	text-align: center;
}

 .slider-img {
 	max-width: 100px;
	min-width: 100px;
 	cursor: pointer;
 	margin: 0 auto;
}

 @media only screen and (max-width: 980px) {
 	.slider-img {
 		max-width: 100px;
 	}
 }

 .slick-prev {
	position: absolute;
	background: transparent url('../img/left-arrow.svg') no-repeat left top;
	color: transparent;
	border: none;
	z-index: 88;
	cursor: pointer;
	float: left;
	top: 40%;
	width: 100px;
	height: 25px;
	left: -10%;
 }

 .slick-next {
 	position: absolute;
	background: transparent url('../img/right-arrow.svg') no-repeat right top;
	color: transparent;
	border: none;
	z-index: 88;
	cursor: pointer;
	float: right;
	top: 40%;
	right: 0;
	width: 100px;
	height: 25px;
	right: -10%;
 }

 /* FIM SLIDER */

 /* INICIO CONTEUDO NEGOCIO COM A REMAIS */

.negocios h3 {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 2em;
	width: 100%;
}

.negocios p {
	width: 100%;
	color: #666666;
	margin: 20px 0;
}

.negocios span {
	color: #fd7306;
	font-weight: 900;
	font-family: 'Montserrat-Bold';
}

.negocios span::after{
	content: '|';
	animation: blink .7s infinite;
}

@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.como-funciona-button {
	border: none;
	border-radius: 15px;
	background: #fd7306;
	color: white;
	cursor: pointer;
	padding: 8px;
	width: 200px;
	font-size: 1.2em;
	transition: 1s;
}

.como-funciona-button:hover {
	background-color: #bf5400;
	transition: 1s;
}

 /* FIM DE CONTEUDO NEGOCIO COM A REMAIS */

 /* INICIO DE VANTAGENS */

.vantagens {
	background: rgb(253,115,6);
	background: linear-gradient(90deg, rgba(253,115,6,1) 0%, rgba(191,84,27,1) 100%);
	margin: 50px auto;
	position: relative;
	display: block;
	padding: 20px;
}


.vantagens h3 {
	font-family: 'Montserrat-Regular';
	padding: 30px 0px 0px 0px;
	color: #ffff;
	font-size: 2em;
	width: 100%;
}

.box-vantagens {
    display: flex;
    width: 220px;
    height: 222px;
    margin: 50px 50px 50px 0px;
    border-radius: 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 25px;
    background: white;
}


.box-vantagens img {
    width: 80px;
    margin-bottom: 25px;
    height: 70px;
}

.box-vantagens h4 {
	font-size: 1.5em;
	color: #fd7306;
	margin-bottom: 10px;
}

.box-vantagens p {
	color: #4d4d4d;
	margin-bottom: 15px;
}

.box-content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

 /* FIM DE VANTAGENS */

 /* INICIO MODALIDADES */

	.modalidades {
		margin-top: 50px;
	}

	.modalidades-content {
		margin-top: 50px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 70%;
	}

	.modalidades div > h3 {
		color: #4d4d4d;
		font-size: 2em;
		font-family: 'Montserrat-Regular';
	}

	.modalidades div > h3 span {
		color: #fd7306;
	}

	/* .box-modalidades {
		width: 230px;
		height: 250px;
		border-radius: 15px;
		padding: 25px;
		margin: 0px 110px 110px 0px;
	} */

	.box-modalidades {
		width: 200px;
		height: 230px;
		border-radius: 15px;
		padding: 25px;
		margin: 0px 110px 110px 0px;
	}

	@media only screen and (max-width: 1300px) {
		.box-modalidades {
			margin: 0px 80px 80px 0px;
		}
	}

	@media only screen and (max-width: 700px) {
		.box-modalidades {
			margin: 0px 0px 80px 0px;
		}
	}

	.box-modalidades > h4 {
		font-size: 1.5em;
		color: white;
	}

	.box-modalidades > p {
		color: white;
		margin-top: 15px;
	}

	.box-modalidades img {
		max-width: 80px;
		max-height: 100px;
		margin-top: 10px;
		
	}
	
	.div-box-center {
		position: relative; 
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	#box-1 {
		background: #810D70;
	}

	#box-2 {
		background: #C18210;
	}

	#box-3 {
		background: #018989;
	}
	
	#box-4 {
		background: #569834;
	}

	#box-5 {
		background: #172E7C;
	}

	#box-6 {
		background: #BB302D;
	}
	/* BOX HOVER */

	#box-1:hover {
		background: #69015A;
	}

	#box-2:hover {
		background: #9D680A;
	}

	#box-3:hover {
		background: #016C72;
	}
	
	#box-4:hover {
		background: #3F7829;
	}

	#box-5:hover {
		background: #081C63;
	}

	#box-6:hover {
		background: #96302D;
	}
 /* FIM MODALIDADES */

 /* INICIO EMPRESTIMO ONLINE */

/* --------------------------------------------------------- ALTERAR AQUI ---------------------------------------------------------  */

.emprestimo-online {
	width: 100%;
	margin-top: 100px;
}
.emprestimo-online-flex {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
}

.left-side-security {
	margin-right: 40px;
}

.left-side-security h3 {
	font-size: 5em;
	color: #fd7306;
	font-family: 'Montserrat-Extrabold';
	margin-bottom: 20px;
}

@media only screen and (max-width: 450px) {
	.left-side-security h3 {
		font-size: 4em;
	}
}

.emprestimo-online span {
	font-size: 1.1em;
	color: #4d4d4d;
	font-family: 'Montserrat-Regular';
}

#emp-span-1 {
	color: #FD7306;
	font-family: 'Montserrat-Semibold';
}

.right-side-security {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.right-side-security > div { 
	margin-top: 40px;
	margin-right: 40px;
    width: 150px;
	height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	color: #4D4D4D;
	padding: 20px;
}

.right-side-security > div:hover {
	box-shadow: 0px 0px 15px #7a7a7a;
}


.security-1 {
	background: url('../img/lgpd.png') no-repeat top left;
	background-position: 20px 20px;
}

.security-2 {
	background: url('../img/certificacao.png') no-repeat top left;
	background-position: 20px 20px;
}

.security-3 {
	background: url('../img/vendas.png') no-repeat top left;
	background-position: 20px 20px;
}

.security-4 {
	background: url('../img/siteSeguro.png') no-repeat top left;
	background-position: 20px 20px;
}

.security h4 {
    font-family: 'Montserrat-Semibold';
    font-size: 1.1em;
    margin-bottom: 8px;
}

 /* FIM EMPRESTIMO ONLINE */

 /* EXPERIENCIA INICIO */

.clientes {
	margin-top: 100px;
	width: 100%;
	height: 650px;
	background: url(../img/pessoas-01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-content: center;
}

.title-clientes {
	padding-top: 30px;
	text-align: center;
	color: white;
}

.title-clientes p {
	text-transform: uppercase;
	margin-top: 35px;
}

.title-clientes h3 {
	font-size: 2em;
}

/* SLIDER INICIO */

.slider-comentarios {
	margin: 60px auto; 
	width: 80%;
}

.box-comentarios {
	background: #fff url('../img/aspas.svg') no-repeat;
	background-position: 30px 30px;
	background-size: 40%;
	border-radius: 10px;
	padding: 30px;
	width: 245px !important;
	height: 280px !important;
	margin-left: 80px;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.box-comentarios h4 {
	font-size: 1.5em;
	color: #4d4d4d;
	font-family: 'Montserrat-Medium';
	margin-bottom: 5px;
}

.box-comentarios span {
	font-size: 0.8em;
	color: #4d4d4d;
	font-family: 'Montserrat-Light';
	margin-bottom: 15px;
}

.box-comentarios p {
	margin-bottom: 15px;
}

.box-comentarios img {
	width: 60%;
}

.dots_slider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.glider-dot.active {
	background: #4d4d4d;
}

.glider_prev {
	margin-top: 20px;
}

.glider_next {
	margin-top: 20px;
}
/* SLIDER FIM */

/* EXPERIENCIA FIM */

/* FORMULARIO INICIO */

.formulario {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulario > p {
	text-transform: uppercase;
	margin-top: 35px;
	color: #4d4d4d;
}

.formulario h3 {
	font-size: 2em;
	color: #fd7306;
}

#div-formulario > h3, #div-formulario > p {
	text-align: center;
}

.fieldset-1 {
	width: 80%; /* ALTERAR O VALOR DEPOIS - É LARGURA DO FORM */
    border: none;
	border-radius: 15px;
	padding: 30px;
    margin: 50px auto;
	min-width: 285px;
	max-width: 500px;
	box-shadow: 0px 0px 11px #d1d1d1;
	color: #4D4D4D;
	font-family: 'Montserrat-Medium';
}

@media only screen and (max-width: 670px) {
	#flexform-telcpf {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.form-tel {
		width: 100% !important;
	}

	#tel {
		width: 96% !important;
	}
	.form-cpf {
		width: 100% !important;
	}
	#cpf {
		width: 96% !important;
	}
	.radio-div-form {
		margin: 0px 0px 10px 0px !important;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.label-choice {
		margin-top: 20px !important;
	}
	.nao-espere-div {
		width: 90% !important;
	}
	.nao-espere-logo img {
		width: 80px !important;
	}
	.nao-espere {
		height: 165px !important;
	}
	.nao-espere-detail {
		width: 2px !important;
	}
	.nao-espere-text {
		font-size: 14px !important;
	}
	#itensFooter-1 img {
		height: 100px;
	}
	.right-side-security > div {
		margin-right: 0 !important;
	}
}

.labels {
	margin-top: 30px;
}

.ast-orange {
	color: #fd7306;
	font-family: 'Montserrat-SemiBold';
}

.form-nome {
	display: block;
}
#dig-nome {
	width: 96%;
	height: 22px;
    padding: 3px;
	padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #818181;
    margin-bottom: 15px;
	margin-top: 3px;
}

.form-tel {
    width: 50%;
}

#tel {
	width: 90%;
	height: 22px;
    padding: 3px;
	padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #818181;
    margin-bottom: 15px;
	margin-top: 3px;
}

.form-cpf {
    width: 50%;
}

#flexform-telcpf {
	display: flex;
}

#cpf {
	width: 93%;
	height: 22px;
    padding: 3px;
	padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #818181;
    margin-bottom: 15px;
	margin-top: 3px;
}

#cpf:focus, #tel:focus, #dig-nome:focus {
	outline: 0;
}

#tipos-credito {
	height: 30px;
    padding: 3px;
	padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #818181;
	color: #4d4d4d;
	width: 100%;
    margin-bottom: 15px;
	margin-top: 3px;
	outline: none;
}

.radio-form {
	display: none;
}

.radio-div-form {
	margin: 10px 0px 10px 0px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.radio-form + label {
	color: #FD7306;
	background-color: #fff;
	border: 1px solid #fd7306;
	padding: 5px 7px 5px 7px;
	border-radius: 10px;
	cursor: pointer;
	min-width: 70px;
    text-align: center;
}

.radio-form:checked + label {
	color: rgb(255, 255, 255);
	background-color: #FD7306;
	padding: 5px 7px 5px 7px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #777777;
}

#contactChoice1, #contactChoice2, #contactChoice3, #contactChoice4, #tipos-credito {
	margin-right: 10px;
	flex-grow: 1;
}

.form-nome {
	flex-direction: column;
}

.form-termos {
	margin-top: 10px;
	margin-bottom: 10px;
}

.termos-div-1 {
	margin-top: 15px;
	font-size: 15px;
	font-family: 'Montserrat-Regular';
}

.termos-div {
	margin-top: 10px;
	font-size: 15px;
	font-family: 'Montserrat-Regular';
}

.termos-div label, .termos-div-1 label {
	cursor: pointer;
}

.termos-div a {
	color: #fd7306;
	text-decoration: underline;
}

.termos-div a:hover {
	color: #bf541b;
}

#button-send {
	display: block;
	width: 100%;
	border: none;
    box-shadow: 2px 2px 5px #777777;
	background-color: #FD7306;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
	border-radius: 15px;
	cursor: pointer;
	Font-family: "Montserrat-SemiBold";
}

#button-send:hover {
	background-color: #bf541b;
}

.div-error {
	color: rgb(185, 60, 70); 
	font-family: 'Montserrat-Medium'; 
	font-size: 0.9em; 
	background-color: #ffebecd1; 
	border: 1px solid rgb(185, 60, 70);
	border-left: 4px solid rgb(185, 60, 70);
	padding: 10px; 
	width: 96%; 
	margin-top: 20px; 
	display: none; 
	border-radius: 4px;
}

.div-error-activate {
	display: flex; 
}

/* FORMULARIO FIM */


/* NAO ESPERE INICIO */

.nao-espere {
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 50px;
	height: 250px;
	background: url('../img/nao-espere.jpg') no-repeat center center;
	background-size: 2000px;
    background-position: center center;
}

.nao-espere-div {
    margin: 0 auto;
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    height: 100%;
}
.nao-espere-logo img {
	width: 130px;
}

.nao-espere-detail {
	width: 4px;
	height: 60px;
	background-color: #fff;
}

.nao-espere-text {
	color: white;
	font-size: 18px;
	font-family: 'Montserrat-Light';
}

.nao-espere-text span {
	font-family: 'Montserrat-Medium';
}

/* NAO ESPERE FIM */

/* INICIO POP UP EMAIL ENVIADO */

.popUpSent {
	position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 111;
	background-color: #ffffff2e;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.popUpSent-ativate {
	display: flex;
}

.popUpSentDiv {
	width: 300px;
	height: 350px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}

.popUpSent-F {
	width: 100%;
	height: 50%;
	background: #3ec576 url('../img/certo.svg') no-repeat center center;
	background-size: 30%;
	border-radius: 10px 10px 0 0;
	box-shadow: 2px 2px 20px #7b7b7b;
}

.popUpSent-S {
	width: 100%;
	height: 50%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	color: #4D4D4D;
	align-items: center;
	box-shadow: 2px 2px 20px #7b7b7b;
}

.popUpSent-S h5 {
	font-family: 'Montserrat-Bold';
    font-size: 20px;
    padding: 5px;
}

.x-emailSent {
	display: flex;
    width: 15px;
    height: 15px;
    border: 1.5px solid rgb(161, 161, 161);
    color: rgb(161, 161, 161);
    background: transparent;
    border-radius: 50px;
    align-self: self-end;
    margin-bottom: 5px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fechar-emailSent {
	width: 40%;
	height: 30px;
	margin-top: 20px;
	border: none;
	border-radius: 15px;
	font-family: 'Montserrat-SemiBold';
	background-color: #3ec576;
	color: white;
	cursor: pointer;
}

.fechar-emailSent:hover {
	background-color: #23884d;
}

/* FIM POP UP EMAIL ENVIADO */

/* INICIO POP UP NAO EMAIL ENVIADO */

.popUpDont {
	position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 111;
	background-color: #ffffff2e;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popUpDont-ativate {
	display: flex !important;
}

.popUpDontDiv {
	width: 300px;
	height: 350px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}

.popUpDont-F {
	width: 100%;
	height: 50%;
	background: #da4552 url('../img/errado.svg') no-repeat center center;
	background-size: 30%;
	border-radius: 10px 10px 0 0;
	box-shadow: 2px 2px 20px #7b7b7b;
}

.popUpDont-S {
	width: 100%;
	height: 50%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	color: #4D4D4D;
	align-items: center;
	box-shadow: 2px 2px 20px #7b7b7b;
}

.popUpDont-S h5 {
	font-family: 'Montserrat-Bold';
    font-size: 20px;
    padding: 5px;
}

.popUpDont-S p {
	font-size: 15px;
	margin: 5px;
}

.x-emailDont {
	display: flex;
    width: 15px;
    height: 15px;
    border: 1.5px solid rgb(161, 161, 161);
    color: rgb(161, 161, 161);
    background: transparent;
    border-radius: 50px;
    align-self: self-end;
    margin-bottom: 5px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fechar-emailDont {
	width: 40%;
	height: 30px;
	margin-top: 10px;
	border: none;
	border-radius: 15px;
	font-family: 'Montserrat-SemiBold';
	background-color: #da4552;
	color: white;
	cursor: pointer;
}

.fechar-emailDont:hover {
	background-color: #b63540;
}

/* FIM POP UP FORMULARIO */

/* FACHADA INICIO */

#hr-fachada {
	margin: 80px auto;
}

#fachada-section {
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#fachada {
	order: 1;
	margin-bottom: 50px;
	margin-right: 50px;
}

#fachada img {
	border-radius: 20px;
	width: 300px;
}

#informacoes {
	order: 2;
}

#informacoes div p {
	color: #4d4d4d;
	font-weight: 600;
}

#informacoes div h3 {
	padding-bottom: 20px;
	color: #fd7306;
	font-size: 2em;
}

#infoHorario, #infoEndereco, #infoFixo, #infoWhats, #infoEmail {
	line-height: 3.5em;
	font-size: 1em;
	color: #4d4d4d;
	font-family: "Montserrat-Medium";
	padding-left: 50px;
}

#infoHorario {
    margin-top: 10px;
    background: url(../img/horarioInfo.svg) no-repeat left center;
    background-size: 6%;
}

#infoEndereco {
	background: url(../img/enderecoInfo.svg) no-repeat left center;
    background-size: 4%;
	background-position-x: 5px;
}

#infoFixo {
	background: url(../img/fixoIndo.svg) no-repeat left center;
    background-size: 6%;
} 

#infoWhats {
	background: url(../img/whatsInfo.svg) no-repeat left center;
    background-size: 6%;
} 

#infoEmail {
	background: url(../img/emailInfo.svg) no-repeat left center;
    background-size: 6%;
}

#infoFixo span, #infoWhats span {
	font-size: 12px;
}

/* FACHADA FIM */

/* MAPS INICIO */

iframe {
	border: 0;
    width: 100%;
    height: 290px;
	margin-top: 50px;
}

/* MAPS FIM */

/* FOOTER INICIO */

#footer {
	margin-top: 100px;
	width: 100%;
	background: url('../img/footer-alternative.png') no-repeat top center;
	background-size: cover;
	padding-top: 110px;
}

/*
background: url('../img/footer.svg') no-repeat top center;
*/
.itensFooter {
	display: flex;
	width: 80%;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.9em;
}

@media only screen and (max-width: 790px) {
	.itensFooter {
		flex-direction: column;
	}
}

#itensFooter-1, #itensFooter-2 , #itensFooter-3 , #itensFooter-4  {
	margin-bottom: 50px;
}

#itensFooter-1 img {
	margin-top: 50px;
	height: 150px;
}

#itensFooter-2 h4, #itensFooter-3 h4, #itensFooter-4 h4 {
	font-size: 1.5em;
	color: white;
	font-family: 'Montserrat-Regular';
}

#itensFooter-2 ul, #itensFooter-3 ul {
	list-style: none;
}

#itensFooter-2 ul li, #itensFooter-3 ul li {
	margin-top: 10px;
}

#itensFooter-2 ul li a, #itensFooter-3 ul li a {
	text-decoration: none;
	color: white;
}

#itensFooter-2 ul li a:hover, #itensFooter-3 ul li a:hover {
	color: rgb(255, 228, 212);
	border-bottom: 1px solid rgb(255, 228, 212);
}

#itensFooter-4 ul {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#itensFooter-4 ul li {
	width: 50px;
	height: 50px;
	margin: 10px 20px 0px 0px;
	display: inline-block;
	list-style: none;
}

#itensFooter-4 ul li a img:hover {
	width: 53px;
	height: 53px;
}

#hr-footer {
	margin: 0 auto;
    border-color: rgb(255 255 255);
}

.termos-politica {
	margin: 40px auto;
	width: 80%;
}

.termos-politica p {
	color: white;
	font-size: 14px;
}

.segurancaDoCliente {
    margin: 0 auto;
	padding-bottom: 15px;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
	font-size: 0.9em;
}

#divSeguranca-1 span {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

#divSeguranca-2 ul {
	list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#imgAneps {
	margin-left: 30px;
    width: 70px;
}

#imgSite {
	margin-left: 30px;
    width: 125px;
}

/* FOOTER FIM */

/* COOKIES INI */

.cookiesAcept {
    position: fixed;
    left: 0;
    bottom: 10%;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px #898989;
    width: 100px;
    height: 100px;
    border-radius: 0px 10px 10px 0px;
}

.cookiesAcept-desab {
	left: -80px;
}

/* COOKIES FIM */

/* */

[data-anime] {
	opacity: 0;
	transition: 0.3s;
}

[data-anime="left"] {
	transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
	transform: translate3d(50px, 0, 0);
}

[data-anime].animate {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}