
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
header {
    height: 136px;
    display: flex;
}
header .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #000;
    margin-bottom: 0;
}

.logo {
    width: 140px;
    height: 136px;
}
header img {
    width: 170px;
    height: 136px;
}
#banner {
    display: flex;
    background-image: url('../imagens/IMG1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.titulo {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.titulo h1,h2 {
    display: inline-block;
    font-family: Roboto Condensed;
}
.titulo h1 {
    font-size: 60px;
    color: #000;
    text-shadow: 1px 1px 0px #ffff;
    margin-right: 20px;
    margin-bottom: 0;
}
.titulo h2 {
    font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 0px #ffff;
    margin-right: 20px;
    margin-top: 0;
}
.titulo a {
    text-decoration: none;
    display: inline-block;
    background-color: #ffff;
    margin-right: 20px;
    padding: 10px;
    color: #000;
    border-radius: 10px;
    
}
section .container {
    display: flex;
    flex-direction: column;
    background-color: #000;
    width: 100%;
    height: 1000px;
    
}
.titulo2 h1 {  
    display: inline-block;
    color: #fff;
    font-size: 45px;
    text-align: center; 
    font-family: Roboto Condensed;
    text-shadow: 1px 1px 0px #fff;
}
.titulo2 {
    display: flex;
    justify-content: center;
    flex: 1;
}
.sub_menu_container {
    display: flex;
    align-items: center;  
    flex: 2;
}
.sub_menu {
    display: flex;
    flex: 1;
    height: 100%;
}
.sub_menu img {
    width: 100%;
    height: auto;
}
.sub_menu img:hover {
    width: 400px;
}
.atuacao {
    flex: 1;
    display: inline-block;
    color: #fff;
    font-size: 45px;
    text-align: center; 
    font-family: Roboto Condensed;
}
section .logo2 {
    display: flex;
    justify-content: center;
}

.container_part3 {
    display: flex;
    background-color: #24a424;
    justify-content: center;
    align-items: center;
    height: 1100px;  
} 
.sub_container_part3 {
    display: flex;
    margin-top: 0;
    background-color: #000;
    width: 1100px;
    height: 700px;
    border-radius: 10px;
    background:linear-gradient(#000, #24a424);
}
section .banner {
    display: flex;
    justify-content: center;
    width: auto;
    height: 700px;
}
section .banner img {
    max-width: 400px;
    height: 680px;
    border-radius: 10px;
    
}
section .title {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
}
.container_part3 h4 {
    margin-left: 20px;
    display: inline-block;
    color: #000;
    font-family: Roboto Condensed;
    color: #D3D3D3;
    font-size: 25px;
    text-shadow: 1px 1px 0px #000;
    line-height: 40px;
}
.contato_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: baseline;
    color: #fff;
    font-family: Roboto Condensed;
}
.title_contatos {
    margin-top: 42px;
}
.endereco {
    margin: 10px;
    color: #000;
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
}
.contato_container a {
    outline: 0;
    text-decoration: none;
}
.endereco:hover {
    color: #000;
    background-color: #D3D3D3;
}
.localiza {
    margin-bottom: 10px;
}
footer {
    display: flex;
    justify-content: center;
    height: 50px;
    background-color: #24a424;
}
.rodape {
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 10px;
}


@media (max-width: 599px) {
    section .container {
        height: 1500px;
    }  
}
@media (max-width: 708px) {
    .sub_menu_container {
        flex-wrap: wrap;
    }
    .titulo2 {
        font-size: 20px;
    }
    .atuacao {
        font-size: 20px;
    }
    .sub_menu {
        height: 200px;
    }
    .sub_menu img{
        width: 200px;
        height: 200px;
    }
    .sub_container_part3 {
        height: auto;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .sub_menu img:hover {
        display:none; 
    }
}
@media (max-width: 652px) {
    .sub_container_part3 {
        height: auto;
        flex-direction: column;
        margin-bottom: 200px;
    }    
}
@media (max-width: 470px) {
    .sub_container_part3 {
        height: auto;
        flex-direction: column;
        margin-bottom: 310px;
    }    
}
@media (max-width: 500px) {
      .titulo h1 {
        font-size: 40px;
      }
}
