.rodape{
        
        background-color: #1b86ee;
        
    }    
    
.rodape a{
        font-size: 1rem;
        color: #FFFFFF;
        
    }
    
h1{
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 1.4rem;
        color:#1b86ee
    }

h2{
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        color:#1b86ee;
    }

.vintemais{

        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
        color:#ffffff;


}

.vinteanos ul {
    margin: 0;
    padding: 0;
	list-style:none;
	text-align:center; 
}

.vinteanos ul li{
    float:left;
	font-size: 15px;
	padding:6px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:15px;
	text-align:center; 
    margin-right:8px;
    border-color: #1b86ee;
    
}


.vinteanos ul li a{
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;

}
    
.vinteanos ul li:hover{
    background-color: #f1f1f1;
    color:#ffffff;
}
    
.vinteanos ul li:hover a{
    background-color: #ffffff;
    color:#1b86ee;
}
    
    
#banner{
    background-color:#f1f1f1;
    }
    
.header-home {
        /* border-bottom: 15px solid #1b86ee; */
        height: 300px;
        text-align: center;
        background-color: #1b86ee;
    }

 
footer{
        background-color: #1b86ee;
        color:#FFFFFF;
        font-family: 'Manrope', sans-serif; 
        bottom:0;
    }    
    
    
body{
        font-family: 'Roboto', sans-serif;
        font-family: 'Manrope', sans-serif; 
    }
    

.border-info{
        border-color: #1b86ee !important;
    }

    
.btn-cor{
     background-color:#0e457c !important;
    color:#FFFFFF !important;
    }   

    
#ribbon {
        top:0;
        right:0;
        width: 0;
        height: 0;
        border-top: 100px solid #ffffff;
        border-left: 100px solid transparent;
        position: absolute;
        z-index:800;
    }     
          
#ribbon-text {
        top:0;
        right:0;
        position: absolute;
        z-index:900;
        color:#FFFFFF;
        /*transform: rotate(45deg);
        padding-top:15px;
        line-height: 18px;
        text-align: center;
        font-family: 'Manrope', sans-serif; */
    }    
           
nav a {
        float: left;
        width: 40px;
        margin-right: 15px;
        padding: 10px;
        margin-bottom: 5px;
        text-align: center;
        min-height: 40px;
    }    

a{
        text-decoration: none;

} 

a:hover{
        text-decoration: none;
        color:#1b86ee;
}

.ca-main{
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        font-size: 1.2rem;
        color:#1b86ee;
    }

.ca-sub{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 0.9rem;
        color:#333333;
    }    


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
   
    
}

@media only screen and (min-width: 1140px) {


}