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

body{

	font-family: Circular, Helvetica, Arial, sans-serif;
    font-size: 18px;   
     

}

body::before{
	content:'';
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-image: url('empresas/big-date2.jpg');
	background-size: cover;
	background-attachment: fixed;
	filter:   brightness(80%) ;
	z-index: -1;

}
header a{
	color: white;
}


.navbar {
	padding: 0px;
}
.btn-outline-light:hover{
	background: #000066;
	color: white;
}

#titulo{	
	padding-top: 160px;
    padding-bottom: 320px;
}
#titulo h4{
	color: white;	
	text-transform: uppercase;
	text-align: center;
	
}

/******************************************* conteudo-1 **********************************************/


#bloco2{
	margin-bottom:300px
	
	
}
#bloco2 img{		
margin: 0px 0 20px 0px;
max-height: 370px;
border: 3px solid #fc5c13db;  

}


#bloco2 h1{
	
    font-weight: 600;
    letter-spacing: 2px;
	letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 40px;
    margin-bottom: 50px;	
    
    color: #fc5c13db;
    
    text-align: center;
    text-transform: capitalize;
    font-size: 1.4em;
    text-transform: uppercase;
}
   



.font-1{
	text-align: center;
	text-indent: 10px;
	background: black;
	font-weight: 500;	
	color: white;	
	letter-spacing: 2px;	
	border-radius: 5px;
	margin-top: 40px;
	padding: 5px;
}


.conteudo-1{
	width: 100%;
	background: white;
	padding-top: 80px;
	padding-bottom: 80px;
}

.carousel-item.active {
    display: block;   
    transition: transform .2s linear;
    margin-bottom: 100px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{    
    
    
    background-size: 100% 100%;
}
.carousel-control-next, .carousel-control-prev {   
    top: 200px;
    bottom: 0;  
    width: 30%;
    filter: invert(1);
    opacity: 0.8;
}
.carousel-inner {
	width: 90%;     

}

#bloco2 p {
	letter-spacing: 1px;
	font-size: 1.1em;
	text-indent: 10px;
	text-align: justify;
	margin-bottom: 80px;
}
/********************************************parte-2********************************************/
#parte-2{	
	


}

/*********************************************conteudo-2*****************************************/
#bloco3 {
	width: 100%;	
	background-color:white;
	margin-bottom: 350px;
	}

#bloco3 h1{
	margin-top: 100px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fc5c13db;    
	text-transform: capitalize;
	font-size: 1.4em;
	text-align: center;  
    	font-size: 1.4em;
    	text-transform: uppercase;
	}


#area-imagem {
	
	    
}
.caixa-2 {
	margin-bottom: 60px;
	
}
/************************************************parte 3 **************************************/
.card-body {    
    padding: 0px;
    
}
.card-body a{
	text-decoration: none;

}
.card-title {
	font-size: 1.1em;
	font-weight: 700;
    margin-bottom: .9rem;
    color: #00004d;
    text-transform: uppercase;
}

.card-body p{
	justify-content: center;
	color: black;

}
.card {
	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
	margin: 60px 30px 40px 30px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.card-img-bottom {
	margin: 0px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}




/**********************************************Roda-pé**********************************************/

footer {
	background: rgba(0, 0, 0, 0.9); /** diminui a opacidade **/
	color: white;
	padding-top: 80px; /** mudei para padding top **/
}
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: #000066;
    text-decoration: none;   
}
footer ul{
   list-style: none;

}
#bloco2 {
	margin-bottom: 150px;
}

.espaco {
	padding-left: 10px;
}

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

#roda-pe  ul {
	padding: 10px;
	margin-top: 20px;  /* modifiquei para 20px */


}
#espaco {
	padding-top: 100px;
}
@media screen and ( max-width: 768px){
	@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
	.display-1{
		font-size: 4rem;
	}
	#titulo{
		padding-bottom: 200px;
	}

	.ajuste-div{
		max-width: 100%!important;

	}
	
	.carousel-control-next{
		top:70px;
	}
	.carousel-control-prev{
		top:70px;
		
	}
	.row{
		flex-direction: column;
	}
	
}
