/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: 'SourceSansPro';
    src: url('../webfonts/SourceSansPro-Regular.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../webfonts/Neo-Sans-Pro.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansPro-Mediun';
    src: url('../webfonts/Neo-Sans-Pro-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSansPro-Bold';
    src: url('../webfonts/Neo-Sans-Pro-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}


.alert{
	padding: 10px 10px 0px 10px !important;
	/* margin-left: -15px; */
}
.alert h4{
	font-size: 13px !important;
}
.alert h4 i{
	font-size: 14px !important;
	margin-right: 10px;
} 

/* Barra Integradora - InÃ­cio
/* ******************************************** */

.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004a70; 
}

.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
  font-family: 'SourceSansPro';
}

.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}

.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}

.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.barra-integradora-item {
  position: relative;
  color: #87CDFB;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SourceSansPro';
}

.barra-integradora-item:hover {
  color: #F6FBFF;
  text-decoration: none;
}

.barra-integradora-item.active {
  color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}

.barra-integradora-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: #87CDFB;
}

.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}

.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}

.transparent-header .barra-integradora {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item {
  color: rgba(255, 255, 255, .75);
}

.transparent-header .barra-integradora-item::after {
  background-color: rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item:hover {
  color: rgba(255, 255, 255, 1);
}

.transparent-header .barra-integradora-item.active {
  color: rgba(255, 255, 255, 1);
}

.btn_txt_escuro{
	color: #333333 !important;
	font-size: 14px !important;
}

.calendario{
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 4px;
}

.box_medalhas{
	margin-top: 30px;
	display: flex; 
	flex-direction: column; 
	align-items: center;
}
.textoMedalha {
	font-family: 'SourceSansPro';
    font-size: 14px !important;
	/*width: 50%;*/
  /*text-align: center;*/
	padding-top: 5px;
}
.box_texto div{
	font-family: 'SourceSansPro';
	font-size: 16px !important;
    color: #0069ab;
}

.textoLink {
    font-size: 18px !important;
    font-family: 'SourceSansPro';
    color: #333333;
    padding-top: 5px;
    line-height: 19px;
    text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
}

/* contato flutuante */
/* contato flutuante */
.contato-flutuante{
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  padding-left: 0;
  transition: all .3s ease;
}
.contato-flutuante.fechado{
  transform: translateX(calc(100% - 70px));
}
.contato-flutuante .acao{
  font-size: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: transparent linear-gradient(90deg, #3E41FF 0%, #18BDFB 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  top: -20px;
  transform: translateX(1px);
  right: 16px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #fff;
}
.contato-flutuante .acao:hover{
  transform:scale(1.3);
  box-shadow: 0px 0px 15px rgba(30, 190, 165, .6);
}
.contato-flutuante.fechado .acao:hover{

  box-shadow: 0px 0px 10px rgba(58, 144, 70, 0.56);
}
.contato-flutuante .acao:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://www.colegiosesi.com.br/uploadAddress/ic-whats-fechar[93629].svg);
  background-position: center;
  background-repeat: no-repeat;
  /* left: -1px; */
  color: #888888;
  z-index: 99;
}

.contato-flutuante.fechado .acao{
  font-size: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  top: -20px;
  left: 40px;
}
.contato-flutuante.fechado .acao:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://www.colegiosesi.com.br/uploadAddress/ic-whats-abrir[93628].svg);
  background-repeat: no-repeat;
  top: 4px;
  left: 3px;
}

.contato-flutuante .whatsapp{
  background: transparent linear-gradient(90deg, #3E41FF 0%, #18BDFB 100%) 0% 0% no-repeat padding-box;
  padding-left: 59px;
  padding-top: 14px;
  height: 70px;
  margin: 0px;
  margin-bottom: 5px;
  position: relative;
  width: 237px;
  cursor: pointer;
  border-radius: 35px 0 0 35px;
  box-shadow: -1px 6px 12px 2px rgba(0, 0, 0, 0.25);
  transition:all .3s ease;
}
.contato-flutuante .whatsapp:hover{
  width:260px
}
.contato-flutuante .whatsapp:hover a{
  color:#fff;
  text-decoration:none;
}
.contato-flutuante .whatsapp:before{
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(https://www.colegiosesi.com.br/uploadAddress/icon-whats[93627].svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  z-index: 99;
  top: 16px;
  cursor: pointer;
}
.contato-flutuante .whatsapp:after{
  content: '';
  display:block;
  width:1px;
  height:1px;
  opacity:0;
  background: transparent linear-gradient(90deg, #3E41FF 0%, #18BDFB 100%) 0% 0% no-repeat padding-box;
  position:absolute;
  border-radius: 0;
  top:50%;
  right:0;
  transition:all .2s ease;
}

.contato-flutuante .whatsapp:hover:after{
  width:100%;
  height:100%;
  opacity:1;
  top:0;
  border-radius: 35px 0 0 35px;

}
.contato-flutuante.fechado .whatsapp{
  padding-left: 70px;}
.contato-flutuante.fechado .fale-conosco{
  left:80px;
}
.contato-flutuante .whatsapp > span{
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
.contato-flutuante .whatsapp .link-rodape{
    position: relative;
    height: auto;
    display: flex;
    justify-content: start;
    color: #FFF; 
    font-family: 'Opens Sans',sans-serif;
    font-weight: 700;
    line-height: 19px;
    font-size: 19px;
    text-decoration: none;
    z-index: 1;
    transition: all .2s ease;
}

.contato-flutuante .whatsapp .link-rodape span{
    color: #fff;
    font-family: 'Opens Sans',sans-serif;
    font-weight: 500;
    font-size: 11px;
    padding-right: 5px;
}
.contato-flutuante .fale-conosco{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  right: 0;}

.contato-flutuante .fale-conosco .link-rodape{
  position: relative;
  background: transparent linear-gradient(90deg, #3E41FF 0%, #18BDFB 100%) 0% 0% no-repeat padding-box;
  right: 0;
  width: 200px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  color: #fff;
  font-family: 'Neo Sans',sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: -1px 6px 12px 2px rgba(0, 0, 0, 0.25);
  transition: all .2s ease;
  cursor: pointer;
}
.contato-flutuante .fale-conosco .link-rodape:hover{
  width: 230px;
  }
.contato-flutuante .fale-conosco .link-rodape:hover a{
  text-decoration:none
  }
.contato-flutuante .fale-conosco .link-rodape:before{
  content: '';
  width: 24px;
  height: 14px;
  background-image: url(//www.senaipr.org.br/tecnologiaeinovacao/layout/img/icon-fale-conosco.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  z-index: 1;
  top: calc(50% - 8px);
}

/* end contato flutuante */

/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
  .barra-integradora {
    height: 30px;
  }

  .barra-integradora-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .barra-integradora-left {
    margin-left: 15px;
  }

  .barra-integradora-right {
    margin-top: 0;
    margin-right: 15px;
  }

  .barra-integradora-right .barra-integradora-item {
    text-transform: none;
  }

  .barra-integradora-item {
    font-size: 12px;
    font-weight: 400;
  }

  .barra-integradora-item::after {
    top: 0;
    width: 1px;
    height: 15px;
  }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
  .barra-integradora-wrapper {
    width: 1100px;
  }
}

/* Barra Integradora - Fim
/* ******************************************** */

.margintop-neg-10{
	margin-top:-10px;
}
.margintop-neg-20{
	margin-top:-20px;
}
.margintop-neg-30{
	margin-top:-30px;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0px;
}

a{
	color:#0069ab;
}

.img-responsive {
    width: 100%;
    height: auto;
	display: block;
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* height: 265px; */
  /* line-height: 60px; Vertically center the text there */
  background-color: #004a70;
}

.footer-info {
	font-family: 'SourceSansPro';
	font-size:12px;
	color: #ffffff;
	line-height: 15px;
	padding-top: 15px;
}

.bg-top {
    background-color: #004a70!important;
	height: 22px;
}

.navbar{
	padding: 0px!important;
}
.navbar .container{
	padding: 0px!important;
}
.alinhaEsquerda{
	text-align: right;
}
.alinhaCentro{
	text-align: center;
}
.breadcrumb {
    background-color: transparent !important;
	padding: 0px 0px 0px 0px !important;
}
.divisor{
	/*height:1px;*/
	background-color:#848484;
	/*margin-top: 20px;*/
}

.btn-servicos {
    color: #0069ab !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
	font-size: 16px !important;
	font-weight: bold;
	margin-bottom: 20px !important;
}

.input-group.md-form.form-sm.form-2 input.amber-border  {
    border: 1px solid #ffca28;
}

.iconeSocial {
    color: #ffffff;
    margin-left: 15px;
}

.fab {
    font-family: Font Awesome 5 Brands;
}
.fab {
   font-family: Font Awesome 5 Brands;
}
.fa-2x {
    font-size: 2em;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-20px {
    font-size: 20px !important;
}

.fa-50px {
    font-size: 50px !important;
}

.rotate{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate.down{
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.txtPesquisa{
	background-color: #fff !important;
    border-bottom: 1px solid #0069ab !important;
	border-left: 1px solid #0069ab !important;
	border-top: 1px solid #0069ab !important;
	border-right: transparent !important;
    border-radius: 0px !important;
	font-size: 14px;
	box-shadow: none !important;
}
.btnPesquisa{
	background-color: #fff !important;
    border-bottom: 1px solid #0069ab !important;
	border-left: transparent !important;
	border-top: 1px solid #0069ab !important;
	border-right: 1px solid #0069ab !important;
    border-radius: 0px !important;
	color: #0069ab !important;
}
.btnPesquisa i{
	color: #0069ab !important;
}
.titulo{
	font-family: 'SourceSansPro';
	font-size:48px;
	color: #333333;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.titulo60{
	font-family: 'SourceSansPro';
	font-size:60px;
	color: #3c7d8d;
	line-height: 45px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.titulo_video{
	font-family: 'SourceSansPro';
	font-size:30px;
	color: #333333;
}

.texto_video {
    color: #848484 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
	font-size: 15px !important;
}

.cx_noticias {
    color: #848484 !important;
	font-size: 15px !important;
}

.titulo_noticias{
	font-family: 'SourceSansPro';
    font-size: 32px;
    color: #3c7d8d;
    font-weight: bold;
}

.titulo_subsite{
	font-family: 'SourceSansPro';
	font-size:36px;
	color: #333333;
	/*font-weight: bold;*/
}

.subtitulo{
	font-family: 'SourceSansPro';
	font-size:20px;
	color: #333333;
	line-height: 25px;
}

.alinhaTxtCentro{
	height: 80px;
	width: 100%;
	display:table; 
	text-align:center;
}
.tituloCard{
	font-family: 'SourceSansPro';
	font-size:22px;
	color: #333333;
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.conteudo, .conteudo div, .conteudo p, .conteudo div strong{
	font-family: 'SourceSansPro';
	font-size:15px;
	color: #848484;
}

.label_form{
	font-family: 'SourceSansPro';
	font-size:15px;
	font-weight: bold;
	color: #777;
	display: block;
	padding-top: 10px;
}

.titulo_form{
	font-family: 'SourceSansPro';
	font-size:48px;
	color: #333333;
}
.obrigatorio{
	font-family: 'SourceSansPro';
	font-size:12px;
	color: #848484;
	font-weight: normal;
}
.placeholder_obrigatorio{
	font-family: 'SourceSansPro';
	font-size:10px;
	color: #b1b1b1;
	font-weight: normal;
}
.margemTop{
	margin-top: 50px;
}
.alinhaTxtSolucoes{
	padding-left: 50px;
    padding-right: 50px;
	text-align: center;
	height: 150px;
}

.btn{
	font-family: 'SourceSansPro';
	font-size:14px;
	color:#fff;
}

.btn-primary{
	background-color: #0069ab;
    border-color: #0069ab;
}

.btnAzul{
	background-color: #004e70;
}
.btnLaranja{
	background-color: #9f782f;
}
.btnVerde{
	background-color: #3c7d8d;
}
.btnOliva{
	background-color: #263f3f;
}
.btnPurpura{
	background-color: #2d1a4c;
}
.btnVioleta{
	background-color: #0d0c47;
}
.btnVermelho{
	background-color: #830e3b;
}

.btn.espacamento_grande{
	margin-bottom:70px;
}


.iconeSocial{
	color: #ffffff;
	margin-left: 15px;
}
.menuRodape div div.panel-heading{
	font-family: 'SourceSansPro';
	
    line-height: 30px !important;
	margin-top: 20px;
	border-left: 1px solid #408fc0;
}
.menuRodape .panel-title a{
	color:#fff;
	font-size:12px;
	font-weight: bold;
	padding-left: 5px;
}

/*.menuRodape div div ul li.list-group-item {
    border: none;
    border-left: 1px solid #408fc0;
    background: transparent;
    line-height: 1.2 !important;
    padding: 0px 0px 0px 7px;
}*/
.menuRodape div div ul li.list-group-item{
	font-family: 'SourceSansPro';
	font-size:12px;
	white-space: nowrap;
	color:#fff;
    border: none;
    border-left: 1px solid #408fc0;
    background: transparent;
	line-height: 1.2 !important;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
}
/*.menuRodape div div ul li.list-group-item a{
	background: transparent;
	font-family: 'SourceSansPro';
	font-size:12px;
	white-space: nowrap;
	color:#fff;
    border: none;
    border-left: 1px solid #408fc0;
    background: transparent;
	line-height: 1.2 !important;
	border-radius: 0px;
	padding: 0px 0px 0px 7px;
}*/
.menuRodape div div ul li.list-group-item a {
    background: transparent;
    font-family: 'SourceSansPro';
    color: #fff;
}
.alinhaMedia{
	text-align: left;
}
.menuRodape div div.panel-collapse{
	display:block;
 }
.menuRodape div div div a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.btn_image_logo{
	width: 264px;
	height: 60px;
	position: absolute;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	z-index: 1;
	bottom: 5px;
	right: 5px;
}
.dv_image_educacao{
	height: 345px;
	display: flex;
    align-items: center;
}
.btn_educacao{
	font-family: 'SourceSansPro';
	font-weight: bold;
    font-size: 24px;
	padding: 1px 20px 1px 20px;
}
.dv_btn_educacao{
	position: relative;
    right: 10px;
}
.dv_image_educacao_txt{
	left: 20px;
    position: relative;
}
.dv_image_educacao_descricao{
	font-family: 'SourceSansPro';
	font-size:24px;
	color: #ffffff;
	line-height: 1;
	width: 80%;
}
.dv_image_educacao_titulo{
	font-family: 'SourceSansPro';
	font-size:68px;
	color: #ffffff;
	font-weight: bold;
	line-height: 0.7;
}

.btn_image{
	width: 264px;
	height: 60px;
	opacity: 0.3;
    filter: alpha(opacity=30);
	position: absolute;
	z-index: 0;
}
.btn_image_pai{
	position:relative;
	width: 264px;
	height: 60px;
	margin-bottom: 20px;
	z-index: 3;
}
.btn_image_txt{	
	width: 250px;
	height: 60px;
	color: #0069ab;
	padding-top: 5px;
	padding-left: 10px;
	position:absolute;
	z-index: 2;
}
.btn_titulo{
	font-family: 'SourceSansPro';
	font-size:18px;
	color: #0069ab;
	font-weight: bold;
	line-height: 1;
}
.btn_titulo a{
	text-decoration: none;
}
.accordion .card{
	border: none !important;
}
.accordion div div.card-header{
	background-color: #0069ab !important;
	height: 50px !important;
	border: none !important;
	border-radius: 0px !important;
	margin-top: 30px;
}
.accordion div div.card-header h5 button{
	font-family: 'SourceSansPro';
	text-decoration: none;
	font-size:26px;
	font-weight: bold;
	color:#fff;
	margin-top: -15px;
}

.nav-link{
	font-size: 12px;
}
.navbar-brand{
	font-size: 12px;
}

/* css id */
.mapaSite{
	padding-bottom: 10px;
	background-color: #0069ab;
}

.mapaSiteSimples{
	padding-bottom:0px;
	background-color: #0069ab;
}

#direitos{
	/*height: 82px;*/
	background-color: #004a70;
	padding-top: 12px;
}
#barraAzul{
	width: 100px;
	height: 7px;
	background: #0069ab;
}

#barraBranca{
	width: 100px;
	height: 7px;
	background: #ffffff;
}

#barraVerde{
	width: 100px;
	height: 7px;
	background: #5f8c9e;
}

#menuPrincipal .nav .nav-item .nav-link {
    /*color: #0069ab !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'SourceSansPro';
    text-transform: uppercase;
    letter-spacing: 1px; */
}
.menuPrincipal .nav .nav-item .nav-link {
	color: #0069ab !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'SourceSansPro';
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--------------  HOME EAD ----------------*/
.menuFull{
	background: #2d3e50bf !important;
	min-height: 118px;
}
.menuFull .nav .nav-item .nav-link {
    color: #ffffff !important;
    background-color: none;
	border-color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'SourceSansPro';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.alinhTxtBanner{
	height: 80%;
	width: 65%;
    display: flex !important;
	flex-direction: column;
    justify-content: center;
}
.txtTituloBanner{
	font-size: 36px !important;
    font-family: 'SourceSansPro';
	color:#ffffff;
	text-align: right;
}
.txtDescricaoBanner, .txtDescricaoBanner div{
	font-size: 22px !important;
    font-family: 'SourceSansPro';
	color:#ffffff;
	text-align: right;
}

.titulo_cursos_ead{
	font-size: 36px;
	font-family: 'SourceSansPro';
	color: #023e64;
	margin-bottom: 10px;
    margin-top: 30px;
	font-weight: bold;
}

.faixa_servico{
	min-height: 295px;
    background-color: #023e64;
    width: 100%;
    display: flex;
	justify-content: space-around;
    align-items: center;
}
.texto_icones_faixa{
	font-family: 'SourceSansPro';
	font-size:16px;
	color: #ffffff;
	text-align: center;
	width: 180px;
}
.alinha_itens_faixa{
	align-items: center;
    display: flex;
    flex-direction: column;
	text-align: center;
}

.posicao_banner_rotativo{
	margin-top: -118px; 
	z-index: 1;
}
.curso_sesi{
	background-color: #0069ab;
}

.curso_outros{
	background-color: #023e64;
}
.titulo_cx_cursos{
	font-family: 'SourceSansPro';
	font-size:24px;
	color: #ffffff;
	font-weight: bold;
    padding-left: 20px;
}
.texto_cx_cursos{
	font-family: 'SourceSansPro';
	font-size:16px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
}
.comp_form{
	padding: 10px 20px 20px;
}
.comp_form div input{
    height: 32px;
}

.comp_form div button{
	font-family: 'SourceSansPro';
	font-size:15px;
	font-weight: bold;
    width: 100%;
	color: #034f7f;
}

.titulo_duvidas {
	color: #333333;
	font-family: 'SourceSansPro';
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: bold;
    margin-top: 20px;
}

/* Dropdown*/
.dropdownMenuTop{
	z-index: 5;
	display:flex;
	justify-content: flex-end;
	position:relative;
}

.dropdown-pos-1{
	position: absolute;
	top:-40px;
	right:0px;
	/*z-index: 10;*/
}
.dropdown-pos-2{
	position: absolute;
	top: -40px;
    right: 160px;
	/*z-index: 10;*/
}
.dropdown-pos-3{
	position: absolute;
	top:-40px;
	right:260px;
	/*z-index: 10;*/
}
.dropdown_box a{
    border-radius: 0px;
    background-color: white;
    color: #000;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
	font-family: 'SourceSansPro';
}

.dropdown-menu{
	border-radius: 0px;
    font-size: 14px;
	font-family: 'SourceSansPro';
}
/* Dropdown*/

/*--------------  HOME EAD ----------------*/

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 10px;
}

.busca_custom{
	width:65%;
	height:28px;
}

.pull-right{
	float: right;
}

.breadcrumb-item{
	font-size:12px;
	color:#0069ab;
	text-transform:uppercase;
}

.breadcrumb>li+li:before{
	content: ">" !important;
}

/*----- Busca Geral -----------*/
.titulo_link_busca{
	font-family: 'SourceSansPro';
	font-size:18px;
	font-weight:bold;
	color: #1d928c;
	margin-bottom: 20px;
}

.titulo_link_busca:hover{
	font-family: 'SourceSansPro';
	font-size:18px;
	font-weight:bold;
	color: #217a75;
	margin-bottom: 20px;
}

.site_link{
	font-family: 'SourceSansPro';
	font-size: 16px;
	font-weight: normal;
	color: #646464;
}

.descricao_link{
	font-family: 'SourceSansPro';
	font-size: 16px;
	font-weight: normal;
	color: #010000;
	margin-top: -10px;
	margin-bottom: 20px;
}

.bg_noticias{
	background-color: #e6ebee; 
	margin-top: 25px;
}
/*----- TEMPLATE link.xsl -------*/
.textoMedalhaCenter{
	font-size: 16px !important;
    font-family: 'SourceSansPro';
	color:#333333;
	padding-top: 13px;
    line-height: 19px;
	text-align: center;
}
.btnMedalha{
	text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

/*----- TEMPLATE link.xsl -------*/

/*----- TEMPLATE chamada_interesse.xsl -------*/
.textoInteresse{
	font-size: 14px;
    font-family: 'SourceSansPro';
	color:#848484;
    line-height: 15px;
	margin-bottom: 20px; 
	/*text-align: center;*/
}
/*----- TEMPLATE chamada_interesse.xsl -------*/

/*----- TEMPLATE callToAction.xsl -------*/
.fatherCallToAtion{
	display:table; 
	vertical-align:middle;
	width: 100%;
}

.caixaCallToAction{
	width: 100%;
	background-color: #01578e;
	text-align: center;
	padding-top: 5px;
	margin-top: 30px;
	margin-bottom: 2px;
}

.caixaCallToAction span{
	font-size: 14px;
    font-family: 'SourceSansPro';
	color:#ffffff;
}
.caixaCallToAction a{
	font-size: 14px;
    font-family: 'SourceSansPro';
	color:#ffffff;
	font-weight: bold;
}

/*----- TEMPLATE callToAction.xsl -------*/


/*-----EDUCAÇÃO JOVENS ADULTOS ------*/
.slick-slide {
	margin: 0px 5px;
}
.slick-slide img {
	width: 100%;
}

.slick-slider {
	padding-top: 20px;
}

.seta_esquerda {
	display: block;
	position: absolute;
	top: -22px;
	right: 60px;
	color: #0069ab;
	cursor: pointer;
}
.seta_direita {
	display: block;
	position: absolute;
	top: -22px;
	right: 5px;
	color: #0069ab;
	cursor: pointer;
}

.barra_separador{
	position: absolute;
	width: 3px;
	height: 21px;
	background-color: black;
	right: 39px;
	top: -17px;
}

.link_videos{
	position: absolute;
	font-size: 21px;
	font-family: 'SourceSansPro';
	color:#333333;
	right: 100px;
	text-decoration: underline;
	z-index: 1;
	top: -24px;
}

.seta_esquerda_video {
	display: block;
	position: absolute;
	top: -22px;
	right: 60px;
	color: #3b7c8e;
	cursor: pointer;
}
.seta_direita_video {
	display: block;
	position: absolute;
	top: -22px;
	right: 5px;
	color: #3b7c8e;
	cursor: pointer;
}

.link_noticias{
	position: absolute;
	font-size: 20px;
	font-family: 'SourceSansPro';
	color:#3c7d8d;
	right: 100px;
	text-decoration: underline;
	z-index: 1;
	top: -24px;
}

.titulo_relacionadas{
	font-family: 'SourceSansPro';
	font-size: 26px;
    color: #0069ab;
    font-weight: bold;
}

.sub_titulo_relacionadas{
	font-family: 'SourceSansPro';
	font-size: 20px;
    color: #59909e;
}
.desc_titulo_relacionadas{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #848484;
}
.link_relacionadas{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #848484;
    font-weight: bold;
    text-decoration: underline;
}
.link_relacionadas:hover{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #848484;
    font-weight: bold;
    text-decoration: underline;
}

.gravata{
	font-size: 21px;
	font-family: 'SourceSansPro';
	color: #013181;
	margin-bottom: 20px;
}

.titulo_bullet{
	font-size: 26px;
	font-family: 'SourceSansPro';
	color: #333333;
	margin-bottom: 10px;
    margin-top: 5px;
	font-weight: bold;
}
.botoes_eja{
	min-height: 43px;
    background-color: #013181;
    display: flex;
    align-items: center;
	padding-left: 30px;
	border-radius: 3px;
}

.botoes_link_eja{
    font-size: 20px;
    font-family: 'SourceSansPro';
    color: #ffffff;
	padding-left: 20px;
	text-decoration: none;
}
/*-----EDUCAÇÃO JOVENS ADULTOS ------*/	

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*
body > .container {
  padding: 35px 15px 0;
} */

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.titulo_conteudo_more{
	font-family: 'SourceSansPro';
	font-size:45px;
	font-weight:bold;
	color: #105c7e;
	margin-top: 20px;
}

.conteudo_more, .conteudo_more div, .conteudo_more p, .conteudo_more ul li{
	font-family: 'SourceSansPro';
	font-size:16px;
	color: #464646;
}
.conteudo_more ul{
	list-style-type: square;
	margin-left: 20px;
}


/*----- LISTAGEM DE CURSOS ------*/
.titulo_curso{
	font-family: 'SourceSansPro';
	font-size:15px;
	font-weight:bold;
	color: #0069ab;
	margin-bottom: 20px;
}
.txt_tbl_curso{
	font-family: 'SourceSansPro';
	font-size:13px;
	font-weight:bold;
	color: #0069ab;
    text-align: right;
}
.pesq_titulo{
	font-family: 'SourceSansPro';
	font-size:19px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 20px;
}
.categoria_titulo{
	font-family: 'SourceSansPro';
	font-size:16px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 20px;
}
.categoria_tipo{
	font-family: 'SourceSansPro';
	font-size:16px;
	font-weight:bold;
	color: #0069ab;
}
.categoria_descricao{
	font-family: 'SourceSansPro';
	font-size:14px;
	color: #0069ab;
}
.pesq_lista{
	background-color: #f0f0f0;
	padding: 10px;
}
.btn-toolbar {
	/*justify-content: space-between !important;*/
}
.btn_curso {
    color: #333333 !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
	padding-top: 2px;
    height: 25px;
	margin-right: 10px;
	border-radius: 0px !important;
}

.dv_cursos label.active {
    color: #fff !important;
    background-color: #3e8ccc !important;
    border-color: #3e8ccc !important;
}
.dv_cursos label.focus {
	box-shadow: none;
}
.categoria_separador{
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.funcoesListagem{
	text-align:center;
	background: #d9d9d9;
}

.barraListagemVidos{
	text-align:center;
	background: #d9d9d9;
	min-height: 35px;
    width: 100%;
}

.funcoesListagem div ul{
	justify-content: center;
	margin-top: 20px;
    margin-bottom: 20px;
}

.disabled{
	display: none;
}

.funcoesListagem div ul li.active a {
	color: #FFF;
    background-color: #0069ab !important;
}

.funcoesListagem div ul li .page-link {
	background-color: transparent !important;
    border: none !important;
	color: #0069ab;
	font-family: 'SourceSansPro';
	font-size:14px;
	font-weight:bold;
}

.page-select{
	color: #0069ab;
	text-decoration: underline;
}

.listagem ul li div{
	/*padding-left: 13px;*/
    padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 13px;
}

.linha-cinza{
	background-color: #f0f0f0;
}

.lista-setor{
	border-radius: 0;
    border: 1px solid #0069ab;
    color: #0069ab;
	font-size: 14px;
	box-shadow: none !important;
	height: auto !important;
}
	
/*----- LISTAGEM DE CURSOS ------*/

/*----- MORE CURSOS --------*/
.titulo_cursos {
    font-family: 'SourceSansPro';
    font-size: 28px;
    color: #333333;
}

.subtitulo_cursos{
    font-family: 'SourceSansPro';
    font-size: 16px;
    color: #333333;
}

.conteudo_curso, .conteudo_curso div, .conteudo_curso p, .conteudo_curso ul li{
	font-family: 'SourceSansPro';
	font-size:14px;
	color: #333333;
}
.conteudo_curso ul{
	list-style-type: square;
	margin-left: 20px;
}

.conteudo_curso p strong, .conteudo_curso p b, .conteudo_curso strong, .conteudo_curso b{
	font-family: 'SourceSansPro';
	font-size:16px;
	color: #0069ab;
    
}

/*
.detalhe_titulo_cidade{
	font-family: 'SourceSansPro';
	font-size: 30px;
	font-weight: bold;
    color: #0069ab;
	margin-top: 20px;  
}*/
.detalhe_titulo_cidade {
    font-family: 'SourceSansPro';
    font-size: 26px;
    font-weight: bold;
    color: #0069ab;
    margin-top: 20px;
     line-height: 26px;
}

.detalhe_tipo_curso{
	font-family: 'SourceSansPro';
	font-size: 19px;
	font-weight: bold;
    color: #333333;
}

.detalhe_titulo{
	margin-top: 20px; 
	font-family: 'SourceSansPro';
	font-size: 16px;
	font-weight: bold;
    color: #0069ab;
}
.detalhe_descricao{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #333333;
}

.detalhe_regiao{
	background-color: #f0f0f0;
	padding: 15px;
}

.mensagem_rodape{
	font-family: 'SourceSansPro';
	font-size: 13px;
    color: #6e6e6e;
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #6e6e6e;
	margin-top: 25px;
}
/*----- MORE CURSOS --------*/

/**---Onde encontrar ----**/
.icone_localizacao {
    font-size: 45px;
}

.icone_localizacao_min {
    font-size: 28px;
}
.titulo_local_min{
	font-family: 'SourceSansPro';
	font-size: 17px;
	margin-left: 25px;
    position: absolute;
    margin-top: -28px;
}
.titulo_local_modal{
	font-family: 'SourceSansPro';
    font-size: 20px;
    margin-left: 45px;
    position: absolute;
    margin-top: -52px;
    font-weight: bold;
}
.descricao_legenda{
	font-family: 'SourceSansPro';
	font-size: 14px;
	color: #848484;
	margin-left: 27px;
}

.titulo_filtro{
	font-family: 'SourceSansPro';
	font-size: 17px;
    color: #365e7d;
}

.titulo_local{
	font-family: 'SourceSansPro';
	font-size: 16px;
    top: 16px;
    position: absolute;
    left: 72px;
    font-weight: bold;
}

.link_mapa{
	font-family: 'SourceSansPro';
	font-size: 12px;
    color: #ffffff;
    
    min-height: 25px;
    width: 100%;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
    text-align: center;
}

.link_mapa:hover{
	font-family: 'SourceSansPro';
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    
    min-height: 25px;
    width: 100%;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
    text-align: center;
}

.txt_endereco p{
	font-family: 'SourceSansPro';
	font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.txt_endereco p strong {
    font-family: 'SourceSansPro';
    font-size: 16px;
    color: #333333;   
}

.txt_endereco_modal p{
	font-family: 'SourceSansPro';
	font-size: 13px;
    color: #333333;
    line-height: 16px;
}

.txt_endereco_modal p strong {
    font-family: 'SourceSansPro';
    font-size: 16px;
    color: #333333;   
}

.titulo_revista{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #181818;

}

.modal-header{
	height: 10px !important;
    border: none !important;
}
.modal-header button span{
	font-family: 'SourceSansPro';
	font-size: 30px !important;
    color: #111111 !important;
    font-weight: 300 !important;
}

#map{
	border: 1px #cdd0d4 solid;
	height: 300px; 
	width: 495px;
}

/*------Site Representatividade ----*/
.botao_interesses {
    min-height: 42px;
    background-color: #f9fafa;
    align-items: center;
    width: 100%;
    border: 1px #cdd0d4 solid;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    
    font-family: 'SourceSansPro';
    font-size: 17px;
    color: #636363;
    text-decoration: none;
    border-radius: 2px;
}
.botao_interesses div{
    text-align: center;
    font-family: 'SourceSansPro';
    font-size: 17px;
    color: #636363;
    text-decoration: none;
    border-radius: 2px;
}
.botao_interesses:hover {
    min-height: 42px;
    background-color: #39bb9d;
    align-items: center;
    width: 100%;
    border: 1px #46a493 solid;
	padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    
    font-family: 'SourceSansPro';
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
}
.botao_interesses:hover div{
    text-align: center;
    font-family: 'SourceSansPro';
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
}

.texto_botao{
	font-size: 18px;
    font-family: 'SourceSansPro';
    color: #444444;
    line-height: 20px;
    text-align: left !important;
}
.texto_botao_h{
	font-size: 18px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    text-align: left !important;
}

.titulo_representatividade{
	font-family: 'SourceSansPro';
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.repbl{
	font-weight: 700;
}

.titulo_destaque{
	font-family: 'SourceSansPro';
    font-size: 24px;
    color: #505050;
    font-weight: 600;
    text-align: center;
}

.texto_destaque{
	font-family: 'SourceSansPro';
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 18px;
}

/*------- Site Sobre o Sistema -----------*/
.titulo_cards{
	font-family: 'SourceSansPro';
    /*position: absolute;
    margin-top: -54px;
    margin-left: 82px;*/
    font-size: 18px;
    color: #010101;
    padding: 2px 15px 2px 15px;
}

.titulo_diretrizes{
	font-family: 'SourceSansPro';
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}

.cx_texto_cards{
    border-left: 1px #46a493 solid;
    padding-left: 10px;
    margin-bottom: 30px;
}

.texto_cards span{
	font-family: 'SourceSansPro';
    font-size: 15px;
    color: #848484;
}
.texto_cards .negrito{
	font-weight: 600;
	margin-right: 5px;
}

/*------- Site Nossa Rede -----------*/
.titulo_tabela_social{
	font-family: 'SourceSansPro';
    font-size: 16px;
    color: #383838;
    font-weight: 600;
}

.linha_tabela{
	padding: 5px 5px 5px 0px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
}

.data_historia span{
	font-family: 'SourceSansPro';
    font-size: 15px;
    color: #0490b0;
    font-weight: 600;
}

.descricao_historia, .descricao_historia b{
	font-family: 'SourceSansPro';
    font-size: 14px;
    color: #848484;
}


/* ------- INICIO VIDEO RESPONSIVO ----------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------- FIM VIDEO RESPONSIVO ----------- */

/* ------- INICIO FAQ ALL ----------- */
.main-title-faq {
	color: #333333;
	font-weight: bold;
	font-family: 'SourceSansPro';
	font-size: 30px;
	margin-bottom: 2px;
}
.title-faq {
	color: #848484;
	font-weight: bold;
	font-family: 'SourceSansPro';
	font-size: 15px;
	margin-bottom: -2px;
}
.subtitle-faq {
	color: #a3a3a3;
	font-family: 'SourceSansPro';
	font-size: 15px;
	margin-bottom: 9px;
}
.td-faq {
	color: #a3a3a3;
	font-family: 'SourceSansPro';
	font-size: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.borderless td, .borderless th {
	border: none;
}
.bullet-faq {
	color:#013181; 
	margin-right: 10px;
}
.li-faq {
	color: #a3a3a3;
	font-family: 'SourceSansPro';
	font-size: 15px;
	margin-bottom: -2px;
}

/* ------- FIM FAQ ALL ----------- */


/* ------------ INICIO MODAL -------------*/
.max-width-box{
	max-width:70%;
}
/* ------------ FIM MODAL -------------*/

/*---- imagem bodyfield ---*/
.alignLeft{
	float: left;
	margin: 0 20px 18px 0;
}

.alignRight{
	float: right;
	margin: 0 0px 18px 20px;
}

.tableImg {
    background: #0069ab;
    max-width: 242px;    
    display: inline;
    font-size: 13px;
}

.tableImg a {
    text-indent: -9999px;
    position: relative;
    outline: 0;
}

.tableImg span.ampliar{
    display: none;
}

.ampliar {
    display: none;
}
.imgLupa {
    display: none;
}
.tableImg span.spanTable{
    font-size: 13px;
    line-height: 1.3em;
    color: #FFFFFF;
    padding: 8px;
    margin: 0;
    display: block;
}


/*---- imagem bodyfield ---*/


/*-------LISTAGEM DE V?EO -----*/
.dataVideo{
	font-family: 'SourceSansPro';
	font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.tituloVideo{
	font-family: 'SourceSansPro';
	font-size: 23px;
    color: #666666;
    font-weight: bold;
    line-height: 22px;
}
.descricaoVideo, .descricaoVideo a{
	font-family: 'SourceSansPro';
	font-size: 16px;
    color: #666666;
   	line-height: 18px;
}

.hero-play-button {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    padding: 11px 15px 11px 20px;
    z-index: 100;
    opacity: 0.9;
}

.hero-play-button span {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 27px solid #0069ab;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 100;
}

.tituloListaVideo{
	font-family: 'SourceSansPro';
	font-size: 36px;
    color: #333333;
}
.subTituloListaVideo{
	font-family: 'SourceSansPro';
	font-size: 22px;
    color: #666666;
}
.descricaoListaVideo{
	font-family: 'SourceSansPro';
	font-size: 16px;
    color: #848484;
}

/*-------LISTAGEM DE Not?ias -----*/
.dataNews{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #999999;
    font-weight: bold;
}
.tituloNews{
	font-family: 'SourceSansPro';
	font-size: 24px;
    color: #111111;
    font-weight: bold;
    line-height: 24px;
}
.tituloNews:hover{
	font-family: 'SourceSansPro';
	font-size: 24px;
    color: #111111;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}
.descricaoNews{
	font-family: 'SourceSansPro';
	font-size: 16px;
    color: #666666;
   	line-height: 20px;
}

.thumb-galery{
	background-color: #cccccc2e;
    border-radius: 10px;
    padding: 10px;
}
/* ------------ INICIO -  Caixa utilizada em cursos rápidos (3 cores) ---------- */
.tipoCurso_caixa1{
	background-color:#3f9fca; 
	padding-top: 10px; 
	padding-bottom: 15px;
	position: relative;
	min-height: 225px;
	border-right: 3px solid #FFF;
}

.tipoCurso_caixa2{
	background-color:#045f88; 
	padding-top: 10px; 
	padding-bottom: 15px;
	position: relative; 
	min-height: 225px;
	border-right: 3px solid #FFF;
}

.tipoCurso_caixa3{
	background-color:#04425d; 
	padding-top: 10px; 
	padding-bottom: 15px; 
	position: relative; 
	min-height: 225px;
	border-right: 3px solid #FFF;
}


.hr_tipoCurso{
	border-top: 1px solid #ffffff; width: 70%; margin-left: 0;
}

.hr_tipoCurso_amarelo{
	border-top: 1px solid #f3ca31; width: 70%; margin-left: 0;
}

.button_tipoCurso{
	padding: 10px;position: absolute;bottom: 10px;right: 10px;
}
/* ---------------------FIM -  Caixa utilizada em cursos rápidos (3 cores)---------------*/

/**-------------- SSI - BOT?S OFERTAS -----------------*/
.titulo_ofertas{
	font-family: 'SourceSansPro';
	color: #3c7d8d;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.sub_titulo_ofertas{
	font-family: 'SourceSansPro';
	font-size:22px;
	color: #3c7d8d;
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

.conteudo_ofertas{
	font-family: 'SourceSansPro';
	font-size:15px;
	color: #2b2b2b;
	margin-top: 25px;
}

/*.btn_image_ofertas{
	width: 248px;
	height: 218px;
	z-index: 0;
}*/

.btn_image_ofertas {
    min-height: 450px;
    align-items: center;
    width: 258px;
    padding: 5px;
    text-align: center;
    font-family: 'SourceSansPro';
    text-decoration: none;
}

.btn_image_ofertas:hover {
    font-weight: 600;
}
.btn_image_ofertas:hover p{
    font-weight: 600;
    color: #3c7d8d;
}

.fac_titulo_negrito {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    font-family: 'SourceSansPro';
    text-decoration: none;
    margin-left: 20px;
    text-transform: uppercase;
}
.fac_titulo_normal {
    font-size: 30px;
    color: #ffffff;
    font-family: 'SourceSansPro';
    text-decoration: none;
    margin-left: 20px;
    text-transform: uppercase;
}

.btn_fac{
	min-height: 65px;
    background-color: #e4e3e3;
    align-items: center;
    width: 100%;
    border: 1px #e4e3e3 solid;
    font-family: 'SourceSansPro';
	font-size:18px;
	color: #3c7d8d;
	padding: 5px 15px 5px 10px;
	margin-top: 10px;
}

.cor_bg_fac{
	background-color: #434a55;
}
.titulo_detalhe_fac {
    font-family: 'SourceSansPro';
    font-size: 25px;
    color: #3c7d8d;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.conteudo_detalhe_fac div{
	font-family: 'SourceSansPro';
    font-size: 17px;
    color: #5e5e5e;
    line-height: 25px;
}

.conteudo_detalhe_fac div ul li{
	font-family: 'SourceSansPro';
    font-size: 17px;
    color: #5e5e5e;
    line-height: 25px;
    margin-left: 20px;
}

.conteudo_detalhe_fac div em{
	font-family: 'SourceSansPro';
    font-size: 17px;
    color: #5e5e5e;
    line-height: 25px;
    font-style: italic;
}

.titulo_bg_esocial{
	font-family: 'SourceSansPro';
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.desc_bg_esocial{
	font-family: 'SourceSansPro';
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    width: 70%;
}
.art_esocial{
	font-family: 'SourceSansPro';
    font-size: 140px;
    color: #397484;
    margin-top: 10%;
    text-shadow: 1px 0px 0px #6a8895, -1px 0px 0px #6a8895, 0px 1px 0px #6a8895, 0px -1px 0px #6a8895;
    
}
.ordem_esocial{
	display: flex;
	margin-top: 10em;
}

.dv_banner_esocial{
	display: flex;
	align-items: flex-start;
	justify-content: center; 
	margin-top: 60px;
}
.dv_banner_esocial_int{
	position: absolute;
	z-index: 10;
	padding-top: 5%;
}

.titulo_form_home{
	font-family: 'SourceSansPro';
	font-size:38px;
	color: #5a7d8a;
	font-weight: 600;
	line-height: 43px;
}
.titulo_form_interna {
    font-family: 'SourceSansPro';
    font-size: 20px;
    color: #0069ab;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
}
.corpo_form_home div{
	font-family: 'SourceSansPro';
	font-size:18px;
	color: #5a7d8a;
}

.conteudo_detalhe_interna div{
	font-family: 'SourceSansPro';
    font-size: 15px;
    color: #848484;
    line-height: 25px;
}

.conteudo_detalhe_interna p{
	font-family: 'SourceSansPro';
    font-size: 15px;
    color: #848484;
    line-height: 25px;
}

.conteudo_detalhe_interna div strong{
	font-family: 'SourceSansPro';
    font-size: 18px;
    color: #848484;
    line-height: 25px;
    font-weight: 600;
}
.conteudo_detalhe_interna div span b{
	font-family: 'SourceSansPro';
    font-size: 18px;
    color: #848484;
    line-height: 25px;
    font-weight: 600;
}
/**-------------- SSI - BOT?S OFERTAS -----------------*/


@media (max-width: 2014px) {
	.logo-subsite {
		margin-left: -60px;
	}
	
}

@media (max-width: 1440px) {
	.logo-subsite {
		margin-left: -60px;
	}
	
	.art_esocial{
		font-size: 110px;  
		margin-top: 0;  
    }
}

@media (max-width: 1024px) {
  .dv_image_educacao {
    height: 345px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .dv_image_educacao_txt {
    left: 10px;
    position: relative;
  }
  .dv_image_educacao_descricao{
	width: 95%;
  }
  
  .posicao_banner_rotativo{
	margin-top: -118px; 
  }
  
  .txtDescricaoBanner, .txtDescricaoBanner div {
    font-size: 22px !important;
  }
  
  .txtTituloBanner {
    font-size: 36px !important;
  }
  
  .carousel-indicators {
    bottom: 5px;
  }
  
  .txtTituloBanner {
    margin-top: 40px;
  }
  
  .alinhTxtBanner {
    width: 75%;
  }
  
  #menuFull div div.dropdown-pos-1{
	top: -50px;
  }
  
  #menuFull div div.dropdown-pos-2{
	top: -50px;
  }
  
  .art_esocial{
	display: none;
  }
	  
  #dv_esocial{
	margin-top: 50px;
  }
	
  .fac_titulo_negrito {
    font-size: 22px;
  }
  
  .fac_titulo_normal {
    font-size: 20px;
  }

}

@media (max-width: 768px) {
  .alinhaEsquerda{
    text-align: center;
  }
  .alinhaMedia{
	text-align: center;
  }

  .menuRodape div div.collapse:not(.show){
	display:none;
  }
  .menuRodape div div div a{
	pointer-events:auto;
	cursor:pointer;
	text-decoration: underline;
  }
  
  .dv_image_educacao {
    height: 345px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .dv_image_educacao_txt {
    left: 10px;
    position: relative;
  }
  .dv_image_educacao_titulo {
    font-size: 48px;
  }
  .dv_btn_educacao {
    position: relative;
    margin-top: 20px; 
  }
  .dv_image_educacao_descricao{
	width: 95%;
  }
  
  /*---- EAD -----*/
  .posicao_banner_rotativo{
	margin-top: -118px; 
  }
  
  .txtDescricaoBanner, .txtDescricaoBanner div {
    font-size: 16px !important;
  }
  
  .txtTituloBanner {
    font-size: 24px !important;
	margin-top: 96px;
  }
  
  .carousel-indicators {
    bottom: -5px;
  }
  
  .alinhTxtBanner {
    width: 75%;
  }
  
  #menuFull div div.dropdown-pos-1{
	top: -50px;
  }
  
  #menuFull div div.dropdown-pos-2{
	top: -50px;
  }
  /*---- EAD -----*/
  .logo-subsite {
	margin-left: -100px;
  }
  
  #img_contato{
  	display: none !important;
  }
  
  .desc_bg_esocial{
  	display: none;
  }
  
  .art_esocial{
  	display: none;
  }
  
  #dv_esocial{
	margin-top: 60px;
  }
	
  .fac_titulo_negrito {
    font-size: 20px;
  }
  
  .fac_titulo_normal {
    font-size: 15px;
  }
  .margin-top-xl { 
   	margin-top: 1em !important;
   	min-width: 50px;
   }
   .contato{
   	display: none;
   }
}

.table{
	margin: auto;
}

@media (max-width: 482px) {
  .alinhaEsquerda{
    text-align: center;
  }
  .alinhaMedia{
	text-align: center;
  }

  .menuRodape div div.collapse:not(.show){
	display:none;
  }
  .menuRodape div div div a{
	pointer-events:auto;
	cursor:pointer;
	text-decoration: underline;
  }
  
  .dv_image_educacao {
    height: 345px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .dv_image_educacao_txt {
    left: 10px;
    position: relative;
  }
  .dv_image_educacao_titulo {
    font-size: 48px;
  }
  .dv_btn_educacao {
    position: relative;
    margin-top: 20px; 
  }
  
  .dv_image_educacao_descricao{
	width: 95%;
  }
  
  .barra_separador{
	  display:none;
  }
  .link_videos {
    right: 1px;
  }
  
  /*---- EAD -----*/
  .posicao_banner_rotativo{
	margin-top: 0; 
  }
  
  .txtDescricaoBanner, .txtDescricaoBanner div {
    /*font-size: 10px !important;*/
	display: none;
  }
  
  .txtTituloBanner {
    font-size: 20px !important;
	margin-top: 10px;
  }
  
  .carousel-indicators {
    bottom: -7px;
  }
  
  .alinhTxtBanner {
    width: 80%;
  }
  
  .logoHome {
	  width: 60%;
  }
  #menuFull {
	min-height: 60px;
	padding-left: 5px !important;
  }
  #menuFull div.dropdownMenuTop {
	display: none;
  }
  /*---- EAD -----*/

  .logo-subsite {
	margin-left: 0;
	margin-top: 20px;
  }

  .comp_form div button {
    margin-top: 20px;
  }
  
  .banner_horizontal{
  	display: none;
  }
  
  #endereco{
  	display: none;
  }
  
  #img_contato{
  	display: none !important;
  }
  
  .art_esocial{
  	display: none;
  }
  
  .desc_bg_esocial{
  	display: none;
  }
  
  .art_esocial{
  	display: none;
  }
  
  .titulo_bg_esocial {
    font-size: 20px !important;
  }
  
  .ordem_esocial{
  	display: block;
  	margin-top: 20px;
  }
  
  .dv_banner_esocial{
	display: block;
  }
  .dv_banner_esocial_int{
	position: relative;
	margin-top: -125px;
  }
  
  .fa-50px {
    font-size: 12px !important;
  }
  .fac_titulo_negrito {
    font-size: 13px;
  }
  .fac_titulo_normal {
    /*font-size: 13px;*/
    display: none;
  }
  .link_noticias{
  	right: 75px;
  }
  .margin-top-xl{
  	margin-top: 10em;
  }
  
}

select:required:invalid { color: #0069ab }

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0069ab;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0069ab;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0069ab;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #0069ab;
}

/*--------- PADDING MARGIN -----------------*/
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }
/*--------- PADDING MARGIN -----------------*/


.footer-info:hover {
  color: #fff;
}

.banner-revista img {
  display: block;
  width: 100%;
}

.banner-revista__desktop {
  display: none;
}

@media only screen and (min-width: 990px) {
  .banner-revista__desktop {
    display: block;
  }

  .banner-revista__mobile {
    display: none;
  }
}