/*PALETA DE COLORES
#003B57
#42ACDD
#0091D5
#1A4357
#0070A3
*/
.Principal{
	/*background-image: url('../Images/Conoce-a-tus-Consumidores.webp');*/
	/*background-image: url('../Images/productos-de-limpieza.webp');*/
	background-image: url('../Images/encuesta-sobre-hamburguesa.webp');
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: repeat;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

a{
	text-decoration: none;
}

.justificar {
  text-align: justify;
}

.contenido{
	padding: 100px;
}
.contenidoterminos{
	padding: 130px 50px 50px 50px;
}
.todoelancho{
	width: 100%;
}
.textooriginal{
	color: #003B57;
}
.streaming{
	width: 100%;
	height: auto;
	border-radius: 50%;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.socio{
	width: 35px;
	height: auto;
	border-radius: 50%;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.regalos{
	width: 50px;
	height: auto;
	border-radius: 50%;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.bandera{
	width: 25px;
	height: 25px;
	height: auto;
	border-radius: 50%;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.sombra{
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.fondoOriginal{
  background-color: #003B57;
}
.fondosuabe{
	background-color: #3A5675;
	/*
Color suavizado: #527791
Color suavizado: #345669
Color suavizado: #476378
Color suavizado: #2D4E66
Color suavizado: #3A5675*/
}
.esquinas{
  border-radius: 0%;
}
.arriba{
	margin-top: 20px;
}
.margensuperios{
	margin-top: 150px;
}
.margenes{
	margin: 30px;
}
.ancho300{
	width: 80%;
	margin: 10% 10% 30px 10%;
}

.PrincipalPass{
	/*background-image: url('../Images/Conoce-a-tus-Consumidores.webp');*/
	/*background-image: url('../Images/productos-de-limpieza.webp');*/
	background-image: url('../Images/encuesta-sobre-hamburguesa.webp');
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: repeat;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#info1{
	background-image: url('../Images/Encuestas-Remuneradas-Tu-Opinion-Vale-Dinero.webp');
	background-size: cover;
  background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 300px;
}

.sinespacio{
	margin: 0px;
	padding: 0px;
}
.sinespacioizquierdo{
	margin-left: 0px;
	padding-left: 0px;
}

.textoconsombra {
  color: white; /* Color de las letras */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Configuración de la sombra */
}

.vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;; /* Ajusta la altura según tus necesidades */
}

.sombrafoo{
background-color: #3A5675;
margin-top: 30px;
padding: 20px;
-webkit-box-shadow: -30px -33px 60px -40px rgba(0,0,0,0.75);
-moz-box-shadow: -30px -33px 60px -40px rgba(0,0,0,0.75);
box-shadow: -30px -33px 60px -40px rgba(0,0,0,0.75);
}

.aumento:hover {
	display: inline-block;
  transform: scale(1.3); /* Ajusta el valor según el tamaño deseado */
}

@media (min-width: 0px) and (max-width: 767px) {
	.oculto{
		display: none;
	}

}
