 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: 100svh;
	background-image: url('Machine-Learning/maximalfocus-0n4jhVGS4zs-unsplash.jpg');/* troquei a imagem por causa de direitos **/
	background-size: cover;
	background-attachment: fixed;
	filter:   brightness(40%); /* diminui a lumisosidade para 40*/
	z-index: -1;

}
header a{
	color: white;
}


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

#titulo{	
	padding-top: 170px;
	padding-bottom: 330px;

}
#titulo h4{
	color: white;	
	text-transform: uppercase;
	text-align: center;
	
}

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


#bloco2{

	
}
.caixa {
	height: 400px;
	width: auto; 
	
}


#bloco2 img{		
	margin: 0px 0 20px 0px;
	max-height: 380px;
	border: 4px solid #fc5c13db; 
	


}


#bloco2  h1{
	 /* mexendo na cor de fundo */
	font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 40px;
    margin-bottom: 40px;  
    color:#fc5c13db;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.5em;
    text-transform: uppercase;
}
#bloco3  h1{
	; /* mexendo na cor de fundo */
	font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 40px;
    margin-bottom: 50px;  
    color: #fc5c13db;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.5em;
    text-transform: uppercase;
}
.formatar {
padding-left: 110px;
}


.font{
	text-indent: 10px;
	;
	font-weight: 700;	
	margin: 20px 0 12px 0px;
	color: #fc5c13db;	
	letter-spacing: 1px;	
	border-radius: 5px;
	padding: 5px;
	text-align: center;

}

.font-1{
	text-align: center;
	text-indent: 10px;	
	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;

}

.conteudo-2 {
    width: 100%;
    background: white;

}

.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: 1;
}
.carousel-inner {
	 width: 90%;
    background-image: linear-gradient(160deg,rgba(102, 153, 255,) ,white 60%);


}

#bloco2 p {
	
	font-size: 1.1em;
	text-indent: 10px;
	text-align: center;
	margin-bottom: 80px;

}
/********************************************parte-2********************************************/
#parte-2{	
	


}

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

#bloco3 h1{
	font-weight: 700;
	letter-spacing: 2px;
    color: #fc5c13db;    
    text-transform: capitalize;
    font-size: 1.4em;    
}


#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.95);  /** diminui a opacidade **/
	color: white;
	
}

footer h4 {
	color: #919496;
    font-size: 0.8em;
    text-align: left;   
    text-transform: uppercase;

}

#icone img {
	
	padding-top: 10px; /** colocando padding-top: 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 */


}




@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: 4em;
	}
	
		.ajuste-div{
		max-width: 100%!important;

	}
	
	.carousel-control-next{
		top:calc(8% - 150px);
	}
	.carousel-control-prev{
		top:calc(8% - 150px);
		
}
.formatar{
	padding-left: 40px;
}


.carta{
	flex: 0 0 100%;
	max-width: 100%;
}
}
