﻿@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);

/***** VARIÁVEIS *****/
:root {
  --cor-principal: #4169E1;
  --cor-menu-hover: #ffffff;
  --cor-auxiliar: #646464;
  --cor-contato-link: #ffa5f0;

  --bg-section-cor1: #FFCAD5;
  --bg-section-cor2: #FDE7DF;
  --bg-section-contato: #646464;
}

/*****************/

.fundo_principal {
  background-color: var(--cor-principal);
}

section.avon {
  background-color: var(--bg-section-cor1);
}

/*
section.curso {
  background-color: var(--bg-section-cor2);
}
*/

.fundo_contato {
  background-color: var(--bg-section-contato);
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

body * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--cor-principal);
  -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;
  text-decoration: none;
}

section {
  min-height: 500px;
}

#img-topo {
  display: none;
  
}

.fundo_contato h5 {
  color: var(--cor-menu-hover);
}
.fundo_contato h1,
.fundo_contato h2,
.fundo_contato h3,
.fundo_contato h4 {
  color: white;
}

section .container {
  padding: 60px 0;
}

a:hover,
a:focus {
  color: var(--cor-principal);
  text-decoration: underline;
}

#barra-fgv {
  position: fixed !important;
}

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
}

div.navbar-right {
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  padding: 35px 15px;
  font-size: 12px;
}

.navbar-default .navbar-nav > li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
}

h2 {
  text-transform: uppercase;
  color: var(--cor-principal);
}

h3 {
  margin-bottom: 1em;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}

div.lista_cursos .btn {
  white-space: normal;
}

div.lista_cursos h3 {
  color: #124179;
  text-align: center;
  /*	margin-bottom: 20px;	
*/
}

h4 {
  color: var(--cor-principal);
}

#videos h4.media-heading {
  margin-bottom: 20px;
  font-size: 16px;
}

h5 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}

.glyphicon {
  margin-right: 10px;
  color: var(--cor-menu-hover);
}

p {
  font-size: 17px;
}

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: var(--cor-principal);
  color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}

.cd-timeline-img {
  box-shadow: 0 0 0 4px var(--cor-menu-hover),
	inset 0 2px 0 rgba(178, 178, 178, 0.08),
	0 3px 0 4px rgba(178, 178, 178, 0.05);
}

.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: var(--cor-principal);
}

select[multiple],
select[size] {
  max-height: 200px;
  min-height: 110px;
  overflow-y: auto;
}

.form-control {
  border-radius: 0;
  border: 1px solid var(--cor-principal);
}

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: 35px;
  color: var(--cor-principal);
}

.line {
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  height: 1px;
  background: var(--cor-principal);
  background-image: -webkit-linear-gradient(
	left,
	#e3e3e3,
	var(--cor-principal),
	#e3e3e3
  );
  background-image: -moz-linear-gradient(
	left,
	#e3e3e3,
	var(--cor-principal),
	#e3e3e3
  );
  background-image: -ms-linear-gradient(
	left,
	#e3e3e3,
	var(--cor-principal),
	#e3e3e3
  );
  background-image: -o-linear-gradient(
	left,
	#e3e3e3,
	var(--cor-principal),
	#e3e3e3
  );
  opacity: 0.5;
}

.btn {
  border-width: 0;
  border-radius: 3px;
}

.btn-primary {
  background-color: var(--cor-principal);
}

.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-brand {
  height: auto;
}

.navbar-default .navbar-toggle {
  border: none;
  padding: 38px 0;
  margin: 0;
  margin-right: 15px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--cor-menu-hover);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgba(255,255,255, .2);
}

#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;
  width: 100%;
}

#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: var(--cor-principal);
  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: var(--cor-menu-hover);
}

#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: 2px;
  background: var(--cor-menu-hover);
}

#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: var(--cor-principal);
  background-color: var(--bg-section-mba);
  border-top: 1px solid #e6c4a6;
}

#mba_online .media.service-box:first-child {
  margin-top: 80px;
}

#mba_online .outros_cursos {
  display: inline-block;
  background-color: var(--cor-principal);
  padding: 5px 10px;
  color: white;
}
#mba_online .outros_cursos:hover {
  text-decoration: none;
}

#como_funciona {
  padding: 35px 0;
  background-color: var(--bg-section-comofunciona);
  border-top: 1px solid #bbb;
}

.cd-timeline-img {
  background-color: var(--bg-section-comofunciona);
}

#contato {
  color: #ffffff;
}

#contato a {
  color: var(--cor-contato-link);
  text-decoration: underline;
  font-weight: bold;
}

#contato h2 {
  color: #fff;
}

#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;
}

.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: #fff;
}

.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;
  background-color: var(--cor-principal);
}

footer span.copyright {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
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: var(--cor-principal);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 var(--cor-principal);
  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 var(--cor-principal);
  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: var(--cor-principal);
  color: #fff;
}

.tabela_cursos {
  color: #333;
  background-color: #f0f0f0;
}

table tr td {
  background-color: white;
}

.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: #f0f0f0;
}

.tabela_cursos td a.outros_cursos {
  color: #124179;
  font-size: 11px;
  text-decoration: none;
  /*font-weight: bold;*/
}

.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;
}

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;
}


/*.scroll-top {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc;
    justify-content: center;
    align-items: center;
}

.scroll-top:before {
    content: url('../img/ico-scrolltop.svg');
    width: 30px;
}*/

@-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 (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 {
	-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 .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;
  }

  
}

@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;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
	padding: 15px 15px;
	padding-bottom: 10px;
  }

  #videos h4 {
	font-size: 12px;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
	padding: 35px 12px;
  }

  #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) {
  div.lista_videos {
	position: absolute;
	bottom: 0px;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
	padding: 35px 15px;
  }
 

  #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: 34px 15px;
	border-bottom: 3px solid transparent;
	transition: all 0.25s ease;
  }

  #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: 34px 15px;
  }
  section#main-slider {
	max-height: 400px;
  }
}

@media only screen and (min-width: 1600px) {
  div.lista_cursos {
	right: 120px;
	top: 10%;
  }

  div.lista_videos {
	top: 520px;
	height: 241px;
  }
}

@media (max-width: 768px) {
  .container {
	margin-left: 30px;
	margin-right: 30px;
  }
  .navbar-default .navbar-nav > li > a {
	  padding: 10px;
  }
  .navbar.navbar-default {
	border-bottom: 1px solid var(--cor-menu-hover);
  }
  .carousel-indicators {
	display: none;
  }
  .navbar-header {
	  display: grid;
	  grid-template-columns: 1fr auto;
	  grid-gap: 15px;
	  align-items: center;
  }
  .navbar-header:before, .navbar-header:after {
	display: none;
  }
  .navbar-default .navbar-toggle {
	  border: none;
	  padding: 0;
	  margin: 0;
	  margin-right: 0;
	  grid-row: 1;
  }

  .navbar.navbar-default .navbar-brand {
	  height: auto;
	  grid-column: 1/2;
	  grid-row: 1;
	  margin: 0;
	  padding: 0;
  }
  .navbar-brand:after {
	display: none !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: rgba(255, 255, 255, 0.3);
  }

  .navbar-default .navbar-nav > .active > a:focus {
	background-color: rgba(255, 255, 255, 0.2);
  }

  .navbar-default .navbar-nav > li:not(:last-child) {
  	border-right: 0;
  }
}

@media (max-width: 550px) {
  #carousel-slider-topo {
	display: none;
  }

  #img-topo {
	display: block;
	background-image: url(../img/slider/img-topo.jpg);
	height: 200px;
	background-position-x: right;
  }
}
