@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600,600italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  /*padding-top: 50px;*/
  background: #fff;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
  
}

body * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#barra-fgv {
  position: fixed !important;
}

nav#main-menu {
  margin-top: 13px;
}

div.navbar-right {
	  text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #272727;
}

h2 {
	text-transform: uppercase;	
}

div.lista_cursos .btn {
  white-space: normal;
}

div.lista_cursos h3 {
	color: #124179;
	text-align: center;
/*	margin-bottom: 20px;	
*/}

h4 {
	color: #1e8fcf;	
}

#videos h4.media-heading {
	margin-bottom: 20px;	
	font-size:16px;
}

h5 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
		
}

.glyphicon {
  margin-right: 10px;
  color: #124179;
}

p {
	font-size: 16px;	
}

.bottom_30 {
	margin-bottom: 30px;
	
}

div.box_contatos p {
	font-size: 14px;
	line-height: 20px;	
}

div.box_contatos p.menor_destaque {
  font-size: 11px;
}

div.box_contatos {
	margin-bottom: 20px;
}

.table>tbody>tr.destaque_cursos>th, .table>tfoot>tr.destaque_cursos>th {
	background-color: #1e8fcf;
	color: #FFFFFF;
	
}

a {
  color: #1e8fcf;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1e8fcf;
}

.fa {
  margin-top: 10px;
}

div.lista_videos a {
  display:block;
}

div.lista_videos a:focus {
  outline: none;
}

div.lista_cursos select {
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* padding: 5px; */
	  background: url(../images/seta_form.png) right 15px center no-repeat;
	  /*width: 200px;*/
	  width: 100%;
	  cursor: pointer;	
}

div.lista_cursos select::-ms-expand { 
	display: none; 
}

div.lista_cursos span { 
	font-size: 12px;
	display: block;
	/*float: left;*/
	margin-right: 10px;
	margin-top: 5px;
}

select.lista_filtro  {
	margin-bottom: 10px;
	color: #1e8fcf;	
}

select[multiple], select[size] {
  max-height: 200px;
  min-height: 110px;
  overflow-y: auto;
}

.form-control {
	border-radius: 0;
	border: 1px solid #1e8fcf;
	
}

div.lista_cursos ul.nav>li>a {
	border: 1px solid;
	padding: 5px 15px;
	border-radius: 0;
}

div.lista_cursos .nav-pills>li {
	width: 100%;
	margin-bottom: 5px;
	
}

div.lista_cursos select.curso_destaque {
	background-color: #FAFAFA;
	
}

div.lista_cursos select.curso_destaque2 {
	background-color: #F0F0F0;
	
}

div.lista_cursos select:hover, select:focus {
	background-color: #FFFFFF;	
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}

#videos .section-header {
  margin-top: 50px;
}

.section-header .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  color: #1e8fcf;
}

.line{
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: 1px;
	background: #1e8fcf;
	background-image: -webkit-linear-gradient(left, #e3e3e3, #1e8fcf, #e3e3e3);
	background-image: -moz-linear-gradient(left, #e3e3e3, #1e8fcf, #e3e3e3);
	background-image: -ms-linear-gradient(left, #e3e3e3, #1e8fcf, #e3e3e3);
	background-image: -o-linear-gradient(left, #e3e3e3, #1e8fcf, #e3e3e3);
	opacity: 0.5;
}

.btn {
  border-width: 0;
  border-radius: 3px;
}

.btn-primary {
	background-color: #1e8fcf;	
}

.btn.btn-primary {
  width: 100%;
  /* max-width: 320px; */
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.btn-inscrevase {    
    background-color: #21793E;
    width: 100%;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.btn-inscrevase:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #3C8654;
}

button#bot_buscar {
	margin-bottom: 30px;	
}

.btn-primary[disabled] {
	background-color: rgba(30, 143, 207, 0.38);;	
}



.btn.btn-inscricao {
  background: #33cc66;
  width: 100%;
  /* max-width: 320px; */
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.btn.btn-avise {
  background: #ffcc33;
  width: 100%;
  /* max-width: 320px; */
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.btn-inscricao[disabled] {
	background-color: #A3E5B9;	
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}

.btn.btn-inscricao:hover,
.btn.btn-inscricao:focus {
  background: #44DA76;
}

.btn.btn-compartilhar:hover,
.btn.btn-compartilhar:focus {
  background: #ADADAD;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.modal-open .navbar.navbar-default {
	padding-right:17px;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 10px 15px 10px;
  margin-top: 10px;
  width: 200px;
}

#main-slider {
  overflow: hidden;
  position: relative;
}

#main-slider .item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

div.item img {
	margin: 0 auto;
	
	
}

#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}

#main-slider .slider-inner .btn {
  margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  color: #1e8fcf;
  font-size: 80px;
  display: inline-block;
  margin-top: -35px;
  margin-right: 5%;
  margin-left: 5%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  color: #4fadef;
}

#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}

#progressBar {
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  
  position: absolute;
    bottom: 0px;
}

#mba_online {
  padding: 35px 0;
  color: #FFFFFF;
}

#mba_online .media.service-box:first-child {
  margin-top: 80px;
}

#como_funciona {
  padding: 35px 0;
  background-color: #e3e3e3;
}

#contato {
  padding: 35px 0;
  color: #FFFFFF;
}

#contato a {
  color: #A5E6FF;
  text-decoration: underline;
  font-weight: bold;
}

#contato h2, #mba_online h2 {
  color: #FFFFFF;
}

#como_funciona h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
  
}

section#como_funciona div.media-body img {
	margin-bottom: 40px;	
}

#contato h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.btn-xl2 {
  padding: 20px 40px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #33cc66;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  display:block;
}

textarea.form-control {
  height: auto;
  min-height: 132px;
}

#contato .line, #mba_online .line {
  background-image: -webkit-linear-gradient(left, #1e8fcf, #fff, #1e8fcf);
  background-image: -moz-linear-gradient(left, #1e8fcf, #fff, #1e8fcf);
  background-image: -ms-linear-gradient(left, #1e8fcf, #fff, #1e8fcf);
  background-image: -o-linear-gradient(left, #1e8fcf, #fff, #1e8fcf);
}

.fundo_azul {
	background-color: #1e8fcf;
	
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#videos {
  padding: 0 0 35px 0;;
  background: #e3e3e3;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

/***********************
********* Footer ******
************************/
footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
footer span.copyright a{
	color: #888;
	border-bottom: 1px dotted;
}
footer span.copyright a:hover {
	color: #555;
	text-decoration: none;
}

ul.social-buttons li a {
	  display: block;
	  width: 40px;
	  height: 40px;
	  border-radius: 100%;
	  font-size: 20px;
	  line-height: 40px;
	  outline: 0;
	  color: #fff;
	  background-color: #003366;
	  -webkit-transition: all .3s;
	  -moz-transition: all .3s;
	  transition: all .3s;
}


div.lista_cursos {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 20px 20px 20px;
}

a.list-group-item {
	line-height: 20px;
		
}

a.list-group-item.no-top {
	border-top: 0;
		
}

.list-group {
  margin-bottom: 10px;
  /*max-width: 400px;*/
  
}

.list-group-item {
	padding: 5px 10px;	
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
}

.list-group-item:last-child { 
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

div.lista_cursos a.list-group-item.active {
  color: #666666;
  border-color: #ddd;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  font-weight: bold;
}

div.relativo {
	position: relative;	
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.centralizado {
	text-align:center;
				
}

.img-videos {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

div.lista_cursos .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent !important;
	
}

div.lista_cursos .nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	
}

.dropdown-menu {
  min-width: 100%;
  padding: 5px 10px;
  margin: 0 0 0;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #1e8fcf;
  border-top: 0;

}

div.lista_cursos span.caret {
	float: right;
	margin-top: 13px;
	
}

div.lista_videos {
	position: relative;
	background-image: url(../images/slider/box_videos.png);
	min-width: 100%;
	padding: 10px 0;

}
div.lista_videos h4 {
	margin: 10px 0;
	font-size:14px;
}

label { 
	cursor: pointer;
	margin-bottom: 0;
	font-weight: normal;
}

div.lista_mbas div.active {
	background-color: #D8EDFF;
	display: block;
		
} 

input[type=radio] {
	display: inline;
    	margin: 10px;
}

div.lista_mbas input[type=radio]
{
    display:none;
}

div.lista_mbas {
	  border: 1px solid #1e8fcf;
	  font-size: 12px;
	  -webkit-appearance: none;
	  -moz-appearence: none;
	  -ms-appearence: none;
	  padding-right: 25px;
	  padding: 0;
	  font-weight: normal;
	  max-height: 160px;
	  overflow-y: scroll;
	  background-color: #F7F7F7;
  	
}

div.lista_mbas div.itens_mbas {
	padding: 7px 14px;
  line-height: 15px;
 	
}

#home .modal-body {
	line-height:0;
	padding: 1px 0 0 0;
	
}

#home .modal-content {
	background-color: rgba(0, 0, 0, 0.56);
	border: 3px solid #FFFFFF;
	max-width: 100%;
  	margin: 0 auto;	
}

#home .modal-header {
	padding: 2px 0 0 10px;
	border-bottom: 0;
}

#home .modal-header .close {
	color: #ffffff;
	opacity: 1;
	margin-top: 2px;
	margin-right: 5px; 	
}

#home .modal-header h4 {
	color: #FFFFFF;
	display: inline;
	margin: 10px;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.popover {
	background-color: #174079;
  	color: #ffffff;	
	border: none;
	border-radius: 0;
}

.popover.top>.arrow:after {
	border-top-color: #174079;	
}

.popover-content {
  padding: 9px 30px;
}

html.no-svg div#browser-warning {
  display: block;
  background-color: #e7c3c3;
  padding: 5px;
  color: #a94442;
  text-align: center; 
}

html.no-svg div#browser-warning h3 {
	color: #a94442;
	margin: 0 0 10px 0;
	font-weight: bold;
	display: inline;
	font-size: 20px; 
}

html.no-svg div.lista_cursos {
	background-color: #FFFFFF;
	
}

html.no-svg div#browser-warning p {
	font-size: 14px;
	display: inline; 
}

div#browser-warning {
  display: none;
}

div#img_ie {
	display: none;	
}

html.no-csstransitions div#img_ie {
	width: 100%;
	display: block;		
}

html.no-csstransitions div#img_ie img.img_opcao2 {
		margin: 0 auto;
}

html.no-csstransitions div.owl-carousel {
	display: none !important;
}

.table>tbody>tr.destaque_cursos>th, .table>tfoot>tr.destaque_cursos>th {
	background-color: #0674B3;	
	color:#FFF;
}

.tabela_cursos {
	color:#333;
	background-color:#f0f0f0;	
}

.tabela_cursos td a {
	text-decoration: underline;	
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background: rgba(0, 0, 0, 0.1);
	color: #333;	
}

.navbar-default .navbar-nav>li>a {
    color: #1e8fcf;
	
}
.tabela_cursos td a.outros_cursos {
	color: #124179;
	font-size: 11px;
	text-decoration: none;
	/*font-weight: bold;*/
		
}
a:hover.outros_cursos {
	/*text-decoration:underline;*/
	color: #FFFFFF;


}

ul.nav li.outros_cursos a {
	color: #174079;	

} 

.DDD 
{
    width: 40px;
}
   

section#como_funciona ul {
	list-style: none;
    list-style-type: none;  
    padding: 0px;
    margin-left: 40px;
	text-indent: -1.1em;
    	
}

section#como_funciona ul li:before {        
    content: '\2023';
    margin-right: 5px;
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 0;
    color: #64686D;
}


#videos .section-header {
	overflow: hidden;
    height: 0;
    transition: all 0.5s;
    margin: 0;	
}

#videos .video-gallery {
	overflow: hidden;
    height: 0;
    transition: all 0.5s;
    margin: 0;		
}


section#como_funciona .cd-timeline-content {
	text-align: left;
	
}



.cd-timeline-content.certificado {
	width: 75%;
	margin-left: 0;	
}

.cd-timeline-content.certificado::before {
	left: auto;
    right: 100%;
	border-color: transparent;
    border-right-color: #f5f5f5;
	border: 13px solid transparent;
    border-right: 13px solid #f5f5f5;	
}



/*.centered {
	display: table-cell;
    float: left;
    vertical-align: middle;
}*/



@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



@media only screen and (max-width: 360px) {	
	table.tabela_cursos {
		font-size: 11px;		
	}
	
	.cd-timeline-content p {
		font-size: 12px;	
	}
	
	.cd-infographic-content > h2 {
    	font-size: 15px;
	}

  .cd-timeline-content-cert h2 {
      font-size: 15px;
  }

  .cd-timeline-content-cert p {
      font-size: 12px;  
  }  
	
	div#carga_horaria_content .infographic_destaque div {
		font-size: 20px !important;
		}
		
	#interna_cursos .infographic_destaque {
		border-bottom: 1px solid #bbbbbb;
		border-right: none !important;
		margin-right: 20px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	
	#interna_cursos div.cd-infographic-content > div {
		display: inline !important;
	}	
	
	div.infographic_destaque div:last-child {
		padding-left: 17px !important;
		text-align: left !important;	
	}
	
	section#cursos_mba ul li {
    	font-size: 11px !important;
	}
	
	.cd-infographic-content ul {
		padding-top: 10px !important;	
	}
	
	.cd-timeline-content ul {
		font-size: 12px;	
	}
				
}

@media only screen and (max-width: 767px) {
	div.lista_cursos .btn-primary {
		margin-bottom: 10px;
	}
			
	.list-group {
		max-width: 100%;
	}

	.cd-timeline-content h2 {
			font-size:14px;
	}
	
	#main-slider .owl-prev,
	#main-slider .owl-next {
		font-size: 50px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-bottom: 2px solid #ccc;
		border-top: 1px solid #ccc;
	}
	
	#videos h4.media-heading {
    	margin-top: 40px;
	}
	
	.cd-timeline-content.certificado {
		width: 55%;
		}
		
	.centered {
		float: left;	
	}			
		
}


@media only screen (min-width:769px) and (max-width: 1999px) {
      .esq {
        width: 80%;
      }

      .dir {
        width: 100%; 
        left: 25%;
      }

      .main  { 
        max-width: 700px; 
      }

}


@media only screen and (max-width: 1024px) {
		
	.modal-open .navbar.navbar-default {
		padding-right: 0;
}

}


@media only screen and (min-width: 640px) {
	div.lista_cursos {
		position: relative;
		right: 0;
		top: 0;
		/*width: 300px;*/
	}
	
	
}

@media only screen and (min-width: 768px) {
	div.lista_cursos {
		position: absolute;
		top: 10%;
		right: 10%;
		max-width: 240px;
	}
  	#main-menu.navbar-default {
		background: #FFFFFF;
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  	}
  
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 12px;
    border-top: 3px solid #1e8fcf;
  }
  
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
  
    #footer .social-icons {
    float: right;
  }
    
}


section#main-slider {
    /*max-height: 600px;*/
    min-height: 400px;
    margin: 0px auto;
    max-width: 1200px;
}


@media(min-width:768px) and (max-width:991px) {
	
	#main-menu.navbar-default .navbar-nav > li.active > a,
	#main-menu.navbar-default .navbar-nav > li.open > a,
	#main-menu.navbar-default .navbar-nav > li:hover > a {
		background: transparent;
		/*padding: 12px 15px 15px;*/
		padding-bottom: 10px;
		border-top: 3px solid #1e8fcf;
	}
	
	#main-menu.navbar-default .navbar-nav > li > a {
   		padding: 15px 15px;
		font-size: 11px;
	    padding-bottom: 10px;
	}
	
	#videos h4 {
		font-size: 12px;	
	} 
	
	#main-menu.navbar-default .navbar-nav > li > a {
		font-size: 10px;
		padding: 15px 10px 10px 5px;
}

	#videos h4.media-heading {
		font-size: 13px;
	
	}
	
}

@media only screen and (max-width: 991px) {
    nav#main-menu {
      margin-top: 0;
    }

    section#main-slider {
      margin-top: -13px;
    }
}

@media only screen and (min-width: 992px) {
    div.lista_cursos {
      max-width: 310px;
    }
}


@media only screen and (min-width: 1025px) {
	body {
		/*padding-top: 60px;	*/
	}
	
	div.lista_videos {
		  position: absolute;
		  bottom: 0px;	
	}
	
	.navbar.navbar-default .navbar-brand {
	  height: auto;
	  padding: 10px 15px 20px;
	  margin-top: 10px;
	  width: 300px;
	}
	
	#main-menu.navbar-default .navbar-nav > li.active > a,
	#main-menu.navbar-default .navbar-nav > li.open > a,
	#main-menu.navbar-default .navbar-nav > li:hover > a {
		background: transparent;
		padding: 17px 7px;
		border-top: 3px solid #1e8fcf;
	}
	
	#main-menu.navbar-default .navbar-nav > li > a {
		padding: 20px 7px;
		font-size: inherit;
		
	}
			
	#main-menu.navbar-default .navbar-nav > li > a:hover {
	  padding: 17px 7px;
	  
	}
	
	#cursos {
		padding: 35px 0;
	
	}
	
	
}

@media only screen and (max-width: 1169px) {
    .cd-timeline-block-cert {
      margin-left: 0;
    }
}


@media only screen and (min-width: 1200px) {
	#main-menu.navbar-default .navbar-nav > li > a {
			padding: 20px 15px;
	}
	
	#main-menu.navbar-default .navbar-nav > li.active > a,
	#main-menu.navbar-default .navbar-nav > li.open > a,
	#main-menu.navbar-default .navbar-nav > li:hover > a {
	  padding: 17px 15px;
	  
	}
	section#main-slider {
	    max-height: 500px;
	}
}

@media only screen and (min-width: 1600px) {
	div.lista_cursos {
		right: 120px;
		top: 10%;
	}
	
	div.lista_videos {
		  top: 520px;
		  height: 241px;
	}
	
}


div.centered
    {
        display: block; /*set the div in the center of the screen*/
        z-index: 10;
        position: fixed;
        left: 45%;
        top: 50%;
        background:transparent;        
        width: 50px;
        height: 0px;
        text-align: center;                
    }





/* ------------ ARGO ---------- */


span.destaque_argo {
    color: #20758C;
    font-weight: bold;
}


p.destaque2_argo {
    color: #20758C;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}



p.clique_argo {
  /*display: inline;*/
    /* text-transform: uppercase; */
    font-size: 11px;
    color: #20758C;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

a.link_argo {
  color: #20758C;
  text-decoration: underline;
}



div.itens_argo div.boxes_argo {
    
    border: 5px solid #D1E2E8;
    margin-bottom: 25px;
    line-height: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    /* min-height: 210px; */
    


    background: rgba(230,238,240,1);
    background: -moz-linear-gradient(top, rgba(230,238,240,1) 0%, rgba(214,229,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,238,240,1)), color-stop(100%, rgba(214,229,234,1)));
    background: -webkit-linear-gradient(top, rgba(230,238,240,1) 0%, rgba(214,229,234,1) 100%);
    background: -o-linear-gradient(top, rgba(230,238,240,1) 0%, rgba(214,229,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,238,240,1) 0%, rgba(214,229,234,1) 100%);
    background: linear-gradient(to bottom, rgba(230,238,240,1) 0%, rgba(214,229,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eef0', endColorstr='#d6e5ea', GradientType=0 );

    display: table;

  transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  
}



div.itens_argo div.boxes_argo:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 18px 54px -28px #000;

}




div.itens_argo div.boxes_argo p {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #4588A2;
  font-weight: 600;
  padding: 15px;

}
  
  /* border-top: 4px solid #D6E5EA; */
  /* border-bottom: 4px solid #CFDFE4;
  border-radius: 10px; */
  /* box-shadow: -1px 18px 54px -28px #5F5F5F;
  -webkit-box-shadow: -1px 18px 54px -28px #808080;
  -moz-box-shadow: -1px 18px 54px -28px #808080; */
  


/* div.itens_argo {
  background-color: #207592;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
} */


