@import url('https://fonts.googleapis.com/css?family=Montserrat');

body{
    
    font-family: 'Montserrat', sans-serif;
}

.topo{
    height: 40px;
    background: #fafafa;       
    padding: 10px;
}

.navbar-custom{	
	margin-bottom: 0;
    background: #FFD700;
    border: none;
    padding: 10px;
    font-weight: bolder;
    
}

.linha-div{
    height: 10px;
    background: red;
    width: 100%;
}

.linha-rodape-div{
    height: 40px;
    background: red;
    width: 100%;
    color: #fff;
}

.collapsed-custom{
    
    background: #fff;
    border: none;
    border-radius: none; 
}

.logo{
    height: 60px;
    margin-left: 10px;
}

#session{    
    padding-top: 50px;
    padding-bottom: 15px;
    min-height: 70vh;
    background: #FFD700;
}

#session_features{
    padding-top: 50px;
    padding-bottom: 15px;
    min-height: 300px;
    background: #FFD700;
}

.servicos_item{    
    text-align: center;
}



footer{
    background: #FF8C00;
    padding: 20px;
    padding-bottom: 30px;
    height: auto;
    margin-top: 30px;   
}





