@media only screen and (max-width: 1120px) {
    .box-contato{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .contato-items, .contato-form{
        width: 100% !important;
        margin-top: 20px !important;
    }
    .contato p{
        font-size: 0.8rem !important;
        word-wrap: break-word;
        word-break: break-all;
    }
    #contato-title{
        font-size: 2rem !important;
    }
    .contato-form{
        transform: scale(1) !important;
        padding: 30px !important;
    }
    .contato img{
        width: 40px !important;
    }
    .contato{
        margin: 10px 0px;
    }
    .content::before{
        width: 0% !important;
    }
}
.content{
    width: 100%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 80vh;
    position: relative;   
    background-color: whitesmoke;     
}

/*==================================*/
.box-foto{
    width: 100%;
    position: relative;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #01130d;
    flex-wrap: wrap;
}

@media (max-width: 650px) {
    .box-foto{       
        height: 300px;   
        padding: 20px;     
    }
    .box-foto>img{
        height: 100%;
        width: auto !important;
        filter: blur(5px) brightness(0.3);
        position: absolute;
    }
    .box-foto-icone{
        display: none !important;
    }    
}
.box-content-foto{
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.box-foto-texto{    
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;    
    justify-content: center;
    max-width: 400px; 
    margin: 10px;   
}
.btn-vamosla{
    padding: 10px;
    background-color: #22614c;
    color: white;
    border-radius: 20px;
    max-width: 120px;
    text-align: center;
    margin: 10px 0px;
    cursor: grab;
    transition: 0.5s;
}
.btn-vamosla:hover{
    background-color: #478f77;
}
.box-foto-texto h1{
    color:whitesmoke;
    font-size: 1.3rem;
}
.box-foto-texto h3{
    color:rgb(229, 252, 227);
    font-size: 1.1rem;
}
.box-foto-texto p{
    color:rgb(229, 252, 227);
    text-align: justify;
}
.box-foto-icone{
    display: flex;
}
.box-foto-icone img{
    max-width: 300px;
    width: 80%;
}
.box-foto>img{
    width: 100%;
    filter: blur(5px) brightness(0.2);
}
/*==================================*/
.box-contato{
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    justify-content: center;
    align-items: center;
}
.contato-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    padding: 50px;
}
#contato-title{
    font-family: "Roboto";
    color: #27584b;
    font-size: 1.5rem;
    margin: 30px 0px;
}
.contato-form p{
    font-family: "Roboto";
    color: #27584b;
    font-size: 1rem;
    font-weight: bold;
}
.contato-form input{
    padding: 5px;
    font-size: 0.9rem;
    border: 2px solid #27584b;
    border-radius: 10px;
    width: 100%;
}
#btn-submit{
    margin: 10px 0px;
    background-color: #27584b;
    color: white;    
}
.redes-sociais{
    display: flex;
    flex-direction: row;
}
.rede-item{
    margin: 5px;
}
