@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.es_caption {
    padding-bottom: 1em;
    padding-right: 0.5em;
}

.es_msg {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F00;
}

.es_textbox {
    padding-bottom: 10px;
}

.es_button {
    padding-top: 10px;
    padding-bottom: 5px;
}

.es_textbox_class {
    width: 200px;
}

.es_lablebox {
    padding-bottom: 3px;
}

.es_subscription_message.success {
    color: #008000;
    font-size: 16px;
}

.es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
}

.es_spinner_image {
    display: none;
    float: right;
}
.es-field-wrap{
    margin-bottom: 0.6em;
}

.ig-es-form-list-selection, .ig-es-form-list-selection td, .ig-es-form-list-selection tr, .ig-es-form-radio-selection, .ig-es-form-radio-selection td, .ig-es-form-radio-selection tr {
    border: none;
}

.ig_es_form_wrapper {
    width: 30%;
    margin: 0 auto;
    border: 2px #e8e3e3 solid;
    padding: 0.9em;
    border-radius: 5px;
}

.ig_es_form_heading {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.ig_es_list_checkbox {
    margin-right: 0.5em;
}

.ig_es_submit {
    color: #FFFFFF !important;
    border-color: #03a025 !important;
    background: #03a025 !important;
    box-shadow: 0 1px 0 #03a025;
    font-weight: bold;
    height: 2.4em;
    line-height: 1em;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0 2em;
    margin-top: 1em;
}

.ig_es_submit:hover {
    color: #FFF !important;
    background: #0AAB2E !important;
    border-color: #0AAB2E !important;
}

.ig_es_form_wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Custom field - START */

.es_form_cf{
    padding: 0.75rem;
}

select.es_form_cf, input[type="text"].es_form_cf, input[type="number"].es_form_cf, input[type="date"].es_form_cf{
     width: 50%;
}

/* Custom field - END */.sgr-recaptcha {
	transform: scale(0.90);
    transform-origin: 0 0;
	clear: both;
	padding: 10px 0 5px 0;
}

.login form {
	padding-bottom: 26px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}img,legend{max-width:100%}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[hidden],object[type*=gas-events],template{display:none}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.breadcrumbs,.slick-dots,li,ul{list-style:none}.slick-slide.dragging img,svg{pointer-events:none}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.box-horoscopo .signos,.clear,.clearfix:after,.slick-track:after{clear:both}html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}body,header .container,main .container{background:#fff}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}.box-title-category .all,.btn,.post-cat{text-transform:uppercase}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;white-space:normal}.btn,.input-group-text{white-space:nowrap;text-align:center}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}body{margin:0;font-size:1.4rem}div,h1,h2,h3,h4,img,li,p,ul{margin:0;padding:0}.container,.container-fluid{padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto;width:100%}a,a:active,a:hover,a:link,a:visited{text-decoration:none}.breadcrumbs li a:hover,.single .main-content .box-article .post .entry-content a{text-decoration:underline}.clearfix:after,.clearfix:before{display:table;line-height:0;content:"";clear:both}.input-group,.row{display:-ms-flexbox}/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:974px}}.row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:12px;padding-left:12px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-top{top:0}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.input-group{position:relative;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-prepend{margin-right:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.form-control{display:block;width:100%;height:calc(2.25rem + 18px);padding:.375rem .75rem;font-size:1.4rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #eee;border-radius:.25rem}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}table{border-collapse:collapse;border-spacing:0;width:100%;background-color:transparent;font-size:1.3rem}table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.btn,.page-template-template-internas.page-midia-kit .download-kit .link a img{vertical-align:middle}table tbody+tbody{border-top:2px solid #dee2e6}table table{background-color:#fff}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:16px}blockquote{font-size:24px;line-height:28px;position:relative;padding:50px;border:1px solid #ecede7;color:#2f2f33;font-weight:600;text-align:center;max-width:680px;margin:40px auto}blockquote::before{content:"\"";border:2px solid #58e89d;background:#2f2f33;border-radius:100%;font-size:2.4rem;color:#fff;position:absolute;width:40px;height:40px;text-align:center;line-height:42px;top:-20px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.instagram-media,.twitter-tweet{margin:0 auto 16px!important}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}html{font-family:Montserrat,sans-serif,Arial;font-size:62.5%}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,del,h1,h2,h3,h4,input,label,li,option,p,select,span,table,textarea{letter-spacing:0}strong{font-weight:700}h1,h2,h3,h4{font-weight:500;line-height:130%}a{color:#1a1a1a}a:active,a:focus,a:hover{color:#27a8de}p{font-size:1.4rem;line-height:160%;margin-bottom:16px}h1{font-size:2.1rem}@media only screen and (min-width:992px){h1{font-size:2.8rem}}h2{font-size:2rem}@media only screen and (min-width:992px){h2{font-size:2.6rem}}h3{font-size:1.9rem}@media only screen and (min-width:992px){h3{font-size:2.4rem}}h4{font-size:1.8rem}@media only screen and (min-width:992px){h4{font-size:2.2rem}}.overflow-hidden{overflow:hidden}.slick-loading .slick-list{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/ajax-loader.gif) center center no-repeat #fff}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;color:#fff;opacity:.75}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/fontes/slick.eot);src:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/fontes/slick.eot?#iefix) format('embedded-opentype'),url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/fontes/slick.woff) format('woff'),url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/fontes/slick.ttf) format('truetype'),url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/fontes/slick.svg#slick) format('svg')}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.alerta,.alerta p{display:inline-block}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25}.banner-rotativo .slick-arrow::before,.slick-track:after,.slick-track:before{content:""}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.alerta{width:100%}.alerta p{font-size:14px;line-height:160%;width:calc(100% - 28px);margin-top:3px}.alerta svg{width:19px;height:25px;display:inline;float:left;margin:0 9px 0 0}.alerta.sucesso p{color:#37b943}.alerta.sucesso svg{fill:#37b943}.alerta.erro p{color:#ff3030}.alerta.erro svg{fill:#ff3030}.alerta.atencao p{color:#ffaa25}.alerta.atencao svg{fill:#ffaa25}.alerta.importante p{color:#1f80db}.alerta.importante svg{fill:#1f80db}.banner-rotativo{height:300px;overflow:hidden}.banner-rotativo .article-tran{position:relative}.banner-rotativo .article-tran .post-image{height:300px;width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box}.banner-rotativo .article-tran .post-image a{display:block;height:100%;width:100%}.banner-rotativo .article-tran .article-content{position:absolute;width:100%;bottom:0;left:0;right:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%)}.banner-rotativo .article-tran .article-content a{display:block;padding:60px 30px 40px;color:#fff;outline:0}.banner-rotativo .article-tran .article-content a .post-cat{color:#fff}.banner-rotativo .article-tran .article-content a .entry-header .entry-title{color:#fff;font-size:1.6rem}@media only screen and (min-width:992px){.banner-rotativo .article-tran .article-content a{padding:60px 52px 40px}.banner-rotativo .article-tran .article-content a .entry-header .entry-title{font-size:2.1rem}}.banner-rotativo .article-tran .article-content a .entry-content{color:#fff}@media only screen and (max-width:767px){.banner-rotativo{margin-bottom:24px}.banner-rotativo .article-tran .article-content a .entry-content{display:none}}.banner-rotativo .slick-arrow{background:rgba(255,255,255,.2);z-index:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.banner-rotativo .slick-arrow:hover,.btn.btn-blue{background:#27a8de}.banner-rotativo .slick-arrow.slick-prev{left:8px}.banner-rotativo .slick-arrow.slick-next{right:8px}.banner-rotativo .slick-arrow svg{height:16px;fill:#fff}.bloco-par{margin-bottom:12px;text-align:center;display:none}@media only screen and (max-width:767px){.bloco-par{display:block}}.breadcrumbs{margin:0;padding:0;display:block;height:24px}.btn,.spinner>div{display:inline-block}.breadcrumbs li{color:#555;float:left;margin-right:6px}.breadcrumbs li a{color:#555;font-size:13px;font-weight:400}.breadcrumbs li.separator,.btn{font-size:1.4rem}.breadcrumbs li.item-current{color:#555}.breadcrumbs li.item-current strong{font-weight:500;color:#717171}.btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.875rem 1.75rem;line-height:1.6;font-weight:500;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media only screen and (max-width:767px){.btn{font-size:1.3rem}}.btn.btn-blue{color:#fff;outline:0}.btn.btn-blue:hover{background:#1f99cc}.btn.btn-outline{border:1px solid #eee;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}.btn.btn-outline:hover{background:#27a8de;border-color:#27a8de;color:#fff}.btn.btn-full{width:100%}.modal-dialog{width:980px;margin:60px auto}.modal-dialog .modal-content .modal-header{height:40px;border:none}.modal-dialog .modal-content .modal-header button:active,.modal-dialog .modal-content .modal-header button:focus,.modal-dialog .modal-content .modal-header button:hover{background:0 0}@media (max-width:768px){.modal-dialog{width:94%}}.spinner{margin:0 auto;width:70px;text-align:center}.spinner>div{width:10px;height:10px;background-color:#27a8de;border-radius:100%;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(.5)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(.5);transform:scale(.5)}}.produto .page .content-produto .comprar-produto{padding:0}.produto .page .content-produto .comprar-produto .btn.btn-full .spinner{background:0 0;padding:0 20px;width:180px}.produto .page .content-produto .comprar-produto .btn.btn-full .spinner>div{background-color:#fff;padding:0}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{left:0;top:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots{bottom:12px}.slick-dots li{margin:0}.slick-dots li button::before{color:#fff;font-size:8px}.slick-dots li.slick-active button::before{color:#fff;font-size:11px}header.site-header{position:relative;background:#fff}@media only screen and (max-width:991px){header.site-header{border-bottom:1px solid #eee}}header.site-header form .input-group .input-group-prepend .input-group-text{border:none;background:#f7f7f7;padding:12px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}header.site-header form .input-group .input-group-prepend .input-group-text svg{width:16px;fill:#b1b1b1}header.site-header form .input-group .form-control{height:40px;background:#f7f7f7;border:none;outline:0;font-size:1.3rem}header.site-header form .input-group .form-control:focus{box-shadow:none}@media only screen and (min-width:992px){header.site-header form .input-group .form-control{font-size:1.4rem;height:46px}}header.site-header form .input-group .btn{text-transform:uppercase;font-weight:500;font-size:1.2rem;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}@media only screen and (min-width:992px){header.site-header form .input-group .btn{font-size:1.4rem}header.site-header form{width:100%;max-width:500px}header.site-header .menu-hamburguer{display:none}}header.site-header .menu-hamburguer{position:absolute;width:49px;height:49px;top:3px;left:4px;cursor:pointer}header.site-header .menu-hamburguer .hamburger{width:18px;height:1px;background:#b1b1b1;display:block;position:absolute;top:calc(50% - 1px);left:calc(50% - 9px);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}header.site-header .menu-hamburguer .hamburger::after,header.site-header .menu-hamburguer .hamburger::before{content:'';width:18px;height:1px;background:#b1b1b1;position:absolute;margin-top:-6px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}header.site-header .menu-hamburguer .hamburger::after{margin-top:6px}header.site-header .menu-hamburguer.active .hamburger{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}header.site-header .menu-hamburguer.active .hamburger::after,header.site-header .menu-hamburguer.active .hamburger::before{margin:0}header.site-header .menu-hamburguer.active .hamburger::after{margin:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}@media only screen and (min-width:992px){header.site-header .menu-search{display:none}}header.site-header .menu-search .btn-search{position:absolute;width:49px;height:49px;top:3px;right:4px;display:flex;justify-content:center}header.site-header .menu-search .btn-search svg{width:18px;fill:#b1b1b1}header.site-header .menu-search .search-mobile{background:rgba(0,0,0,.7);position:absolute;z-index:3;top:0;width:100%;height:100vh;left:0;display:none}header.site-header .menu-search .search-mobile form{z-index:2;left:0;top:0;width:80%;margin:20% auto 0}header.site-header .menu-search .search-mobile form::before{background:orange;display:block;content:"";top:0;left:0}header.site-header .menu-search .search-mobile form .btn-fechar{width:28px;height:28px;display:block;margin-left:auto;margin-right:0;margin-bottom:12px;position:relative}header.site-header .menu-search .search-mobile form .btn-fechar::after,header.site-header .menu-search .search-mobile form .btn-fechar::before{content:"";width:28px;height:2px;background:#fff;position:absolute;display:block;margin-top:12px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}header.site-header .menu-search .search-mobile form .btn-fechar::after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}header.site-header .search-mobile{width:100%;padding:0 12px 6px}header.site-header .search-mobile .input-group-append .btn{z-index:0}header.site-header .header-content{padding-top:12px;padding-bottom:12px;position:relative}header.site-header .header-content .logo{margin-left:50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0)}@media only screen and (min-width:992px){header.site-header .search-mobile{display:none}header.site-header .header-content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding-top:16px;padding-bottom:16px}header.site-header .header-content .logo{margin-left:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);display:flex;align-items:center;justify-content:flex-start;height:90px}}header.site-header .header-content .logo img{display:block}@media only screen and (max-width:991px){header.site-header .header-content .logo img{width:110px;margin:0 auto}}header.site-header .header-content .middle{display:none}@media only screen and (min-width:992px){header.site-header .header-content .middle{justify-content:flex-end;flex:1 1 auto;display:flex}header.site-header .header-content .middle .ads{background:#eee;height:90px;width:728px;display:block}}header.site-header .header-bar{background:#f7f7f7;-webkit-transition:.4s;-moz-transition:.4s;-ms-transition:.4s;-o-transition:.4s;z-index:2}@media only screen and (max-width:991px){header.site-header .header-bar{position:absolute;width:100%;left:-100%}}@media only screen and (min-width:992px){header.site-header .header-bar{position:relative;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}}header.site-header .header-bar .container{display:flex;justify-content:flex-start;flex-direction:column}header.site-header .header-bar .header-bar-search{display:none}@media only screen and (max-width:991px){header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item{border-bottom:1px solid #eee}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item.menu-item-has-children::after{content:"›";font-size:2.2rem;color:#b1b1b1;position:absolute;right:12px;top:14px;height:30px;width:7px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item.menu-item-has-children.active::after{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg)}}@media only screen and (min-width:992px){header.site-header .header-bar .container{align-items:center;flex-direction:row}header.site-header .header-bar .header-bar-search{display:flex;justify-content:flex-start;align-items:center;flex:1 1 auto}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item{border:0;border-right:1px solid #eee}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item:first-child{border-left:1px solid #eee}}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item a{font-weight:500;line-height:48px;font-size:1.4rem;color:#333;padding:0 14px;display:block}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item a:hover{color:#1a1a1a}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu{-webkit-transition:0s;-o-transition:0s;transition:0s;display:none;background:#fff;z-index:99999;box-shadow:none;border:1px solid #eee}@media only screen and (min-width:992px){header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item a{font-size:1.5rem}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu{position:absolute;min-width:228px}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu>li{float:left}}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item{border:none;position:relative}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item a{display:block;font-weight:400;font-size:1.4rem}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item a:hover{background:#f7f7f7}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item.menu-item-has-children{display:block;cursor:pointer}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item.menu-item-has-children::after{display:block;content:"›";font-size:2.2rem;color:#b1b1b1;position:absolute;right:12px;top:14px;height:30px;width:10px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item.menu-item-has-children.active::after{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg)}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu{position:relative;background:#f7f7f7;border:0;min-width:226px}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu .menu-item{border:none;position:relative}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu .menu-item a{display:block;padding-left:30px}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu .menu-item a:hover{background:#e6e6e6}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu>li{position:relative}header.site-header .header-bar .header-bar-menu .na-menu .menu-principal-container ul{margin:0;padding:0}header.site-header .header-bar.active{left:0}@media only screen and (min-width:576px){.class{background:green}}@media only screen and (min-width:768px){.class{background:pink}}@media only screen and (min-width:1600px){.class{background:#ff0}}footer{background:#27a8de;margin-top:92px}footer .widget_nav_menu .widget-title{font-size:1.8rem;font-weight:500;position:relative;margin-bottom:36px;color:#fff}footer .widget_nav_menu .widget-title::after{content:"";position:absolute;width:28px;height:4px;background:#fcb034;bottom:-12px;left:0}footer .widget_nav_menu .menu .menu-item a{color:rgba(255,255,255,.85);display:inline-block;font-size:1.4rem;line-height:140%;padding:8px 0;-webkit-transition:.1s;-moz-transition:.1s;-ms-transition:.1s;-o-transition:.1s}.article-tran .post-image a img,.box-horoscopo .signos div a,.box-horoscopo .signos div a svg,footer .footer-top .social-icon a{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}@media only screen and (max-width:767px){footer .widget_nav_menu{margin-top:36px}footer .widget_nav_menu .widget-title{margin-left:50%;display:inline-block;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0)}footer .widget_nav_menu .menu .menu-item{border-bottom:1px dotted rgba(255,255,255,.3)}footer .widget_nav_menu .menu .menu-item a{text-align:center;width:100%;padding:12px 0}footer .footer-top .logo-footer{max-width:160px;margin:0 auto}}footer .widget_nav_menu .menu .menu-item a:hover{color:#fff;text-decoration:underline}footer .footer-top{padding:24px 0;border-bottom:1px solid #6ec6eb}footer .footer-top .logo-footer{display:block}@media only screen and (min-width:992px){footer .footer-top{padding:42px 0}}footer .footer-top .social-icon{display:flex;align-items:center;justify-content:center;margin-top:24px}@media only screen and (min-width:768px){footer .footer-top .social-icon{margin-top:4px;justify-content:flex-end}}footer .footer-top .social-icon a{margin-left:12px;height:42px;width:42px;background:rgba(255,255,255,.6);display:flex;justify-content:center;align-items:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}footer .footer-top .social-icon a svg{height:16px;fill:#27a8de}footer .footer-top .social-icon a:hover{background:#fff}footer .footer-center{padding:42px 0}footer .footer-bottom{background:#229dd1;color:#fff;font-size:1.2rem;line-height:140%;padding:36px;text-align:center}.post-cat,.post-date{line-height:100%;font-size:1.1rem}.class{background:#00f}@media only screen and (max-width:767px){footer .footer-center .image{display:block;margin:0 auto}.class{background:red}}@media only screen and (min-width:1600px){.class{background:#00f}}main{margin-top:12px}.comment-content img,.entry-content img,.entry-summary img,.widget img,.wp-caption{max-width:100%;height:auto}.article-tran .post-image{margin-bottom:3px}.article-tran .post-image a,.article-tran .post-image a img{display:block}.post-cat,.post-date{display:inline-block}.article-tran .post-image a:hover img{-webkit-filter:brightness(70%);-moz-filter:brightness(70%);-ms-filter:brightness(70%);-o-filter:brightness(70%);filter:brightness(70%)}.post-cat{border-left:3px solid #27a8de;padding-left:6px;color:#555}.post-date{margin-left:12px;color:#b1b1b1}@media only screen and (min-width:768px){main{margin-top:24px}.post-cat,.post-date{font-size:1.1rem}}.article-content a .entry-content{font-size:1.4rem;line-height:140%;margin-top:8px;color:#555}.article-content a .entry-title{display:inline-block;font-weight:500;color:#555;font-size:1.4rem;line-height:140%;margin-top:3px;width:inherit}@media only screen and (min-width:992px){.class{background:#00f}.article-content a .entry-title{font-size:1.6rem}}.article-content a:hover .entry-content,.article-content a:hover .entry-title,.article-content a:hover .post-cat{color:#000}.destaques{margin-top:24px}@media only screen and (max-width:767px){.destaques>.row>div{margin-bottom:24px}}.destaques>.row>div:last-child{margin-bottom:0}.destaques-menores{margin:24px 0}.destaques-menores .post-item{margin-bottom:24px}.box-title-category{position:relative;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding:24px 0 8px;margin:0 0 24px}.box-title-category .title-category{color:#1a1a1a;font-size:1.9rem;font-weight:500;margin-bottom:0}@media only screen and (min-width:768px){.box-title-category .title-category{font-size:2.1rem}}.box-title-category .title-category::after{content:"";display:block;width:28px;height:3px;background:#27a8de;position:absolute;bottom:0}.box-title-category .all{color:#1a1a1a;font-size:1.2rem}.content .ads{width:100%;height:400px;background:#f7f7f7}.content .destaques .article-content a .entry-title{font-size:1.4rem}.mosaico{margin-bottom:24px}.mosaico .mosaico-big .article-tran{position:relative}.mosaico .mosaico-big .article-tran .post-image{height:300px;width:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box}@media only screen and (min-width:576px){.content .destaques .article-content a .entry-title{font-size:1.2rem}.mosaico .mosaico-big .article-tran .post-image{height:390px}}.mosaico .mosaico-big .article-tran .post-image a{display:block;height:100%;width:100%}.mosaico .mosaico-big .article-tran .article-content{position:absolute;width:100%;bottom:0;left:0;right:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%)}.mosaico .mosaico-small .article-tran,.sidebar{position:relative}.mosaico .mosaico-big .article-tran .article-content a{display:block;padding:40px 20px 20px 15px;color:#fff;text-align:left;outline:0}@media only screen and (min-width:992px){.content .destaques .article-content a .entry-title{font-size:1.4rem}.mosaico .mosaico-big .article-tran .article-content a{padding:60px 26px 40px}}.mosaico .mosaico-big .article-tran .article-content a .post-cat{color:#fff}.mosaico .mosaico-big .article-tran .article-content a .entry-header .entry-title{color:#fff;font-size:1.6rem}@media only screen and (min-width:992px){.mosaico .mosaico-big .article-tran .article-content a .entry-header .entry-title{font-size:1.8rem}}.mosaico .mosaico-big .article-tran .article-content a .entry-content{color:#fff}@media only screen and (max-width:767px){.mosaico .mosaico-big{margin-bottom:24px}.mosaico .mosaico-big .article-tran .article-content a .entry-content{display:none}}.mosaico .mosaico-small .article-tran .article-content a{display:block;outline:0}.mosaico .mosaico-small .article-tran .article-content a .entry-header .entry-title{font-size:1.4rem}.mosaico .mosaico-small:first-child{margin-bottom:18px}.mosaico.mosaico-right>.row{flex-direction:row-reverse}.box-horoscopo .signos:hover div a{color:#eee}.box-horoscopo .signos:hover div a svg{fill:#eee}.box-horoscopo .signos div{display:flex;justify-content:space-between;flex-wrap:wrap}.box-horoscopo .signos div a{margin:0 0 20px;text-align:center;color:#717171;width:22%;font-size:1.2rem}@media only screen and (min-width:992px){.box-horoscopo .signos div a{width:16%;font-size:1.4rem}}.box-horoscopo .signos div a svg{display:block;width:60px;margin:0 auto 12px;fill:#ff9045}@media only screen and (min-width:992px){.box-horoscopo .signos div a svg{width:72px}}.box-horoscopo .signos div a:hover{color:#1a1a1a}.box-horoscopo .signos div a:hover svg{fill:#ff9045}.post-list{margin-bottom:24px}.box-positivo .lista-links{padding:0;margin-bottom:24px}@media only screen and (min-width:768px){.box-positivo .lista-links{margin-bottom:32px}}.box-positivo .lista-links li{float:left;padding:0;margin-right:16px;list-style:none}.box-positivo .lista-links li a{color:#555}@media only screen and (max-width:767px){.box-positivo .lista-links li a{display:inline-block;padding:8px 12px;border:1px solid #27a8de;margin:6px 0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}}.single .main-content .box-article .post .entry-content ol,.single .main-content .box-article .post .entry-content ul{padding-left:15px}.box-positivo .lista-links li a:hover{color:#27a8de}.box-positivo .banner-positivo{display:block;margin-bottom:16px}.box-positivo .banner-positivo img{display:block;margin:0 auto}.paginacao{text-align:center;display:flex;justify-content:space-between}.paginacao.paginacao-home{justify-content:center}.sidebar{padding-top:24px}.sidebar .sticky-sidebar{position:sticky;top:0;padding-top:16px}.sidebar p{color:#555;line-height:140%;margin-bottom:12px}.sidebar label{color:#555;font-size:1.4rem}.sidebar input{margin:6px 0}.sidebar .newsletter{margin:16px 0}.sidebar .newsletter .msg{margin-top:46px;color:#999;font-size:14px;line-height:140%;align-items:center;justify-content:center;text-align:center;flex-direction:column;display:none}.sidebar .newsletter .msg .icone{align-items:center;background:#999;display:flex;height:24px;margin-bottom:8px;width:24px;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sidebar .newsletter .msg .icone svg{width:12px;fill:#fff}.sidebar .newsletter .msg.msg-sucesso{color:#28bd6b}.sidebar .newsletter .msg.msg-sucesso .icone{background:#28bd6b}.sidebar .newsletter .msg.msg-sucesso .icone svg{fill:#fff}.sidebar .newsletter .msg.msg-erro{color:#df1522}.sidebar .newsletter .msg.msg-erro .icone{background:#df1522}.sidebar .newsletter .msg.msg-erro .icone svg{fill:#fff}.single .breadcrumbs li:nth-last-child(-n+3){display:none}.single .main-content{padding-top:24px}.single .main-content .box-article .post .entry-content ::-webkit-scrollbar{height:4px}.single .main-content .box-article .post .entry-content ::-webkit-scrollbar-track{background:#eee}.single .main-content .box-article .post .entry-content ::-webkit-scrollbar-thumb{background:#b1b1b1}.single .main-content .box-article .post .entry-content ::-webkit-scrollbar-thumb:hover{background:#717171}.single .main-content .box-article .post .entry-content h1,.single .main-content .box-article .post .entry-content h2,.single .main-content .box-article .post .entry-content h3,.single .main-content .box-article .post .entry-content h4{margin-bottom:16px;line-height:120%;color:#1a1a1a}.single .main-content .box-article .post .entry-content b,.single .main-content .box-article .post .entry-content strong{font-weight:500}.single .main-content .box-article .post .entry-content ul>li{list-style:disc;font-size:1.4rem;line-height:160%;margin-bottom:8px}.single .main-content .box-article .post .entry-content ul ul>li{list-style:circle}.single .main-content .box-article .post .entry-content ol>li{list-style:decimal;font-size:1.4rem;line-height:160%;margin-bottom:8px}.single .main-content .box-article .post .single-header .entry-title{display:inline-block;font-weight:700;color:#1a1a1a;font-size:2.1rem;line-height:140%;margin-top:8px;margin-bottom:24px}@media only screen and (min-width:992px){.single .main-content .box-article .post .single-header .entry-title{font-size:2.8rem}}.single .main-content .box-article .post .entry-footer{margin:36px 0 24px}.single .main-content .box-article .post .entry-footer .share-links{border:1px solid #eee;padding:24px;font-size:1.6rem;font-weight:500}.single .main-content .box-article .post .entry-footer .share-links .social-icons{margin-top:16px;width:100%;display:flex;justify-content:space-between}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item{cursor:pointer;display:inline-block;background:#eee;text-align:center;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;width:30.8%}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item a{padding:14px 24px;display:flex;justify-content:center;align-items:center;color:#fff;text-decoration:none}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item a svg{height:16px;margin-right:16px;fill:#fff}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item a span{font-size:1.4rem}@media only screen and (max-width:767px){.single .main-content .box-article .post .entry-footer .share-links .social-icons{margin-top:12px}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item a svg{margin:0;height:20px}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item a span{display:none}}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.facebook{background:#5a7dc3}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.facebook:hover{background:#3e63ac}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.twitter{background:#3aafe1}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.twitter:hover{background:#1f96c9}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.pinterest{background:#BD081C}.single .main-content .box-article .post .entry-footer .share-links .social-icons .social-item.pinterest:hover{background:#8c0615}.single .main-content .post-related{margin-bottom:42px}.single .main-content .post-related .post-grid .article-tran .post-image{height:215px;width:100%;position:relative;overflow:hidden}@media only screen and (min-width:576px){.single .main-content .post-related .post-grid .article-tran .post-image{height:60px}}@media only screen and (min-width:768px){.single .main-content .post-related .post-grid .article-tran .post-image{height:85px}}.single .main-content .post-related .post-grid .article-tran .post-image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.category .box-title-category .title-category{font-size:2.1rem}@media only screen and (min-width:992px){.single .main-content .post-related .post-grid .article-tran .post-image{height:123px}.category .box-title-category .title-category{font-size:2.8rem}}.page-template-template-internas main{margin-top:0}.page-template-template-internas .internas-head .title-head,.page-template-template-internas.page-briefing-express .wpcf7{margin-top:40px}.page-template-template-internas main .container{background:0 0}.page-template-template-internas .breadcrumbs{padding-top:16px;display:block}.page-template-template-internas .breadcrumbs li,.page-template-template-internas .breadcrumbs li a,.page-template-template-internas .breadcrumbs li strong{color:#fff}.page-template-template-internas .internas-head{padding-bottom:30px;background:#229dd1}.page-template-template-internas .internas-head .title-head img{float:left;margin-right:30px}.page-template-template-internas .internas-head .title-head .title-page{float:left;color:#fff;margin-top:10px;text-transform:inherit}.page-template-template-internas .box-title{margin-top:48px;margin-bottom:30px}.page-template-template-internas p{color:#1a1a1a;font-size:16px}.page-template-template-internas p b{font-weight:500}.page-template-template-internas p a{text-decoration:underline}.page-template-template-internas .menu-anunciante{position:absolute;right:12px;top:28px}.page-template-template-internas .menu-anunciante a{font-size:16px;margin-right:15px;color:#717171;padding-bottom:10px;border-bottom:3px solid #fff;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.page-template-template-internas .menu-anunciante a:hover{color:#229dd1;border-bottom:3px solid #eee}.page-template-template-internas .menu-anunciante a:last-child{margin-right:0}.page-template-template-internas.page-formatos .formatos .tab-content h3{font-size:20px;font-weight:500;margin:16px 0 24px;color:#1a1a1a}.page-template-template-internas.page-formatos .formatos .tab-content .infos p{font-size:14px}.page-template-template-internas.page-formatos .formatos .tab-content .infos table p{margin:0}.page-template-template-internas.page-formatos .formatos .tab-content .infos table tr td:first-child{font-weight:500}.page-template-template-internas.page-formatos .formatos .tab-content .infos table tr:first-child td{border-top:none}.page-template-template-internas.page-formatos .formatos .tab-content .infos .image_exemplo{padding:16px 0;overflow:hidden;border:1px solid #555;text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.page-template-template-internas.page-formatos .formatos .tab-content .infos .image_exemplo a img{display:block}.page-template-template-internas.page-formatos .formatos .tab-content .infos .image_exemplo a span{margin-top:6px;display:block}.page-template-template-internas.page-tabela-de-precos .tabela-precos h3{font-size:16px;font-weight:700}.page-template-template-internas.page-midia-kit .download-kit{margin-top:48px}.page-template-template-internas.page-midia-kit .download-kit .link a{border:1px solid #a2a2a2;color:#555;display:block;font-size:16px;font-weight:500;opacity:.6;padding:20px 30px;-webkit-filter:grayscale(70%);-moz-filter:grayscale(70%);-ms-filter:grayscale(70%);-o-filter:grayscale(70%);filter:grayscale(70%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.page-template-template-internas.page-midia-kit .download-kit .link a:hover{border:1px solid #555;opacity:1;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0)}.page-template-template-internas.page-midia-kit .download-kit .link a span{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/images/icone-download.png) no-repeat;display:inline-block;height:24px;line-height:24px;margin-left:30px;padding-left:30px}.page-template-template-internas.page-briefing-express .btn-enviar{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/images/icone-arrow-btn.png) 85% center no-repeat #229dd1;padding-right:46px;font-size:14px;font-weight:500;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.page-template-template-internas.page-briefing-express .btn-enviar:active,.page-template-template-internas.page-briefing-express .btn-enviar:focus,.page-template-template-internas.page-briefing-express .btn-enviar:hover{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/images/icone-arrow-btn.png) 85% center no-repeat #1b7ca5}.page-template-template-internas.page-briefing-express form .form-group,.page-template-template-internas.page-briefing-express form label{font-size:16px;color:#f7f7f7}.page-template-template-internas.page-briefing-express form input[type=email],.page-template-template-internas.page-briefing-express form input[type=tel],.page-template-template-internas.page-briefing-express form input[type=text],.page-template-template-internas.page-briefing-express form textarea{border:1px solid #555}.page-template-template-internas.page-briefing-express form input[type=file]{border:none}.page-template-template-internas.page-briefing-express .wpcf7 .captcha{height:166px;margin-top:5px}.page-template-template-internas.page-briefing-express .wpcf7 p{margin:0}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card{border:1px solid #eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card .icone{font-size:16px;font-weight:500;color:#555;padding:40px 0;text-align:center}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card .icone img{display:block;margin:0 auto 12px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card a{border-top:1px solid #eee;color:#1a1a1a;display:block;font-size:15px;font-weight:400;line-height:20px;padding:12px 4px;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card a:hover{color:#229dd1}.page-template-template-internas.page-fale-conosco .btn-enviar{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/icone-arrow-btn.png) 85% center no-repeat #27a8de;padding-right:46px;font-size:14px;font-weight:500;color:#fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.page-template-template-internas.page-fale-conosco .btn-enviar:active,.page-template-template-internas.page-fale-conosco .btn-enviar:focus,.page-template-template-internas.page-fale-conosco .btn-enviar:hover{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/icone-arrow-btn.png) 85% center no-repeat #1b7ca5}@media only screen and (max-width:767px){.page-template-template-internas.page-fale-conosco .btn-enviar{margin-top:24px}}.page-template-template-internas.page-fale-conosco .redacao{line-height:140%;background:#fff9bc;padding:20px;margin-bottom:20px}.page-template-template-internas.page-fale-conosco .redacao b{font-weight:500}.page-template-template-internas.page-fale-conosco main form .form-group,.page-template-template-internas.page-fale-conosco main form label{font-size:1.4rem;line-height:140%;color:#555;margin-bottom:16px}@media only screen and (min-width:768px){.page-template-template-internas.page-fale-conosco main form .form-group,.page-template-template-internas.page-fale-conosco main form label{font-size:1.6rem}}.page-template-template-internas.page-fale-conosco main form input[type=email],.page-template-template-internas.page-fale-conosco main form input[type=tel],.page-template-template-internas.page-fale-conosco main form input[type=text],.page-template-template-internas.page-fale-conosco main form textarea{border:1px solid #b1b1b1;margin-top:6px}.page-template-template-internas.page-fale-conosco main form input[type=file]{margin-top:6px;border:none}.page-template-template-internas.page-fale-conosco main form textarea{height:200px}.page-template-template-internas.page-fale-conosco .wpcf7{margin-top:40px}.page-template-template-internas.page-fale-conosco .wpcf7 .captcha{margin-top:5px}@media only screen and (min-width:576px){.page-template-template-internas.page-fale-conosco .wpcf7 .captcha{height:160px}}.page-template-template-internas.page-fale-conosco .wpcf7 p{margin:0}.page-template-template-internas.page-perguntas-frequentes .title-faq{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:16px;margin-top:48px}.page-template-template-internas.page-perguntas-frequentes .title-faq .icone{display:inline;margin-right:16px;vertical-align:middle}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-heading a{border-bottom:1px solid transparent}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-heading a.collapsed{border-bottom:1px solid #eee}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-collapse .panel-body{padding:10px 30px;border:1px solid #f7f7f7;border-top:0;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-collapse.in .panel-body,.page-template-template-internas.page-perguntas-frequentes .panel-group .panel+.panel .panel-heading .panel-title a{border-top:0}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-collapse .panel-body ol li{list-style:decimal;color:#555;font-size:1.6rem;line-height:140%;margin-bottom:16px}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel+.panel{margin-top:0}.page-template-template-internas.page-politica-de-privacidade .page-content h4,.page-template-template-internas.page-termos-de-uso .page-content p{font-size:14px}.page-template-template-internas.page-politica-de-privacidade .page-content ol li{list-style:decimal;line-height:160%;font-size:1.4rem}.page-template-template-internas.page-politica-de-privacidade .page-content ol li h4{font-size:1.6rem;margin:16px 0 8px}.page-template-template-internas.page-politica-de-privacidade .page-content ul{margin-left:36px}@media (max-width:1280px){.page-template-template-internas.page-midia-kit .download-kit{margin-top:32px}.page-template-template-internas.page-midia-kit .download-kit .link a{font-size:15px}.page-template-template-internas.page-midia-kit .download-kit .link a img{width:60px}.page-template-template-internas.page-midia-kit .download-kit .link a span{background-size:14px;height:18px;line-height:18px;margin-left:18px;padding-left:24px}}@media (max-width:1024px){.page-template-template-internas.page-midia-kit .download-kit .link{margin-bottom:10px}.page-template-template-internas.page-midia-kit .download-kit .link a{font-size:13px;padding:10px 15px}.page-template-template-internas.page-midia-kit .download-kit .link a img{width:56px}.page-template-template-internas.page-midia-kit .download-kit .link a span{background-size:14px;margin-left:12px;padding-left:24px}}@media (max-width:768px){.page-template-template-internas .internas-head{padding-bottom:20px}.page-template-template-internas .internas-head .title-head img{margin-right:15px;height:40px}.page-template-template-internas .internas-head .title-head .title-page{font-size:18px}.page-template-template-internas p{font-size:14px}.page-template-template-internas .box-title{margin-top:28px;margin-bottom:20px}.page-template-template-internas .menu-anunciante{position:relative;top:auto;right:auto;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px}.page-template-template-internas .menu-anunciante a{font-size:14px;text-align:center;margin:0 0 8px;width:48%;padding:14px 8px;border:1px solid #229dd1;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.page-template-template-internas .menu-anunciante a:hover{color:#f7f7f7;border:1px solid #229dd1;padding:8px}.page-template-template-internas.page-tabela-de-precos .tabela-precos table tbody tr td,.page-template-template-internas.page-tabela-de-precos .tabela-precos table thead tr td{padding:10px 8px;font-size:12px}.page-template-template-internas.page-tabela-de-precos .tabela-precos table tbody tr td a{padding-left:28px}.page-template-template-internas.page-briefing-express .wpcf7{margin-top:30px}.page-template-template-internas.page-briefing-express .wpcf7 .captcha{height:auto}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card .icone{font-size:15px;padding:20px 0}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card .icone img{margin-bottom:12px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .card a{font-size:13px;line-height:18px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .col-6:nth-child(3){clear:both}.page-template-template-internas.page-central-do-cliente .box-central-cliente .col-6:nth-child(1n+3){margin-top:24px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .col-6:nth-child(odd){padding-right:6px}.page-template-template-internas.page-central-do-cliente .box-central-cliente .col-6:nth-child(even){padding-left:6px}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-collapse .panel-body p{font-size:14px}.page-template-template-internas.page-perguntas-frequentes .panel-group .panel .panel-collapse .panel-body ol li{font-size:14px;margin-bottom:16px}}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border:none}.panel-group .panel .panel-heading{margin:0;padding:0}.panel-group .panel .panel-heading .panel-title{text-transform:inherit}.panel-group .panel .panel-heading .panel-title a{background:#fff;font-size:16px;line-height:16px;font-weight:500;color:#27a8de;display:block;border:1px solid #eee;padding:16px 18px;position:relative;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}.panel-group .panel .panel-heading .panel-title a::before{content:"";background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/icone_arrow.svg) no-repeat;width:16px;height:8px;position:absolute;top:43%;right:18px;display:block;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.panel-group .panel .panel-heading .panel-title a.collapsed{color:#555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.panel-group .panel .panel-collapse .panel-body .nav-tabs li.active a,.panel-group .panel .panel-heading .panel-title a.collapsed:hover{color:#27a8de}.panel-group .panel .panel-heading .panel-title a.collapsed::before{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0)}.panel-group .panel .panel-collapse .panel-body{padding:0}.panel-group .panel .panel-collapse .panel-body .nav-tabs li{float:none;padding:0}.panel-group .panel .panel-collapse .panel-body .nav-tabs li a{font-size:14px;padding:12px 18px;margin:0;display:block;border:1px solid #eee}.panel-group .panel .panel-collapse .panel-body .nav-tabs li a:first-child{border-top:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}@media (max-width:768px){.panel-group .panel .panel-heading .panel-title a{font-size:14px;line-height:14px;padding:16px 40px 16px 18px}.panel-group .panel .panel-collapse .panel-body{padding:0;font-size:14px}}.page-jogos-online .box-title-category .title-category{font-size:2.1rem}@media only screen and (min-width:992px){.page-jogos-online .box-title-category .title-category{font-size:2.8rem}}.page-jogos-online .banner-rotativo{margin-bottom:24px}.page-jogos-online .box-cats .tab-content .box-small article{margin:0 0 36px;min-height:320px}.page-jogos-online .box-cats .tab-content .box-small article .article-tran .post-image{margin-bottom:8px}.page-jogos-online .box-cats .tab-content .box-small article .article-tran .article-content .entry-header .entry-title{padding:0;margin:0;font-size:1.6rem}.page-jogos-online .box-cats .tab-content .box-small article .article-tran .article-content .entry-content{padding-top:6px;color:#555;font-size:14px;line-height:1.4}.banner-black{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/banner-black-bg.png) no-repeat;width:100%;height:390px;padding:32px;display:flex;flex-direction:column}.banner-black .logo-mundo-positivo{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/banner-black-logo.png) no-repeat;width:107px;height:29px;margin:0 auto 20px}.banner-black .black{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/banner-black-tag.png) no-repeat;width:237px;height:64px;margin:0 auto 12px}.banner-black p{margin:0;color:#fff;font-size:16px;text-align:center}.banner-black p b{color:#fff;font-weight:700;display:block}.banner-black .form-black{margin-top:20px}.banner-black .form-black .form-control{background:#1e1e1e;color:#a7a7a7;border:none;border-bottom:2px solid #c8c8c8;width:100%;padding:12px;margin-bottom:16px;height:auto}.banner-black .form-black .btn-cadastrar{background:#fff;color:#000;border:none;width:100%;padding:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.banner-black .form-black .btn-cadastrar:disabled{background:#666}.page-black-friday,.page-black-friday .site-header{background:#1d1d1d}.page-black-friday .site-header .header-content .logo a{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/blackfriday-logo-mundo-positivo.png) center no-repeat;display:block;height:54px;width:201px}@media (max-width:991px){.page-black-friday .site-header .header-content .logo a{width:136px;height:38px;background-size:contain;margin:0 auto}}.page-black-friday .site-header .header-content .logo a img{display:none}.page-black-friday .site-header .header-bar{background:#000;border:1px solid #333}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .menu-item a:hover,.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu,.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu .sub-menu .menu-item a:hover{background:#1d1d1d}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item{border-bottom:1px solid #333}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item a{color:#fff}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item a:hover{color:#aaa}@media only screen and (min-width:576px){.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item{border-right:1px solid #333}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item:first-child{border-left:1px solid #333}}.page-black-friday .site-header .header-bar .header-bar-menu .na-menu .menu-principal-container .menu .menu-item .sub-menu{background:#1d1d1d;border:none}.page-black-friday footer{margin-top:0}.page-black-friday main.wrap{padding-top:24px;padding-bottom:92px;margin:0;background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/blackfriday-bg.png)}.page-black-friday .wrap-content .page-black{background:url(//www.mundopositivo.com.br/wp-content/themes/mundopositivo/assets/imagens/banner-black-bg.png) no-repeat;width:100%;padding:32px 0}.page-black-friday .wrap-content .page-black .black{margin:0 auto 36px}@media (max-width:991px){.page-black-friday .wrap-content .page-black .black{width:80%;max-width:340px}}.page-black-friday .wrap-content .page-black .black img{display:block;margin:0 auto;max-width:100%}.page-black-friday .wrap-content .page-black p{margin:0;color:#fff;font-size:18px;text-align:center;line-height:160%}.page-black-friday .wrap-content .page-black p b{color:#fff;font-size:24px;font-weight:700;display:block}.page-black-friday .wrap-content .page-black .form-black{margin:36px auto 0;width:300px}@media (max-width:991px){.page-black-friday .wrap-content .page-black .form-black{max-width:80%}}.page-black-friday .wrap-content .page-black .form-black .form-control{background:#1e1e1e;color:#a7a7a7;border:none;border-bottom:2px solid #c8c8c8;width:100%;padding:12px;margin-bottom:16px;height:auto;font-size:16px}.page-black-friday .wrap-content .page-black .form-black .btn-cadastrar{font-size:16px;background:#fff;color:#000;border:none;width:100%;padding:12px 8px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.page-black-friday .wrap-content .page-black .form-black .btn-cadastrar:disabled{background:#666}.page-black-friday .wrap-content .page-black .msg{margin-top:42px;color:#999;font-size:16px;align-items:center;justify-content:center;text-align:center;display:none}.page-black-friday .wrap-content .page-black .msg .icone{align-items:center;background:#999;display:flex;height:32px;margin-right:12px;width:32px;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.page-black-friday .wrap-content .page-black .msg .icone svg{width:16px;fill:#fff}.page-black-friday .wrap-content .page-black .msg.msg-sucesso{color:#28bd6b}.page-black-friday .wrap-content .page-black .msg.msg-sucesso .icone{background:#28bd6b}.page-black-friday .wrap-content .page-black .msg.msg-sucesso .icone svg{fill:#fff}.page-black-friday .wrap-content .page-black .msg.msg-erro{color:#df1522}.page-black-friday .wrap-content .page-black .msg.msg-erro .icone{background:#df1522}.page-black-friday .wrap-content .page-black .msg.msg-erro .icone svg{fill:#fff}.page-aviso-de-privacidade .titulo{font-size:21px;font-weight:700;color:#333;margin-top:42px;display:inline-block;border-bottom:2px solid #d8d8d8;padding-bottom:16px;margin-bottom:32px}@media only screen and (min-width:992px){.page-aviso-de-privacidade .titulo{font-size:24px}}@media only screen and (min-width:1600px){.page-aviso-de-privacidade .titulo{font-size:32px}}.page-aviso-de-privacidade .recuo-esquerda{margin-left:56px}.page-aviso-de-privacidade .recuo-direita{margin-right:78px}.page-aviso-de-privacidade .texto{font-size:14px;line-height:160%;color:#333}.page-aviso-de-privacidade .sub-titulo{font-size:16px;color:#333;font-weight:700;margin-bottom:0;line-height:140%}@media only screen and (min-width:768px){.page-aviso-de-privacidade .recuo-esquerda{margin-left:78px}.page-aviso-de-privacidade .sub-titulo{line-height:160%}}.page-aviso-de-privacidade .conteudo-privacidade{margin-bottom:92px}.page-aviso-de-privacidade h3{text-transform:uppercase;font-weight:700;color:#333;font-size:16px;margin-bottom:21px}@media only screen and (min-width:992px){.page-aviso-de-privacidade h3{font-size:18px}}@media only screen and (min-width:1600px){.page-aviso-de-privacidade h3{font-size:21px}}.page-aviso-de-privacidade p{margin-bottom:12px;font-size:14px;line-height:160%;color:#333}.page-aviso-de-privacidade p.sub-titulo{font-size:16px;color:#333;font-weight:700;margin-bottom:0;line-height:140%}.page-aviso-de-privacidade p a{font-size:14px;line-height:160%;color:#00aae5}.page-aviso-de-privacidade p b{font-weight:700}.page-aviso-de-privacidade .bloco{margin-top:42px}.page-aviso-de-privacidade .bloco p{color:#333}.page-aviso-de-privacidade .bloco .numero{font-family:Montserrat,sans-serif,Arial;border:1px solid #E5E5E5;width:42px;height:42px;color:#333;font-size:21px;font-weight:700;display:flex;align-items:center;justify-content:center;float:left;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.page-aviso-de-privacidade .bloco a{color:#00aae5}.page-aviso-de-privacidade .bloco .conteudo{margin-left:56px}@media only screen and (min-width:768px){.page-aviso-de-privacidade p.sub-titulo{line-height:160%}.page-aviso-de-privacidade .bloco .numero{width:62px;height:62px;font-size:32px}.page-aviso-de-privacidade .bloco .conteudo{margin-left:78px}}.page-aviso-de-privacidade .bloco table{border-collapse:collapse;margin-left:0;margin-right:0;width:auto}.page-aviso-de-privacidade .bloco table tr th{text-align:left;padding:12px;font-size:12px;font-weight:700;color:#333}@media only screen and (min-width:768px){.page-aviso-de-privacidade .bloco table{margin-left:78px}.page-aviso-de-privacidade .bloco table tr th{padding:24px;font-size:16px}}.page-aviso-de-privacidade .bloco table tr td{font-size:14px;line-height:160%;color:#333;padding:0;margin:0}.page-aviso-de-privacidade .bloco table tr td b{font-weight:700}.page-aviso-de-privacidade .bloco table tr td.coluna1{background:#eee;box-sizing:border-box;color:#333;font-size:12px;line-height:140%;letter-spacing:0;border-bottom:2px solid #fff;padding:12px;font-weight:700;width:25%}@media only screen and (min-width:768px){.page-aviso-de-privacidade .bloco table tr td.coluna1{font-size:16px;padding:16px;width:225px}}.page-aviso-de-privacidade .bloco table tr td.coluna2{line-height:160%;width:auto;background:#f5f5f5;color:#333;font-size:11px;padding:12px;border-bottom:2px solid #fff;border-left:2px solid #fff}@media only screen and (min-width:768px){.page-aviso-de-privacidade .bloco table tr td.coluna2{padding:16px;font-size:14px}}.page-aviso-de-privacidade .bloco .lista-links{margin-top:24px}.page-aviso-de-privacidade .bloco .lista-links a{color:#00aae5;font-size:16px;display:inline-block}.page-aviso-de-privacidade .bloco p.obs{margin-left:0}@media only screen and (min-width:768px){.page-aviso-de-privacidade .bloco p.obs{margin-left:78px}}.page-aviso-de-privacidade .bloco .contato{margin-left:0;margin-right:0;background:#f5f5f5;padding:24px}@media only screen and (min-width:768px){.page-aviso-de-privacidade .bloco .contato{margin-left:78px;padding:24px}}.page-aviso-de-privacidade .bloco .contato p{margin:0;font-size:14px}/* Register & Edit Profile Forms */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 1.0 - Reset
 2.0 - Forms
 3.0 - Alignments
 4.0 - Errors & Notices
 5.0 - User Listing
 6.0 - Media Queries
 7.0 - Password Strength
 8.0 - Show/Hide Password
 9.0 - Profile Builder Subscription Plans Field
10.0 - Private Website
11.0 - Map markers info
12.0 - Elementor Visual Editor
13.0 - Two-Factor Authentication
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

.wppb-user-forms,
.wppb-user-forms * {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
}


/*--------------------------------------------------------------
2.0 Forms
--------------------------------------------------------------*/

.wppb-user-forms .wppb-form-field {
    list-style: none;
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([value="agree"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.wppb-user-forms input[type="checkbox"],
.wppb-user-forms input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

.wppb-user-forms input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
.wppb-user-forms input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
.wppb-user-forms button::-moz-focus-inner,
.wppb-user-forms input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.wppb-user-forms input[type="text"]:focus,
.wppb-user-forms input[type="number"]:focus,
.wppb-user-forms input[type="email"]:focus,
.wppb-user-forms input[type="url"]:focus,
.wppb-user-forms input[type="password"]:focus,
.wppb-user-forms input[type="search"]:focus,
.wppb-user-forms textarea:focus {
    color: #111;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"] {
    padding: 3px;
}

.wppb-user-forms textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/* Properly align wysiwyg editor among form fields */
.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap {
    float: left;
    width: 69.9%;
}

/* WYSIWYG - Overwrite the theme inherited background color on hover */
.wppb-user-forms .wppb-wysiwyg button:hover {
    background: none;
}

/* Display the borders for the TinyMCE editor - Visual tab */
.wppb-user-forms .wppb-wysiwyg div.mce-tinymce.mce-panel {
    border: 1px solid #ccc !important;
    color: #666 !important;
}

.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-first {
    border-width: 0 0 1px 0 !important;
}

.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-last {
    border-width: 1px 0 !important;
}

/* Display the borders for the TinyMCE editor - Text tab */
.wppb-user-forms .wppb-wysiwyg .quicktags-toolbar {
    border: 1px solid #dedede;
    border-bottom: 0;
}

/* Fix the looks of the Add Link window for TinyMCE editor */
#wp-link label input[type="text"] {
    padding: 0;
}

#wppb-search-fields {
    min-width: 250px;
    float: left;
    margin-right: 20px;
}

.wppb-user-forms .wppb-search-button {
    margin-right: 10px;
    padding: 7px 20px;
    line-height: 24px;
}

.wppb-search-users-wrap {
    margin-bottom: 20px;
}

.wppb-user-forms .extra_field_heading {
    margin-bottom: 0;
}

.wppb-user-forms .login-submit #wppb-submit:disabled,
.wppb-user-forms .form-submit #wppb-recover-password-button:disabled,
.wppb-user-forms .form-submit #register:disabled,
.wppb-user-forms .form-submit #edit_profile:disabled {
    background: #414141;
    opacity: 0.3;
    cursor: not-allowed;
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.wppb-user-forms ul {
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.wppb-user-forms ul li {
    list-style: none;
}

#wppb-login-wrap p,
#select_user_to_edit_form p {
    overflow: hidden;
    margin: 0 0 14px 0;
    padding: 0;
}

.wppb-user-forms ul li {
    margin: 0 0 14px 0;
    padding: 0;
}

.wppb-user-forms ul li.wppb-recaptcha:not(.wppb-field-error):has(.wppb-invisible-recaptcha, .wppb-v3-recaptcha) {
    margin: 0;
    padding: 0;
    height: 0;
}

.wppb-user-forms ul li:after {
    content: "";
    clear: both;
    display: block;
}

.wppb-user-forms .wppb-input-hidden {
    padding-bottom: 0;
}

.wppb-user-forms.wppb-user-role-administrator .wppb-input-hidden {
    padding-bottom: 14px;
}

.wppb-user-forms .wppb-form-field > ul {
    margin-left: 0;
}

.wppb-form-field .wppb-password-field-container {
    display: block;
    position: relative;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label,
#wppb-login-wrap .login-auth label {
    width: 30%;
    float: left;
    min-height: 1px;
}

.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-form-field .wppb-password-field-container,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-auth input {
    width: 69.9%;
    float: left;
}

#wppb-login-wrap .login-remember {
    display: flex;
    align-items: center;
}

#wppb-login-wrap .login-remember input {
    cursor: pointer;
}

#wppb-login-wrap .login-remember label {
    padding-left: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.wppb-form-field.wppb-timepicker select {
    width: auto !important;
    margin-right: 5px;
}

.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap .wp-editor-tabs * {
    box-sizing: content-box !important;
}

.wppb-user-forms .wp-editor-wrap input {
    float: none;
    width: auto;
}

input#send_credentials_via_email {
    float: none;
    margin-right: 10px;
}

.wppb-send-credentials-checkbox label {
    width: auto;
}

.wppb-form-field > span:not(.wppb-password-field-container) {
    display: block;
    clear: both;
    margin-left: 30%;
    font-size: 80%;
    font-style: italic;
    word-break: break-word;
}

.wppb-form-field > span.custom_field_html {
    font-style: normal;
    font-size: 100%;
}

.wppb-form-field > span.select2-container {
    font-style: normal;
    font-size: 100%;
    clear: none;
}

.wppb-form-field > span.select2-container .selection .select2-selection {
    height: 44px;
}

.wppb-repeater .wppb-select-cpt span.select2-container {
    width: auto !important;
}

span.select2-container {
    z-index: 9999;
}

.wppb-form-field.wppb-timepicker > span.wppb-timepicker-separator {
    display: inline-block;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 5px;
    font-size: 100%;
    font-style: normal;
}

.wppb_upload_button {
    display: inline-block;
}

.wppb-user-forms .wppb-checkboxes li,
.wppb-user-forms .wppb-radios li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.wppb-user-forms .wppb-checkboxes li.wppb-hidden {
    padding: 0;
}

.wppb-form-field .wppb-checkboxes label,
.wppb-form-field .wppb-radios label {
    float: none;
    min-width: 0;
    padding-left: 5px;
    width: auto;
    display: inline-block;
}

.wppb-checkbox-terms-and-conditions input,
.wppb-checkboxes li input,
.wppb-radios li input {
    min-width: 0;
    float: none;
}

.wppb-edit-user .wppb-checkbox-terms-and-conditions {
    display: none;
}

.wppb-form-field.wppb-heading span,
.wppb-default-about-yourself-heading span,
.wppb-default-contact-info-heading span,
.wppb-default-name-heading span,
.wppb-checkbox-terms-and-conditions span {
    margin-left: 0;
}

.wppb-checkbox-terms-and-conditions label {
    width: 100%;
}

.wppb-form-field.wppb-checkbox-terms-and-conditions input[type="checkbox"].custom_field_toa {
    float: none;
    margin-right: 10px;
}

.wppb-recaptcha-element {
    display: inline-block;
}

.wppb-recaptcha-element.wppb-invisible-recaptcha {
    display: block !important;
}

.wppb-recaptcha-element iframe {
    margin-bottom: 0;
}

.wppb-form-field input.wppb-map-search-box {
    position: absolute;
    top: 10px !important;
    height: 34px;
    width: 50%;
    min-width: 250px;
    background: #fff;
    border: 0;
    border-radius: 1px;
    padding: 0 10px;
    box-shadow: 0 1px 1px 0 #c1c1c1;
    font-family: "Roboto", sans-serif;
}

.wppb-create-new-site {
    width: 100%;
}

input#wppb_create_new_site_checkbox {
    width: auto;
    margin-right: 10px;
    float: none;
}

label[for="wppb_create_new_site_checkbox"] {
    width: 100%;
}

label[for="blog-privacy"] {
    width: 100%;
}

/* GDPR checkbox */
.wppb-gdpr-checkbox.wppb-form-field label {
    width: 100%;
    float: none;
}

.wppb-gdpr-checkbox.wppb-form-field #user_consent_gdpr {
    float: none;
    margin: 0 10px 0 0;
}


/*--------------------------------------------------------------
4.0 Errors & Notices
--------------------------------------------------------------*/

.wppb-error,
.wppb-warning,
.wppb-notice,
.wppb-success {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
}

.wppb-error,
.wppb-warning {
    box-sizing: border-box;
    background: #ffebe8;
    border: 1px solid #c00;
}

.wppb-error,
.wppb-warning,
.wppb-notice {
    color: #222222 !important;
}

.wppb-error a,
.wppb-warning a {
    color: #007acc !important;
}

.admin-bar #wppb_form_general_message {
    padding-top: 32px;
}

.wppb-error a:hover,
.wppb-warning a:hover {
    color: #007acc !important;
    text-decoration: underline;
}

.wppb-notice {
    box-sizing: border-box;
    background: #ccc;
    border: 1px solid #666;
}

.wppb-required {
    color: red;
}

.wppb-required,
.wppb-checkbox-terms-and-conditions span.wppb-required {
    margin-left: 5px;
}

.wppb-success {
    box-sizing: border-box;
    background: #e7f7d3;
    border: 1px solid #6c3;
}

.wppb-register-user .wppb-field-error,
.wppb-edit-user .wppb-field-error,
#wppb-recover-password .wppb-field-error {
    background-color: #ffdfdf;
    border: 1px dotted #c89797;
    margin-bottom: 6px !important;
    padding: 6px !important;
}

.wppb-field-error > input,
.wppb-field-error > select,
.wppb-field-error > textarea,
.wppb-field-error > label {
    margin-bottom: 10px;
}

.wppb-field-error img {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 5px;
    width: auto;
    height: auto;
}

.wppb-form-field > span.wppb-form-error {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #c89797;
    font-size: 100%;
    margin-left: 0;
}

/* Remove global Blog Details Field error */
#wppb-register-user .wppb-default-blog-details.wppb-field-error {
    background-color: transparent !important;
    border: 0px !important;
}

.wppb-default-blog-details > span.wppb-form-error {
    display: none;
}

.wppb-blog-details-heading span {
    margin-left: 0;
}

.wppb-1website-url {
    position: absolute;
    left: -99999px;
}


/*--------------------------------------------------------------
5.0 User Listing
--------------------------------------------------------------*/

.wppb-table * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wppb-table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0.5rem;
    border-collapse: collapse;
    width: 100%;
}

.wppb-table th {
    background: #f4f4f4;
    padding: 7px;
    border: 1px solid #e1e1e1;
    text-align: left;
}

.wppb-table thead tr:hover {
    background: none;
}

.wppb-table .wppb-sorting .wppb-sorting-default {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(//www.mundopositivo.com.br/wp-content/plugins/profile-builder/assets/images/sorting-default.png) no-repeat center center;
    vertical-align: middle;
}

.wppb-table .wppb-sorting .wppb-sorting-ascending {
    background-image: url(//www.mundopositivo.com.br/wp-content/plugins/profile-builder/assets/images/sorting-ascending.png);
}

.wppb-table .wppb-sorting .wppb-sorting-descending {
    background-image: url(//www.mundopositivo.com.br/wp-content/plugins/profile-builder/assets/images/sorting-descending.png);
}

.wppb-table tr:hover {
    background: #f1fcff;
}
.wppb-table td {
    padding: 7px;
    border: 1px solid #e1e1e1;
}

.wppb-table .wppb-posts,
.wppb-table .wppb-moreinfo {
    text-align: center;
}

.wppb-avatar img {
    max-width: none;
}

ul.wppb-profile {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

ul.wppb-profile li {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

ul.wppb-profile li label {
    display: block;
    width: 30%;
    float: left;
    min-height: 1px;
    font-weight: bold;
}

ul.wppb-profile li span {
    display: block;
    width: 69.9%;
    float: left;
}

ul.wppb-profile li h3,
ul.wppb-profile li h3:first-child {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
}

ul.wppb-faceted-list {
    list-style: none;
    margin: 0 0 20px;
}

ul.wppb-faceted-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.wppb-faceted-list > li {
    float: left;
    margin-right: 15px;
    max-width: 300px;
}

ul.wppb-faceted-list > li:first-child {
    float: none;
    clear: both;
}

.wppb-userlisting-container .wppb-faceted-list li h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

ul.wppb-faceted-list label > * {
    vertical-align: middle;
}

ul.wppb-faceted-list input[type="checkbox"] {
    margin-right: 5px;
}

.wppb-userlisting-container.wppb-spinner {
    position: relative;
    opacity: 0.5;
}

.wppb-userlisting-container.wppb-spinner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 1000;
}

ul.wppb-faceted-list .hide-this {
    display: none;
}

#wppb-remove-facets-container {
    list-style: none;
    margin: 0;
}

.wppb-remove-facet:before,
.wppb-remove-all-facets:before {
    content: "x";
    display: inline-block;
    border-right: 1px dotted #d3ccc9;
    border-right: 1px dotted #6f6f6f;
    padding-right: 5px;
    margin-right: 5px;
}

.wppb-userlisting-container .wppb-ul-range-values {
    padding: 5px 0;
}

.wppb-userlisting-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wppb-float-left {
    float: left;
}

.wppb-float-right {
    float: right;
}

.wppb-facet-float-left {
    float: left;
    max-width: 300px;
}

.wppb-facet-float-right {
    float: right;
    max-width: 300px;
}

li.wppb-facet-search {
    position: relative;
}

.wppb-facet-search-wrap label {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.wppb-facet-search {
    width: 75% !important;
    margin-right: 5px !important;
}

.wppb-facet-search .screen-reader-text {
    display: none;
}

.wppb-facet-search,
.wppb-search-submit {
    box-sizing: border-box;
    display: inline-block !important;
    vertical-align: middle;
}

.wppb-search-submit {
    display: inline-block;
    width: 20%;
    height: 100%;
    background: #4f5963;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 1px solid #444d57;
    border-radius: 3px;
    padding: 0 !important;
    margin: 0 !important;
}

.wppb-search-submit:hover {
    background: #fff;
    color: #4f5963;
}

.wppb-search-submit::before {
    content: "\26B2";
    display: inline-block;
    color: #fff;
    font-size: 120%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wppb-search-submit:hover::before {
    color: #4f5963;
}

@media screen and (max-width: 720px) {
    .wppb-table {
        border: 0;
    }

    .wppb-table thead {
        display: none;
    }

    .wppb-table tr {
        display: block;
        margin-bottom: 30px;
    }

    .wppb-table td {
        display: block;
        text-align: right;
        border-bottom: 0;
    }

    .wppb-table td:last-of-type {
        border-bottom: 1px solid #e1e1e1;
    }

    .wppb-table .wppb-posts,
    .wppb-table .wppb-moreinfo {
        text-align: right;
    }

    .wppb-table td:before {
        content: attr(data-label);
        float: left;
    }

    .wppb-table td:after {
        content: "";
        display: block;
        clear: both;
    }
}


/*--------------------------------------------------------------
6.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 500px) {
    .wppb-form-field label,
    #wppb-login-wrap .login-username label,
    #wppb-login-wrap .login-password label,
    #wppb-login-wrap .login-auth label,
    ul.wppb-profile li label {
        width: 100%;
        display: block;
        float: none;
    }

    .wppb-form-field input[type="text"],
    .wppb-form-field input[type="number"],
    .wppb-form-field input[type="email"],
    .wppb-form-field input[type="url"],
    .wppb-form-field input[type="password"],
    .wppb-form-field input[type="search"],
    .wppb-form-field select,
    .wppb-form-field textarea,
    .wppb-checkboxes,
    .wppb-radios,
    #wppb-login-wrap .login-username input,
    #wppb-login-wrap .login-password input,
    #wppb-login-wrap .login-auth input,
    ul.wppb-profile li span {
        width: 100%;
        float: left;
    }

    .wppb-form-field > span {
        margin-left: 0;
    }

    .wppb-checkboxes li label,
    .wppb-radios li label {
        display: inline;
    }

    .wppb-form-field .wppb-avatar-nofile,
    .wppb-form-field .wppb-avatar-file,
    .wppb-form-field .wppb-upload-nofile,
    .wppb-form-field .wppb-upload-file {
        margin-left: 0;
    }

    .wppb-form-field.wppb-default-password button.wppb-toggle-pw,
    .wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
    #wppb-login-wrap .login-password button.wppb-toggle-pw {
        top: 6px !important;
    }
}


/*--------------------------------------------------------------
7.0 Password Strength
--------------------------------------------------------------*/

#pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    display: none;
    float: left;
    margin: 13px 5px 5px 30%;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    height: 28px;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
}


/*--------------------------------------------------------------
8.0 Show/Hide Password
--------------------------------------------------------------*/

.wppb-form-field.wppb-default-password button.wppb-toggle-pw,
.wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
#wppb-login-wrap .login-password button.wppb-toggle-pw,
#wppb-recover-password-container .wppb-form-field.passw1 .wppb-toggle-pw,
#wppb-recover-password-container .wppb-form-field.passw2 .wppb-toggle-pw {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wppb-form-field.pbpl-class.wppb-default-password button.wppb-toggle-pw,
.wppb-form-field.pbpl-class.wppb-default-repeat-password button.wppb-toggle-pw,
#wppb-login-wrap .login-password.pbpl-class button.wppb-toggle-pw,
#wppb-recover-password-container .wppb-form-field.pbpl-class.passw1 .wppb-toggle-pw,
#wppb-recover-password-container .wppb-form-field.pbpl-class.passw2 .wppb-toggle-pw {
    /*top: 0;*/
}

.wppb-form-field.wppb-default-password button img,
.wppb-form-field.wppb-default-repeat-password button img,
#wppb-login-wrap .login-password button img,
#wppb-recover-password-container .wppb-form-field.passw1 button img,
#wppb-recover-password-container .wppb-form-field.passw2 button img {
    width: 20px;
}


/*--------------------------------------------------------------
9.0 Profile Builder Subscription Plans Field
--------------------------------------------------------------*/

.wppb-form-field.wppb-subscription-plans label {
    width: 100%;
    float: none;
}

.wppb-form-field.wppb-subscription-plans input {
    display: inline-block;
    float: none;
    margin-right: 10px !important;
}

.wppb-form-field.wppb-subscription-plans span.description {
    display: block;
    font-size: 100%;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 1.5em;
}

/* This is very weird: if in  the css there is a rule on table of border-collapse:collapse; then on FFox and Edge the Media upload won't open */
.wppb-user-forms table {
    border-collapse: separate;
}


/*--------------------------------------------------------------
10.0 Private Website
--------------------------------------------------------------*/

.wppb-private-website.wppb-private-website-hide-menus .main-navigation {
    display: none;
}


/*--------------------------------------------------------------
11.0 Map markers info
--------------------------------------------------------------*/

.marker-content-info {
    position: absolute;
    top: -400px;
    left: -400px;
    display: none;
}

.wppb-map-container .marker-content {
    min-width: 320px;
    max-width: 100%;
}

.wppb-map-container .marker-content .marker-info-avatar_or_gravatar {
    float: left;
    margin-right: 10px;
}


/*--------------------------------------------------------------
12.0 Elementor Visual Editor
--------------------------------------------------------------*/

.elementor-edit-mode .wppb-map-container {
    width: 69.9%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
}


/*--------------------------------------------------------------
13.0 Two-Factor Authentication
--------------------------------------------------------------*/

#wppb_auth_secret_buttons,
#wppb_auth_verify_buttons,
#wppb_auth_QR_INFO {
    margin-left: 30%;
}

#wppb_auth_secret_buttons,
#wppb_auth_verify_buttons {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.wppb_auth_button {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #ccc !important;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    padding: 15px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    width: 30%;
}

.wppb_auth_button:hover {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #999 !important;
    color: #222;
    text-decoration: none;
}

#wppb_auth_newsecret.wppb_auth_new_button,
#wppb_auth_verify_button.wppb_auth_verify_button {
    flex-grow: 1;
}

#wppb_show_qr.wppb_auth_qr_button,
#wppb_auth_verify_indicator.wppb_auth_verify_indicator {
    flex-grow: 1;
}

#wppb_auth_verify_indicator {
    pointer-events: none !important;
}

#wppb_auth_verify_indicator.valid {
    background-color: #c3ff88;
    border-color: #8dff1c;
}

#wppb_auth_verify_indicator.invalid {
    background-color: #ffa0a0;
    border-color: #f04040;
}

#wppb_auth_QR_INFO .wppb-description-delimiter {
    font-size: 80%;
    font-style: italic;
}

#wppb_auth_QRCODE {
    text-align: center;
}