#container_form{
    width: 100%;
background: url("../images/backgroundContato.webp");
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
margin-top: -5px;
background-attachment: fixed;
}
#container_texto{
    background-color: #ECDAC6 ;
background: rgba(254, 232, 199, 0.70);
display: flex;
justify-content: center;
align-items: center;

flex-direction:column;
padding: 20px;
font-family: 'Roboto', sans-serif;
color: #532539;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: baseline;
margin: auto;
gap: 20px;
flex-wrap: wrap-reverse;

}
#containerRigth{
    display:flex;
flex-direction: column;
flex-wrap: wrap;

}
#containerInput{
    display:flex;
flex-direction: column;
flex-wrap: wrap;
}
#title{
    font-family: Sacramento;
font-size: 50px;
width: 250px;
font-weight: 500px;
border-bottom: 2px solid #532539;
}
 input, textarea{
    border: 0;
background-color: transparent;
transition: width 0.4s ease-in-out;
height: 40px;
width: 100%;
border-bottom: 2px solid #532539;
margin-top: 20px;
 color: #532539;;
}::placeholder{
    color: #532539;
    display: flex;
    justify-content: center;
}:focus{
    outline: none;
}
textarea{
    height: 80px;
}
button{
    border-radius: 40px;
border: 3px solid #FFFDFB;
background-color: #532539;
color: white;
padding: 8px 15px ;
margin-top: 30px;
cursor: pointer;
}
button:hover{
    opacity: 0.9;
    transform: scale(1.1);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(184,178,167,0.8);
-moz-box-shadow: 10px 10px 5px 0px rgba(184,178,167,0.7);
box-shadow: 5px 5px 2px 0px rgba(184,178,167,0.8);
}
#instagram{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#msgAlert{
    display: none;
    margin-top: 10px;
    background-color: #F3E0D1;
    padding: 10px;
}
#titleLoc{
    font-family: 'Satisfy', cursive;
font-size: 40px;
color: #532539;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-bottom: 2px solid #532539 ;
width: 40%;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
}

