* { 
	outline: none!important;
	font-family: 'Jost', sans-serif;
	scroll-behavior: smooth;
}

.container {
	width: 1300px!important;
}

a:active, 
a:checked,
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: 'Jost', sans-serif;
	margin: 0; 
	padding: 0;
	background-color: #F8F6F4!important;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
    font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li {
	color: #30373E;
	font-size: 14px;
	line-height: 180%;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.6!important;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	padding: 15px 0;
    margin: 0;
    float: left;
    width: 100%;
	background: #fff;
}

.bread-crumbs-pagina #breadcrumbs {
	margin: 0;
	color: #3F3F3F!important;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.bread-crumbs-pagina #breadcrumbs span {
	color: #3F3F3F!important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bread-crumbs-pagina #breadcrumbs a {
	color: #3F3F3F!important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bread-crumbs-pagina #breadcrumbs .breadcrumb_last {
	color: #3F3F3F!important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*********************************************
** Hover Zoom
*********************************************/

.hoverZoom {
	transition: all 0.1s linear;
}

.hoverZoom:hover {
	transform: scale(1.06);
}

/*********************************************
** Título Página
*********************************************/

.boxTitulo {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
	text-align: left;
	position: relative;
	z-index: 1;
}

.boxTitulo.tituloMenor {
	margin: 0 0 25px 0;
}

.boxTitulo.alignCenter {
	text-align: center;
}

.boxTitulo .boxTituloInterno {
	display: inline-block;
	position: relative;
}

.boxTitulo .boxTituloInterno .titulo {
	font-size: 40px;
    line-height: 40px;
    color: #3F3F3F;
    margin: 0;
    float: left;
    width: 100%;
	font-family: 'Prata', serif;
	position: relative;
}

.boxTitulo.tituloMenor .boxTituloInterno .titulo {
	font-size: 22px;
    line-height: 22px;
}

.boxTitulo .boxTituloInterno .titulo::before {
	content: '';
    width: 100px;
    height: 100px;
    background: #E0E0E0;
    border-radius: 100px;
    left: -30px;
    position: absolute;
    z-index: -2;
    top: calc(50% - 50px);
}

.boxTitulo.tituloMenor .boxTituloInterno .titulo::before {
    width: 50px;
    height: 50px;
    left: -10px;
    top: calc(50% - 25px);
}

.boxTitulo .boxTituloInterno .titulo::after {
	content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    z-index: -1;
    background: #B6B6B6;
    left: 0;
    bottom: -10px;
}

.boxTitulo.tituloMenor .boxTituloInterno .titulo::after {
	display: none;
}

/* Título Secundário */

.boxTitulo.tituloSecundario .boxTituloInterno .titulo {
	color: #fff;
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
	background: #FFEC38;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxLink a .styleBotaoInterno span {
	color: #000;
}

/*********************************************
** Paginação
*********************************************/

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0!important;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
	background: #FFEC38;
    width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 0 5px;
    border-radius: 5px;
    color: #30373E!important;
	border-radius: 10px;
}

.pagination span.current {
	background: #F3EFEF;
    margin: 0 5px;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*********************************************
** Whatsappa Flutuante
*********************************************/

#btn_whatsapp {
    position: fixed;
    bottom: 15px;
    right: 25px;
    background: none;
    z-index: 9999;
    cursor: pointer;
}

#btn_whatsapp img {
    width: 55px;
}

/*********************************************
** Box Cadastro
*********************************************/

.boxCadastro {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
	padding: 30px 0;
	background: linear-gradient(to right, #F8F6F4 50%, #FFEC38 50%);
	position: relative;
}

.boxCadastro .textos .vantagens {
	float: left;
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.boxCadastro .textos .vantagens li {
	list-style: none;
	text-align: center;
}

.boxCadastro .textos .vantagens li span {
	font-family: 'Prata', serif;
    color: #000000;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.boxCadastro .textos .boxTexto {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.boxCadastro .textos .boxTexto ul {
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
}

.boxCadastro .textos .boxTexto ul li {
	font-weight: bold;
}

.boxCadastro .formulario {
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
	text-align: center;
}

.boxCadastro .formulario #msgErroForm {
	float: left;
    width: 100%;
    margin-top: 20px;
    color: red;
    font-size: 16px;
	display: none;
}

.boxCadastro .formulario #msgSucesso {
	float: left;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    background: green;
    display: none;
    padding: 7px;
}

.boxCadastro .formulario input[type="text"] {
	float: left;
	width: 100%;
	border: 0;
	background: none;
	color: #30373E;
	border-bottom: solid 2px #30373E;
	padding: 10px;
	margin-bottom: 10px;
}

.boxCadastro .formulario input[type="text"].inputRequerido {
	border-color: red;
}

.boxCadastro .formulario .boxRadio {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: solid 2px #30373E;
	padding: 10px;
	margin-bottom: 10px;
}

.boxCadastro .formulario .boxRadio span {
	margin-right: 20px;
}

.boxCadastro .formulario .boxRadio .boxInputs {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.boxCadastro .formulario .boxRadio .boxInputs .box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxCadastro .formulario .boxRadio .boxInputs .box + .box {
	margin-left: 15px;
}

.boxCadastro .formulario .boxRadio .boxInputs .box input {
	margin: 0;
	cursor: pointer;
}

.boxCadastro .formulario .boxRadio .boxInputs .box label {
	font-weight: normal;
	margin-left: 10px;
	line-height: 14px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.boxCadastro .formulario .boxRecaptcha {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.boxCadastro .formulario .boxRecaptcha .g-recaptcha {
	text-align: center;
	display: inline-block;
}

.boxCadastro .formulario input[type=button] {
	background: #30373E;
    color: #FFEC38;
	border: 0;
    padding: 10px 30px;
}

/* Loader */

#loaderSendCadastro {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

#loaderSendCadastro img {
	width: 60px;
}

/*********************************************
** PopUp Login
*********************************************/

#modalLogin {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

#modalLogin .boxFlex {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#modalLogin .boxFlex .boxFormulario {
	background: #fff;
	border-radius: 20px;
	width: 500px;
	max-width: 95%;
	position: relative;
	padding: 20px;
}

#modalLogin .boxFlex .boxFormulario #fechaLogin {
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}

#modalLogin .boxFlex .boxFormulario #fechaLogin img {
	width: 25px;
}

/* Loader */

#loaderSendLogin {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	border-radius: 20px;
}

#loaderSendLogin img {
	width: 60px;
}

#modalLogin .boxFlex .boxFormulario .formulario {
	float: left;
	width: 100%;
	text-align: center;
}

#modalLogin .boxFlex .boxFormulario .formulario input[type=email],
#modalLogin .boxFlex .boxFormulario .formulario input[type=password] {
	float: left;
    height: 40px;
    background: #B6B6B6;
    width: 100%;
    padding: 0 10px;
    border: 0;
    margin-bottom: 15px;
	border-bottom: solid 1px transparent;
}

#modalLogin .boxFlex .boxFormulario .formulario .inputRequerido {
	border-bottom: solid 1px red!important;
}

#modalLogin .boxFlex .boxFormulario .formulario #msgErroFormLogin {
	float: left;
    width: 100%;
    color: red;
    margin-bottom: 15px;
	display: none;
}

#modalLogin .boxFlex .boxFormulario .formulario button {
	background: #FFEC38;
    padding: 10px 50px;
    border: 0;
}

#modalLogin .boxFlex .boxFormulario .boxTexto {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#modalLogin .boxFlex .boxFormulario .boxTexto p {
	float: left;
    width: 100%;
	margin: 0;
}

#modalLogin .boxFlex .boxFormulario .boxTexto p + p {
	margin-top: 5px;
}

#modalLogin .boxFlex .boxFormulario .boxTexto p a {
	cursor: pointer;
}

@media (max-width: 1300px) {

	/* Container */

	.container {
		width: 100%!important;
	}

}

@media (max-width: 900px) {

	/* Cadastro */

    .boxCadastro {
        background: #FFEC38;
        padding: 50px 0;
    }

    .boxCadastro .col-sm-6 {
        float: left;
        width: 100%;
    }

    .boxCadastro .textos .vantagens {
        margin: 0;
    }

    .boxCadastro .formulario {
        padding: 0;
    }

}

@media (max-width: 768px) {
	
	/* BreadCrumb */
	
	.bread-crumbs-pagina #breadcrumbs {
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 0;
	}

	.bread-crumbs-pagina #breadcrumbs span {
		line-height: 160%; 
	}
	
	/* Título Principal */

	.boxTitulo .boxTituloInterno .titulo {
		font-size: 24px;
    	line-height: 24px;
	}

	.boxTitulo .boxTituloInterno .titulo::before {
		top: calc(50% - 35px);
		width: 70px;
    	height: 70px;
	}

}