@import url('https://fonts.googleapis.com/css2? family= Montserrat:wght@300;400;700 & display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    


.body {
    background-color: #903032;
    height: 100%;
    width: 100%;
    display: flex;
    font-family:'Montserrat', sans-serif;
    
    


}
#contenido {
	width: 980px;
	height: 100%;
	background-image: url(imagenes/contenido_fondo.png);
	background-repeat: repeat-y;
	text-shadow: 0px 0px;
	background-color: #b80e08;
	font-style: normal;
	font-size: 16px;
	font-weight: 100;
}

.form{
    background-color: #b80e08;
    width: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin: auto;
    max-width: 400px;
    border-radius: 1em;
    padding: 3em 1em;

}
.form_container {
    background-color: #b80e08;
    width: 100%;
    margin-bottom: 2em;
    display: grid;
    gap: 1em;
    grid-auto-columns: 1;

}
.form_title {
    text-align: center;
    font-size: 40px;

}
.form_input {
    font-family: inherit;
    font-size: 1rem;
    padding: 0.8em 1em;
    outline: none;
    border: none;
    border: 1px solid whitesmoke;
    border-radius: 0.2em;
}
.form_input--message {
        resize: none;
        padding: 2em 1.5em;
        margin-bottom: 1em;

}
.form_cta {
    font-family: inherit;
    font-size: 1rem;
    background-color: #903032;
    color: whitesmoke;
    border: none;
    font-weight: bold;
    padding: .7em 0;
    border-radius: .2em;
    cursor: pointer;
    font-weight: 400;
}
@media (max-width: 450px){
    .form {
        padding: 3.5em 1em;
    }
}
#pre {
	width: 980px;
	color:#000000;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background-color:#ECECEC;
	text-align: center;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-top: solid 2px black;
	
}

#pie1 {
	width: 980px;
	height: 70px;
	background-color: #D68910;
	border-top: solid 1px black ;
	margin-top: 0;
	display: flex;
	align-content: space-between;
	align-items: center;
	list-style-type: none;

}
#pie1 img {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 10px;
}
#pie1 li {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	list-style-type: none;
	color: #000000;
	margin-right: auto;
	margin-left: 20px;
}