body{
    font-family: 'Quicksand', sans-serif, "Rubik";
    line-height: 19px;
    min-height: 100%;
    position: relative;
    color: #77787b;
    overflow-x: hidden;
   
    background: #fff;
}

footer{
    background-color: #006699;
    padding: 50px 0 50px;
    text-align: left;
}

.titulo{
    margin: 100px 0 100px 0;
    text-align: center;
}


/* ------------------------------------------------
TOPO
--------------------------------------------------- */
#topo{
    text-transform: uppercase;
    color: #4682B4;
}

#topo .navbar-brand img{
    height: 80px;
}

#topo a{
    font-size: 13px;
    color: #7f7978;
}

#topo p{
    font-size: 25px;
}


/* MENU MAIN */


#topo .item i{
    float: left;
    font-size: 30px;
    background-position: 0 -58px;
    margin: 0 auto;
}

#topo .item a{
    float: right;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #7f7978;
    margin-bottom: 20px;

}

#topo .item-1{
    border-bottom: 10px solid #f47920;
}

#topo .item-2{
    border-bottom: 10px solid #e54e26;
}

#topo .item-3{
    border-bottom: 10px solid #8dc63f;
}

#topo .item-4{
    border-bottom: 10px solid #047bc1;
}

#topo .item-5{
    border-bottom: 10px solid #7c51a1;
}

.menuli{
    text-align: center;
}



/* ------------------------------------------------
SLIDE
--------------------------------------------------- */
#slider{
    background: #4682B4;
    height: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}

#slider span{
    border: 6px solid #fff;
    height: 100px;
    width: 50px;
}

#slider .btn{
    border-radius: 0px;
}

#slider img{
    width: 100%;
    height: 500px;
}

/* ------------------------------------------------
SECTION PRIMEIRO
--------------------------------------------------- */
#section-primeiro{
    margin: 0 auto;
    margin-top: 90px;        
}

#section-primeiro img{
    width: 140px;
    height: 140px;
    background: #000;
}

#section-primeiro i{
    font-size: 2rem;
    color: #77787b;
    z-index:1;
}

#section-primeiro .icon{
    padding: 20px;
    background: #D3D3D3;
    border-radius:50%;
    width:70px;
    height:70px;
    z-index:5;
    text-align: center;
}

#section-primeiro .media-body{
    margin: 0 0 20px 20px;
}

#section-primeiro p{
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}


/* ------------------------------------------------
MARCAS INDEX
--------------------------------------------------- */
#marcas{
    text-align: center;
}
/* ------------------------------------------------
CONVENIOS
--------------------------------------------------- */
#convenios{
    margin: 100px 0 100px 0;
    text-align: center
}

#convenios img{
    width: 150px;
    margin-bottom: 20px;
}

/* ------------------------------------------------
CONTATO
--------------------------------------------------- */
#contato{
    margin: 100px 0 0 0;
}

#contato .localizacao{
    margin-left: 40px;
}

#contato .col-6{
    margin-bottom: 100px;
}

#contato i{
    float: left;
    font-size: 40px;
}

#contato .local{
    margin-left: 50px;
}

#contato form{
    border: 1px solid #DCDCDC;
    padding: 20px;
}

#contato .form-control{
    border-radius: 0px;
}


/* ------------------------------------------------
UNIDADES
--------------------------------------------------- */
#unidades{
    margin: 100px 0 100px 0;
}

#unidades h2{
    font-family: 'Quicksand', sans-serif;
}

/* ------------------------------------------------
CONTEUDO RODAPÉ
--------------------------------------------------- */
#conteudo-footer{
    margin: 20px 0 20px 0;
}

#conteudo-footer img{
    max-width: 300px;
}

#conteudo-footer iframe{
    border-radius: 5px;
}

#conteudo-footer .selo{
    text-align: center;
    margin-top: 16px;
}

/* ------------------------------------------------
CONTEUDO RODAPÉ
--------------------------------------------------- */
.redes-sociais{
    text-align: center;
    margin-top: 10px;
}

.redes-sociais i{
    color: #fff;
    font-size: 30px;
    margin: 0 5px 0 5px;
}

/* ------------------------------------------------
RODAPÉ
--------------------------------------------------- */
#rodape{
    background: #003366 ;
    padding: 10px 0 10px 0;
}

#rodape a{
    color: #fff;
    text-decoration: none;
}

#rodape a:hover{
    font-weight: bolder;
}

.unidades-footer{
    background: #fff;
}

/* ------------------------------------------------
RESULTADO
--------------------------------------------------- */
#resultado{
    margin: 100px 0 100px 0;
}

/* ------------------------------------------------
MAPA
--------------------------------------------------- */
#mapa{
    margin-top: 100px;
    height: 400px;
}

