/* general styles */
html, body {
  height: 100%;
  width: 100%;
 }

/* padded section */
.pad-section {
  padding: 20px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 3em;
  font-weight: 700;
}

/* additional sections */
#home{
  
  background-position: 0 -30px;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#comoFunciona{
  
  background-position: 0px 30px;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home{
	background: url(images/fundo01.png) no-repeat center center fixed;    
}

.comoFunciona{
	background: url(images/fundo02.png) no-repeat center center fixed; 
}

#img{

}

#about {
}

#services {
  background-color: #2086bf;
  color: #ffffff;
  border:  0px;
}
#services .glyphicon {
  border: 0px;;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  display: table;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section6 {
  background: url(../images/fundo03.png) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel {
  opacity: 0.93;
}

#section7 {
  height: 800px;
  background: url(../images/fundo04.png) no-repeat center center fixed; 
 }

footer {  
	background-color: #000;
	color: white;
	border-top:0px;
	padding-top: 7px;
	
	
	bottom: 0px;
	width: 100%;
	
}

footer a{
	color: white;
}

footer a:visited{
	color: white;
}

#linkParaEmpresas{	
	/*
	width: 130px;
	height: 40px;
	line-height: 36px;

	margin-top: 5px;
	margin-right: 10px;
	
	text-align: center;
	cursor: pointer;
	*/
	color: #D8D400;
	border: 2px solid #D8D400;
	border-radius: 12px;
	
	height: 40px;
	width: 162px;
	top: 5px;
	right: 5px;
	padding-top: 8px;
}


/* Configuração dos botões */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #D8D400;
  border-color: #D8D400;
}

.btn
{
  border: 2px solid #D8D400;
  background-color: white;
  color: #D8D400;
  cursor: pointer;
}



.divTresPassos{
	background: #2086bf;
	opacity: 0.7;
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid black;
}


.divTresPassos:hover{
	opacity: 0.9;
	
}



#btnSoliciteAtendimento{
	
}

#btnSoliciteAtendimento:hover{
	background-color: red;
	cursor: pointer;
}



.divDog, .areaInfo{
	margin-top: 7%;
}
    
	.divDog{
		float: right;
	}
	
	.divDog img{
        width: 200px;
        height: auto
    }



/* Responsividade */
/*
@media only screen
and (min-device-width : 770px)
and (max-device-width : 880px){
	    .areaInfo{ 
		color: blue;
		font-size: 10px;
    }
}*/


@media screen and (max-width: 795px) {
	.areaInfo{ 
		font-size: 10px;
	}
	
	.divDog {
    }
	
	.divDog img{
        width: 120px;
        height: auto
    }
	
	
}

@media screen and (max-width: 767px) {
    .divDog {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .divDog img{
        width: 90px;
        height: auto
    }

	.areaInfo{ 
		font-size: 10px;
		margin-left: 10%;
		margin-top: 0;
	}	
}


/*
   Trouxe do app
*/

.menuSuperior{
    border-bottom: 1px solid black;
    opacity: 0.7
}

.sombraTxt_1px{

    text-shadow:  #ffffff  1px -1px 1px,
                    #ffffff -1px  1px 1px,
                    #ffffff  1px  1px 1px,
                    #ffffff -1px -1px 1px
}


.sombraTxt_3px{

    text-shadow:  #ffffff  3px -3px 3px,
                    #ffffff -3px  3px 3px,
                    #ffffff  3px  3px 3px,
                    #ffffff -3px -3px 3px
}

footer a{
    padding-left: 10px;
    padding-right: 10px;
}

footer span{
    color: white;
}

footer .row{
    margin:0px;
    padding: 0px
}

a{
    color: #180565;
    font-weight: 400;
    cursor: pointer;
}

a:link {
    color: #180565;
}

/* visited link */
a:visited {
    color: #180565;
}

/* mouse over link */
a:hover {
    color: #180565;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #180565;
}

.contato_footer{
    color: white;
    font-weight: 400;
    line-height: 20px;
}


.divComoFunciona{
    
	font-size: 1.4em;
	line-height: 1.4em;	
	font-weight: 600;
	text-align: justify;
    text-justify: inter-word;
	
	text-shadow:  #ffffff  3px -3px 3px,
                    #ffffff -3px  3px 3px,
                    #ffffff  3px  3px 3px,
                    #ffffff -3px -3px 3px;
	
}


/*
@media screen and (min-width: 769px) {
    .divDog {
       
		border: 1px solid green;		
		float: right;
    }

}


@media screen and (max-width: 768px) {
    .divDog {
        width: 100%;
        text-align: center;
        margin-left: 0px;	
		border: 1px solid red;		
    }




}

@media screen and (max-width: 760px) {
    .divDog {
        width: 100%;
        text-align: center;
        margin-left: 0px;	
		border: 1px solid red;		
    }

    .divDog img{
        width: 90px;
        height: auto
    }


}

@media screen and (max-width: 480px) {
    .divDog {
        //width: 110px;
        //text-align: right;
        //margin-left: 5%;
        width: 100%;
        text-align: center;
        margin-left: 0px;
		border: 1px solid blue;
    }

    .divDog img{
        width: 90px;
        height: auto
    }
}
*/


header{
	width: 100%;
	border: 0px;	
	border-bottom: 5px solid #eeeeee;
	padding: 0px;
	margin: 0px;
}

header h1{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#bandeiraBR, #bandeiraUSA, #divAreaAluno, .quadrosPagPrincipal, .depoimentos, .quadrosNoticia, .botoesRodape{
	cursor: pointer;
}

h1, h2, h3, h4, h5{
	cursor: default;
}

#txtPesquisar{
	background-color: black;
	color: white;	
	
}

#divAreaAluno{
	background-color: black;
	color: white;
	position: absolute;
	right: 13px	
}

.quadrosPagPrincipal{
	width: 180px;
	padding-bottom: 20px;
}

.quadrosNoticia{
	padding-bottom: 20px;
}

.itemMaterialPostado {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#tabNotasBimestres{
    display: none;
}

#containerLancamentoFaltas{
    display: none;
}

        /* Estilos Página Admin  */

       .btnMenu{
            cursor: pointer;
        }

        #formularioPagina{
            display: none;
        }

        #gifAguarde{
            width: 100px;
            height: 100px;
            top:50%;
            left: 50%;
            margin-top: -50px;
            margin-left: -50px;
        }

        #divAguarde{
            width: 100%;
            height: 100%;
            opacity: 0.7;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 99;
            background-color: #00356a;
            display: block;
        }

        .txtNota, .txtValorExame{
            width: 2.25rem;
            text-align: center;
        }

        #containerDivEventos, #containerDivEventosFixos {
            margin: 2rem;
        }

        #tbcEventos{
            display: none;
        }

        .divConfigItemSelecionadoTurma{
            padding-left: 1rem;
            padding-top: 0.5rem;
            
        }

        .disciplinaSelecionada{
            margin: 0px;
            height: 120px;
            width: 13rem;
            display: inline-flex;
            border: 2px solid white;
            padding: 5px;
        }

        .alunoSelecionado{
            margin: 0px;
            width: 15rem;
            height: 22rem;
            display: inline-flex;
            border: 2px solid white;
            padding: 5px;
        }


        #divParametros_Boleto{
            display: none;
            padding-left: 5rem;
        }

        #divParametros_Boletim{
            display: none;
            padding-left: 5rem;
        }

        
        #containerCalendario{
            display: none;
        }


.bg_Default {
    background-image: url('../images/textura1.png');
    background-repeat: repeat;
}

.bg_Login{
    background-color: #004050;
}

#tabExamesBimestre{
    background-color: #FFF;
}

.btnExcluirAluno_Turmas, .btnExcluirDisciplina_Turmas{
    cursor: pointer;
    float: right;
}


/*  Validação   */

.msgErroValidacao{
    color: red;
    font-size: 0.6rem;
    font-weight: 600;
    cursor: default;
    margin-bottom: 0px;
    margin-left: 0.7rem;
}