body{
	padding: 0;
	margin: 0;
    background-color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
}
@font-face {
    font-family: 'milk-cream';
    src: url('fonts/Milk Cream.otf') format('truetype');
}
@font-face {
    font-family: 'diamend';
    src: url('fonts/Diamend-Regular.otf') format('truetype');
}
ul, ol{list-style: none;}
a:link
{
	text-decoration:none;
}
#app {
    display: none;
}
.dropdown:hover>.dropdown-menu.nav-auto{
	display: block;
}
.btn-primary{
	color: #ffffff !important;
}
.btn-success{
	color: #ffffff !important;
}
/* INICIO SIDEBAR TOPO */
nav.sidebartop{
	background: #fff !important;
	height: 90px;
}
nav.sidebartop ul li a{
	color: #324b7f;
	font-size: 15px;
	font-weight: 500;
}
nav.sidebartop .center{
  position: relative;
}
nav.sidebartop .center:after{
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -9px;
  width: 1px;
  height: 20px;
  background: #0076b3;
}
nav.sidebartop .center:before{
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -9px;
  width: 1px;
  height: 20px;
  background: #0076b3;
}
.texto-topo{
    font-family:'milk-cream' , sans-serif;
}
.text-topo{
    font-family:'diamend' , sans-serif;
}
.box-topo-privacidade{
    height: 200px;
    background: #004c6d;
}
.box-topo-privacidade .titulo-privacidade{
    font-family: 'Titillium Web', sans-serif;
    font-size: 22pt;
    color: #FFFFFF;
    font-weight: bold;
}
/*.links-privacidade{
    font-size: 16pt;
    color: #FFFFFF;
}
.links-privacidade a, a:link{
    color: #FFFFFF;
}
.links-privacidade a:hover{
    color: #F0F0F0;
    text-decoration: underline;
}*/
.texto-link:link, .texto-link:visited{color: #000000; text-decoration: none;}
.texto-link:hover{text-decoration: underline;}

nav.sidebartop .btn.btn-navbartop{
	background: #004c6d;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
nav.sidebartop .btn.btn-navbartop:hover{
	background: #0076b3;
}
/* END SIDEBAR TOP */
.box-icones{
    float: left; width: 22px; height: 22px;
}
.box-icones img{
    width: 100%; height: 100%;
}
/* START NAVBAR */
.navbar{
	background-color: #004c6d;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
}
nav.navbartop ul li a.nav-link{
	color: #FFFFFF !important;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
nav.navbartop ul li a.nav-link:hover{
    color: #ff9702 !important;
}
nav.navbartop .btn.btn-navbartop{
	background: #ff9702;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
nav.navbartop .btn.btn-navbartop:hover{
    background: #018bd2;
}
nav.navbartop .btn.btn-color-branco{
	background: #2a9055;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
nav.navbartop .btn.btn-color-branco:hover{
	background: #018bd2;
}
/* END NAVBAR */

/* START SLIDER */
header .carousel-inner{
	height: 100%;
}
header .carousel-item{
	height: 100%;
	/*background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
header .carousel-item img{
	width: 100%;
	height: 100%;
}
header .carousel-caption{
	top: 55%;
	transform: translateY(-55%);
	bottom: initial;
}

header .carousel-caption h2{
    font-family: 'Titillium Web', sans-serif;
	font-size: 56pt;
	color: #f7931e;
	font-weight: bold;
    padding: 0;
}

header .carousel-caption h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 46pt;
	color: #f7931e;
	font-weight: bold;
	padding: 0;
}

header .carousel-caption p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 26pt;
    color: #ffffff;
    font-weight: bold;
}
header .carousel-caption .btn-slider{
	background: #018bd2;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .carousel-caption .btn-slider:hover{
    background: #ffbd32;
}
header .carousel-fade .carousel-item{
    opacity: 0; transition-duration: 1.2s; transition-property: opacity;
}
header .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right{
    opacity: 1;
}
header .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right{
    opacity: 0;
}
header .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev{
    transform: translateX(0); transform: translate3d(0, 0, 0);
}

.header-border-destaque{
    border: #ffffff 2px dashed;
}

fieldset legend {
    position: relative;
    top: -25px;
    left: 10%;
    width: 80%;
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background: #ff9702;
    padding: 5px 5px;
    border-radius: 10px;
    text-align: center;
}
.preco-base{
    color: #cccccc;
    font-size: 18pt;
}
.titulo-preco{
    color: #ff9702;
    font-size: 34pt;
    font-weight: bold;
    line-height: 36pt;
}
.subtitulo-preco{
    color: #ffffff;
    font-size: 22pt;
    font-weight: bold;
    line-height: 20pt;
}
/*.box-copa{
    position: fixed;
    top: 15%;
    right: 0.5%;
    width: 170px;
    height: 170px;
    z-index: 1500;
    text-align: right;

    animation: fly 10s cubic-bezier(.76,0,.24,1) 300ms infinite;
}
.box-copa img{
    height: 169px;
}

@keyframes fly {
    to {
        transform: translateX(calc(-100vw - 100px));
    }
}*/

.search{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.titulo-search{
	font-family: 'Titillium Web', sans-serif;
	color: #004c6d;
	font-size: 18pt;
	font-weight: bold;
}
.subtitulo-search{
	font-size: 12pt;
	color: #FFFFFF;
	padding: 0;
}
.box-search-bg{
	background-color: rgba(242, 166, 121, 1);
}
.search-bg-pos{
	background-color: rgba(246, 111, 17, 1);
}
.search-bg-cap{
	background-color: rgba(238, 175, 32, 1);
}
.search-bg-ext{
	background-color: rgba(242, 160, 61, 1);
}
.texto-search{
	font-family: 'Titillium Web', sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.texto-search-cidade{
	font-size: 12pt;
}
/* END SEARCH */

/* START INFO */
.box-info-pos{
	float: left;
	width: 90%;
	margin-left: 5%;
}
.box-info-dep{
	background-color: #004c6d;
	/*background: url('../img/bg/bg-depoimentos.png') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.box-info-pos h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 25pt;
	color: #1285ad;
	margin: 20px 0 20px 5%;
}
.box-info-pos h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 25pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0 20px 5%;
}
.box-info-pos h3{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	margin: 20px 0 20px 5%;
}
.box-info-pos h3 span{
	font-size: 25pt;
	font-weight: bold;
	color: #f7931e;
}
.box-info-links:link, .box-info-links:active, .box-info-links:hover, .box-info-links:visited{
    color: #ffffff;
    text-decoration: none;
}
/* END INFO */

/* NOVIDADES */

/* START ÁREAS*/
section.dobra-1{
    height: 200px;
    background-color: #f0f0f0;
}
div.box-certificado{
    position: relative;
    top: -150px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51);
}
div.box-certificado .titulo-certificado{
     font-family: 'Titillium Web', sans-serif;
     font-size: 18pt;
     color: #ffffff;
     font-weight: bold;
 }
div.box-certificado .texto-certificado{
    font-family: 'Titillium Web', sans-serif;
    font-size: 13pt;
    color: #ffffff;
}
div.bg-texto-certificado{
    min-height: 500px;
    background-image: linear-gradient(to left, #2e517f, #24179e, #2a118d);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
div.bg-certificado{
    min-height: 500px;
    background-color: #ff9702;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
div.box-imagem-certificado{
    position: relative;
    top: 30px;
    left: -35%;
    width: 130%;
    height: 400px;
    background: url('../img/modelo-certificado.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}
.box-motivos-cursos{
    position: relative;
    top: -100px;
}
.titulo-motivos-cursos{
    font-family: 'Titillium Web', sans-serif;
    font-size: 22pt;
    font-weight: bold;
}
.subtitulo-motivos-cursos{
    font-family: 'Titillium Web', sans-serif;
    font-size: 16pt;
    font-weight: bold;
}
/* END ÁREAS */

/* AREAS CURSOS */
.bg-area-cursos-8{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_educacional.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-8{
    min-height: 280px;
    background: url(../img/bg-areas/big/educacional.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-9{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_gestao.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-9{
    min-height: 280px;
    background: url(../img/bg-areas/big/gestao.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-14{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_engenharia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-14{
    min-height: 280px;
    background: url(../img/bg-areas/big/engenharia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-11{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_juridica.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-11{
    min-height: 280px;
    background: url(../img/bg-areas/big/juridica.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-13{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_mba.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-13{
    min-height: 280px;
    background: url(../img/bg-areas/big/mba.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-10{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_saude.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-10{
    min-height: 280px;
    background: url(../img/bg-areas/big/saude.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-12{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_social.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-12{
    min-height: 280px;
    background: url(../img/bg-areas/big/social.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-15{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_teologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-15{
    min-height: 280px;
    background: url(../img/bg-areas/big/teologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-18{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_ambiental.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-18{
    min-height: 280px;
    background: url(../img/bg-areas/big/ambiental.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-19{
    min-height: 280px;
    background: url(../img/bg-areas/big/bg_tecnologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-cursos-n-19{
    min-height: 280px;
    background: url(../img/bg-areas/big/tecnologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* bg areas small */
.bg-area-small-8{
    min-height: 80px;
    background: url(../img/bg-areas/small/educacional.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-9{
    min-height: 80px;
    background: url(../img/bg-areas/small/gestao.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-14{
    min-height: 80px;
    background: url(../img/bg-areas/small/engenharia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-11{
    min-height: 80px;
    background: url(../img/bg-areas/small/juridico.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-13{
    min-height: 80px;
    background: url(../img/bg-areas/small/mba.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-10{
    min-height: 80px;
    background: url(../img/bg-areas/small/saude.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-12{
    min-height: 80px;
    background: url(../img/bg-areas/small/social.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-15{
    min-height: 80px;
    background: url(../img/bg-areas/small/teologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-18{
    min-height: 80px;
    background: url(../img/bg-areas/small/ambiental.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-area-small-19{
    min-height: 80px;
    background: url(../img/bg-areas/small/tecnologia.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*start bg paginas*/
.bg-page-capacitacao{
     min-height: 350px;
     background: url(../img/background/bg_capacitacao1.jpg) no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
 }
.bg-page-todos-cursos{
    min-height: 350px;
    background: url(../img/background/bg_cursos.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-page-extensao{
    min-height: 350px;
    background: url(../img/background/bg_extensao1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-page-pos{
    min-height: 350px;
    background: url(../img/background/bg_pos1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-page-principal{
    min-height: 350px;
    background: url(../img/background/bg_principal1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-page-qualificacao{
    min-height: 350px;
    background: url(../img/background/bg_qualificacao1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-plano-qualificacao{
    min-height: 350px;
    background: url(../img/background/turning.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-lp-graduacao{
    background: url(../img/background/bg-graduacao-lp.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-lp-fundo{
    background: url(../img/background/bg_fundo.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_banner_tp{
    background: url(../img/background/bg_uni.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_uni{
    background: url(../img/background/bg_uni.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* START IMAGE */
.box-parceiro{
    min-height: 300px;
}
.box-parceiro img{
    width: 100%;
    height: 100%;
}
section.box-ilustracao{
    min-height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #0e8af0;
}
section.box-ilustracao .titulo-ilustracao-destaque{
    font-family: 'Titillium Web', sans-serif;
    font-size: 38pt;
    color: #ffffff;
    font-weight: bold;
}
section.box-ilustracao .texto-ilustracao-destaque{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20pt;
    color: #ffffff;
    font-weight: 200;
}

.box-img-login{
    min-height: 120px;
    background: url(../img/computador.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}
/* END IMAGE */

.check-teste:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.topo-area-curso{
    font-family: 'Titillium Web', sans-serif;
    color: #FFFFFF;
}
.topo-area-curso h2{
    font-weight: bold;
    font-size: 28pt;
}
.topo-area-curso h4{
    font-weight: bold;
    font-size: 16pt;
    color: #ff9702;
}
.topo-area-curso p{
    font-size: 12pt;
    text-shadow: #000 2pt 2pt 2pt;
}
.topo-curso-valor{
    font-family: 'Titillium Web', sans-serif;
    color: #FFFFFF;
}
.topo-curso-valor h2{
    font-weight: bold;
    font-size: 24pt;
    text-shadow: #000 2pt 2pt 2pt;
}
.topo-curso-valor .texto-pp{
    font-size: 10pt;
    color: #CCCCCC;
    line-height: 9pt;
    text-decoration: line-through;
    margin: 0;
}
.topo-curso-valor .titulo-p{
    font-size: 10pt;
    color: #ff9702;
    line-height: 10pt;
    margin: 0;
}
.topo-curso-valor .titulo-m{
    font-weight: bold;
    font-size: 16pt;
    color: #004c6d;
    line-height: 15pt;
    margin: 0;
}
.topo-curso-valor .titulo-md{
    font-weight: bold;
    font-size: 16pt;
    color: #ff840c;
    line-height: 17pt;
    margin: 5px 0 0 0;
}

section.courses{background: #F0F0F0;}

section.courses a{text-decoration: none;}

section.courses .item-areas{
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

section.courses .item-areas:hover{background: #018bd2; cursor: pointer;}
section.courses .item-areas-ativo{background: #018bd2;}

section.courses .item-areas h3{
    color: #000000;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.courses .item-areas .titulo-curso-p{
    color: #000000;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

section.courses .item-areas h5{
    color: #000000;
    font-size: 10pt;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}


section.courses .item-areas:hover h3, section.courses .item-areas:hover h5{color: #fff;}

section.courses .item-areas .icon-areas{
    width: 80px;
    height: 65px;
    margin-top: -9px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.courses .item-areas .icon-areas img{
    width: 80px;
    height: 65px;
}
section.courses .item-areas .icon-areas-p{
    width: 50px;
    height: 35px;
    margin-top: -9px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.courses .item-areas .icon-areas-p img{
    width: 50px;
    height: 35px;
}

section.courses .item-areas .icon-areas-2{
    background: url(../img/icones/icon-2.png) no-repeat center center;
    background-size: cover;
    height: 40px;
    width: 36px;
    float: left;
    margin-top: -7px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

section.courses .item-areas:hover .icon-areas-2{
    background: url(../img/icones/icon-2-hover.png) no-repeat center center;
    background-size: cover;
    height: 40px;
    width: 36px;
    float: left;
    margin-top: -7px;
}

section.courses .item-areas .icon-areas-3{
    background: url(../img/icones/icon-3.png) no-repeat center center;
    background-size: cover;
    height: 40px;
    width: 30px;
    float: left;
    margin-top: -7px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

section.courses .item-areas:hover .icon-areas-3{
    background: url(../img/icones/icon-3-hover.png) no-repeat center center;
    background-size: cover;
    height: 40px;
    width: 30px;
    float: left;
    margin-top: -7px;
}

/* END AREAS CURSOS */

/* START CURSOS */
/*section.courses{
    background: #FFF;
}*/
section.courses .title-courses{
    font-family: 'Titillium Web', sans-serif;
    font-size: 25pt;
    color: #324b7f;
    font-weight: bold;
}
section.courses .subtitle-courses{
    font-family: 'Titillium Web', sans-serif;
    font-size: 16pt;
    color: #000000;
    font-weight: bold;
}

section.courses .title-menu{
    font-family: 'Titillium Web', sans-serif;
    font-size: 16pt;
    font-weight: 600;
}

section.cursos .search-cursos{
    background: #018BD2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

section.cursos .search-cursos label{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

section.cursos .search-cursos input.form-control{
    height: 60px;
}

section.cursos .btn.btn-cursos{
    background: #3898EC;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

section.cursos .btn.btn-cursos:hover{background: transparent; border: 2px solid #3898EC; color: #3898EC;}

section.courses .item-cursos:hover{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.courses .bg-master{
    min-height: 250px;
    border-radius: 8px;
    background: url(../img/bg-cursos/bg-master.png) no-repeat center center;
    background-size: cover;
}
.selo-master{
    width: 80px;
    height: 80px;
    background: url(../img/bg-cursos/selo-master.png) no-repeat center center;
    background-size: contain;
}
section.courses .bg-gold{
    min-height: 250px;
    border-radius: 8px;
    background: url(../img/bg-cursos/bg-gold.png) no-repeat center center;
    background-size: cover;
}
.selo-gold{
    /*float: left;
    width: 100%;
    height: 100px;*/
    background: url(../img/bg-cursos/selo-gold.png) no-repeat center center;
    background-size: contain;
}

section.courses .item-cursos h2{
    font-size: 15pt;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
}
section.courses .item-cursos h3{
    font-size: 12pt;
    color: #ff9702;
    font-weight: 400;
    margin-bottom: 0;
}
section.courses .item-cursos .texto-simples{
    font-size: 12pt;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
}

section.courses .item-cursos:hover h2{color: #ff9702;}

section.courses .item-cursos .btn.btn-item-cursos{
    background: #ff9702;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

section.courses .item-cursos .btn.btn-list-cursos{
    background: #324b7f;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

section.cursos .box-area-curso{
    background: #3898EC;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.cursos .box-area-curso img{
    width: 100%;
    height: 60px;
    background-color: #0b2e13;
}
section.cursos .box-area-curso h5{
    color: #fff;
    font-size: 16pt;
}

/* PAGINAÇÃO DE CURSOS*/
.pagination .page-item .page-link{
    color: #000000;
}
/* END CURSOS */

/* START AJUDA */

section.call{background: #FFF;}

.atendimento .icone{
    color: #ff9702;
    margin-bottom: 0;
}
.atendimento .titulo-g{
    font-size: 18pt;
    font-weight: 600;
    color: #ff9702;
    margin-bottom: 0;
}
.atendimento .titulo-m{
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
.atendimento .texto-m{
    font-size: 12pt;
    font-weight: 600;
    color: #018bd2;
    margin-bottom: 0;
}

.modal-avisos img{
    width: 100%;
}

/* END AJUDA */

/* START CURSOS DETAILS */
section.cursos-details{
    background: #FFFFFF;
}

section.cursos-details .bg-details{
    font-size: 13pt;
    color: #FFFFFF;
    background: #018BD2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
}

section.cursos-details .bg-details h1{
    color: #FFFFFF;
    font-size: 18pt;
    font-weight: 600;
}

section.cursos-details h2{
    color: #FFFFFF;
    font-size: 18pt;
    font-weight: 600;
}

section.cursos-details hr{
    background: #018BD2;
    margin-top: 0;
}

btn-navbartop{
    background: #ff9702;
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

btn-navbartop:hover{background: #018BD2;}

section.cursos-details .name-cursos{
    background: #018BD2;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16pt;
    font-weight: 500;
}
section.cursos-details .texto-curso{
    font-size: 12pt;
}
section.cursos-details .titulo-disciplina{
    color: #018BD2;
    font-size: 20pt;
    font-weight: 700;
}
section.cursos-details .nome-disciplina{
    font-size: 12pt;
    font-weight: 700;
}

.title-prince{
    color: #ffbd32;
    font-size: 26pt;
    font-weight: 500;
}
/* END CURSOS DETAILS */

/* START LEADS */
section.leads .bg-leads{
    background-color: #324b7f;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.41);
}
section.leads .box-off-leads{

}
section.leads .bg-form-leads{
    font-size: 13pt;
    color: #FFFFFF;
    background: #018BD2;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.leads .box-mensagem{
    min-height: 400px;
}

/* END LEADS */

/* LANDINGPAGE */
.bg-topo-landingpage{
    background: url('../img/landingpages/bg-toplp.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: auto;
    -o-background-size: cover;
    /*min-height: 1050px;
    background: url(../img/landingpages/bg-toplp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;*/
}
.bg-topo-pais-landingpage{
    background: url('../img/landingpages/bg-top-pais.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: auto;
    -o-background-size: cover;
    /*min-height: 1050px;
    background: url(../img/landingpages/bg-toplp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;*/
}
.bg-topo-independencia-landingpage{
    background: url('../img/landingpages/bg-independencia.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: auto;
    -o-background-size: cover;
    /*min-height: 1050px;
    background: url(../img/landingpages/bg-toplp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;*/
}
.topo-landingpage{
    height: 600px;
    color: #ffb000;
}
.titulo-landing{
    font-family: 'Titillium Web', sans-serif;
    font-size: 40pt;
    color: #ffbd32;
    font-weight: bold;
}
.titulo-landing span{
    font-style: italic;
    font-weight: normal;
}
.subtitulo-landing{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20pt;
    color: #FFFFFF;
    font-weight: bold;
}
.texto-tachado{
    text-decoration: line-through;
}

.topo-curso-valor-landing{
    font-family: 'Titillium Web', sans-serif;
    color: #FFFFFF;
}
.topo-curso-valor-landing h2{
    font-weight: bold;
    font-size: 24pt;
    text-shadow: #000 2pt 2pt 2pt;
}
.topo-curso-valor-landing .titulo-m{
    font-weight: bold;
    font-size: 16pt;
    color: #004c6d;
    line-height: 15pt;
    margin: 0;
}
.topo-curso-valor-landing .titulo-md{
    font-weight: bold;
    font-size: 28pt;
    color: #ff840c;
    line-height: 17pt;
    margin: 5px 0 0 0;
}
.topo-curso-valor-landing .titulo-p{
    font-size: 12pt;
    color: #004c6d;
    line-height: 10pt;
    margin: 0;
}
.box-landing{
    height: 187px;
}

.box-card-landing{
    min-height: 260px;
}
.box-card-landing .texto-box-landing{
    font-family: 'Titillium Web', sans-serif;
    font-size: 14pt;
    color: #324b7f;
}
div.bg-texto-promocao{
    background: url('../img/landingpages/bg-promo.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background: rgb(2,0,36);
    background: linear-gradient(-180deg, rgba(2,0,36,1) 0%, rgba(46,81,127,1) 23%, rgba(0,212,255,1) 100%);*/
}
div.box-imagem{
    position: relative;
    top: 100px;
    height: 687px;
    z-index: 999;
    background: url(../img/landingpages/menina-min.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.topo-ilustracao-pagina img{
    width: 100%;
    height: 350px;
}

section.cursos-details-landing{
    background: #FFFFFF;
}

section.cursos-details-landing .bg-details{
    font-size: 13pt;
    color: #FFFFFF;
    background: #018BD2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
}
section.cursos-details-landing .name-cursos{
    background: #018BD2;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16pt;
    font-weight: 500;
}
section.cursos-details-landing .texto-curso{
    font-size: 12pt;
}
section.cursos-details-landing .titulo-disciplina{
    color: #018BD2;
    font-size: 20pt;
    font-weight: 700;
}
.subtitulo-disciplina{
    font-size: 14pt;
    font-weight: bold;
}
.nome-disciplina{
    font-size: 12pt;
    font-weight: 500;
}
section.cursos-details-landing .btn.btn-navbartop{
    background: #ffbd32;
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.cursos-details-landing .titulo-disciplina{
    color: #018BD2;
    font-size: 14pt;
    font-weight: 700;
}
section.cursos-details-landing .nome-disciplina{
    font-size: 10pt;
    font-weight: 700;
}
section.box-informacoes{
    min-height: 300px;
    background-color: #1378b2;
}
section.box-publico-alvo{
    min-height: 450px;
    background-color: #324b7f;
}
section.box-pre-requisito{
    min-height: 250px;
}
section.box-grade{
    min-height: 250px;
    background-color: #f0f0f0;
}
.titulo-box-landing{
    font-family: 'Titillium Web', sans-serif;
    font-size: 32pt;
    color: #324b7f;
    font-weight: bold;
}
.color-titulo-landing{
    color: #33db96;
}
.titulo-card-landing{
    font-family: 'Titillium Web', sans-serif;
    font-size: 14pt;
    color: #324b7f;
    font-weight: bold;
}
section.box-pre-requisito p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    color: #000000;
    font-weight: 600;
}

.btn-text-lg{
    font-size: 15pt;
    font-weight: 600;
}

section.cursos-details-landing .btn.btn-navbartop:hover{background: #324b7f;}

.altura-card{
    height: 25rem;
}

/*Loading*/
.loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}
.centralize-loading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto-loading{
    font-size: 15pt;
    font-weight: 600;
}

@media (min-width: 1.99px) and (max-width: 575.98px){
    .title-courses{
        font-size: 22pt !important;
    }

    header .carousel-inner{
        height: 100% !important;
    }
    header .carousel-caption h2{
        font-size: 36pt !important;
    }
    header .carousel-caption h3{
        font-size: 26pt !important;
    }
    header .carousel-caption p{
        font-size: 18pt !important;
    }
    section.leads .bg-form-leads{
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    div.bg-texto-certificado{
        min-height: 350px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    div.box-certificado .titulo-certificado{
        text-align: center !important;
    }
    div.box-certificado .texto-certificado{
        text-align: justify !important;
    }
    div.bg-certificado{
        min-height: 350px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    div.box-imagem-certificado{
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 350px;
    }
    section.parceiros .carousel-inner{
        height: 100% !important;

    }
    .box-ilustracao-disciplina img{
        position:relative !important;
        height: 300px !important;
        width: 60% !important;
        margin: 0 20%;
    }
    .motivos-titulo{
        font-size: 22pt !important;
    }
    .motivos-card{
        width: 40% !important;
        height: 12rem !important;
        margin: 0 auto !important;
    }
    .motivos-subtitulo{
        font-size: 18pt !important;
    }
    .motivos-texto{
        font-size: 14pt !important;
        line-height: 14pt !important;
    }

    .box-comprovante-pgto{
        width: 100% !important;
    }

    .titulo-landing{
        font-size: 24pt !important;
    }
    .subtitulo-landing{
        font-size: 18pt !important;
    }
    .altura-card{
        height: auto;
    }

}
@media (min-width: 575.99px) and (max-width: 767.98px){
    section.leads .bg-form-leads{
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    div.bg-texto-certificado{
        min-height: 350px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    div.box-certificado .titulo-certificado{
        text-align: center !important;
    }
    div.box-certificado .texto-certificado{
        text-align: justify !important;
    }
    div.bg-certificado{
        min-height: 350px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    div.box-imagem-certificado{
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 350px;
    }
    section.parceiros .carousel-inner{
        height: 100% !important;

    }
    .motivos-titulo{
        font-size: 22pt !important;
    }
    .motivos-card{
        width: 50% !important;
        height: 20rem !important;
        margin: 0 auto !important;
    }

    .box-comprovante-pgto{
        width: 100% !important;
    }

    .titulo-landing{
        font-size: 24pt !important;
    }
    .subtitulo-landing{
        font-size: 18pt !important;
    }
    .altura-card{
        height: auto;
    }
}
@media (min-width: 767.99px) and (max-width: 1023.98px){
    header .carousel-inner{
        height: 100% !important;
    }
    header .carousel-caption h2{
        font-size: 46pt !important;
    }
    header .carousel-caption h3{
        font-size: 36pt !important;
    }
    header .carousel-caption p{
        font-size: 26pt !important;
    }
    div.bg-texto-certificado{
        min-height: 350px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    div.box-certificado .titulo-certificado{
        text-align: center !important;
    }
    div.box-certificado .texto-certificado{
        text-align: justify !important;
    }
    div.bg-certificado{
        min-height: 350px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    div.box-imagem-certificado{
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 350px;
    }
    section.leads .bg-form-leads{
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .box-ilustracao-disciplina img{
        position:relative !important;
        height: 300px !important;
        width: 60% !important;
        margin: 0 20%;
    }
    .motivos-titulo{
        font-size: 36pt !important;
    }
    .motivos-card{
        width: 96% !important;
        height: 18rem !important;
        margin: 0 auto !important;
    }
    .motivos-subtitulo{
        font-size: 18pt !important;
    }
    .motivos-texto{
        font-size: 14pt !important;
        line-height: 14pt !important;
    }

    .box-comprovante-pgto{
        width: 100% !important;
    }

    .titulo-landing{
        font-size: 30pt !important;
    }
    .subtitulo-landing{
        font-size: 18pt !important;
    }
    .altura-card{
        height: auto;
    }

}

.box-politica{
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: justify;
}

.box-comprovante-pgto{
    width: 70%;
    margin: 0 auto;
    height: auto;
}



@media (min-width: 1023.99px) and (max-width: 1399.99px){
    div.bg-texto-certificado{
        min-height: 400px;
        /*-webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;*/
    }

    div.box-certificado .titulo-certificado{
        text-align: center !important;
    }
    div.box-certificado .texto-certificado{
        text-align: justify !important;
    }
    div.bg-certificado{
        min-height: 400px;
        /*-webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;*/
    }
    div.box-imagem-certificado{
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 400px;
    }

    section.leads .box-mensagem{
        min-height: 550px !important;
    }
    .box-comprovante-pgto{
        width: 100% !important;
    }
    .titulo-landing{
        font-size: 35pt !important;
    }

    div.box-imagem{
        top: 150px !important;
    }
}


@media print {
    .ficha-aluno{
        font-family: 'Titillium Web', sans-serif;
        font-size: 10pt;
        font-weight: normal;
        line-height: 12pt;
        color: #000000;
    }
    .page-print{
        height: 1500px;
    }
    .subtitulo-ficha{
        font-size: 11pt;
        font-weight: bold;
        padding: 6px 0.5%;
        background-color: #dddddd;
        -webkit-print-color-adjust: exact;
    }
    .ficha-aluno label{
        font-size: 12pt;
        font-weight: bold;
    }
    .ficha-aluno p{
        font-size: 11pt;
    }
    .ficha-aluno .border-bottom-ficha{
        width: 96.5%;
        margin: 0 auto;
        border-bottom: 1px solid #cccccc;
    }
    .ficha-aluno .box-contrato{
        height: 350px;
        overflow-y: auto;
        box-shadow: 0 0 5px 0 rgba(0,0,0, 0.4) inset;
    }
    .texto-contrato{
        font-family: 'Titillium Web', sans-serif;
        font-size: 11pt;
        font-weight: normal;
        line-height: 12pt;
        color: #000000;
    }
    .texto-contrato p{
        text-align: justify;
    }

    .box-comprovante-pgto{
        width: 100% !important;
    }
}

/* END NOVIDADES */

/* START MOTIVO */
.motivos-card{
	height: 22rem;
}
.motivos-titulo{
	font-family: "Titillium Web", sans-serif;
	font-size: 26pt;
	color: #000000;
	font-weight: bold;
}
.motivos-subtitulo{
	font-family: "Titillium Web", sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
}
.motivos-texto{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	line-height: 16pt;
	color: #000000;
}

.titulo-motivos span{
	color: #ff9c00;
}

.texto-motivo-numero{
	font-size: 28pt;
	margin-top: -2px;
	padding: 0px 10px;
}
.coluna-motivo{
	height: 40px;
	padding: 30px 0px;
	/*border-bottom: 2px solid #065886;*/
}
.coluna-texto{
	margin-top: 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3f4244 !important;
	opacity: 1; /* Firefox */
	font-family: 'Titillium Web', sans-serif;
}
.texto-vantagens{
	border-left: 8px solid #FFF;
	color: #fbae17;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	line-height: 32px;
	padding: 5px 0px 0px 30px;
	margin-top: 80px;
	font-family: 'Titillium Web', sans-serif;
}
.texto-matricular{
	font-size: 26px;
	font-weight: bold;
	padding: 20px;
	color: #1f396a;
	margin-top: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.box-motivos{
	background: #065886;
	padding-top: 50px;
}
.box-motivos h2 span{
	color: #ff9c00;
}
.box-motivos h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 4.8rem;
	color: #FFF;
	font-weight: bold;
	padding: 30px;
}
.item-motivos{
	color: #065886;
	margin: 10px 0px;
	min-height: 90px;
	border-radius: 50px;
	background: #e8f0f6;
	padding: 10px;
}
.box-icon{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding: 20px;
	/*background-image: url('../images/land-super-desconto/back_icon.png');*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}
.box-motivos-title h2{
	position: relative;
	width: 80%;
	margin: 0 auto;
	min-height: 60px;
	background: #1f396a;
	color: #FFF;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	z-index: 900;
	padding: 15px;
}
.box-texto-motivo h3{
	position: relative;
	top: -30px;
	width: 100%;
	text-align: center;
	color: #1f396a;
	padding: 35px 5px 0px 5px;
	min-height: 120px;
	border: 2px solid #1f396a;
	font-size: 14px;
	font-family: 'Titillium Web';
	font-weight: bold;
}
/* END MOTIVO */
/* START PAGINAS */
.titulo-pagina{
	font-family: 'Titillium Web', sans-serif;
	font-size: 25pt;
	color: #1285ad;
	font-weight: bold;
}
.titulo-pagina-checkout{
    font-family: 'Titillium Web', sans-serif;
    font-size: 18pt;
    color: #1285ad;
    font-weight: bold;
}
.subtitulo-pagina{
	font-family: 'Titillium Web', sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
.subtitulo-pagina-cursos{
	font-family: 'Titillium Web', sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.texto-pagina{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	color: #000000;
}
.texto-branco{
	color: #FFFFFF;
}
.bg-missao{
	background-color: #104a69;
}
.bg-visao{
	background-color: #ff9119;
}
.bg-valores{
	background-color: #ffb000;
}

.lista-como-ingressar{
	list-style:none;
}
.lista-como-ingressar li{
	margin-bottom: 10px;
}
/* END PAGINAS */
/* START CHECKOUT */
#progresso{
	margin-bottom: 30px;
	padding: 0 !important;
	overflow: hidden;
	counter-reset: step;
	background-color: #1285ad;
	box-sizing: border-box;
}
#progresso li{
	float: left;
	width: 25%;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	list-style-type: none;
	position: relative;
	text-align: center;
	margin: 10px 0 10px 0 !important;
}
#progresso li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	display: block;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 2;
}
#progresso li:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 9px;
	left: -50%;
}
#progresso li:first-child:after{
    content: none;
}
#progresso li.ativo:before, #progresso li.ativo:after{
    background: rgba(230, 168, 40, 0.95);
	color: #ffffff;
	text-shadow: 0 1px 0;
}
.box-checkout{
    display: none;
}
.box-ficha{
    display: none;
}
.box-ativo{
    display: block;
}
.area-checkout{
	min-height: 500px;
	background-color: #ffffff;
	box-shadow: 0 0 15px 1px rgba(0,0,0, 0.4);
	box-sizing: border-box;
}
.titulo-checkout{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	color: #1285ad;
	font-weight: bold;
}
.titulo-detalhe{
	font-size: 20pt;
	color: #324b7f;
}
.text-label-form{
	font-family: 'Titillium Web', sans-serif;
	font-size: 11pt;
	line-height: 12px;
	color: #104a69;
}
.texto-checkout{
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
}
.box-table-checkout{
	height: 400px;
	overflow: auto !important;
}
.titulo-pagamento{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}
.texto-checkout-matricula{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    color: #1285ad;
    font-weight: bold;
}
.header-checkout-parcela{
    width: 100%;
}
.lock-verde{
    color: green;
}
.box-teste-checkout{
    height: 400px !important;
}
.item-checkout-danger{
    color: rgb(0, 0, 0) !important;
    background-color: rgb(245, 166, 166) !important;
}
.item-checkout-success{
    color: rgb(0, 0, 0) !important;
    background-color: rgb(184, 246, 166) !important;
}
.bg-checkout{
	background-color: rgba(116,117,118, 1);
}
.bg-header-parcelas{
    background-color: #324b7f;
}
.img-cartao{
    width: 50px;
    margin-right: 1%;
}
.img-cartao img{
    height: 30px;
}
.texto-cartao{
    float: left;
    width: 73%;
    padding-top: 15px;
}
.texto-cartao p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    line-height: 12px;
    color: #104a69;
}
.form-check-label{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    line-height: 12px;
    color: #104a69;
}
.box-resumo-pgto{
    font-family: 'Titillium Web', sans-serif;
    color: #000000;
}
.box-resumo-pgto h4{
    font-size: 12pt;
    font-weight: bold;
}
.box-resumo-pgto p{
    font-size: 10pt;
    font-weight: bold;
}
.bg-resumo-pgto{
    background-color: #f0f0f0;
}
.bg-titulo-resumo{
    background-color: #9ac8ee;
}
.borda-bot-resumo{
    border-bottom: #000000 1px dashed;
}
.box-block-checkout{
    float: left;
    width: 100%;
}
.box-loading{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    padding-top: 45%;
    background: rgba(0,0,0,0.6);
}

/* RECIBO CARTÃO */
.dados-pagamento-cartao{
    border-bottom: 1px solid #000;
}

.dados-pagamento-cartao p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    line-height: 10px;
    color: #000000;
    text-align: center;
}

.dados-pagamento-aluno p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 10px;
    color: #000000;
    text-align: center;
}

/* END CHECKOUT */

/* START CONSULTOR */
.area-consultor{
	background-color: #ffffff;
	box-shadow: 0 0 15px 1px rgba(0,0,0, 0.4);
	box-sizing: border-box;
}
.avatar-user{
	float: left;
	width: 100%;
	height: 200px;
}
.avatar-user img{
	width: 100%;
	height: 200px;
}
.descricao-consultor{
	font-size: 13pt;
	padding: 2px 0.5%;
}
.contato-consultor{
	float: left;
	width: 100%;
}
.tel-consultor{
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	font-weight: 600;
}
/* END CONSULTOR */
/* START MATRICULA */
.matricula-aluno{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 14pt;
    color: #333333;
}
.matricula-aluno h5{
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 2px solid #666666;
}
.ficha-aluno{
    font-family: 'Titillium Web', sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 12pt;
    color: #000000;
}
.subtitulo-ficha{
    font-size: 11pt;
    font-weight: bold;
    padding: 6px 0.5%;
    background-color: #dddddd;
}
.ficha-aluno label{
    font-size: 12pt;
    font-weight: bold;
}
.ficha-aluno p{
    font-size: 11pt;
}
.ficha-aluno .border-bottom-ficha{
    width: 96.5%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}
.ficha-aluno .box-contrato{
	height: 350px;
	overflow-y: auto;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.4) inset;
}
.box-contrato-pre{
    height: 350px;
    overflow-y: auto;
}
.texto-contrato{
	font-family: 'Titillium Web', sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
	color: #000000;
}
.texto-contrato p{
	text-align: justify;
}
.mensagem-comprovante{
	font-family: 'Titillium Web', sans-serif;
	font-size: 20pt;
	font-weight: normal;
	line-height: 18pt;
	color: rgba(0, 185, 0, 1);
}
.btn-comprovante{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
}
/* END MATRICULA */
/* START DETALHES CURSO */
#containerDetalhesCurso{
    display: none;
}
.box-detalhe-curso{
	min-height: 600px;
	background-color: #1b4b72;
    position: relative;
}
.box-detalhe-curso .titulo-nome-curso{
    font-family: 'Titillium Web', sans-serif;
    font-size: 22pt;
    font-weight: bold;
    line-height: 20pt;
    color: #ffffff;
}
.box-detalhe-curso .subtitulo-nome-curso{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 14pt;
    color: #ffffff;
}
.box-detalhe-curso .subtitulo-detalhe{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    line-height: 14pt;
    color: #ffbd32;
}
.box-detalhe-curso .box-texto-topo{
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	color: #ffbd32;
}
.box-img-ilustracao{
    position: absolute;
    width: 30%;
    height: 300px;
    /*background: url('../img/detalhe-cursos.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.box-img-ilustracao img{
    width: 100% !important;
    height: 100% !important;
}
.box-btn-inscricao{
	float: left;
	width: 100%;
}
.bg-detalhe-cursos{
    background-color: #104a69;
}
.resumo-curso{
    position: relative;
}
.resumo-curso .btn.btn-cadastro{
	background: #ffbd32;
	color: #fff;
	font-size: 18pt;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.resumo-curso .btn.btn-cadastro:hover{
    background: #018bd2;
}
.resumo-curso p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 14pt;
    color: #104a69;
}
.resumo-curso h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20pt;
    font-weight: bold;
    line-height: 20pt;
    color: #ff9c00;
}
.resumo-curso h4{
     font-family: 'Titillium Web', sans-serif;
     font-size: 16pt;
     font-weight: 600;
     line-height: 16pt;
     color: #104a69;
}
.resumo-curso h5{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    line-height: 14pt;
    color: #104a69;
}
.resumo-curso .box-desconto{
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    right: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    line-height: 12pt;
    color: #ffffff;
    padding: 20px 0 0 2%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ff9c00;
}
.nav-cursos{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 14pt;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-info-tab{
    min-height: 220px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    line-height: 16pt;
}
.modal-disciplinas{
	width: 70%;
}
.modal-header-sem-border{
    border: none;
}
.titulo-modal-curso{
    font-family: 'Titillium Web', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
    color: #000000;
}
.table-disciplinas{
    font-family: 'Titillium Web', sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 11pt;
    color: #000000;
}
.titulo-ciclo{
    font-weight: bold;
}
.box-ilustracao-disciplina {
	float: left;
	width: 100%;
}
.box-ilustracao-disciplina img{
    position:absolute;
    bottom:0;
    right: 1%;
	width: 99%;
	height: 300px;
}
.faixa-disciplina{
    font-family: 'Titillium Web', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 17pt;
    background-color: #1b4b72;
}
.box-table-disciplina{
    min-height: 350px;
}
.btn-inscricao {
	background: #ffbd32;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 20px 5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.box-contrato-comprovante{
	font-family: 'Titillium Web', sans-serif;
	font-size: 11pt;
}
.box-contrato-comprovante p{
	text-align: justify;
}
/* END DETALHES CURSO */
/* START ABOUT */
section.about{
	background: #018bd2;
}
section.about h1{
	font-size: 65px;
	color: #fff;
	font-weight: 600;
}
section.about p{
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
}
section.about .btn.btn-about{
	background: #ffbd32;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.about .btn.btn-about:hover{
    background: transparent; border: 1px solid #ffbd32; color: #ffbd32;
}
/* END ABOUT */





/* START LINKS */
.box-rodape{
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	color: #666666;
	background-color: #F0F0F0;
	/*background: url('../img/bg/bg-rodape.png') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.box-logo-pro img{
	width: 70%;
	height: 190px;
}
.box-logo-abed{
	float: left;
	width: 100%;
	height: 180px;
}
.box-logo-abed img{
	height: 180px;
}
.box-rodape h1{
	font-size: 28pt;
	font-weight: bold;
}
.box-rodape h2{
	font-size: 16pt;
	font-weight: bold;
}
.box-rodape h4{
	font-size: 14pt;
	font-weight: normal;
}
.box-rodape p{
	font-size: 12pt;
	font-weight: normal;
}
.bg-direitos{
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1b4b72;
}

.redes-socias:hover{
	color: #2175a0;
}
.list-cartoes{
	padding:0px;
	margin:0px;
	list-style:none;
}
.list-cartoes li {
	display: inline-block;
	width: 12.5%;
}
div.links ul li a{
	color: #666666;
	font-size: 12pt;
	font-weight: 400;
	text-decoration: none;
}
div.links a{
	color: #666666;
	font-size: 12pt;
	font-weight: 400;
	text-decoration: none;
}
.box-img-aviso{
	padding: 0;
}

/* END LINKS */
/* START FOOTER */
footer{background: #018bd2;color: #fff;font-size: 15px;}
/* END FOOTER */
/* START BREADCRUMBS */
header.breadcrumbs{
	background: url(../img/breadcrumbs.png) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
}

header.breadcrumbs .brcr{height: 200px;}

header.breadcrumbs h2, header.breadcrumbs h2 a, header.breadcrumbs h2 a:hover{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

header.breadcrumbs h1{
	font-size: 50px;
	font-weight: 500;
	color: #018BD2;
	line-height: 51px;
}
/* END BREADCRUMBS */

/* START BREADCRUMBS-DETAILS */
header.breadcrumbs-details{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
}

header.breadcrumbs-details .brcr{height: 200px;}

header.breadcrumbs-details h2{
	font-size: 15px;
	font-weight: 400;
	color: #018BD2;
	text-decoration: none;
	text-transform: uppercase;
}

header.breadcrumbs-details h1{
	font-size: 40px;
	font-weight: 600;
	color: #333;
	line-height: 51px;
}

header.breadcrumbs-details .btn.btn-navbartop{
	background: #ffbd32;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

header.breadcrumbs-details .btn.btn-navbartop:hover{background: #018BD2;}
/* END BREADCRUMBS-DETAILS */

/* START CURSOS */
section.cursos{
	background: #FFF;
}
section.cursos .title-search{
	font-size: 25px;
	color: #018BD2;
	font-weight: 600;
	text-align: center;
}
section.cursos .search-cursos{
	background: #018BD2;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

section.cursos .search-cursos label{
	font-size: 25px;
	color: #fff;
	font-weight: 600;
}

section.cursos .search-cursos input.form-control{
	height: 60px;
}

section.cursos .btn.btn-cursos{
	background: #3898EC;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

section.cursos .btn.btn-cursos:hover{background: transparent; border: 2px solid #3898EC; color: #3898EC;}

section.cursos .item-cursos{
	background: #fff;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

section.cursos .item-cursos:hover{
	background: #018BD2;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

section.cursos .item-cursos h1{
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
}

section.cursos .item-cursos:hover h1{color: #fff;}

section.cursos .item-cursos .btn.btn-item-cursos{
	background: #ffbd32;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

section.cursos .box-area-curso{
	background: #3898EC;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
section.cursos .box-area-curso img{
	width: 100%;
	height: 60px;
	background-color: #0b2e13;
}
section.cursos .box-area-curso h5{
	color: #fff;
	font-size: 16pt;
}
/* END CURSOS */



/* START CONTACT */
section.contact{
    background: #f9f9f9;
}
section.contact .btn.btn-contact{
	background: #018BD2;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.contact .btn.btn-contact:hover{
    background: #ffbd32;
}
/* END CONTACT */
.box-cursos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.card-cursos {
    background-color: #fff;
    color: #018BD2;
    border-radius: 5px;
    box-shadow: 0 28px 40px 0 rgba(1,139,210,.28);
    margin: 4px 5px;
   	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.card-cursos:hover {
    background-color: #dedede;
    color:#ffffff;
    text-decoration:none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.image-copy {
    max-height: 18vmax;
}
.image-copy.img-item-nossos-cursos {
    display: block;
    max-height: 22vmax;
    margin-right: auto;
    margin-left: auto;
    padding: 21px 0px 0px 0px;
}
.titulo-item-nossos-cursos {
    margin-bottom: 3px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-decoration:none;
    line-height: normal;
    margin-top: 17px;
}
.image-copy.img-item-nossos-cursos {
    display: block;
    max-height: 22vmax;
    width:100%;
    margin-right: auto;
    margin-left: auto;
    padding: 21px 0px 0px 0px;
}
.bg-branco{
	background-color: #fff;
}
.menu-li{
	padding: 20px 0;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: bold;
    font-size: 1.0rem;
}
.btn-filtro:hover, .btn-filtro:visited, .btn-filtro:active{
	background-color: #fff !important;
}
.menu-li:hover{
	cursor: pointer;
	background-color: #3490dc;
	color: #FFF;
}
.menu-teste{
	width: 100%;
}
.titulo-video{
	text-decoration: none !important;
}
.titulo-video h4{
	font-size: 14pt;
	color: #333 !important;
}
.submenu-atendimento{
	color: #2d995b !important;
}

/*Checkout Cartão*/
#progresso-pagamentos {
	margin-bottom: 30px;
	padding: 0 !important;
	overflow: hidden;
	counter-reset: step;
	/* background-color: #1285ad; */
	box-sizing: border-box;
}
#progresso-pagamentos li {
	float: left;
	width: 25%;
	font-weight: bold;
	color: #ffffff !important;
	text-transform: uppercase;
	list-style-type: none;
	position: relative;
	text-align: center;
	margin: 10px 0 10px 0 !important;
}

.boxDuoCard{
	background: #ffbd32;
	padding: 5px 0px;
	cursor: pointer;
	display: block;
	min-height: 95px;
}
.cardDuoBorda{
	border-left: 10px #3490dc solid;
}
.duoDisabled{
	background: #f5f5f5 !important;
	opacity: 0.4;
	cursor: no-drop !important;
}
.labelCard{
	cursor: pointer !important;
}

/*.dadosCartao1{
	border: 3px solid #ffbd32;
	margin: 0 15px 0 0;
}*/

fieldset.dadosCartao1 {
	border: 2px groove #ffbd32 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0 0 0 0 #000;
	box-shadow:  0 0 0 0 #000;
}

legend.legendaCard1 {
	color: #ffbd32;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}

fieldset.dadosCartao2 {
    border: 2px groove #38c172 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

legend.legendaCard2 {
    color: #38c172;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.box-card-wrapper{
	display: none;
}

/*.dadosCartao2{
	border: 3px solid #38c172;
}*/
/*.legendaCard1{
	color: #ffbd32;
	font-weight: bold;
}*/
/*.legendaCard2{
	color: #38c172;
	font-weight: bold;
}*/
.labelLimiteRange{
	padding: 3px;
	background: #3490dc;
	border-radius: 15px;
	font-size: 11px;
	width: 20px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.labelCont{
	display: block;
	text-align: center;
	margin-left: 20px;
}
.labelLimiteRange.labelAtualParcelas{
	background: #0075ff;
}

/*Recibo*/
#comprovanteCartao {display: none; }
#erroRetornoCartao {display: none; margin-top: 20px;}
.box-recibo{border:2px solid #F0F0F0;}
.logo-rede{height: 80px;}
.logo-rede-img{float: left; height: 80px; padding: 10px 2%;}
.logo-prosaber{height: 40px; margin-bottom: 15px; background-color: #FF7800;}
.logo-prosaber-img{float: right; height: 40px; padding: 0 2%; margin-right: 10%; background-color: #FFF;}
.dados-header h3{font-weight: bold; text-align: center; margin-top: 20px;}
.dados-header p{font-weight: bold; text-align: center; margin-top: 15px;}
.dados-empresa{font-weight: bold; padding: 0 3%; margin-top: 20px;}
.box-dados-aluno{margin-top: 30px;}
.dados-aluno{padding: 20px 2% 20px 2%; font-weight: bold; margin: 0;}
.bg-matricula{background-color: #F0F0F0;}
.dados-autorizacao{font-weight: bold; padding: 0 3%; margin-top: 20px;}
.dados-card-fim{font-weight: bold; margin-top: 30px;}
.dados-valor{font-size: 1.2rem; font-weight: bold; padding: 12px 2%; margin: 15px 0; background-color: #FF7800;}
.box-recibo-footer{font-size: 0.8rem; font-weight: bold; text-align: center; padding: 15px 0;border-top: 2px solid #CCC;}
.box-erro-cartao{height: 300px; background-color: #F0F0F0;}
#avisoPagamentoCartao .modal-content{padding: 0; margin: 0;}
#avisoPagamento{width: 100%; height: 100%; margin: 0;}
/*Fim recibo*/
#mensagemNotificacao{font-size: 1.2rem;}
.radioMatricula, .selecionarParcela{ width: 20px; height: 20px; }

/* begin utilities */
.tx-text-justify{
	text-align: justify;
}
.btn-avulso{
	background: #ff9702;
	color: #fff;
	font-size: 15pt;
	font-weight: 400;
}
.color-white{
	color: #ffffff;
}

/* end utilities *

/* begin agenciador */
.topo-agenciador {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    background: url(../img/bg/bg-agenciador.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.top-age-pc{
    background-image: url('../img/bg/bg-pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    padding: 5rem;
}
.info-age h2{
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    color: #006699;
    font-size: 2rem;
}
.info-age h3{
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    font-size: 1.2rem;
    background: #fcd36db5;
    padding: 5px 0px 5px 10px;
    width: 100%;
    border-radius: 10px;
}
.label-age{
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    color: #006699;
}
.rodape-age{
    background: #FF8400;
    color: #FFF;
}
.btn-voucher{
    background: #FF8400;
    color: #FFF;
}
.btn-voucher:hover{
	background: #ff8400e3;
    color: #FFF !important;
}
.rodape-social{
    background: #5da9e7;
    color: #FFF;
}
.redes-sociais{
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: 400;
    text-decoration: none;
}
/* end agenciador */
/*.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}*/

/*.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

.select2-selection--single{
	background-color: #ffffff !important;
}
label.error{color: red; position: absolute; margin: 0px 5px; }


