body {
    background-color:#F2F2F2;
    margin-top: 15px;
}
.container{
    max-width: 810px;    
}
.bg-container-custom{    
    box-shadow: 0px 0px 6px #333;
    -webkit-box-shadow: 0px 0px 6px #333;
    -moz-box-shadow: 0px 0px 6px #333; 
    background-color: #FFFFFF!important;
}
.bg-menu-custom{
    background-image: url('../imgs/menu_fundo.png');
    background-repeat: no-repeat;
    background-color: #333;
    font-family: 'Century Gothic';
    font-size: 90%;
    border: none;
    padding-left: 10px;
}
.bg-menu-custom a:hover{
    background-image: url('imgs/menu_fundo_over.png');
}
.menu-text:hover{
    background-image: url('imgs/menu_fundo_over.png');
}
.border-custom-padding{
    margin-left: 10px;    
}
#logo{
	width:220px;
    height: 130px;
    display: block;
}
.borda1{
    border-radius: 6px;
}
h1{
    font-family: 'Century Gothic'!important;
    font-weight: lighter!important;
    color:#02A7D4!important;
    margin-left: 10px;
    
}
h2{
    font-weight: lighter!important;
    margin-left: 20px;
    margin-top: 10px;
    color: #777;
}
p{
    margin-left: 20px;
    color: #666;
}
.ml-20{
    margin-left: 20px;
}

@media (min-width: 568px) 
{
    .bg-menu-custom{    
        background-image: url('../imgs/menu_fundo.png');
        background-repeat: repeat;        
        height: 45px;
        font-family: 'Century Gothic';
        font-weight: normal;    
    }
    .mt-100{
    margin-top: 100px;
}
}

.padding-left-10{
    padding-left: 10%;
}
.mt-custom-1{
    margin-top: 10px;
    padding-top: 15px;
}
.mt-custom-1 a{
    color:#02A7D4!important;
}



.carousel-control-prev,
.carousel-control-next {
 color:#000!important;
}