/* CSS crunched with Crunch - http://crunchapp.net/ */
/*
## LEONARDO MOURA
## LEOZZINE@GMAIL.COM
## COORDENADOR DO DEPARTAMENTO DE DESIGN
## SECRETARIA EXECUTIVA DE TECNOLOGIA NA EDUCAÇÃO
## RECIFE/PE
## OUTUBRO/2014
*/
/*
## DESENVOLVIDO PARA ATENDER O SISTEMA "MATRÍCULA EM REDE"
## DA SECRETARIA DE EDUCAÇÃO DO RECIFE
*/
/*TITULO DA PÁGINA H2*/
/*
================
CONTEUDO DA HOME
================
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
####################
####################
REFERÊNCIAS
*/
/* ####################*/
/*CORE*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Roboto', arial, tahoma, sans-serif;
  font-weight: 400;
  background: #444444 url("../imgs/bg_main.png") repeat 0 0;
}
p {
  color: #888888;
  font-size: 1.2em;
  font-weight: 400;
}
a {
  color: #888888;
  font-size: 1.2em;
  font-weight: 400;
}
/* ####################*/
/*MAIN*/
.main-wrapper {
  width: 100%;
  background: #444444 url("../imgs/bg_main.png") repeat 0 0;
}
.main {
  width: 90%;
  min-width: 1215px;
  margin: 0 auto;
  background-color: #ffffff;
}
/*HEADER*/
.header {
  width: 100%;
  background-color: #0c416d;
}
ul.pcr-menu {
  width: 100%;
  height: 65px;
  background: #FFF none;
}
ul.pcr-menu .pcr-menu-logo {
  float: left;
  border-right: 1px solid #DDD;
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  background: #065baa;
  width: 250px;
  border: 0 none;
  padding: 3px;
  text-align: center;
}
ul.pcr-menu li.menu-item {
  float: left;
  border-right: 1px solid #DDD;
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
ul.pcr-menu li.menu-item a.menu-link {
  text-decoration: none;
  color: #888888;
  padding: 0 25px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
ul.pcr-menu li.menu-item a.menu-link:hover {
  color: #555555;
}
.top-bar {
  position: relative;
  width: 100%;
  height: 115px;
  background: #fbed1d none;
}
.cabecalho {
  display: flex;
  background-color: #fff;
}

.cabecalho .banner {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cabecalho .textos{
	width: 630px;
  margin-right: 20px;
  margin-top: 25px;
  float: right;
  display: none;
	
}

.cabecalho .titulo {
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.cabecalho .destaque-datas{
	display: inline-block;
	text-transform: uppercase;
	color: #fbed1d;
	background: url('../imgs/destaqueData.png') no-repeat;
	width: 125px;
	height: 90px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 15px 10px;
	float: left;
	
}

.cabecalho .box-calendario{
	position: relative;
	float: left;
	display: inline-block;
	margin-left: 10px;
	width: 90px;
	text-align: center;
}

.box-calendario p:nth-child(2n){
	color: #fbed1d;
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
}

.box-calendario p:nth-child(3n){
	color: #FFF;
	font-size: 8px;
	font-weight: bold;
	margin-top: 5px;
}

.cabecalho .calendario{
	background-image: url('../imgs/calendario.png');
	background-repeat: no-repeat;
	background-size: 90px 98.65px;
	width: 90px;
	height: 98.65px;
}

.cabecalho .calendario .sep{
	color: #2DBEEF;
}

.cabecalho .calendario .titulo-cal{
	position: absolute;
    top: 20px;
    left: 0px;
    font-size: 10px;
    font-weight: bold;
   	color: #fbed1d;
   	text-transform: uppercase;
   	text-align: center;
   	width: 90px;
}

.cabecalho .calendario .body-cal-mes1{
	position: absolute;
    top: 46px;
    left: 0px;
    font-size: 16px;
   	color: #fbed1d;
   	text-transform: uppercase;
   	text-align: center;
   	width: 90px;
   	color: #0034B5;
   	font-weight: bold;
   	line-height: 2.8;
   	font-family: sans-serif;
}

.cabecalho .calendario .body-cal-mes2{
	position: absolute;
    top: 46px;
    left: 0px;
    font-size: 16px;
   	color: #fbed1d;
   	text-transform: uppercase;
   	text-align: center;
   	width: 90px;
   	color: #0034B5;
   	font-weight: bold;
   	font-family: sans-serif;
}

.cabecalho .titulo .ano {
	font-size: 1.5em;
	font-weight: bold;
	color: #fbed1d;
}


/*
####################
####################
####################
// MENU PRINCIPAL
*/
/*botoes*/
.navigation {
  width: 75%;
  position: relative;
  float: left;
  height: 115px;
}
.navigation ul.main-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation ul.main-menu li.menu-item {
  float: left;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.navigation ul.main-menu li.menu-item a.menu-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  height: 115px;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-nova-mat {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuNovaMat.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-consulta {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuPesquisa.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-fale-conosco {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuFaleConosco.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-calendario {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuCalendario.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-mapa {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuMapa.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link .ico-info {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  top: 25px;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: transparent url('../imgs/icoMenuInfo.png') no-repeat 50% 50%;
}
.navigation ul.main-menu li.menu-item a.menu-link span {
  display: block;
  color: #065baa;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
  top: 30px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover {
  background: #065baa none;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-nova-mat {
  background-image: url('../imgs/icoMenuNovaMatHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-consulta {
  background-image: url('../imgs/icoMenuPesquisaHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-fale-conosco {
  background-image: url('../imgs/icoMenuFaleConoscoHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-calendario {
  background-image: url('../imgs/icoMenuCalendarioHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-mapa {
  background-image: url('../imgs/icoMenuMapaHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover div.ico-info {
  background-image: url('../imgs/icoMenuInfoHover.png');
  top: 15px;
}
.navigation ul.main-menu li.menu-item a.menu-link:hover span {
  color: #FFF;
  font-weight: 700;
}
.call-center {
  position: relative;
  float: left;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 115px;
}
.call-center div.ico-call-center {
  width: 50px;
  height: 55px;
  margin: 15px auto 0;
  background: transparent url('../imgs/icoCallCenter.png') no-repeat 50% 50%;
}
.call-center div.txt-call-center {
  color: #888888;
  font-size: 10px;
  text-transform: uppercase;
}
.call-center div.num-call-center {
  color: #888888;
  font-size: 20px;
}
.content {
  width: 90%;
  margin: 0 auto;
}

h2.page-title {
  background: red url('../imgs//bgDiagonal.png') repeat 0 0;
  width: 100%;
  text-align: center;
  height: 80px;
  margin: 50px auto;
  white-space: nowrap;
}

h2.page-title span {
  display: inline-block;
  font-size: 4em;
  font-weight: 300;
  text-transform: uppercase;
  background: #ffffff none;
  color: #065baa;
  padding: 0 50px 0 50px;
  height: 80px;
  line-height: 80px;
}
.msg {
  position: relative;
  width: 95%;
  margin: 20px auto;
  padding: 20px 20px 20px 150px;
  border-radius: 5px;
}
.msg ul li {
  padding: 10px 10px 10px 25px;
  background: transparent url('../imgs/icoBullet.png') no-repeat 0 50%;
  font-size: 14px;
  color: #333333;
}
.msg ul li label {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.msg ul li:hover label {
  color: red;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.msg.dica {
  background: #f5f5f5 url('../imgs/icoMsgInfo.png') no-repeat 40px 50%;
}
.msg.obrig {
  background: #f5f5f5 url('../imgs/icoMsgObg.png') no-repeat 40px 50%;
}
.msg.obrig li {
  background: transparent url('../imgs/icoBulletRed.png') no-repeat 0 50% !important;
}
.msg.obrig li label {
  cursor: pointer;
}
div.form-step-holder {
  position: relative;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
div.form-step-holder ul.form-step-list li.form-step-item {
  position: relative;
  display: inline-block;
  width: 120px;
}
div.form-step-holder ul.form-step-list li.form-step-item div.form-step {
  color: #888888;
  font-size: 35px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #dddddd;
  background-color: #f8f8f8;
}
div.form-step-holder ul.form-step-list li.form-step-item span {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  font-size: 1.2em;
  color: #bbbbbb;
  text-transform: uppercase;
}
div.form-step-holder ul.form-step-list li.form-step-item.current-step div.form-step {
  color: #FFF;
  background-color: #065baa;
}
div.form-step-holder ul.form-step-list li.form-step-item.current-step span {
  color: #065baa;
}
.form-holder {
  width: 100%;
  padding: 30px 0;
}
/*
###############################
###############################
GRID - LINHAS E COLUNAS
*/
.grid {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.grid-col-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 100%;
}
.grid-col-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 50%;
}
.grid-col-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 33.33333333%;
}
.grid-col-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 25%;
}
.grid-col-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 20%;
}
.grid-col-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 16.66666667%;
}
.grid-row-1 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 90px;
}
.grid-row-2 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 180px;
}
.grid-row-3 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 270px;
}
.grid-row-4 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 360px;
}
.grid-row-5 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 450px;
}
.grid-row-6 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 0 40px;
  clear: both;
  height: 540px;
}
/* #################### */
/* #################### */
/* DIVISÃO DOS INPUTS
/* #################### */
span.slice-1 {
  width: 10%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-1:first-child {
  padding-left: 0;
}
span.slice-2 {
  width: 20%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-2:first-child {
  padding-left: 0;
}
span.slice-3 {
  width: 30%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-3:first-child {
  padding-left: 0;
}
span.slice-4 {
  width: 40%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-4:first-child {
  padding-left: 0;
}
span.slice-5 {
  width: 50%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-5:first-child {
  padding-left: 0;
}
span.slice-6 {
  width: 60%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-6:first-child {
  padding-left: 0;
}
span.slice-7 {
  width: 70%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-7:first-child {
  padding-left: 0;
}
span.slice-8 {
  width: 80%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-8:first-child {
  padding-left: 0;
}
span.slice-9 {
  width: 90%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-9:first-child {
  padding-left: 0;
}
span.slice-10 {
  width: 100%;
  display: block;
  float: left;
  padding-left: 5%;
}
span.slice-10:first-child {
  padding-left: 0;
}
/*
####################
####################
FORMULARIOS E INPUTS
*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0 none;
}
.modal-content legend {
  padding: 10px 0 30px 40px;
  float: left;
}
.cf {
  top: 20px;
  float: right;
  position: absolute;
  right: 15px;
}
.cf .fa-times::before {
  color: #065baa;
  font-size: 2.5em;
}

.cf .fa-times:hover {
  color: red;
}
legend {
  display: block;
  width: 95%;
  color: #065baa;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
label {
  font-size: 1.2em;
  color: #888888;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
label.req:before {
  content: "* ";
  color: red;
}
input.req {
  border-left: 3px solid orange!important;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="select"],
textarea {
  font-size: 1.4em;
  color: #333333;
  background: #f8f8f8 none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px;
  border: 1px solid #dddddd;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="select"]:focus,
textarea:focus {
  background-color: #fbed1d;
  outline: 0;
}
input[type="text"] {
  width: 100%;
}
input[type="date"] {
  width: 100%;
}
input[type="email"],
input[type="tel"] {
  width: 100%;
}
input[type="checkbox"] {
  font-size: 1.4em;
  color: #333333;
  background: #f8f8f8 none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px;
  width: 20px;
  height: 20px;
  margin: 0 5px 10px 0;
  vertical-align: top;
  border: 1px solid #DDD;
}
input[type="checkbox"]:focus {
  background-color: #fbed1d;
  outline: 0;
}
input[type="radio"] {
  font-size: 1.4em;
  color: #333333;
  background: #f8f8f8 none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px;
  width: 20px;
  height: 20px;
  margin: 0 5px 10px 0;
  vertical-align: top;
  border: 1px solid #DDD;
}
input[type="radio"]:focus {
  background-color: #fbed1d;
  outline: 0;
}
input[type="button"]:focus {
  outline: 0;
}
select {
  width: 100%;
  font-size: 1.4em;
  color: #333333;
  background: #f8f8f8 none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 3px 0;
  padding: 10px;
  border: 1px solid #dddddd;
}
select option {
	background: #ffffff;
}
select:focus {
  background-color: #fbed1d;
  outline: 0;
}
textarea {
  width: 100%;
}
.read-only {
  border-width: 0 0 1px 0!important;
  background: transparent none!important;
  border-style: dotted!important;
  padding: 10px 0!important;
}
/* #################### */
/*
#########################
#########################
    BARRA DE CONTROLE
#########################
*/
.control-bar {
  width: 100%;
  height: 80px;
  text-align: center;
  margin: 50px 0;
  background: transparent url('../imgs//bgDiagonal.png') repeat 0 0;
}
.control-bar ul {
  background: #ffffff none;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.control-bar ul li {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  padding: 0 10px;
}
.control-bar ul li .btn-continue {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnAvancar.png');
}
.control-bar ul li .btn-continue:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnAvancarHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-cancel {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnCancelar.png');
}
.control-bar ul li .btn-cancel:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnCancelarHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-back {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnVoltar.png');
  background-position: 10% 50%;
  padding: 0 0 0 10px;
}
.control-bar ul li .btn-back:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnVoltarHover.png') no-repeat 10% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-finish {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnConcluir.png');
}
.control-bar ul li .btn-finish:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnConcluirHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-search {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnConsultar.png');
}
.control-bar ul li .btn-search:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnConsultarHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-print {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnImprimir.png');
}
.control-bar ul li .btn-print:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnImprimirHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-send {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url('../imgs//icoBtnEnviar.png');
}
.control-bar ul li .btn-send:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnEnviarHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-send-mail {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 270px;
  background-image: url('../imgs//icoBtnEnviar.png');
}
.control-bar ul li .btn-send-mail:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnEnviarHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
.control-bar ul li .btn-print-protocol {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 170px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 320px;
  background-image: url('../imgs//icoBtnImprimir.png');
}
.control-bar ul li .btn-print-protocol:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnImprimirHover.png') no-repeat 90% 50%;
  border-color: #fbed1d;
}
/*
#######################
#######################
     FOOTER
#######################
*/
.footer {
  width: 100%;
  height: 150px;
  background: #065baa none;
  border-bottom: 8px solid #fbed1d;
  clear: both !important;
}
.footer-dengue {
  clear: both !important;
  float: left;
  height: 100%;
  padding-top: 30px;
  width: 100%;
}
.footer-img{
  clear: both !important;
  float: left;
  height: 100%;
  width: 100%;
}
.footer-inner {
  width: 90%;
  height: 150px;
  margin: 0 auto;
  padding-top: 30px;
}
.footer-dengue img{
  width: 100% !important;
  height: 100%;
}
.footer-img img {
  width: 100% !important;
  height: 100%;
}
.vcard {
  color: #FFF;
  font-size: 1.2em;
  margin-top: 10px;
}
.vcard div,
.vcard span {
  padding: 5px 0;
}
.vcard .org {
  color: #fbed1d;
  font-weight: 700;
  text-transform: uppercase;
}
/*
================
CONTEUDO DA HOME
================
*/
.content-holder {
  width: 100%;
}
.text-home p {
  color: #555555;
  font-size: 2.5em;
  margin-top: 15px;
  text-align: center;
 }
.btn-step-1 {
  display: inline-block;
  padding: 20px;
  margin: 50px;
  color: #FFF;
  background: #065baa none;
  text-decoration: none;
  text-transform: uppercase;
  border: 8px solid #f8f8f8;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-step-1:hover {
  color: #fbed1d;
  border-color: #fbed1d;
  border: 8px solid #fbed1d;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.sec-edu {
  color: #065baa !important;
/*  display: inline-block;*/
  /*padding: 10px 0;*/
}
.box-home {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 50px 50px;
}
.box-home-ico {
  width: 100%;
  height: 200px;
  background: transparent url('../imgs/icoHome1.png') no-repeat 50% 50%;
}
.box-home-border {
  border-right: 2px dotted #EEE;
  border-left: 2px dotted #EEE;
}
.box-home-title {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  padding: 30px 50px 20px;
  color: #065baa;
  text-transform: uppercase;
  font-weight: 700;
}
.box-home p {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #065baa;
  text-align: center;
  line-height: 24px;
}
.box-home p span {
  font-weight: 700;
}
/*
=============
    INFO PAGE
=============
*/
.info-text {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  line-height: 200%;
}
.info-text ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px dotted #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.info-text ul li {
  width: 100%;
  padding: 10px 40px;
  font-size: 14px;
  color: #555555;
}
.info-text ul li span {
  font-weight: 700;
}
.info-text ul li.info-list-title {
  padding-bottom: 20px;
  color: #065baa;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5em;
}
.info-text ul li.info-list-subtitle {
  font-size: 16px;
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.info-text ul li.info-list-subtitle:before {
  content: "- ";
}
.info-text ul h4 {
  display: inline-block;
}
.info-text ul:hover {
  background: #fbed1d;
}
.results-holder {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.results-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.results-table thead tr th {
  padding: 20px 10px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  background: #065baa none;
  border-bottom: 4px solid #fbed1d;
}
.results-table tbody tr td {
  font-size: 14px;
  padding: 20px 10px;
  text-transform: uppercase;
  color: #333333;
  border-right: 1px solid #ffffff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.results-table tbody tr td a {
  color: #333333;
  font-size: 14px;
}
.results-table tbody tr:hover {
  background: #065baa none !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.results-table tbody tr:hover td {
  color: #FFF;
  padding: 30px 10px;
  border-right-color: #fbed1d;
}
.results-table tbody tr:hover a {
  color: #FFF;
}
.results-table tbody tr:last-child {
  border: 0 none;
}
.results-table tbody tr:nth-child(2n+1) {
  background: #f8f8f8 none;
}
.warning {
  color: #888888;
  font-size: 20px;
  padding: 20px 0;
  line-height: 150%;
}
.sucesso {
  padding: 0 40px 40px 0;
}
.sucesso p.txt-sucesso {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin: 20px auto;
}
.sucesso .num-protocolo {
  color: #FFF;
  font-size: 24px;
  background: #065baa none;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: 700;
}
.margin-0 {
  margin: 0;
}
.docs {
  width: 100%;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.docs:hover {
  background: #fbed1d none;
}
.protocol-text {
  position: relative;
  width: 100%;
}
.protocol-text ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px dotted #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.protocol-text ul li {
  width: 100%;
  padding: 10px 40px;
  font-size: 14px;
  color: #555555;
}
.protocol-text ul li span {
  font-weight: 700;
}
.protocol-text ul li.info-list-title {
  padding-bottom: 20px;
  color: #065baa;
  font-size: 24px;
  text-transform: uppercase;
}
.protocol-text ul li.info-list-subtitle {
  font-size: 16px;
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.protocol-text ul li.info-list-subtitle:before {
  content: "- ";
}
.protocol-text ul h4 {
  display: inline-block;
}
.protocol-text ul:hover {
  background: #fbed1d;
}
.display-none{
  display: none !important;
}
.left{
  float: left !important;
}
.rigth{
  float: right !important;
  margin-right: 100px;
}

 /*Loading*/
#carregando {
  float: right;
  color: #125baa;
}

#carregando .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

#carregando .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#carregando .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #125baa;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#carregando .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
#carregando .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
#carregando .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
#carregando .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#carregando .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#carregando .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}


.ms-options-wrap > button{
  font-size: 1.4em !important;
  color: #333333 !important;
  background: #f8f8f8 none;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  margin: 3px 0 !important;
  padding: 10px !important;
  border: 1px solid #dddddd !important;	
} 

.ms-options-wrap > button:focus, .ms-options-wrap.ms-active > button{
  background-color: #fbed1d;
  outline: 0;
}

.ms-options-wrap > button > span{
  padding-right: 10px;
}

.ms-options-wrap{
  position: absolute;
  z-index: 999;
  max-width: 450px;
  width: 450px;
  min-width: 450px;
}

.ms-options-wrap > .ms-options{
  position: relative !important;
}

.ms-options label{
	min-height: 30px;
}

.btn{
  font-size: 1.4em;
  color: #fff;
  border: 5px solid #f8f8f8;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  white-space: pre;
}

.btn:hover {
  color: #fbed1d;
  background: #065baa;
  border-color: #fbed1d;
}

.banner-unidadesapoio{
  clear: both !important;
  width: 100%;
  height: 100px;
  background-image: url('../images/unidades-apoio-azul.png');
  cursor: pointer;
}

.banner-unidadesapoio-inner {
  width: 90%;
  height: 160px;
  margin: 0 auto;
}

.banner-unidadesapoio .banner-unidadesapoio-botao{
  float: right;
  width: 20%;  
}
.banner-unidadesapoio .banner-unidadesapoio-botao img{
  margin-top: 15%;
}

.banner-unidadesapoio .banner-unidadesapoio-texto{
  width: 60%;
  display: table; 
}
  
.banner-unidadesapoio .banner-unidadesapoio-casa {
  float: left;
  width: 20%;
  padding-top: 10px;
}

.banner-unidadesapoio .banner-unidadesapoio-texto p{
  height: 160px; 
  font-size: 2.8em; 
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#imgmaps{
	cursor: pointer;
}

.control-bar ul li .btn-pesquisaSatisfacao {
  font-size: 1.6em;
  color: #FFF;
  height: 80px;
  width: 260px;
  border: 8px solid #f8f8f8;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-color: #065baa;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #065baa url('../imgs//icoBtnPesquisaSatisfacao.png') no-repeat 95% 50%;
  background-size: 22px 30px;
}

.control-bar ul li .btn-pesquisaSatisfacao:hover {
  color: #fbed1d;
  background: #065baa url('../imgs//icoBtnPesquisaSatisfacaoHover.png') no-repeat 95% 50%;
  border-color: #fbed1d;
  background-size: 22px 30px;
}

.pesquisa-info {
	font-size: 2.0em;
    color: #065baa;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.pesquisa-danger {
	font-size: 2.0em;
    color: #FF0000;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

span.slice-6-center {
  width: 60%;
  display: block;
  float: left;
  margin-left: 20%;
}


/** CLASSES MODAL */
.modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  display: none;
  align-items: center;
}

.modal-container.show{
  display: flex;
}

.modal{
  width: 70%;
  min-width: 700px;
  max-width: 900px;
  background: #FFF;
  margin: auto;
  box-shadow: 5px 10px 18px #888888;
  border: 1px solid #065baa;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.modal .modal-close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid white;
  background: #065baa;
  color: white;
  font-size: 1.5em;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3)
}

.modal .modal-title{
  background: #fff url(../imgs//bgDiagonal.png) repeat 0 0;
  width: 100%;
  text-align: center;
  height: 80px;
  margin: 0px auto 30px auto;
  white-space: nowrap;
}

.modal h2.modal-title span {
  display: inline-block;
  font-size: 4em;
  font-weight: 300;
  text-transform: uppercase;
  background: #ffffff none;
  color: #065baa;
  padding: 0 50px 0 50px;
  height: 80px;
  line-height: 80px;
}

.modal .control-bar{
  margin: 0px;
}
/** FIM MODAL */ 
