@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/font/HelveticaNeue-MediumCond.eot');
    src: url('assets/font/HelveticaNeue-MediumCond.eot?#iefix') format('embedded-opentype'),
        url('assets/font/HelveticaNeue-MediumCond.woff2') format('woff2'),
        url('assets/font/HelveticaNeue-MediumCond.woff') format('woff'),
        url('assets/font/HelveticaNeue-MediumCond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/font/HelveticaNeue-Black.eot');
    src: url('assets/font/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/font/HelveticaNeue-Black.woff2') format('woff2'),
        url('assets/font/HelveticaNeue-Black.woff') format('woff'),
        url('assets/font/HelveticaNeue-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/font/HelveticaNeue-CondensedBold.eot');
    src: url('assets/font/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('assets/font/HelveticaNeue-CondensedBold.woff2') format('woff2'),
        url('assets/font/HelveticaNeue-CondensedBold.woff') format('woff'),
        url('assets/font/HelveticaNeue-CondensedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'assets/font/HelveticaNeueLT Com 77 BdCn';
    src: url('assets/font/HelveticaNeueLTCom-BdCn.eot');
    src: url('assets/font/HelveticaNeueLTCom-BdCn.eot?#iefix') format('embedded-opentype'),
        url('assets/font/HelveticaNeueLTCom-BdCn.woff2') format('woff2'),
        url('assets/font/HelveticaNeueLTCom-BdCn.woff') format('woff'),
        url('assets/font/HelveticaNeueLTCom-BdCn.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
	--black: #000000;
	--white: #ffffff;
	--grey: #666666;
	--red: #ba0000;
	--orange: #fb9402;
}

/* RESET PADDING, MARGIN =============== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, optgroup, textarea, button,
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, video, main{margin:0; outline: none; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html > object{ display:none !important;}

/* HTML5 display definitions =========== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, dialog{display: block;}
[hidden], template {display: none;}

/* ALTURA FLUIDA COM FLOAT ============= */
.floatfix:after,
.floatfixall main:after, .floatfixall div:after, .floatfixall dl:after, .floatfixall dt:after, .floatfixall dd:after,
.floatfixall ol:after, .floatfixall ul:after, .floatfixall form:after, fieldset:after, label:after,
.floatfixall section:after, .floatfixall article:after, .floatfixall aside:after, .floatfixall header:after,
.floatfixall footer:after, .floatfixall nav:after, .floatfixall dialog:after, .floatfixall figure:after,
.floatfixall figcaption:after{content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

/* RESET FONTES ======================== */
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background:var(--white);}
body {font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; font-family:sans-serif; font-weight:400; font-style:normal; color:var(--black); background:var(--white);}

/* ELEMENTOS DE TEXTO ================== */
*{margin: 0; padding: 0; box-sizing: border-box; border: none; outline: none;}
ul{list-style: none;}
a{text-decoration: none; background: transparent; color:inherit; text-decoration:inherit;}
a, button, input[type=submit]{cursor: pointer;}
img{max-width: 100%; height: auto; border: 0;}
h1, h2, h3, h4, h5, h6, th{font-weight:inherit; font-size:inherit;}
small{font-size: smaller; font-weight: 700;}

/* Embedded content ==================== */
img{border: 0; max-width:100%; height: auto;}
svg:not(:root){overflow: hidden;}
video{width: 100% !important; height: auto !important;}

/* Forms =============================== */
fieldset{border:none;}
button, input, optgroup, select, textarea, button {color: inherit; font: inherit; text-transform:inherit; outline: 0;}
button {overflow: visible; cursor: pointer; background:none; border:none;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input, textarea, select{display:block; width:100%; background:#fff; padding:0 5px 0 5px; height: 46px; border:0;}
input{overflow:hidden;}
textarea {overflow: auto; resize:none; overflow-x:hidden; padding:9px 6px 6px 13px; height:117px; line-height:normal;}
input[type="checkbox"], input[type="radio"] {width:auto !important; height:auto !important; line-height:normal; border:none; border-radius:0;}
input[type="file"]{ border: none; background: none; padding: 0;}

/* PLACEHOLDER  */
input::placeholder {color: #777;  /* Chrome, Firefox, Opera, Safari 10.1+ */ opacity: 1; /* Firefox */}
input::-webkit-input-placeholder {color:    #777; /* WebKit, Blink, Edge */}
input:-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 4 to 18 */}
input::-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 19+ */}
input:-ms-input-placeholder {color:    #777; /* Internet Explorer 10-11 */}
input::-ms-input-placeholder {color:    #777; /* Microsoft Edge */}
@media all and (min-width: 760px){ /* Só altera os elementos para telas maiores que 760px de largura */
	input[type="number"]{-moz-appearance: textfield;}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button{height: auto; -webkit-appearance: none; margin: 0;}

	input[type="date"]::-webkit-inner-spin-button,
	input[type="date"]::-webkit-calendar-picker-indicator,
	input[type="time"]::-webkit-outer-spin-button,
	input[type="time"]::-webkit-outer-spin-button{display: none; -webkit-appearance: none;}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

	input[type="search"],
	input[type="number"],
	input[type="time"],
	input[type="date"],
	input[type="date"]::-webkit-calendar,
	input[type="date"]::-webkit-number {-webkit-appearance: textfield; -moz-appearance: textfield;}
}

optgroup {font-weight: bold;}
a:active, a:hover {outline: 0;}

/* TABELAS ============================= */
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/* CLASSES ============================= */
body{font-family:sans-serif; font-weight: 400;}

.fw-thin{font-weight:100;}
.fw-smlight{font-weight: 200;}
.fw-light{font-weight: 300;}
.fw-regular{font-weight: 400;}
.fw-medium{font-weight: 500;}
.fw-smbold{font-weight: 600;}
.fw-bold{font-weight: 700;}
.fw-exbold{font-weight: 800;}
.fw-black{font-weight: 900;}

.underline, .h-underline:hover{text-decoration:underline;}
.underline-none{text-decoration:none;}
.transform-none{text-transform:none;}
.italic{ font-style:italic;}
.normal{font-style:normal;}

.list-none, .list-none *{list-style:none; margin:0;}

.text-left{text-align: left!important;}
.text-right{text-align: right!important;}

@media only screen and (min-width: 768px){
	.text-md-left{text-align: left!important;}
	.text-md-right{text-align: right!important;}
}

@media only screen and (min-width: 992px){
	.text-lg-left{text-align: left!important;}
	.text-lg-right{text-align: right!important;}
}

/* RADIUS & SHADOW */
.shadow{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)}
.txt-shadow{text-shadow: 5px 4px 5px rgba(0,0,0,0.2);}

/* FORMS */
.formLead label{display:block; margin-bottom: 14px; position:relative;}
.formLead input, .formLead textarea, .formLead select{width: 100%; height: 38px; padding: 0 15px; border: 1px solid #d1d1d1; border-radius: 3px; color: var(--black)}
.formLead input[type='radio']{width: auto; height: auto;}
.formLead textarea{height: 100px; padding: 12px 15px;}
.formLead input[type=submit]{width: 100%; border-radius: 15px; height: 50px; text-transform: uppercase; color: var(--white); font-weight: 700; font-size: 18px; margin-top: 10px;}

/* FORMS RECAPTCHA */
.formLead .g-recaptcha{overflow:hidden; height:1; position:relative;}
.formLead .g-recaptcha .grecaptcha-badge{position:absolute; top:100%; left:100%;}
.formLead span.error{text-align:right; display:block; color:#ff0000; padding:0 0 0 0; line-height:1; position:absolute; right:0; top: 100%; font-size: 12px;}

/* LOADER */
.loader{position:fixed;top:0;left:0;display:none;z-index:999999;width:100%;height:100%;background:rgb(0, 0, 0);background:rgba(0, 0, 0, 0.50);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";}
.loader img{position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;}

/* SLICK */
body .slick-track{margin: 0 auto;}
body .slick-slide a{display: block;}
body .slick-slide img {position: relative; max-width: 100%;}
body .slick-arrow{display:block; position:absolute; top: 50%; background:url('assets/img/arrows.png') no-repeat -10px -10px; border:none; width:27px; height: 47px; text-indent: -9999em; cursor: pointer;}
body .slick-prev{left: 0; z-index: 99;}
body .slick-next{right: 0; background-position: -57px -10px;}
body .slick-dots{text-align: center; position: absolute; bottom: -35px; left: 0; width: 100%;}
body .slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 3px;}
body .slick-dots li button{display: block; width: 12px; height: 12px; overflow: hidden; border-radius: 50em; text-indent: -999px; background: #c7c8c9; border-radius: 50%;}
body .slick-dots li.slick-active button{background-color: #0a6db4;}

.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.sr-only-focusable:active, .sr-only-focusable:focus {position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}

/* MAGNIFIC POPUP */
.white-popup, .default-popup{position:relative; padding: 50px 20px; width: auto; background-color: #e1e1e1; max-width: 425px; margin:20px auto;}

/* OBJETOS */

/* IFRAME RESPONSIVE */
.iframe-cont{position: relative; overflow: hidden; width: 100%; padding-top: 56.25%;}
.iframe-resp{position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}

/* VIDEO RESPONSIVE */
.video-responsive{pointer-events: none;}
.video-responsive video{position: absolute; top: 0; left: 0; height: 100% !important; width: 100% !important; object-fit: cover;}

/* BTNs */
.btn-widget-whatsapp{position: fixed; bottom: 16px; right: 20px; z-index: 99; display: flex; align-items: center; justify-content: center; width: 75px; height: 75px; background: #11c540; border-radius: 50%; color: #ffffff; font-size: 50px; animation: 2s ease 0s infinite normal none running pulse; cursor: pointer;}
.btn-widget-whatsapp:hover{color: #ffffff; text-decoration: none;}
@keyframes pulse {
	0%{box-shadow: rgb(71 156 44) 0px 0px 0px 0px;}
	70%{box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 15px;}
	100%{box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;}
}

.btn{
    font-family: 'Helvetica Neue' !important;
	display: flex;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: rgba(0,94,255,1);
	text-align: center;
	font-weight: 900;
}

/* MODAL & WIDGET */
.modal-atendimento{border-top: 7px solid var(--orange);}
.modal-atendimento h1{text-align: center; font-weight: 700; font-size: 18px;}
.modal-atendimento p{text-align: center;}
.modal-atendimento form input[type=submit]{background: var(--orange);}

.widget-whatsapp{background: #ece5dd; max-width: 350px; width: 94%; border-radius: 8px; position: fixed; bottom: 90px; right: 3%; z-index: 99; display: none;}
.widget-whatsapp__head{border-radius: 8px 8px 0px 0px; background: rgb(246, 246, 246); display: flex; padding: 0.8rem; -webkit-box-align: center; align-items: center; box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px; text-align: left;}
.widget-whatsapp__head figure{width: 42px; height: 42px; border: 1px solid #eeeeee; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 2px; overflow: hidden;}
.widget-whatsapp__head span{margin-left: 7px;}
.widget-whatsapp__head p{font-size: 12px;}
.widget-whatsapp__head p.title{font-size: 20px;}
.widget-whatsapp__body{padding: 16px;}
.widget-whatsapp__body .desc{width: 100%; margin-bottom: 11px; border-radius: 8px 8px 8px 0px; padding: 15px 10px 15px 15px; background-repeat: no-repeat; background: #ffffff; text-align: left;}
.widget-whatsapp__body label{text-align: left;}
.widget-whatsapp__body label input{border: 0; border-radius: 8px;}
.widget-whatsapp__body input[type=submit]{width: 100%; border: 0px; background: #128c7e; color: white; border-radius: 8px; padding: 0;}

/* COLOR & BACKGROUND */
.color-white{color: var(--white);}
.color-black{color: var(--black);}

.bg-white{background-color: var(--white);}
.bg-black{background-color: var(--black);}

.color-white{color: #fff;}
.color-orange{color: #fe5d01;}
.color-gray{color: #77726b;}
.color-light-gray{color: rgba(243,243,243,1);}
.color-blue{color: #23c0c0;}
.color-bluebic{color: rgba(0,94,255,1);}

.bg-orange{background-color: #fe5d01;}
.bg-gray{background-color: #77726b;}
.bg-light-gray{background-color: rgba(243,243,243,1);}
.bg-blue{background-color: #23c0c0;}
.bg-bluebic{background-color: rgba(0,94,255,1);}

/* SECTION DEFAULT */
.sec-default{
	padding: 30px 0;
}

.sec-default.top-none{
	padding-top: 0;
}

.sec-default.bottom-none{
	padding-bottom: 0;
}

.sec-default .btn{
	margin-top: 30px;
}
.title-default{
	padding: 10px 0 30px;
}

@media only screen and (min-width: 992px){
	.sec-default{
		padding: 50px 0;
	}
}

.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}

/* TEMPLATE */
#header{
	background-image: url(assets/img/bg-bg-header.png);
}
.info{overflow: hidden;}
.info .row{align-items: center;}
.info .format{text-align: center; padding: 15px 25px;}
.info h3{margin-top: 10px;}
.info p{line-height: 2;text-align: center;}

#sec-formulario .container{max-width: 581px;}
#sec-formulario h3{margin-top: 20px;}
#sec-formulario button{margin: 20px auto 0}
#sec-formulario a{display:block; margin: 20px auto; width: max-content;}

@media only screen and (max-width: 767px){
	#sec-formulario{
		padding-left: 10%;
		padding-right: 10%;
	}

}
@media only screen and (min-width: 992px){
	.info .row{padding-left: 12%; padding-right: 12%;}
	#sec-formulario .formLead a{width: 100%; justify-content: center;}
	#sec-formulario h3{margin-left: 10%; margin-right: 10%;}
	}

@media only screen and (min-width: 1200px){
	.info .row{padding-left: 18%; padding-right: 18%;}}
/* 
.wpcf7-form p br{
	display: none;
} */