/*
Theme name: JRS Corretora
Description: Desenvolvido por Estúdio Sync
Author: Estúdio Sync
Author URI: https://www.estudiosync.com.br
Version: 1.0
*/
@font-face {
font-family: 'DIN Next LT Pro';
src: url('assets/fonts/dinnext-ltpro-light.woff2') format('woff2'),
url('assets/fonts/dinnext-ltpro-light.woff') format('woff'),
url('assets/fonts/dinnext-ltpro-light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'DIN Next LT Pro';
src: url('assets/fonts/dinnext-ltpro-regular.woff2') format('woff2'),
url('assets/fonts/dinnext-ltpro-regular.woff') format('woff'),
url('assets/fonts/dinnext-ltpro-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'DIN Next LT Pro';
src: url('assets/fonts/dinnext-ltpro-medium.woff2') format('woff2'),
url('assets/fonts/dinnext-ltpro-medium.woff') format('woff'),
url('assets/fonts/dinnext-ltpro-medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'DIN Next LT Pro';
src: url('assets/fonts/dinnext-ltpro-bold.woff2') format('woff2'),
url('assets/fonts/dinnext-ltpro-bold.woff') format('woff'),
url('assets/fonts/dinnext-ltpro-bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'DIN Next LT Pro';
src: url('assets/fonts/dinnext-ltpro-heavy.woff2') format('woff2'),
url('assets/fonts/dinnext-ltpro-heavy.woff') format('woff'),
url('assets/fonts/dinnext-ltpro-heavy.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}

/* 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:#ffffff;}
body {font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; font-family:sans-serif;
font-weight:400; font-style:normal; background:#ffffff;}

/* ELEMENTOS DE TEXTO ================== */
h1, h2, h3, h4, h5, h6, th{font-weight:inherit; font-size:inherit;}
a {background: transparent; color:inherit; text-decoration:inherit; outline:0;}
a:focus{}
a:hover, a:active, a:active:focus {}
a, button, input[type=submit]{transition: 0.3s; cursor: pointer;}
strong {font-weight: 700;}
em{font-style:italic;}
ul{list-style: none;}
ol {list-style-position: outside; margin-left: 15px;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub {bottom: -0.25em;}
hr {background-color: #eaeaea; border: 0; height: 1px; margin-bottom: 28px;}

blockquote{background: inherit; color: #768416; position: relative; font-weight: 400; padding: 2px 17px 17px 17px; line-height: 1.3;}
blockquote > blockquote {margin-left: 0;}
blockquote p {margin-bottom: 35px;}
blockquote > p:last-child {margin-bottom: 0;}
blockquote cite, blockquote small {color: #666666; line-height:1.1; font-style: normal; font-weight: 500;}
blockquote cite strong{color:#7e1711;}

/* Embedded content ==================== */
img {max-width:100%; height: auto; border: 0;}
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;}
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

optgroup {font-weight: bold;}
a:active, a:hover {outline: 0;}
input.error, textarea.error, select.error{border-bottom-color:#ba0000!important;}
textarea.error{border-color:#ba0000!important; }

.g-recaptcha{overflow: hidden; height: 1;position: relative;}
.g-recaptcha .grecaptcha-badge{ position: absolute; top: 100%; left: 100%;}
.grecaptcha-badge{right: -260px !important;}
span.error{text-align:right;display:block; color:#ba0000; padding: 2px 0 0 0; line-height:0.9; font-size: 12px;}

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

/* CLASSES ============================= */
.fonts-loaded body{font-family: 'DIN Next LT Pro', sans-serif;}
.fonts-loaded body .roboto{font-family: 'Roboto', sans-serif;}

.fw-thin{font-weight:100;}
.fw-exlight{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;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.capitalize{text-transform: capitalize;}
.transform-none{text-transform:none;}
.italic{ font-style:italic;}
.normal{font-style:normal;}

.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-center{text-align:center;}
.txt-justify{text-align:justify;}

/* POSICIONAMENTO */
.flt-left{float:left;}
.flt-right{float:right;}
.flt-none{float:none;}
.flt-clear{clear:both;}
.flt-center{margin:0 auto;}

.dsp-block{display:block;}
.dsp-none{display:none;}
.dsp-inline-block{display:inline-block;}
.dsp-table{display:table; border-spacing:0; border-collapse: collapse; table-layout: fixed;}
.dsp-row{display:table-row;}
.dsp-cell{display:table-cell;}
.dsp-table:after, .dsp-row:after, .dsp-cell:after{content:normal;}

.pos-relative{position:relative;}
.pos-absolute{position:absolute;}

/* COR DO TEXTO */
.color-fff{color: #ffffff;}
.color-000{color: #000000;}
.color-blue{color: #26477e;}

/* BACKGROUND */
.bg-fff{background: #ffffff;}
.bg-000{background: #000000;}
.bg-blue{background: #26477e;}

.grayscale{filter: grayscale(100%);}

/* CONTAINER */
.w-cont{max-width:1140px;}
.w-auto{width:auto;}
.w-flex{display: block;}
.w-offset{padding: 0 15px;}
.cont-overflow{ overflow:hidden;}

@media only screen and (min-width: 992px){
	.w-flex{display: flex; justify-content: space-between;}
}

@media only screen and (min-width: 1280px){
	.w-offset{padding-left: 0; padding-right: 0;}
}

/* GRID */
.col-sm-12{width: 100%;}
.col-sm-11{width: 91.66%;}
.col-sm-10{width: 83.33%;}
.col-sm-9{width: 75%;}
.col-sm-8{width: 66.66%;}
.col-sm-7{width: 58.33%;}
.col-sm-6{width: 50%;}
.col-sm-5{width: 41.66%;}
.col-sm-4{width: 33.33%;}
.col-sm-3{width: 25%;}
.col-sm-2{width: 16.66%;}
.col-sm-1{width: 8.33%;}

.mobile-hide{display: none;}
.mobile-show{display: block;}

@media only screen and (min-width: 768px){
	.col-lm-12{width: 100%;}
	.col-lm-11{width: 91.66%;}
	.col-lm-10{width: 83.33%;}
	.col-lm-9{width: 75%;}
	.col-lm-8{width: 66.66%;}
	.col-lm-7{width: 58.33%;}
	.col-lm-6{width: 50%;}
	.col-lm-5{width: 41.66%;}
	.col-lm-4{width: 33.33%;}
	.col-lm-3{width: 25%;}
	.col-lm-2{width: 16.66%;}
	.col-lm-1{width: 8.33%;}

	.tablet-hide{display: none;}
	.tablet-show{display: block;}
}

@media only screen and (min-width: 1024px){
	.col-lg-12{width: 100%;}
	.col-lg-11{width: 91.66%;}
	.col-lg-10{width: 83.33%;}
	.col-lg-9{width: 75%;}
	.col-lg-8{width: 66.66%;}
	.col-lg-7{width: 58.33%;}
	.col-lg-6{width: 50%;}
	.col-lg-5{width: 41.66%;}
	.col-lg-4{width: 33.33%;}
	.col-lg-3{width: 25%;}
	.col-lg-2{width: 16.66%;}
	.col-lg-1{width: 8.33%;}

	.desktop-hide{display: none;}
	.desktop-show{display: block;}
}

/* CONTEÚDO DEFAULT WYSIWIG */
/* TinyMCE Editor */
.alignleft {float: left; margin: 7px 28px 28px 0;}
.alignright {float: right; margin: 7px 0 28px 28px;}
.aligncenter {clear: both; display: block;	margin: 7px auto;}
.wp-caption, .html5-captions .wp-caption {background:#dcd9d9; border: none; color: #707070;	margin: 32px 0 25px 0; padding: 0; text-align: inherit;}
.wp-caption.alignleft {margin: 7px 28px 21px 0;}
.wp-caption.alignright {margin: 7px 0 21px 28px;}
.wp-caption.aligncenter {margin: 7px auto;}
.wp-caption .wp-caption-text, .wp-caption-dd {font-size: 12px; padding:5px 8px 8px 8px;}
.wp-caption-dt br{display:none;}
.wp-video{margin:0 auto; overflow:hidden;}

/* SLICK */
/* 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: 23px; height: 30px; text-indent: -9999em; cursor: pointer;}
body .slick-prev{left: 0; z-index: 99;}
body .slick-next{right: 0; background-position: -53px -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: 14px; height: 14px; overflow: hidden; border-radius: 50em; text-indent: -999px; background: #e0dede; border-radius: 50%;}
body .slick-dots li.slick-active button{background-color: #173566;}

/* 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%;}

/* Icons */
.icon{display: inline-block;}
.icon::before{content: ""; display: block; width: 54px; height: 54px; background: url('assets/img/spritesheets.png');}
.icon-1::before{background-position: -154px -10px;}
.icon-2::before{background-position: -152px -77px;}
.icon-3::before{background-position: -81px -10px;}
.icon-4::before{background-position: -6px -148px;}

/* CTAs & BUTTONS & LINKs */
ul.menu li:hover a{text-decoration: underline;}
.cta{display: inline-block; min-width: 280px; padding: 18px 40px; background: #fc9502; color: #ffffff; border-radius: 40px; text-transform: uppercase; font-size: 16px; transition: 0.3s; text-align: center; font-weight: 500;}
.cta:hover{background: #26477e;}

/* ANS */
.parceiro-image{height: 70px; display: flex; align-items: center; justify-content: center;}
.board-ans{background: #000000; color: #ffffff; font-size: 12px; border: 1px solid #ffffff; outline: 2px solid #000000; padding: 0 2px; font-weight: 700;}

/* CARDS */
.list-cards li{display: inline-block; margin: 0 10px 40px; vertical-align: top; cursor: pointer;}
.list-cards li .card{width: 242px; box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.21); border-radius: 5px; transition: 0.3s; overflow: hidden;}

/* FORMS */
.form-common label{display: block; position: relative; margin-bottom: 30px;}
.form-common label input, .form-common label select, .form-common label textarea{border: 1px solid #d5d7d7; border-radius: 20px; background: #f3f2f2;}
.form-common label textarea{min-height: 160px;}
.form-common input[type=submit]{width: auto; height: auto; min-width: 280px; float: right; margin-top: 30px;}
.wpcf7-response-output{display: inline-block; width: 100%; text-align: center;}

/* MAGNIFIC POPUP */
.white-popup{position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto;}

/* MODAL */
.lgpd-bar{display: none;}
.lgpd-bar__content{position: fixed; z-index: 9999; max-width: 1230px; transition: .3s ease-in-out; background: #fff; bottom: 25px; left: 10px; right: 10px; padding: 20px; box-shadow: 0 0 10px #aaa; border-radius: 12px; margin: 0 auto;}
.lgpd-bar__content p{font-size: 14px; text-align: left;}
.lgpd-bar__content a{color: #2196F3;}
#acept-lgpd{border-radius: 8px; text-align: center; font-size: 16px; letter-spacing: 0; margin: 15px 0 0; cursor: pointer; white-space: nowrap; padding: 20px 40px; background: #2196F3; color: #ffffff; min-width: 260px;}

@media only screen and (min-width: 768px){
	.lgpd-bar__content{display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	#acept-lgpd{margin: 0 0 0 15px;}
}

/* FONT-SIZES */
.fs-18{font-size: 18px;}
.fs-20, .fs-25{font-size: 22px}
.fs-30{font-size: 24px;}
.fs-40, .fs-45{font-size: 32px;}
.fs-72{font-size: 40px;}

.lh-24{line-height: 24px;}
.lh-30{line-height: 30px;}
.lh-36{line-height: 36px;}
.lh-60{line-height: 40px;}

.radius-20{border-radius: 20px;}

@media screen and (min-width: 1024px){
	.cta{min-width: 360px; padding: 20px 54px; font-size: 20px;}

	.list-cards li:not(:last-child){margin-right: 3%;}

	.fs-25{font-size: 25px;}
	.fs-30{font-size: 30px;}
	.fs-40{font-size: 40px;}
	.fs-45{font-size: 45px;}
	.fs-72{font-size: 72px;}

	.lh-60{line-height: 60px;}
}
