@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

body{
    height: 100%;
}

.header-inicio{
    display: flex;
    background-image: radial-gradient(circle, #eeeeee 10% , #113d63);
    margin: 0px;
    width: 100%;
    height: 150px;

}

.header-inicio img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width:250px;
    height: 130px;    
}

.apresentation {
    position: relative;
    font-family: 'Work Sans', sans-serif ;
}

.apresentation__text{
   position: absolute;
   top: 550px;
   margin-left: 100px;
   margin-right: 100px; 
   color:white;
   font-weight: bolder;
   text-shadow: 2px 2px black;
}


.conteudo__topo{
    height: 60px;
    width: 100%;
    background-color: #113d63;
    color: white;
    
}

.conteudo__topo--group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.conteudo__topo i{
    padding-right: 10px;
}

.conteudo__topo--group p{
    margin-top: 17px;
    text-align: center;
    font-family: 'Work Sans', sans-serif ;
    font-weight: bold;
}

.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.navbar-nav {
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif ;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav a {
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;   
} 



.navbar img{
    height: 100px;
    width: 200px;
    margin-left: 50px;
}


.conteudo__inicial img{
    height: 650px;
    width: 100%;
}

.conteudo__sobre{
    font-family: 'Work Sans', sans-serif ;
    margin-top: 30px;
}

.conteudo__text--sobre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    padding: 20px;
    font-size: 1em;
    margin: 20px;
}

.conteudo__text--sobre .btn{
    color: black;
    font-weight: bold;
    background-color: #d6d2d2;
    border-radius: 0%;
    padding: 10px;
    width: 150px;
    border: none;
}

.conteudo__text--sobre .btn:hover{
    background-color: #113d63;
    color: #eeeeee;
    font-weight: bold;   
}

.conteudo__sobre h1, .conteudo__servicos h1{
    font-weight: bold;
    color: rgb(58, 53, 66);
}

.conteudo__sobre--institucional{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    margin-top: 20px;
}

.institucional--itens{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 250px;
    margin: 50px;
}

.institucional--itens i{    
    font-size: 3em;
    background-color: #113d63;
    padding: 20px;
    color: white;
    border-radius: 5%;
}

.institucional--itens i:hover{
    transition: ease 0.8s;
    transform: scale(1.2);
}


.conteudo__sobre--institucional h4{
    font-weight: bold;
    margin-top: 30px;
}

.conteudo__servicos{
    font-family: 'Work Sans', sans-serif ;
    margin: 50px;
}

.conteudo__servicos h1{
    margin: 50px;
}

.conteudo__servicos--solutions{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}


.conteudo__servicos h5{
    font-weight: bold;
}

.conteudo__servicos--solutions .btn:hover{
    background-color: #113d63;
    color: #eeeeee;
    font-weight: bold; 
    border: solid 2px #113d63;  
}

.conteudo__servicos--solutions .btn{
    color: black;
    font-weight: bold;
    background-color: #eeeeee;
    border-radius: 0%;
    padding: 10px;
    width: 150px;
    border: solid 2px;
}

.conteudo__servicos--solutions i{
    padding-left: 10px;
}

.conteudo__servicos--solutions .card img{
    height: 250px;
}

.servicos__images{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.servicos__images img{
    width: 300px;
    height: 300px;
}


.footer-wrap p a:hover {
    text-decoration: none;
}

.footer-wrap{
    background-color: #113d63;
    color: white;
    font-family: 'Work Sans', sans-serif;
}

.footer-wrap .container{
    padding: 30px;
}

.footer-wrap .h3{
    font-weight: bold;
}

.footer-links{
    list-style: none;
}

.footer-links li a:hover{
    color: white;
}

.info{
    padding: 5px;
}

.info i{
    padding: 8px;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: white;
}


.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: white;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.copyright a{
    color: white;
    font-weight: bold;
}

.copyright a:hover{
    color: #ffffcccc;
}

/* Quem somos */

.conteudo__quemsomos{
    font-family: 'Work Sans', sans-serif ;
}

.conteudo__quemsomos p{
    margin: 20px;
    font-size: 1.2em;
}

.conteudo__quemsomos h3{
    color: #113d63;
    margin-top: 50px;
    font-weight: bold;
}

.conteudo__quemsomos--imagens{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.conteudo__quemsomos--imagens img{
    height: 300px;
    width: 350px;
}

.conteudo__quemsomos--imagens img:hover{
    transition: ease 1s;
    transform: scale(1.1);
}

.conteudo__quemsomos--slogam{
    font-family: 'Work Sans', sans-serif ;
    color: white;
    background-color: #A86905;
    margin: 0 auto;
    padding: 30px;
}

/* Serviços */

.conteudo__principal--servicos{
    font-family: 'Work Sans', sans-serif ;
    margin: 30px; 
}

.conteudo__principal--servicos h3{
    margin: 50px;
    color: #113d63;
    font-weight: bold;
}

.conteudo__servicos--text{
    background-color: whitesmoke;
    padding: 40px;
    font-size: 1.1em;
    margin: 20px;
    margin: 0px 100px 0px 100px;
}

.conteudo__servicos--itens{
    margin: 50px;
}

.conteudo__servicos--itens p{
    font-size: 1.1em;
    padding-left: 50px;
    padding-right: 50px;
}

.conteudo__servicos--itens h5{
    margin: 50px;
    color: #113d63;
    font-weight: bold;
}

[data-anime] {
    opacity: 0;
    transition: .1s;
}

[data-anime="left"]{
    transform: translate3d(0, 0, 0px);
}

[data-anime].animate{
    opacity: 1;
    animation: pulse; 
    animation-duration: 2s; 
}

/*Contato*/


.conteudo__contato h3{
    margin: 50px;
    color: #113d63;
    font-weight: bold;
}

.conteudo__contato{
    font-family: 'Work Sans', sans-serif ;
    margin: 30px;
   
}

.conteudo__formulario{
    padding: 80px;
}

.conteudo__formulario label{
    font-weight: bold;
}

.conteudo__formulario .btn{
    background-color: #113d63;
    color: #eeeeee;
    font-weight: bold; 
    border: solid 2px #113d63;  
    border-radius: 0%;
    padding: 10px;
    width: 150px;
}

.conteudo__formulario .btn:hover{
    color: black;
    font-weight: bold;
    background-color: #eeeeee;
    border: solid 2px;
}

.conteudo__mapa{
    margin: 0 auto;
}

.conteudo__mapa iframe{
    width: 100%;
    height: 600px;
}

.conteudo__informacoes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background-color: #eeeeee;
    padding: 40px;
    width: 700px;
}

.conteudo__informacoes h4{
    color: #113d63;
    font-weight: bold;
}

.atendimento__contato{
    margin: 30px 0px 20px 0px;
    padding: 30px;
    background-color: #eeeeee;
    font-size: 1.2em;
}

.conteudo__location{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.maps__text{
    background-color: #eeeeee;
    padding: 20px;
    font-size: 1.2em;
    width: 100%;
}

.botao-enviar{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {

    .conteudo__topo{
        height: 145px; 
        padding: 8px;  

    }

    .conteudo__inicial img{
        height: 400px;
    }

   .apresentation__text {
       margin-left: 5px;
       margin-right: 5px;       
   }

   .apresentation__text h2{
       font-size: 1.3em;
   }

   .conteudo__sobre h1, .conteudo__servicos h1{
       font-size: 1.6em;
   }

   .institucional--itens{
       margin-top: 7px;
       margin-bottom: 7px;
   }

   .conteudo__servicos--solutions{
       flex-wrap: wrap;
   }

   .conteudo__servicos--solutions .card{
       margin: 20px;
   }

   .conteudo__principal--servicos h3{
       font-size: 1.4em;
   }

   .conteudo__servicos--text{
    padding: 30px;
    margin: 0px 7px 0px 7px;
   }

   .conteudo__servicos--itens{
    margin: 10px;
   }

.conteudo__servicos--itens p{
    padding-left: 20px;
    padding-right: 20px;
}

.conteudo__servicos--itens h5{
    margin: 40px;
    color: #113d63;
}

.servicos__images img{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
}

.conteudo__quemsomos--imagens{
    flex-wrap: wrap;
}

.conteudo__quemsomos--imagens img{
    height: 230px;
    width: 270px;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 10px 30px;
}

.conteudo__quemsomos h3,
.conteudo__contato h3 {
    font-size: 1.3em;
}

.conteudo__quemsomos p{
    font-size: 1em;
}

.conteudo__quemsomos--slogam h3 {
    font-size: 1.3em;
}

.conteudo__contato--telefones h3,
.conteudo__localizacao h3{
    font-size: 1.3em;
    margin-bottom: 15px;
}

.conteudo__contato h3{
    margin-bottom: 17px;
}

.conteudo__contato h5{
    font-size: 17px;
}

.conteudo__contato--telefones h5,
.conteudo__localizacao h5{
    font-size: 17px;
    margin-top: 5px;
    font-weight: bold;
}

.atendimento__contato, 
.conteudo__location{
    padding: 10px;
    font-size: 15px;
}

.conteudo__location p{
    font-size: 15px;
}

.conteudo__formulario{
    padding: 10px;
}

.conteudo__formulario label,
.conteudo__formulario input{
    font-size: 15px;
}


 
}
