body{
    font-family: 'Open Sans', sans-serif;
    
}
.logo-empresa p{
    font-family: 'Cinzel', serif;
}


html {
  scroll-behavior: smooth;
}
p{
    margin: 0!important;
}
.row{
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.col-12, .col-md-6{
    padding-right: 0px!important;
    padding-left: 0px!important;
}
#btn-solicitar-contato{
    border-radius: 50px;
}

input, textarea, select {
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
    background-color: #f9f9f9!important;
    border-radius: 0px!important;
}
   textarea:focus, input:focus, select:focus{
    outline: none!important;
    outline: thin dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px!important;
    box-shadow: 0 0 0 0!important;
    border: 0 none!important;
    }

#icon-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    z-index:9;
}

#icon-float a img {
    max-width: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

#logoE{
    color:#E91212;
    font-size: 48px;
    font-weight: bold;
    margin:0px;

}
#logoD{
    color:#D2A32B;
    font-size: 48px;
    font-weight: bold;
    margin:0px;
}
#logoMEP{
    color:#05187E;
    font-size: 48px;
    font-weight: bold;
    margin:0px;
}

#parte-pricnipal-topo{
    display: flex;
    justify-content: center;
    align-items: center;
}
#principais-contatos p{
    color:#ffffff;
}

.tituloPrincipal{
    color:#4D4949;
}
#container-title{
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
#container-title button{
border-radius: 50px;
}

#estilo-logo-mulher-topo{
    display: flex;
    justify-content: center;
}

#conteudo-servicos{
    background-color: #040E6B;
    margin-top: 5rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
#conteudo-servicos h1{
    color: #ffffff;
}

#titulo-descricao-servico h3{
    color: #ffffff;
}
#texto-descricao-servico p{
    color:#ffffff;
}



#imagem-servico{
    background-color: white;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}


#imagem-servico{
  margin-bottom: 2rem;
}


#sobre-empresa-texto{
    font-size: 18px;
}

#img-trasnporte{
    border-radius: 0px 250px 250px 0px;
}

#img-servico-logistica{
    border-radius: 250px 0px 0px 250px;
}


#section-servico-logistica{
    margin-top: 5rem;
}
#servicos-trasnporte{
    margin-top: 5rem;
}


#sobre-profissionais{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


#sobre-profissionais  a{
    width: 80%;
}
#sobre-profissionais  p{
    width: 80%;
}

#sobre-trasnportes{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#sobre-trasnportes a{
    width: 80%;
}

#sobre-trasnportes p{
    width: 80%;
}

#contatoCliente{
    padding-right: 10px!important;
    margin-bottom: 10px!important;
    
}


footer{  
    background-color: #ffffff;
    padding: 1rem;
    color: #0f3d8c;
    font-weight: bold;
    bottom: 0px!important;
    text-align: left;
    margin-top:3rem;
}

.copyright{
    margin:0px!important;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 46px;
    align-items: center;
    background-color:#0f3d8c;
    color: white;
}    

.copyright p{
    text-align:center;
    background-color:#0f3d8c;
    color: white;
    font-weight:bold;
    font-size:12px;
}  

i{
    font-size: 12px;
}

nav.sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky!important;
    top: 0!important;
    z-index: 10;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(54 68 75 / 30%);
}

.faixa-contatos{
    justify-content:flex-start;
}



#texto-sobre-resumo{
    text-align: left;
}

#infoTopo{
    height: 50px;
    background-color: #0f3d8c;
    color: white;
    padding: 0px!important;
}

#linkmenu {

    width: 100%;
    display: flex;
    justify-content: flex-end;
    }


#linkmenu a {

color:#616161!important;
text-transform: capitalize!important;
font-weight: bold;
width: 100%;
display: flex;
justify-content: flex-end;
}



#linkmenu a:hover {

    color:#05187E!important;
    transition: all .5s ease-in-out;
  
    }
    

#principais-contatos i{
    padding-right: 10px;
     
 }
 
 
#sobre-edmep{
     margin-top: 5rem;
 }

#sobre-edmep h1, p{
    color:#4D4949;
}

#sobre-edmep #frase-sobre-empresa{
    margin-top: 2rem;
}

 #logo-footer{
     width: 90%;
 }
 #logo-menu{
    width: 30%;
}

.email-principal-contato{
    margin-left: 1rem;
}
 


#pai-logo-rodape{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

#edit-icon-phone{
    transform: rotate(100deg);
}
#inforacacao-footer{
    margin-bottom: 2rem;
}

@media (max-width: 768px) 
{
    .row{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    nav{
        padding-top: 2rem!important;
    }
    .logo-empresa{
        width: 70%;
    }
    .email-principal-contato{
        margin-left: 1rem;
    }
    .faixa-contatos{
        justify-content:center;
    }
    #principais-contatos,  a i{
        font-size: 12px;
        display:flex; 
        justify-content: center;
        align-items:center;
    }
    #principais-contatos i{
       padding-right: 10px;
        
    }
    #principais-contatos p{
        font-size: 10px; 
     }
    

    #linkmenu {

        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-right: 14px;
    }

    #parte-pricnipal-topo{
        flex-direction: column-reverse;
    }
    .tituloPrincipal{
        font-size:18px;
    }
    #container-title{
        margin-top: 2rem;
    }
  

    #pai-logo-rodape {
        display: flex;
        justify-content: center;
        margin-bottom: 3rem;
    }
    #inforacacao-footer{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    #menu-link-footer{
        display: flex;
        justify-content: center;
        margin-left: -10px!important;
    }
    #section-servico-logistica{
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        
    }
    #sobre-trasnportes{
        margin-top: 3rem;
    }

    #sobre-profissionais{
        margin-top: 3rem;
    }
       
    .container-footer-prsonal{
        padding: 3px;
    }
    button{
        border:none!important;
    }
    button .btn:focus{
        outline: thin dotted!important;
        outline: 0px auto -webkit-focus-ring-color!important;
        outline-offset: 0px!important;
        border:none!important;
    }
    button:focus {
        outline: thin dotted!important;
        outline: 0px auto -webkit-focus-ring-color!important;
        outline-offset: 0px!important;
        border:none!important;
    }

}


