*{
    font-family: 'Outfit', sans-serif;
	margin: 0;
	padding: 0;
}

body{
	background-color: #FFF7EF;
}

.header{
	background-color: #181F2D;
	width: 100%;
	height: 116px;
	position: sticky;
	z-index: 1;
	top: 0;
	font-family: 'Outfit';
}

a{
    text-decoration: none;
    color: #181F2D;
}

ul{
  display: none;
}

input:checked  ~ ul{
  display:block;
}

input{
  display: none;
}

label{
	margin-left: 5.2%;
	margin-top: 12.5px;
  	box-sizing: border-box;
  	display: inline-block;
  	border: none;
 	width: 15%;
  	height: 30px;
  	line-height: 30px;
 	font-weight: bold;
  	text-align: center;
  	user-select: none;
 	color: #FFF7EF;
  	border-radius: 5px;
}

ul{
  margin-top:0;
  margin-left: 5.2%;
  padding: 0;
  width: 200px;
  position: absolute;
}

li{
  display: block;
  background: #FFF7EF;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 2px solid #E8412E;
}

li:hover{
  filter: brightness(110%);
}

.titulo{
	margin-top: -30px;
	color: #FFF7EF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.buscador{
	display: flex;
	margin: 0 auto;
	width: 80%;
	height: 40px;
	background-color: #181F2D;
	border: 2px solid #FFF7EF;
	border-radius: 20px;
	color: #FFF7EF;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	margin-top: 15px;
	background-image: url('./img2/pluma.svg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.slide{
	margin-top: 0 auto;
    display: flex;
    max-width: -140px;
	text-align: center;
	max-width: 100%;
}

.rectangulo{
	width: 100%;
	height: 375px;
	background-color: #dacabb;
	position: absolute;
	margin-top: -379px;
	z-index: -1;
}

.texto{
	display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
	align-items: center;
	font-size: 20px;
	margin-top: 25px;
}

.text2{
	font-size: 25px;
	color:#E8412E;
	margin-top: -25px;
}

.text3{
	margin-top: -25px;
}

.encuesta{
	max-width: 85%;
	margin: 0 auto;
	background-color:#181F2D;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: 25px;
	margin-bottom: 40px;
}

.titulo1{
	color: #FFF7EF;
	text-align: center;
	justify-content: center;
}

.email, .genero, .edad, .pais, .numero, .exp, .mejora, .reco{
	margin-top: 30px;
	color: #FFF7EF;
}

.correo, .genero2, .edad2, .pais2, .numero2, .reco2{
	display: block;
	margin-top: 10px;
	background-color: #181F2D;
	color: #FFF7EF;
	border: 2px solid #FFF7EF;
	border-radius: 15px;
	width: 100%;
	height: 40px;
	padding-left: 4%;
	box-sizing: border-box;
}

.edad2::-webkit-calendar-picker-indicator{
	padding-right: 3%;
}

.exp2, .mejora2{
	display: block;
	margin-top: 10px;
	background-color: #181F2D;
	color: #FFF7EF;
	border: 2px solid #FFF7EF;
	border-radius: 15px;
	width: 100%;
	height: 100px;
	padding-left: 4%;
	padding-top: 15px;
	box-sizing: border-box;
}

.checkbox{
	font-size: 10px;
	color: #FFF7EF;
	margin-top: 10px;
	margin-left: 6%;
}

.checkbox2{
	margin-top: -35px;
	display: flex;
	margin-left: 1%;
}

.checkbox3{
	margin-top: 9px;
	display: flex;
	margin-left: 1%;
}

.boton{
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-radius: 15px;
	color: #FFF7EF;
	height: 40px;
	width: 50%;
	background-color: #E8412E;
	cursor: pointer;
	margin: auto;
}

.boton:hover{
	background-color:#fa7668;
}

.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.popup-contenido{
    background-color: #181F2D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #333;
    text-align: center;
	border-radius: 15px;
}

.cerrarPopup{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
	color: #FFF7EF;
}

.agrad{
	color: #E8412E;
	font-weight: 500;
}

.text4{
	font-weight: 200;
	font-size: 25px;
	margin-top: 10px;
	color: #FFF7EF;
}

.redes{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 260px;
	width: 100%;
	height: 65px;
	background: #181F2D;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	right: 0;
}

.facebook, .instagram, .twitter{
	height: 35px;
	margin-top: 15px;
}