.menu_logo{
    width: 7%;
    margin-right: 40%;
}
.menu_nav{
    width: 100%;
    position: fixed;
    z-index: 3;
}
.icone{
    width: 13%;
    margin-top: 4%;
}
.img_banner{
    width: 100%;
    margin-top: 2%;
}
.titulo1{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 5%;
}
.img-serv{
    width: 70%;
    margin-top: 10%;
}
.eep1{
    background: #0b4a6d;
    color: white;
    text-align: center;
    cursor: pointer;
}
.eep1:hover{
    border: 7px solid white;
    border-radius: 25px ;
}
.eep2{
    text-align: center;
}
.eep2:hover{
    border: 7px solid white;
    border-radius: 25px ;  
    cursor: pointer;
}
.eep3:hover{
    border: 7px solid white;
    border-radius: 25px ;
    cursor: pointer;
}
.eep4:hover{
    border: 7px solid white;
    border-radius: 25px ;
    cursor: pointer;
}
.eep5:hover{
    border: 7px solid white;
    border-radius: 25px ;
    cursor: pointer;
}
.eep6:hover{
    border: 7px solid white;
    border-radius: 25px ;
    cursor: pointer;
}
.eep4{
    background: #0b4a6d;
    color: white;
    text-align: center;
}
.eep3{
    text-align: center;
}
.eep5{
    background: #0b4a6d;
    color: white;
    text-align: center;
}
.eep6{
    text-align: center;
}
.tt1{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
    
}
.tt2{
    font-size: 25px;
    margin-bottom: 15%;
}
.ban2{
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mais{
    margin-top: 4%;
}
.btn_mais{
    width: 100%;
    margin-top: 4%;
    margin-bottom: 10%;
}
.rodape{
    width: 100%;
    border-top: 3px #084766 solid;
    padding: 2%;
}

/* responsivo */
@media (max-width:460px){
    .roda{
        width: 50%;
        margin-left: 25%;
    }
    .tt{
        text-align: center;
    }
    .menu_logo{
        width: 20%;
        margin-right: 40%;
    } 
    .img_banner{
        width: 100%;
        margin-top: 16%;
    }
    .tt1{
        text-align: center;
        margin-bottom: 3%;
    }
    .tt2{
        font-size: 12px;
    }
    .eep1{
        background: #0b4a6d;
        color: white;
        text-align: center;
    }
    .eep2{
        text-align: center;
    }
    .eep3{
        text-align: center;
        background: white;
        color: black;
    }
    .eep4{ 
        background: #0b4a6d;
        color: white;
        text-align: center;
    }
    .eep5{
        background: #0b4a6d;
        color: white;
        text-align: center;
    }
    .eep6{
        text-align: center;
    }
}
@media (max-width:800px){}
@media (max-width:1280px){}