/*--------------------
Color Scheme =======*/



@font-face {
    font-family: 'novecento_widedemibold';
    src: url('novecentowide-demibold-webfont.eot');
    src: url('novecentowide-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-demibold-webfont.woff2') format('woff2'),
         url('novecentowide-demibold-webfont.woff') format('woff'),
         url('novecentowide-demibold-webfont.ttf') format('truetype'),
         url('novecentowide-demibold-webfont.svg#novecento_widedemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'novecento_widenormal';
    src: url('novecentowide-normal-webfont.eot');
    src: url('novecentowide-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-normal-webfont.woff2') format('woff2'),
         url('novecentowide-normal-webfont.woff') format('woff'),
         url('novecentowide-normal-webfont.ttf') format('truetype'),
         url('novecentowide-normal-webfont.svg#novecento_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {    background-color: #000!important;}

input[type='submit'], .nav li.current a, .speaker-contacts > .contact:hover, 
.social-icons li a:hover, .form-notification, .table-price, .gotop:hover, 
.preloader div, .owl-btn.prev:hover, .owl-btn.next:hover,
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover, 
.owl-page.active span, .owl-page.active span:hover,
.preloader, .preloader:before, .preloader:after, div.fancy-select div.trigger.open,
div.fancy-select ul.options li.selected, div.fancy-select ul.options li.selected.hover  {
	background-color: #2a8f7a; /* <- Paste here your prefered color */
}

a, .accordion-heading span, .speaker-contacts > .contact, 
.table-features li.fa-check-circle, .owl-btn.prev,
.owl-btn.next, div.fancy-select ul.options li.hover {
	color: #2a8f7a; /* <- Paste here your prefered color */
}

.speaker:hover .speaker-photo, .speaker-contacts > .contact, 
.social-icons li a:hover, .gotop:hover, .speaker-contacts > .contact:hover {
	border-color: #2ecc71; /* <- Paste here your prefered color */
}



/*--------------------
Reset ==============*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



/*--------------------
General ============*/
body {
	-webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover {
	color: #bbbac0;
    text-decoration:none;
}

p {
    font-size: 15px !important;
	line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.event-info p {}

h1,h2,h3 {
    font-family: 'novecento_widedemibold' !important;
    line-height: 1.4em;
    color: #043d5d;
    margin: 10px 0;
}

h4,h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #555555;
	margin: 10px 0;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.6rem;
}

blockquote {
	font-size: 1.6rem;
	line-height: 1.6em;
	border-left: 3px solid #efefef;
	padding: 1rem 0 1rem 1rem;
	margin: 1rem 0;
}

ul,ol {
	font-size:16px;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
}

ul {
	list-style-image: url(../images/ul.png);
}

hr {
	height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}

input,
textarea,
select{
    width: 69%;
    height: 32px;
   
    padding: 1rem 1.5rem;
    border: 1px solid #bbbac0;
    background: #ffffff;
    border-radius: 4px;
   
    position: relative;
    top: 10px;
    margin-bottom: 10px !important;
}

select {
    cursor: pointer;
    line-height: 5.6rem;
    padding: 1.7rem 1.5rem;
    -webkit-appearance: menulist-button;
}

input[type='submit'] {
	height: 34px;
    font-size: 15px;
    color: #ffffff;
    border-bottom: 3px solid 
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
	  width: 140px;
	 line-height: 12px;
}

input[type='submit']:hover {
	opacity: 0.9;
}

input[type='submit']:active {
	border-bottom: 1px solid #b85146;
}

.box {
	background: #fff;
	border-radius: 5px;
	padding: 0 45px;
}

#header {
	position: relative;
	margin-bottom: -100px;
	overflow: hidden;
	background: #fff;
}

.header-panel {
	position: absolute;
	width: 100%;
	min-height: 100px;
	top: 0;
	margin-top: 50px;
	z-index: 55;
}

.header-menu {
	position: absolute;
    width: 100%;
    
    padding: 0 15px;
    z-index: 55;
}

.header-menu.sticky {
	position: fixed;
	margin: 0;
	-moz-animation: bounceInDown 0.5s;
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
}

.header-menu.fixed {
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
	    background: #fff;
}

.header-menu > .box {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menu.sticky > .box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #efefef;
}

.header-bg {
	position: relative;
	height: 750px;
	overflow: hidden;
}

.header-bg:before {
	top: 0;
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/bg.jpg) repeat;
	z-index: 40;
	background-position: center top;
	background-repeat: no-repeat;	
}



.header-bg2 {
	position: relative;
	height: 750px;
	overflow: hidden;
}

.header-bg2:before {
	top: 0;
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/bg2usg.jpg) repeat;
	z-index: 40;
	background-position: center top;
	background-repeat: no-repeat;	
}

.content {
	position: relative;
    padding: 0 15px;
    z-index: 50;
}

.content section {
	padding: 50px 0;
}

.content section#features:first-child {
	padding: 40px 0;
}

.content section + section:before {
	display: block;
	margin: -50px 15px 50px;
	content: "";
	height: 2px;
	background: #efefef;
}

.content section.separated:before {
	display: none;
}

#informacao .event-info h3 {font-size:14px !important; color:#666 !important;}

.content section.separated { 
	border-bottom: 20px solid #efefef;
	margin: 0 -45px -3px;
	padding: 50px 30px;
}

.section-header {
	margin-bottom: 45px;
}

.section-header h2,
.section-header h4 {
	margin: 0;
}

#footer {
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    margin-top: -100px;
}

.footer {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
}

.footer section {
	padding: 40px 0 20px 0;
}

.img-aulas-e-temas { width: 6rem;     position: relative; left: 16px;     height: 60px !important;     line-height: 5.4rem; float:left;}


/*--------------------
Main Slider ========*/
.main-slider .slides img {
	position: absolute;
	min-width: 1200px;
	left: 50%;
}



/*--------------------
Header CTA ========*/
.header-cta {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 50;
	    top: 245px;
}

.header-cta .blk {
	float: left;
	padding: 10px;
	border-radius: 5px;
	
	margin-top: 10px;
}

.header-cta h1 {
	margin: 0;
	color: #ffffff;
	line-height: 1.2em;
}

.header-cta input[type="submit"] {
	margin: 0;
}



/*--------------------
Navigation =========*/
.nav a {
	float: left;
	padding: 8px 10px;
}

.nav a:hover {
	background: #efefef;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

.navbar-nav {
	float: right;
	margin: 1rem 0;
}

.navbar-nav > li {
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.navbar-nav > li + li {
	margin-left: 1rem;
}

.navbar-nav > li > a {
	line-height: 2.4rem;
	padding: 0.8rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 2px;
	color: #555555;
	overflow: hidden;
}

.navbar-nav > li.current > a {
	color: #ffffff;
}

.navbar-brand {
    float: right !important;
    font-size: 1.8rem;
    height: 6rem;
    color: #222222;
    line-height: 4rem;
    font-size: 3.8rem;
    font-weight: 700;
    padding: 1rem 0;
}

.navbar-brand span {
    margin-right: 10px;
    color: #bbbac0;
}

.navbar-brand:hover {
	color: #222222;
}

.navbar-brand.logo > img {
    max-height: 40px;
    width: auto;
}

.navbar-brand:hover span {
	-moz-animation: flip 0.5s;
	-webkit-animation: flip 0.5s;
	animation: flip 0.5s;
}

.navbar-toggle {
	float: right;
	height: 40px;
	margin: 10px 0;
	background: #bbbac0;
	border-radius: 5px;
	border: 2px solid #bbbac0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle.collapsed {
	background: #ffffff;
}

.navbar-toggle.collapsed .icon-bar {
	background: #bbbac0;
}

.navbar-collapse {
	padding: 0;
	    float: left;
}



/*--------------------
Home ===============*/
.home-background {
	max-height: 48.5rem;
	overflow: hidden;
}

.home-background img {
	width: 100%;
}



/*--------------------
Map ===============*/
#map_canvas {
	height: 520px;
}



/*--------------------
Tabs ===============*/
.nav-tabs {
	border: 0;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs > li > a {
	font-family: 'Belgrano', serif;
	font-size: 2.2rem;
	color: #bbbac0;
	padding: 1rem 4rem;
}

.nav-tabs > li.active a{
	background: #efefef;
	border: 0;
}

.nav-tabs > li a:hover{
	background: #efefef;
	border: 0;
}

.nav-tabs > li > a {
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #efefef;
  border: 0;
  cursor: pointer;
}



/*--------------------
Accordion ==========*/
.accordion-group {
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

.accordion {
	background: #efefef;
    padding: 10px 20px;
	overflow: hidden;
}

.accordion + .accordion {
	border-top: 3px solid #ffffff;
}

.accordion-heading {
	display: block;
	position: relative;
	min-height: 4rem;
}

.accordion-title {
	min-height: 4rem;
	margin: 0;
    padding: 0.5rem 4rem 0 9rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #222222;
}

.accordion-title:first-child {
	padding: 0.5rem 4rem 0 0;
}

.accordion-heading span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3rem;
	line-height: 4rem;
	cursor: pointer;
}

.accordion.active span.fa-plus-circle:before {
  content: "\f056";
}

.accordion-heading time {
	float: left;
	margin-right: 2rem;
	padding: 0 1.5rem;
	background: #2a8f7a;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 4rem;
	font-weight: 700;
	color: #ffffff;
}

.accordion-body {
	display: none;
	padding-top: 20px;
}



/*--------------------
Speaker's ==========*/
.speaker {
	
    margin: 0 auto 20px;
    text-align: left;
	height: 70px;
	
}

.speaker h3 {
	margin-bottom: 0;
	font-size:16px;
}

.speaker p {
	font-size: 14px;
	line-height: 1.8em;
}

.speaker-info {
	position: relative;
}

.speaker-photo {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 7px solid #efefef;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
}

.speaker-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.speaker:hover .speaker-contacts {
	display: block;
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.speaker-contacts {
	display: none;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -28px;
}

.speaker-contacts > .contact {
	width: 5.8rem;
	font-size: 2.2rem;
	line-height: 5rem;
	background: #ffffff;
	border-radius: 50%;
	border: 4px solid;
}

.speaker-contacts > .contact.pull-left {
	margin-left: -30px;
}

.speaker-contacts > .contact.pull-right {
	margin-right: -30px;
}

.speaker-contacts > .contact:hover {
	color: #ffffff;
}



/*--------------------
Video ==============*/
.video {
	position: relative;
	padding: 20px;
	background: #efefef;
	border-radius: 5px;
}

.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}



/*--------------------
Event Info =========*/
.event-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.event-info .icon {
	float: left;
	width: 8rem;
	    color: #2a8f7a;
	font-size: 3.1rem;
	line-height: 7.4rem;
	text-align: center;
	border-radius: 50%;
	    border: 2px solid #2a8f7a;
}

.event-info .info {
	padding: 1.3rem 0 0 9rem;
}

.event-info h3 {
	margin: 0;
	font-size: 1.9rem;
	color:#666;
	font-weight:300;
}

.event-info span {
	color: #bbbac0;
	margin-top: -5px;
}



/*--------------------
Pricing Tables =====*/
.pricing-table {
	width: 100%;
	margin: 0 0 20px 0;
	background: #efefef;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.table-title {
	margin: 0;
}

.table-price {
	font-family: 'Belgrano', serif;
	color: #ffffff;
	font-size: 2.6rem;
}

.table-title,
.table-price,
.table-features li {
	padding: 0 20px;
	line-height: 6rem;
}

.table-price,
.table-features li {
	border-top: 3px solid #ffffff;
}

.table-features {
	margin: 0;
	padding: 0;
}

.table-features li {
	display: block;
	width: 100%;
	font-size: 2.6rem;
	color: #bbbac0;
}

.table-features li span {
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
}

.pricing-features {
	margin-top: 3px;
	padding-top: 12rem;
	text-align: left;
	list-style: none;
}

.pricing-features li {
	line-height: 6rem;
	border-top: 3px solid #ffffff;
	font-size: 2.2rem;
	color: #222222;
}



/*--------------------
Social Icons =======*/
.social-icons {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-icons li {
	float: left;
	margin: 0 10px 10px 0;
}

.social-icons li a {
	width: 4.4rem;
    border: 2px solid #bbbac0;
    border-radius: 50%;
    color: #bbbac0;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.social-icons li a:hover {
	color: #ffffff;
}



/*--------------------
Forms ==============*/
.form {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
    background: #efefef;
    border-radius: 5px;
}

.form-notification {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 3rem;
	line-height: 9rem;
	text-align: center;
}

#botao {height: 6rem;
    font-size: 2.5rem;
    color: #ffffff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2); color:#fff; background-color: #2a8f7a; cursor: pointer;
	padding:10px;
}

.not-valid {
	border: 2px solid #BBBAC0;
}



/*--------------------
Go Top =============*/
div.gotop {
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 7rem;
	height: 7rem;
	margin-left: -35px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #efefef;
	font-size: 2.2rem;
	line-height: 6.4rem;
	color: #BBBAC0;
	text-align: center;
	cursor: pointer;
}

.gotop:hover {
	color: #ffffff;
	border: 3px solid #efefef;
}

.medico01 {padding-bottom:30px;}

.medico02 {padding-bottom:30px;}

.medico03 {padding-bottom:65px;}

.medico04 {padding-bottom:65px;}

.medico09 {padding-top:15px;}

.medico10 {padding-top:15px;}


/*--------------------
Preloader ==========*/
#preloader {
	position: absolute;
    height: 100%;
    width: 100%;
    background: #efefef;
    z-index: 45;
}

#preloader.ready {
	display: none;
}


/* -------------- loader6 -------------- */

.preloader{
	position: relative;
	width: 12px;
	height: 12px;

	top: 46%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 46%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	
	border-radius: 12px;
	-webkit-transform-origin:  50% 50%;
			transform-origin:  50% 50% ;
	-webkit-animation: preloader 1s ease-in-out infinite;
			animation: preloader 1s ease-in-out infinite;
}

.preloader:before{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.preloader:after{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}


@-webkit-keyframes preloader{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-o-keyframes preloader{
    0%{-o-transform:rotate(0deg);}
    50%{-o-transform:rotate(180deg);}
    100%{-o-transform:rotate(180deg);}
}

@keyframes preloader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}


/*--------------------
Copyrights =========*/
.copyrights {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #BBBAC0;
}

.navbar-nav {
    padding-left: 0px !important;
    padding-top: 8px  !important;
    float: left  !important;}
	
	
	
	.btn-info {
    color: #fff !important;
    background-color: #cb1f12 !important;
    border-color: #cb1f12 !important;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 7px!important;
    font-size: 16px!important;
    line-height: 1.3333333!important;
    border-radius: 3px!important;
}

.botoes-laterais {width:173px!important; height:59px!important; background-image:url(../images/sideoffer-bg.png)!important; }

 #_form_119_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_119_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_119_._form-top { top:0; }
 #_form_119_._form-bottom { bottom:0; }
 #_form_119_._form-left { left:0; }
 #_form_119_._form-right { right:0; }
 #_form_119_ input[type="text"],#_form_119_ input[type="date"],#_form_119_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_119_ textarea { resize:none; }
 #_form_119_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#2a8f7a !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }
 #_form_119_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_119_ ._close-icon:before { position:relative; }
 #_form_119_ ._form-body { margin-bottom:30px; }
 #_form_119_ ._form-image-left { width:150px; float:left; }
 #_form_119_ ._form-content-right { margin-left:164px; }
 #_form_119_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_119_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_119_ ._form-label,#_form_119_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_119_._dark ._form-branding { color:#333; }
 #_form_119_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_119_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_119_ ._form_element * { font-size:14px; }
 #_form_119_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_119_ ._form_element._clear:after { clear:left; }
 #_form_119_ ._form_element input[type="text"],#_form_119_ ._form_element input[type="date"],#_form_119_ ._form_element select,#_form_119_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_119_ ._field-wrapper { position:relative; }
 #_form_119_ ._inline-style { float:left; }
 #_form_119_ ._inline-style input[type="text"] { width:150px; }
 #_form_119_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_119_ ._form_element img._form-image { max-width:100%; }
 #_form_119_ ._clear-element { clear:left; }
 #_form_119_ ._full_width { width:100%; }
 #_form_119_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_119_ input[type="text"]._has_error,#_form_119_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_119_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_119_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_119_ ._error._above { padding-bottom:4px; top:-41px; right:0; }
 #_form_119_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_119_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_119_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_119_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_119_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_119_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_119_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_119_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_119_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_119_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_119_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_119_ ._form-content { margin:0; width:100%; }
 #_form_119_ ._form-inner { display:block; min-width:100%; }
 #_form_119_ ._form-title,#_form_119_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_119_ ._form-title { font-size:1.2em; }
 #_form_119_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_119_ ._form-element,#_form_119_ ._inline-style,#_form_119_ input[type="text"],#_form_119_ label,#_form_119_ p,#_form_119_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_119_ ._row,#_form_119_ p,#_form_119_ label { margin-bottom:0.7em; width:100%; }
 #_form_119_ ._row input[type="checkbox"],#_form_119_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_119_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_119_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_119_ ._form-image { max-width:100%; height:auto !important; }
 #_form_119_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_119_ input[type="radio"],#_form_119_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_119_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_119_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_119_ { position:relative; text-align:left; margin:25px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#fff !important; border:0px solid #b0b0b0 !important; width:500px; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }
 #_form_119_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_119_:before,#_form_119_:after { content:" "; display:table; }
 #_form_119_:after { clear:both; }
 #_form_119_._inline-style { width:auto; display:inline-block; }
 #_form_119_._inline-style input[type="text"],#_form_119_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_119_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_119_._inline-style p { margin:0; }
 #_form_119_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_119_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_119_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 
 .botoes-laterais {display:none !important;}
 
 .event-info .info {
    padding: 5px !important;
    width: 100% !important;	
	

}

.img-aulas-e-temas  {display:none !important;}

.event-info .icon {    display: none !important;}

.header-bg {
    height:713px !important;
}


nav.col-sm-12 {    padding-bottom: 20px !important;}

#palestrante {       background: #fff !important;}

.content {padding: 0px !important;}

body {       background: #fff !important;}

 
 }


 .pink-banner {
 	display:block;
 	width:calc(100% + 30px);
 	min-height:290px;
 	background:#2a8f7a;
 	margin-left:-15px;
 	margin-bottom:-180px;
 }
 .pink-banner .container {
	max-width:960px;
 }
 .pink-banner img {
	top:-30px;
	position:relative;
 }
 .btn-indicar {
 	background-color:  #00bef5;
	width: 153px;
	height: 39px;
	line-height: 39px;
	text-align:center;
	position:relative;
	display:inline-block;
	border-radius:100px;
	color:  #ffffff;
	font-size: 15.28px;/* Aproximação devido à substituição de fonte */
	font-weight: 700;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:32px 0;
 }
 .btn-indicar:hover {
	text-decoration:none;
	background:#fff;
	color:#00bef5;
	cursor:pointer;
 }
.clip-nos-ligamos {
	width:159px;
	height:47px;
	position:fixed;
	right:0;
	top:200px;
	background:url('../images/nos-ligamos-para-voce.png');
	z-index:999;
	cursor:pointer;
}
.clip-mail {
  position:fixed;
  right:30px;
  bottom:140px;
  z-index:999;
  width:57px;
  height:57px;
  background:url('../images/clips/contato_off.png');
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  background-position: bottom right;
  background-repeat:no-repeat;
}
.clip-mail .trigger {
    position:absolute;
    bottom:0;
    right:0;
  width:57px;
  height:57px;
  cursor:pointer;
}
.clip-mail.active {
  position:fixed;
  right:30px;
  z-index:999;
  width:336px;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}
.clip-mail .content {
    background:url('../images/clips/contato_on.png');
    background-position:top left;
    transform:scale(0);
    transform-origin: right bottom;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    bottom:0;
    width:336px;
    right:0;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:0;
}
.clip-mail.active .content {
    transform:scale(1);
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.clip-mail .content .inside {
    position:relative;
    width:calc(100% - 16px);
    left:16px;
    margin-top:64px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background:#41b1d5;
    padding:0 15px;
    padding-bottom:15px;

}
.clip-facebook {
    position:fixed;
    width:41px;
    height:34px;
    background:url('../images/facebook_clip.png');
    left:0;
    top:200px;
    z-index:9999;
}
.clip-chat {
    position:fixed;
    width:274px;
    height:80px;
    background:url('../images/chat-online.png');
    left:30px;
    bottom:210px;
    z-index:999;
    cursor:pointer
}
.calculate-done {
    display:none;
    width:100%;
    position:absolute;
    top:0;
    z-index:99;
    background:#e2e4e7;
    height:689px;
}
.close-m {
    color: #fff;
    cursor:pointer;
    position: absolute;
    right: 26px;
    top: 63px;
    z-index: 99;
    font-size: 24px;
}

.clip-mail input {
    background:#fff;
    width:100%;
    height:30px;
    border-radius:100px;
    border:0;
    color:#222;
    font-size: 13px;/* AproximaÃ§Ã£o devido Ã  substituiÃ§Ã£o de fonte */
    font-weight: 400;
    line-height: 14px;
    outline:0;
    line-height:30px;
    padding:0 15px;
    margin-bottom:10px;
}
.clip-mail textarea {
    background:#fff;
    width:100%;
    height:30px;
    border-radius:15px;
    border:0;
    color:#222;
    font-size: 13px;/* AproximaÃ§Ã£o devido Ã  substituiÃ§Ã£o de fonte */
    font-weight: 400;
    line-height: 14px;
    outline:0;
    line-height:20px;
    padding:15px 15px;
    margin-bottom:10px;
    min-height:72px;
}
.clip-mail input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a999e;
}
.clip-mail input::-moz-placeholder { /* Firefox 19+ */
  color: #9a999e;
}
.clip-mail input:-ms-input-placeholder { /* IE 10+ */
  color: #9a999e;
}
.clip-mail input:-moz-placeholder { /* Firefox 18- */
  color: #9a999e;
}
.clip-mail textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a999e;
}
.clip-mail textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9a999e;
}
.clip-mail textarea:-ms-input-placeholder { /* IE 10+ */
  color: #9a999e;
}
.clip-mail textarea:-moz-placeholder { /* Firefox 18- */
  color: #9a999e;
}

.clip-mail .title {
color:  #ffffff;
font-size: 15px;/* AproximaÃ§Ã£o devido Ã  substituiÃ§Ã£o de fonte */
font-weight: 900;
line-height: 19px;
text-transform:uppercase;
text-align:center;
position:relative;
top:-40px;
margin-bottom:-10px;
}
.clip-mail a.btnn {
    text-decoration: none !important;
    font-family: "Roboto";
    font-size: 15px;
    display: inline-block;
    color: #000;
    line-height: 28px;
    cursor:pointer;
    padding: 0 28px;
    background: #fff;
    border-radius: 100px;
    cursor:pointer;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(18, 20, 74, 0.88);
    -moz-box-shadow: 1px 1px 1px 0px rgba(18, 20, 74, 0.88);
    box-shadow: 1px 1px 1px 0px rgba(18, 20, 74, 0.88);
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin-left:16px;
    margin-top:6px;
}
.clip-mail a.btnn:hover, .clip-mail a.btnn:focus {
  color:#000;
  background:#fff;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.close-mail {
    color:#fff;
    cursor:pointer;
    float:right;
    position:absolute;
    right:16px;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.close-mail:hover, .close-mail:focus {
    opacity:.5;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
input, textarea {
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
input.hasError, textarea.hasError {
    color:#f00 !important;
}
.hasError::-webkit-input-placeholder {
    color: #f00 !important;
}
.hasError::-moz-placeholder {    
    color: #f00 !important;
}
.hasError:-ms-input-placeholder {    
    color: #f00 !important;
}
.hasError:-moz-placeholder {    
    color: #f00 !important;
}

.success-page {
    display:none;
    align-items:center;
    width:100%;
    height:100%;
    position:absolute;
    background:#a8bf54;
    left:0;
    top:0;
    z-index:99;
    color:#fff;
    border-radius:15px;
}
.success-page .block {
    width:100%;
    padding:0 50px;
    text-align: center;
}
.success-page.shown {
    display: flex;
}
.success-page .block i {
    font-size:50px;
    margin-bottom:20px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-nav>li {
		float: left;
		display: inline-block !important;
		width: auto !important;
	}
	.navbar-brand {
		line-height: 20px;
		width: 100%;
		text-align: center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navbar-nav>li {
		float: left;
		display: inline-block !important;
		width: auto !important;
	}
	.navbar-brand {
		line-height: 20px;
		width: 100%;
		text-align: center;
	}
	.pink-banner {
	    text-align: center;
	    margin-bottom:-110px;
	}
	.pink-banner img {
		position:relative;
		left:-40px;
	}
	.btn-indicar {
		position: relative;
    	top: -20px;
    	margin:0;
	}
  	.container {
		width:100% !important;
	}
	.header-cta {
		top:200px;
	}
	.hidden-mm {
		display:none;
	}
	.header-bg {
		height:550px !important;
	}
		.navbar-brand.logo {
		display: inline-block;
		width: 80%;
	}
	.navbar-header {
		display: inline-block;
		width: 20%;
	}
	.navbar-collapse {
		position: absolute;
    width: 100%;
    left: 0px;
    top: 70px;
    background-color: #fff;
	}
	.nav.navbar-nav {
		float: none!important;
		margin: 0!important;
	}
	.nav>li {
		float: none!important;
		display: block!important;
		text-align: center!important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.pink-banner {
		padding-top:20px;
		    width: calc(100% + 15px);
	}
	.pink-banner .row {
		margin:0;
		padding:0;
	}
	.pink-banner img {
		width: 100%;
		top:0;
		left:-28px;
	}

	.btn-indicar {
		top:10px;
	}
	.clip-nos-ligamos {
		position: fixed;
		bottom: 0;
		top: auto;
		left:0;
		width: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #DD2849;
	}
	.header-menu {
		padding:0;
	}
	.clip-mail {
		display:block;
		position: fixed;
		bottom: 0;
		top: auto;
		right:0;
		height:47px;
		width: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-image:url('../images/fale-conosco-mobile.png');
		background-color: #00bef5;
	}
	.clip-mail.active {
		width:50%;
		right:0;
	}
	.clip-mail .trigger {
		width:100%;
	}
	#quote-carousel {
		padding: 30px 15px 30px 15px!important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


/* carousel */
#quote-carousel {
      padding: 30px 90px 30px 90px;
	margin-top: 10px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 20px;

}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */

#quote-carousel p {font-size:16px !important;}

.item-icon {
	margin: 20px 0;
}

.item-icon h4 {
	color: #2a8f7a;
}

.item-icon img {
	margin-bottom: 8px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	opacity: 0.7;
}

.nav li.current a {
	background-color: #2a8f7a!important;
}

#quote-carousel .owl-controls.clickable {
	display: block!important;
}

.owl-page span {
	background-color: #fff!important;
}

.owl-page.active span {
	background-color: #2a8f7a!important;
}