* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body {
/*	background: linear-gradient(90deg, rgba(166,93,234,1) 25%, rgba(207,103,235,1)73%);*/
/*	font-family: Arial, Helvetica, san-serif;*/
	background-color: #FFFFFF;
	font-family: 'Roboto', san-serif;
	font-weight: normal;
	font-size: 25px;
}

.main-header {
	background: url("https://www.a2rsoluciones.com/imagenes/fondo_bienvenida.jpg");
/*	color: white;*/
/*	height: 80px;*/
/*	background-color: rgba(255, 255, 255, 0.9);*/
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0px; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

.container {
	max-width: 1100px;
	margin: 0 auto;
}

.back {
	height: 80px;
	padding: 32px 0;
	background: url("https://www.a2rsoluciones.com/imagenes/fondo_bienvenida.jpg");
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

.logo {
	font-size: 24px;
	color: #15A4F9;
	font-weight: 800;
/*	text-transform: uppercase;*/
}

.menu .navbar ul li {
	position: relative;
	float: left;
}
	
.menu .navbar ul li a {
	font-size: 18px;
	padding: 20px;
	color: #FFFFFF;
	display: block;
}

.menu .navbar ul li a:hover {
	color: #15A4F9;
}

#menu {
	display: none;
}

.menu-icono {
	width: 25px;
}

.menu label {
	cursor: pointer;
	display: none;
}


.footer {
	position: fixed;
	bottom: 0px;
    background-color: #f2f2f2;
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    text-align: center;
	font-size: 15px;
	width: 100%;
}


.titulos {
/*	background-color: #FFFFFF; */
	height:80px;
	top: 0px;
	margin: 0px;
}

.titulo {
/*	background-color: #FFFFFF; */
	height: 65%;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 45px;
    line-height: 70%;
    font-weight: bold;
    color: #ffffff;
	
/*	background-color: #aaaaaa;
	font-size: 45px;
	color: #FFFFFF;
	text-align: center;*/
}

.subtitulo {
/*	background-color: #FFFFFF; */
	height: 35%;
	display: flex;
    justify-content: center;
    align-items: start;
	font-size: 15px;
    font-weight: normal;
    color: #111111;
/*	background-color: #cccccc;
	font-size: 15px;
	color: #111111;
	text-align: center;*/
}

.caja-separador {
	margin: 10px;
/*	background-color: #77FF77; */
	background-color: #FFFFFF;
	display:flex;	
    justify-content: center;
    align-items: center;	
}

.separador {
	height: 1px;
	width: 75%;
    background-color: black;
	margin: 25px;
}

#recuerda {
	background-color: #FFFFFF;
	margin-top: 100px;
	padding: 20px;
}

#recuerda .contenedor {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 10px;
	border: 2px;
}

#recuerda h2 {
	text-align: center;
	margin: 20px;
}

#recuerda .texto-recuerda {
	background-color: #FFFFFF;
	width: 50%;
/*	max-width: 600px;
	text-align: initial;*/
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
    text-justify: inter-word;
    line-height: 1.6; /* Ajuste de altura de línea */
    word-spacing: 0.1em; /* Ajuste de espacio entre palabras */
}

#recuerda .imagen-recuerda {
/*	width: 50%;*/
	background-color: #FFFFFF;
	background-image: url("https://www.a2rsoluciones.com/imagenes/logo-lola.jpg");
	background-size: cover;
	background-position: center center;
	height: 200px;
	width: 200px;
}


#terminos {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 20px;
}

#terminos .contenedor {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	border: 2px;
}

#terminos h2 {
	text-align: center;
	margin: 30px;
}

#terminos .texto-terminos {
	background-color: #FFFFFF;
	width: 50%;
	max-width: 600px;
	text-align: initial;
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
    text-justify: inter-word;
    line-height: 1.6; /* Ajuste de altura de línea */
    word-spacing: 0.1em; /* Ajuste de espacio entre palabras */
}

#terminos .imagen-terminos {
	background-color: #FFFFFF;
	background-image: url("https://www.a2rsoluciones.com/imagenes/logo-documento-1.jpg");
	background-size: cover;
	background-position: center center;
	height: 500px;
	width: 500px;
	position: sticky;
	top: 115px;
}


#politicas {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 20px;
}

#politicas .contenedor {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	border: 2px;
}

#politicas h2 {
	text-align: center;
	margin: 30px;
}

#politicas .texto-politicas {
	background-color: #FFFFFF;
	width: 50%;
	max-width: 600px;
	text-align: initial;
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
	text-justify: inter-word;
    line-height: 1.6; /* Ajuste de altura de línea */
    word-spacing: 0.1em; /* Ajuste de espacio entre palabras */
}

#politicas .imagen-politicas {
	background-color: #FFFFFF;
	background-image: url("https://www.a2rsoluciones.com/imagenes/logo-documento-2.jpg");
	background-size: cover;
	background-position: center center;
	height: 500px;
	width: 500px;
	position: sticky;
	top: 115px;
}



#descargas {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 20px;
}

#descargas .contenedor {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	border: 2px;
}

#descargas h2 {
	text-align: center;
	margin: 30px;
}

#descargas .texto-descargas {
	background-color: #FFFFFF;
	width: 50%;
	max-width: 600px;
	text-align: initial;
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
	text-justify: inter-word;
    line-height: 1.6; /* Ajuste de altura de línea */
    word-spacing: 0.1em; /* Ajuste de espacio entre palabras */
}

#descargas .imagen-descargas {
	background-color: #FFFFFF;
	background-image: url("https://www.a2rsoluciones.com/imagenes/imagen-descarga.jpg");
	background-size: cover;
	background-position: center center;
	height: 500px;
	width: 500px;
	position: sticky;
	top: 115px;
}

#descargas .boton-descargas {
	color: #00A300;
	font-weight: bold;
}


@media(max-width:991px) {

	.main-header {
		position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	}
	
	.menu {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 25px;
		padding-left: 25px;
/*		padding-top: 10px;*/
		
	}
	
	.menu label {
		display: initial;
	}
	
	.back {
		height: 60px;
		padding: 40px 0;
	}
	
	.menu .navbar {
		position: absolute;
		top: 100%;
		left: 0;
		right:	0;
/*		background-color: #AAA94F; */
		background: url("https://www.a2rsoluciones.com/imagenes/fondo_bienvenida.jpg");
		display: none;
	}
	
	.menu .navbar ul li {
		width: 100%;
	}
	
	#menu:checked ~ .navbar {
		display: initial;
	}



	.titulos {
	/*	background-color: #FFFFFF; */
		height: 60px;
		top: 0px;
		margin: 0px;
	}

	.titulo {
		height: 65%;
		display: flex;
		align-items: end;
		justify-content: center;
		font-size: 35px;
		line-height: 70%;
		font-weight: bold;
		color: #ffffff;

	/*	background-color: #aaaaaa;
		font-size: 45px;
		color: #FFFFFF;
		text-align: center;*/
	}

	.subtitulo {
		height: 35%;
		display: flex;
		justify-content: center;
		align-items: start;
		font-size: 10px;
		font-weight: normal;
		color: #111111;
	/*	background-color: #cccccc;
		font-size: 15px;
		color: #111111;
		text-align: center;*/
	}


	.separador {
		border: 0;
		height: 1px;
		width: 70%;
		background-color: #f55000;
	}


	#recuerda {
		background-color: #FFFFFF;
		margin-top: 100px;
		padding: 10px;
	}
	


	#recuerda .contenedor {
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px;
		margin: 0px;
		border: 2px;
	}

	#recuerda h2 {
		text-align: center;
		margin: 20px;
	}

	#recuerda .texto-recuerda {
		background-color: #FFFFFF;
		width: 75%;
	/*	max-width: 600px;
		text-align: initial;*/
		font-size: 15px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#recuerda .imagen-recuerda {
		width: 25%;
		background-color: #FFFFFF;
		background-image: url("https://www.a2rsoluciones.com/imagenes/logo-lola.jpg");
		background-size: cover;
		background-position: center center;
		height: 100px;
		width: 100px;
	}


	#terminos {
		background-color: #FFFFFF;
		margin-top: 20px;
		padding: 10px;
	}

	#terminos .contenedor {
		background-color: #FFFFFF;
	/*	display: flex;
		justify-content: center;
		align-items: center;*/								
		padding: 0px;
		margin: 0px;
		border: 2px;
	}

	#terminos h2 {
		text-align: center;
		margin: 20px;
	}

	#terminos .texto-terminos {
		background-color: #FFFFFF;
		width: 75%;
		/*	max-width: 600px;
		text-align: initial;*/
		font-size: 15px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#terminos .imagen-terminos {
		width: 25%;
		background-color: #FFFFFF;
		background-image: url("https://www.a2rsoluciones.com/imagenes/logo-documento-1.jpg");
		background-size: cover;
		background-position: center center;
		height: 100px;
		width: 100px;
		position: sticky;
		top: 300px;
	}

	
	#politicas {
		background-color: #FFFFFF;
		margin-top: 20px;
		padding: 10px;
		margin-bottom: 20px;
	}

	#politicas .contenedor {
		background-color: #FFFFFF;
		/*	display: flex;
		justify-content: center;
		align-items: center;*/
		padding: 0px;
		margin: 0px;
		border: 2px;
	}

	#politicas h2 {
		text-align: center;
		margin: 20px;
	}

	#politicas .texto-politicas {
		background-color: #FFFFFF;
		width: 75%;
		/*	max-width: 600px;
		text-align: initial;*/
		font-size: 15px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#politicas .imagen-politicas {
		width: 25%;
		background-color: #FFFFFF;
		background-image: url("https://www.a2rsoluciones.com/imagenes/logo-documento-2.jpg");
		background-size: cover;
		background-position: center center;
		height: 100px;
		width: 100px;
		position: sticky;
		top: 300px;
	}

	#descargas {
		background-color: #FFFFFF;
		margin-top: 20px;
		padding: 10px;
		margin-bottom: 20px;
	}

	#descargas .contenedor {
		background-color: #FFFFFF;
		/*	display: flex;
		justify-content: center;
		align-items: center;*/
		padding: 0px;
		margin: 0px;
		border: 2px;
	}

	#descargas h2 {
		text-align: center;
		margin: 20px;
		font-size: 20px;
	}

	#descargas .texto-descargas {
		background-color: #FFFFFF;
		width: 75%;
		/*	max-width: 600px;
		text-align: initial;*/
		font-size: 15px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#descargas .imagen-descargas {
		width: 25%;
		background-color: #FFFFFF;
		background-image: url("https://www.a2rsoluciones.com/imagenes/imagen-descarga2.jpg");
		background-size: cover;
		background-position: center center;
		height: 100px;
		width: 100px;
		position: sticky;
		top: 300px;
	}

	.footer {
		position: fixed;
		bottom: 0px;
		background-color: #f2f2f2;
		padding: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		font-size: 12px;
		width: 100%;
	}
	
}