@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');


.menu-principal{
    margin-top: -15vh;
}
body{
	background-color:  rgb(250, 241, 224);
}

.containerC{
	margin-top: 15vh;

}

h1{
	text-align: center;
    padding: 20px;
    font-family: "Satisfy";
    font-size: 5vh;
	font-weight: normal;
    color: #312222;
}

input[type = "text"], input[type = "tel"], input[type = "email"], textarea{
	background-color: #f6e9d8;
	border: none;
	display: flex;
	margin-left: 4%;
	margin-top: 2vh;
	width: 92%;
	outline: 0;
	padding-left: 20px;
	font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


input[type = "text"]:hover, input[type = "tel"]:hover, input[type = "email"]:hover, textarea:hover{
	border-bottom:2px solid #554c41;
	color: #000000;
	
}

input[type = "text"], input[type = "tel"], input[type = "email"]{
    height: 5vh;
	
}

textarea{
	height: 10vh;
	font-size: 14px;
	padding-top: 5px;
}

input[type ="submit"]{
	height: 6vh;
    width: 92%;
    margin-left: 4%;
    border: none;
    margin-top: 4vh;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	font-weight:bolder;

	color:#ffffff;
	background-color: #3f382f;
}
input[type ="submit"]:hover{
	background-color:#534f4b;
	color: azure;
}


.redes{
	background-color: rgb(248, 238, 220);
    height: 80vh;
    width: 40%;
    margin-left: 28%;
	border-top: 16px solid #554c41;
	box-shadow: 6px 6px 40px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 20vh;
	
}


.redes a{
	margin-left: 5%;
	display: flex;
	margin-top: 2vh;
	text-decoration: none;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: normal;
	color: #312222;
}

.conta{
	display: flex;
	margin-left: 30%;
	margin-top: 7vh;

}

.redes a img{
	height: 4vh;
	text-decoration: none;
}

.rodap{
    background-color: #ffffff;
}

.rodap img{
	height: 10vh;
    width: 70%;
    margin-left: 16%;
}
