#form {
  width: 250px;
  margin: 0 auto;
  height: 40px;
}

#form p {
  text-align: center;
}

#form label {
  font-size: 26px;
}

input[type="radio"] {
  display: none;
}

label {
  color: white;
  padding-left: 15px;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
  float: left;
}

label:hover,
label:hover ~ label {
  color: orange;
}

input[type="radio"]:checked ~ label {
  color: orange;
}

.encuesta {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #1a2f2b;
  z-index: 2000;
  transform: translateY(90%);
  transition-duration: 400ms;
}

.econtenido {
  width: 70%;
  height: auto;
  position: relative;
  float: left;
  margin-left: 15%;
  margin-right: 15%;
}

#close-modal-icon {
  position: absolute;
  right: 0;
  top: 10px;
  transform: scale(0);
  transition-duration: 300ms;
  cursor: pointer;
}

#close-modal-icon:active {
  transform: scale(0.9);
}

#arrowForm {
  transform: rotate(180deg);
  transition-duration: 300ms;
}

.eimg {
  width: 40px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.etexto {
  width: 200px;
  height: auto;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 15px;

  cursor: pointer;
}

.marcadores {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.eformulario {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

.ecform {
  width: 100%;

  position: relative;
  float: left;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 90px;
  font-size: 14px;
  padding-left: 10px;
}

.ecformarea {
  width: 100%;

  position: relative;
  float: left;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 14px;
  padding-left: 10px;
}

.ecboton {
  width: 100%;

  position: relative;
  float: left;
  height: 40px;

  border-radius: 90px;
  font-size: 14px;
  padding-left: 10px;
  background-color: red;
  border: 0px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 100px;
}

.epregunta {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;

  display: flex;
  gap: 0.5rem;
  align-items: center;
}




.menu{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding-top: 4%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #E2923B;
	z-index: 1000;
	padding-bottom: 30px;
	  white-space: nowrap;
	overflow: auto;
	
}


.menu a{
display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 3px solid white;
	text-align: center;
	border-radius: 90px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 15px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: white;
		
}


#active{
	background-color: white;
	color: red;
}









.foto-todo{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 0%;
	
}

.foto{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 25%;
	
}


.idioma-i{
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 25%;
	margin-top: -7px;
	
}

.idioma-d{
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 0%;
	margin-right: 25%;
		margin-top: -7px;
	
}




.categoria{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 25%;
	margin-top: -7px;
	
}


.espanol {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  border-radius: 90px;
  background-color: white;
  color: red;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black",
    "sans-serif";
  font-size: 14px;
  padding-top: 10px;
  z-index: 2001;
}

.ingles {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 57px;
  border-radius: 90px;
  background-color: #ff3502;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black",
    "sans-serif";
  font-size: 14px;
  padding-top: 10px;
  z-index: 2001;
}






@media (max-width: 1024px) {
	
	
	
.foto{
	width: 70%;
	height: auto;
	float: left;
	position: relative;
		margin-left: 15%;
	
}

	
	.categoria{
	width: 70%;
	height: auto;
	float: left;
	position: relative;
		margin-left: 15%;
		margin-top: -7px;
	
}
	
	
.idioma-i{
	width: 35%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 15%;
	margin-top: -7px;
	
}

.idioma-d{
	width: 35%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 0%;
	margin-right: 15%;
		margin-top: -7px;
	
}

	
	
	
	

}



@media screen and (max-width: 736px) {
	
	.foto{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
			margin-left: 0%;
	
}
	
		.categoria{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
			margin-left: 0%;
				margin-top: -7px;
	
}
	
	
	
	
	.idioma-i{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 0%;
	margin-top: -7px;
	
}

.idioma-d{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	margin-left: 0%;
	margin-right: 0%;
		margin-top: -7px;
	
}
	
	
}
