




	@media screen and (max-width: 992px) {

	}

	@media screen and (max-width: 768px) {
		.nav-item {
			padding: 5px 0px;
		}
	}	
	

	footer.container {
		max-width: 800px; 
		border-radius: 5px;
		color:grey; 
		vertical-align: middle;
		text-align:center;
		margin-top:15px;
	}

	.texto1 {font-size:20px;}
	.texto2 {font-size:18px;}
	.texto3 {font-size:16px;}
	.negr {font-weight: bold;}
	.centr {text-align: center;}
	.derecha {text-align: right;}
	.izquierda {text-align: left;}
	.gris {color: DimGray;}
	.azul {color: rgb(51, 122, 183);}
	
	.terminos {max-width:700px;}
	
	.terminos  h1 {
		color: rgb(8, 76, 133);
		font-weight: bold;
	}
	.terminos  h2 {
		color: rgb(8, 76, 133);
		font-weight: bold;
	}	
	.terminos  h3 {
		color: rgb(8, 76, 133);
		font-weight: bold;
	}	
	.terminos  h4 {
		color: rgb(8, 76, 133);
		font-weight: bold;
	}	
	.terminos  p {
		font-size:16px;
		line-height: 1.6;
	}

	.terminos  ul {
		font-size:16px;
		line-height: 1.6;
	}
	.terminos a {
		font-weight: bold;
	}
	.titulo1_ {
		font-size: 32px;
		font-weight: bold;
	}

	.titulo2_ {
		font-size: 24px;
		font-weight: bold;
	}

	.titulo3_ {
		font-size: 18px;
		font-weight: bold;
	}

	p_, ol_, ul_  {
		color:rgb(96,96,96);
		font-size: 18px;
		
	}
	