@charset "utf-8";

@media screen and (max-width: 1413px){
    #redessociais{
        width: auto;
        padding-left: 100px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1279px){
    iframe{
        width: 40%;
    }
    #redessociais {
        padding-left: 0;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1024px){
    .foto {
        height: 100%;
        margin: 33px 0;
        width: 100%;
    }
    .item{
        margin: 40px 0 40PX 3.9%;
    }
    /* .sobrenos {
        height: 600px;
    } */
    #log2 {
        padding: 136px 50px 50px 50px;
    }
    .item{
        height: 289px;
    }
    #redessociais {
        display: none;
    }

}
@media screen and (max-width: 768px){
    main > header {
        height: 162px;
    }
    .galeria {
        height: 555px;
    }
    main > nav > ul > li >a {
        margin: 5px 3%;
    }
    footer {
        height: 353px;
    }
    #sobre{
        width: 100%;
    }
    #log2 {
        display: none;
    }
    .sobrenos{
        height: auto;
    }
    .item {
        height: 350px;
        width: 40%;
        float: left;
        margin: 5% 5% 30px;
    }
    .jobson{
        display: block;
    }
    .formulario > form {
        width: 95%;
        margin: 20px;
        float: left;
    }
    iframe {
        width: 90%;
        margin: 20px 5%;
    }
    .formulario > h1 {
        margin: 0 44px 0 20px;
    }
    footer{
        text-align: center;
    }
    #contato, #redes{
        width: 100%;
        border: none;
        margin-bottom: 10px;
    }
    footer > div > h3{
        color: #f85f00;
    }
    #redes > h3{
        color: #f85f00;
    }
    #botao{
        width: 90%;
        margin: 0 2%;    
    }
}
@media screen and (max-width: 425px){
    main > header {
        height: 76px;
        margin-bottom: -10px;
    }
    .galeria {
        height: 374px;
    }
    .item {
        height: 372px;
        width: 90%;
        float: left;
        margin: 5% 5% 30px;
    }
    .formulario > h1 {
        text-align: center;
        margin: 0 5%;
    }
    /* .sobrenos {
        height: 662px;
    } */
    #sobre > button {
        width: 90%;
        margin: 0 5%;
    }
    #redes{
        margin-top: 68px;
    }
    footer {
        height: 426px;
    }
    #email{
        font-size: 17px;
    }
    #ingua{
        color:#f85f00;
        font-size: 30px;
    }
    .box-pai {
        padding: 0;
        display: block;
        flex-wrap: none;
    }
    .box-pai > div {
        width: 60%;
        height: auto;
        margin: 40px 20%;
        padding: 1%;
    }
}
@media screen and (max-width: 320px){
    /* .sobrenos {
        height: 798px;
    } */
    iframe {
        height: 288px;
    }
    #ingua {
        margin-top: 48px;
    }
    footer{
        height: 500px;
    }
}

