body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}

.container {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 15%;
}

.container * {
	position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


.container img {
	position: relative;
    float: left;
    width: 80%;
    margin: 0 10%;
}

.container h1 {
	margin: 60px 0 20px 0;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.container p.error {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: red;
}

.container .datos p {
	line-height: 30px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #fd2f33;
}

.container .datos p:last-child {
    border-bottom: none;
}

.container .datos p .dest {
	margin-bottom: 5px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    clear: both;
}

.container .formulario #btn-enviar {
	padding: 10px 0;
	margin-top: 40px;
    font-size: 16px;
    font-weight: 900;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
}

.container #respuesta {
	margin-top: 40px;
    text-align: center;
}