.contact-alert {
	top: 570px;
	position: relative;
	z-index: 1;
}

#treinamentos-session .desconto{
	color: red;
	font-size: 28px;
}

.lefts{
	text-align: left;
}

.red{
	color: red;
}
.green{
	color: green;
}
#pricing .prize{
	font-size: 20px;
}

.curso {
	/*height:1180px!important;*/
}

.breve {
	height:200px!important;
}

.curso .service{
	height: 400px;
}

#pricing ul li{
	padding-left: 23px;
  	text-align: left;
}

/* RIBBONS ============================================================== */
/* GERAL ========================= */
.ribbon {
  position: fixed;
  z-index: 999;
  color: transparent;
}

.ribbon-faixa:hover{
	text-indent: -99999px;
}


/* ESPECIFICOS ========================= */
.ribbon-bandeiras{
  width: 160px;
  height: 30px;
  bottom: 15px;
  left: 25px;
  color:white;
  /*outline: solid 1px red;*/
  /*background: url(../image/ribbon-treinamentos-amarelo.png) no-repeat 0 0;*/
}

.ribbon-bandeiras .brasil{
  /*background: url(../image/internacionalizacao/brasil.png) no-repeat 0 0;*/
  text-indent: -99999px;
}

.ribbon-bandeiras .usa{
  /*background: url(../image/internacionalizacao/usa.png) no-repeat 0 0;*/
  text-indent: -99999px;
}

.ribbon-bandeiras ul{
	margin: 0px;
	padding: 0px;
}

.ribbon-bandeiras li{
	display: inline;
	margin-left: 4px;
}


.ribbon-inscrevase {
  width: 200px;
  height: 200px;
  top: 0;
  right: 0px;
  background: url(../image/ribbon.png) no-repeat 0 0;
}

.ribbon-treinamentos {
  background: url(../image/ribbon-treinamentos-amarelo.png) no-repeat 0 0;
}

.ribbon-internacionalizacao {
	width: 200px;
	height: 200px;
	top: 0;
	right: 0px;
	background: url(../image/ribbon-internacionalizacao.png) no-repeat 0 0;
}

/*.com-menu{
	top: 76px;
}*/

#cadastro{
	padding: 0px;
}

.sorteio .resultado{
	background-color: #FFF;
	width: 750px;
	height: 34px;
	display: inline-block;
}

.sorteio #textos{
	width: 80%;
	height: 300px;
	color: gray;
}

.sorteio .wrapper-resultado {
	width: 100%;
	height: 100%;
	text-align: center;
}
.sorteio .wrapper-resultado .resultado {
}

.pricing-headline {
	background-color:#2C3E50;
	padding:20px 0 20px;
	border-radius:5px 5px 0 0;
	transition:all 0.3s ease-in-out;
}

.pricing-headline h3 {
	font-size:30px;
	margin:0 0 20px;
	transition:all 0.3s ease-in-out;
}

/*ul {
  padding: 20px 0;
  margin: 0;
}*/

/*ul li {
  padding: 5px 0;
  padding-left: 23px;
  text-align: left;
  color: #2C3E50;
  font-size: 16px;
}*/

ol li {
  padding: 5px 0;
  text-align: left;
  color: #2C3E50;
  font-size: 16px;
}

.pricing-table {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 20px;
}

/*ul li i {
  margin-right: 10px;
}*/

#java h4{
	color: black;
	background-color: gray;
}

.modulos ul.list-unstyled.padronizado{
    height: 400px;
}

.modulos .icones .descricao{
	height: 214px;
    /*outline: solid 1px red;*/
}

.modulos .icones .col-md-3.active {
    height: 470px;
}

.modulos #separator {
    height: 20px;
}


/* ====================== SWIPER */
.swiper-container .swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-container .swiper-slide{
	width: 300px;
	height: 300px;
	background-position: center;
	background-size: cover;
	margin-bottom: 80px;
	margin-top: 20px;
	background-image: url("../image/escolas/background.jpg");
	outline: solid 1px #6666;
}
.swiper-container .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
	margin-bottom: 5px!important;
}
.swiper-container .swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff;
}
.swiper-container .curso-imagem-escola{
    position: absolute;
    left: 18px;
    top: 31px;
    border: solid 3px #2c3e50;
    border-radius: 50px;
    overflow: hidden;
    border-style: dashed;
}

.swiper-container .curso-imagem{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: solid 3px #2c3e50;
    border-radius: 50px;
    overflow: hidden;
    border-style: dashed;
}

.swiper-container .curso-data {
    color: black;
    position: absolute;
    top: 210px;
    left: 78px;
    width: 222px;
    font-style: italic;
    font-size: 10px;
}

.swiper-container .curso-nome {
    color: gray;
    top: 146px;
    position: absolute;
    left: 78px;
    text-decoration: underline;
    width: 210px;
    text-transform: uppercase;
}

.swiper-container .curso-escola {
    color: black;
    position: absolute;
    top: 32px;
    left: 128px;
    font-weight: bold;
    font-size: 16px;
    width: 170px;
    text-transform: uppercase;
}
