/* Fontes */
@font-face {
    font-family: "sanukB";
    src: url("/fonts/SanukWeb-W03-Bold.ttf") format("truetype")
  }
@font-face {
    font-family: "sanukR";
    src: url("/fonts/SanukWeb-W03-Regular.ttf") format("truetype")
  }
/* Fim Fontes */
html, body{
    margin: 0;
    padding: 0;
}
header{
    height: 121px;
    background-color: #6DCFF6;
    display: flex;
    align-items: center;
}
.conteudo .container{
    display: grid;
    align-items: center;
    align-content: space-around;
    justify-content: space-evenly;
    justify-items: center;
    text-align: center;
    color: #07485E;
}
.conteudo .container h1{
    font-family: "sanukR";
    font-size:48px;
    font-weight: bold!important; 
}
.conteudo .container h3{
    font-family: "sanukB";
    font-size:24px;
}
.conteudo .container h3 span.t2{
    font-size:26px;
    text-transform: uppercase;
}
.conteudo .container .imagens{
    display: flex;
}
footer{
    background-color: #2C3A66;
    min-height: 298px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    font-family: "sanukR";
}
footer .logo-footer{
    height: 65px;
}
footer .icones{
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-right: solid 1px #6DCFF6;
}
footer .endereco{
    min-height: 145px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    justify-content: space-between;
}
footer .links{
    color: #6DCFF6;
    text-align: center;
    width: 100%;
}
footer a{
    color: #6DCFF6;
}
footer h4{
    color: #6DCFF6;
}
footer a:hover{
    color: #4632ff;
}