@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
}

@font-face {
	src: url(../fonts/lato300.ttf);
	font-family: lato300;
}

@font-face {
	src: url(../fonts/lato700.ttf);
	font-family: lato700;
}

@font-face {
	src: url(../fonts/latoregular.ttf);
	font-family: latoreg;
}

@font-face {
	src: url(../fonts/karbon-Bold.otf);
	font-family: karbon;
}

@font-face {
	src: url(../fonts/karbon-Regular.otf);
	font-family: karbonreg;
}

@font-face {
	src: url(../fonts/karbon-Light.otf);
	font-family: karbonl;
}

body {
	background-color: white;
}

#formu {
	background-color: #FFFFFF;
	color: rgba(255, 255, 255, 1.00);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family: latoreg;
	font-size: 1.1em;
	text-align: center;
	z-index: 200;
}

#formu2 {
	background-color: transparent; /* Cambiado a transparente para que se vea la línea de fondo */
	color: rgba(255, 255, 255, 1.00);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family: latoreg;
	font-size: 1.1em;
	text-align: left;
	z-index: 200;
}

.formulario_c1 {
	width: 100%;
	height: auto;
	background-size: 100%;
	background-position: fixed;
	background-repeat: no-repeat, no-repeat;
}

.privacidad {
	font-family: lato300;
	font-size: 0.75em;
	color: rgba(0, 0, 0, 1.00);
}

.campo {
	border: none;
	width: 100%;
	display: block;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #db133e; /* Línea de fondo */
	text-indent: 0px;
	font-size: 0.9em;
	font-family: lato300;
	outline: none;
	background-color: transparent; /* Fondo transparente */
	color: #000000; /* Color de texto */
}

.textof {
	border: none;
	width: 100%;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 8px;
	text-indent: 0px;
	font-size: 0.9em;
	border: inset 1px rgba(0, 0, 0, 0.4);
	font-family: lato300;
	max-height: 100px;
	max-width: 100%;
	outline: none;
	background-color: transparent; /* Fondo transparente */
	color: #db133e; /* Color de texto */
}

/* Evitar que el color del texto cambie a gris al hacer clic */
.campo:focus,
.textof:focus {
	color: #000000;
}

.campo::placeholder {
    color: #D8D8D8; /* Color del marcador de posición */
}

.textof::placeholder {
    color: #D8D8D8; /* Color del marcador de posición */
}

#formulario_c1 p {
  text-align: left;
  color: black;
    padding-left:0;
}

.boton {
	border: none;
	border-radius: 60px;
	width: 150px;
	height: 50px;
	background-color: #646569;
	color: rgba(255, 255, 255, 1.00);
	font-family: karbon;
	font-size: 1em;
	padding-top: 10px;
	text-transform: uppercase;
}

.confirm {
	padding-top: 150px;
	padding-bottom: 550px;
}

.acepto {
	font-family: lato300;
	font-size: 0.75em;
	color: rgba(255, 255, 255, 1.00);
}

.acepto a {
	color: #FFFFFF;
}

@media only screen and (max-width: 640px) {

	#formu2 {
		background-color: transparent;
		color: rgba(255, 255, 255, 1.00);
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		font-family: latoreg;
		font-size: 1.1em;
		text-align: center;
		z-index: 200;
	}
}