/*=============================================
GLOBAL
=============================================*/
.container {
	width: 90%;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
}

.politicas li {
	list-style: disc;
}

ul,
ol {
	padding: 0px;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
	list-style: none;
	text-decoration: none;
}

.backColor,
.backColor a {
	background: #FF324D;
	color: white;
}

h3 small a {
	color: #FF324D;
	font-weight: bold;
}

/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404 .verificar {
	color: #333;
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px) {

	.col-lg-0 {
		display: none;
	}

	.error404 h1 {
		font-size: 300px;
		text-shadow: 8px 8px 1px #dadada;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px) {

	.col-md-0 {
		display: none;
	}

	.error404 h1 {
		font-size: 200px;
		text-shadow: 6px 6px 1px #dadada;
	}

	.verificar h3 {
		margin-top: 30px;
		font-size: 100px;
		text-shadow: 4px 4px 1px #dadada;
	}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px) {

	.col-sm-0 {
		display: none;
	}

	.error404 h1 {
		font-size: 150px;
		text-shadow: 4px 4px 1px #dadada;
	}

	.verificar h3 {
		margin-top: 30px;
		font-size: 100px;
		text-shadow: 4px 4px 1px #dadada;
	}

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px) {

	.col-xs-0 {
		display: none;
	}

	.error404 h1 {
		font-size: 75px;
		text-shadow: 2px 2px 1px #dadada;
	}

	.verificar h3 {
		margin-top: 30px;
		font-size: 50px;
		text-shadow: 2px 2px 1px #dadada;
	}

}

.contenidoCheckout iframe {
	width: 100%;
}

@media (min-width:450px) {

	.contenidoCheckout iframe {
		height: 500px;
	}
	
}

@media (max-width:450px) {

	.contenidoCheckout iframe {
		height: 200px;
	}

}