 body, html{
	height: 100%;	
	margin: 0px;
	padding: 0px;
}

body{

	font-family: Circular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #000066;
     

}
body::before{
	content:'';
	position: fixed;
	width: 100vw;
	height: 100vh;	
	background-size: cover;
	background-attachment: fixed;
	filter:   brightness(90%);
	z-index: -1;


}
@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
header a{
	color: white;
}
header a:hover{
	color:#ff5906;
}

.navbar {
	padding: 0px;
}
.btn-outline-light:hover{
	background: #000066;	
	height: 100%;
	width: 100%;
	background-position: center top: 
	
	color: white;
}

/***********************************************Barra***************************************************/
#conteudo{
	height:100%;
	object-fit: fill;
	position: relative;
	
}

#conteudo h4 {
	text-transform: uppercase;
	margin-top: 50px;
	color: white;
	font-size: 5rem;
	text-align: center;
	box-shadow: 70px 70px 500px black;
}

/*************************************************caixa*********************************************/
#fundo{	
	margin-bottom:270px;
	padding: 20px;
	background: white;
	padding-bottom: 100px;	
	}
.conteudo2 {

	padding-top: 10px;	
	margin: 10px;
	padding: 25px;	
}
.caixa {
	

}.card {
	height: 100%;
}

.card img{
	height: 120px;
}
#fundo h2{	/* adaptei */
    text-transform: uppercase;
    color: #fc5c13;
    margin-top: 50px;
    letter-spacing: 2px;
    font-size: 1.5em;
    box-shadow: 1px 4px 15px #fc5c13;
    text-align: center;
    margin-bottom: 100px;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: 2px 3px px #fc5c13;
    padding: 6px;

}	

#fundo h1{
	opacity: 0.95;
	background: #fc5c13;
	box-shadow: 10px 10px 25px  #09090a6b; /*adaptei a sombra */
	text-transform: uppercase;
	color: white;	
	margin-top: 40px;
	font-size: 1.1em;	
	text-align: center;
	padding: 4px;
	margin-bottom: 50px;
		
}
#fundo p{
	text-align: justify;
	font-size: 1em;		
}
.espacos{
	margin-bottom: 300px; 
}


.display-4 {
	font-size: 2rem;
}
.caixa-1 {
	background: #fc5c13;
	text-align: center;
	padding: 4px;

	

}

.enquadrar{
	width: 100%;
	height: 500px;
	object-fit: cover;
			

}

.caixa-1 p{
	color: #fc5c13;
	font-size: 1.5em;	
	justify-content: center;
}

.caixa-2 {
	background: #fc5c13;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
}


.caixa-3 {
	background: #fc5c13;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
}
.caixa-4 {
	background:#fc5c13;
	text-align: center;
	padding: 5px;
	margin-left: 20px;

}





/*************************************************parte-2*****************************************/
.espaco-1{
	height: 30%;
}

.caixa {
	text-align: center;
}

.caixa img {
	background: #000066;
	padding: 5px;
	margin-bottom: 50px;
}
/*************************************************roda-pé*************************************/
footer {
	background: rgba(0, 0, 0, 0.95); /*diminui tonalidade */
	color: white;
	padding-top: 90px; /* modificando o espaçamento */
	
}
footer h4 {
	color: #919496;
    font-size: 0.8em;
    text-align: left;   
    text-transform: uppercase;

}

#icone img {
	
	padding: 10px;
	float: right;
}

#parteF{
	border: solid red;
}

#parteF a{	
	color: #919496;


}

footer  a {
    color: white;
    font-size: 0.95em;
    text-decoration: none;
      
    
}

footer a:hover {
    color: #ff5906;
    text-decoration: none;   
}
footer ul{
   list-style: none;

}


partef li{
	padding-left: 10px;

}
.espaco {
	padding-left: 10px;
}

.oi {
	text-align: center;
}
#roda-pe  ul li{
	display: inline;
	margin-bottom: 80px;
}

#roda-pe  ul {
	padding: 10px;
	margin-top: 15px; /* modificando o espaçamento */
}








@media screen and ( max-width: 768px){
	@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
	#conteudo h4{
		font-size: 2.7em;
	}
	.height-responsiva{
		height: 200px!important;
	}

	
footer .row{
	flex-direction: column;
}
}









