*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

h4{
	text-align: center;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size: 30px;
}

.form-cerezo{
	width: 300px;
	background: #B71251;
	padding: 15px;
	margin: auto;
	margin-top: 100px;
	border-radius: 10px;
	font-family: 'calibri';
	font-size: 20px;
	color: white;
}

.form-correo{
	width: 300px;
	background:#f6f6f6;
	border-radius: 10px;
	padding: 15px;
	margin: auto;
	font-family: 'calibri';
	font-size: 20px;

}

.label-container label {
	display: block;
	margin-bottom: 5px;
  /* Puedes agregar estilos adicionales para el label, como tamaño de fuente, color, etc. */
}

.cerezo{
	width: 100%;
	margin-bottom: 16px;
	height: 30px;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px;

}

.correo{
	width: 100%;
	margin-bottom: 16px;
	height: 30px;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px;
}

.botton{
	margin-top: 10px;
	width: 40%;
	background:#B71251 ;
	height: 40px;
	border-radius: 10px;
	border: 1px;
	font-size: 20px;
	color: white;
}

.botton:hover {
    /* Estilos al hacer hover */
    background-color: white; /* Cambia el color de fondo cuando se hace hover */
    color: #B71251;
}

.centrar{
	display: flex;
	justify-content: center;
}

.sec-thanks{
	width: 300px;
	background: #B71251;
	padding: 15px;
	margin: auto;
	margin-top: 100px;
	border-radius: 10px;
	font-family: 'calibri';
	font-size: 20px;
	color: white;
	text-align: center;
}

.botton-thanks{
	margin-top: 10px;
	width: 50%;
	background:white ;
	height: 40px;
	border-radius: 10px;
	border: 1px;
	font-size: 20px;
	color: #B71251;
}

.botton-thanks:hover {
    /* Estilos al hacer hover */
    background-color: #B71251; /* Cambia el color de fondo cuando se hace hover */
    color: white;
}

