*{
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	margin: 0;
}

.contariner-gracias{
	height: 100%;
	position: relative;
	width: 100%;
}

.txt-nar2:hover{
	color: #c47a4d;
}

.recu{
	border: 1px solid #999999;
	margin: 10px 0;
	padding: 5px 0;
}

.container_prop{
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0 30px;
}

.hr{
	background: rgba(0,0,0,0.3);
	height: 1px;
	margin: 20px 0;
	width: 100%;
}

.txt-m{
	font-size: 16px;
}

.txt-nar2{
	font-weight: bold;
	color: #c47a4d;
}

#banner{
	background-color: #5a2873;
	background-image: url('../images/background-purple.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.row{
	margin: 0;
}

.txt-descarga{
	font-size: 14px;
}


.img-libro{
	position: relative;
	top: 100px;
	width: 100%;
}

.txt-white{
	color: #ffffff;
	font-weight: 300;
}

.margin-ba{
	margin-top: 30px;
	margin-bottom: 0;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 23px;
}

h1,h2,h3{
	color: #f6986c;
	font-family: 'Libre Baskerville', serif;
	line-height:1; 
}

p{
	font-size: 1.1em;
}

.container_txt{
	padding-left: 3.5%;
	width: 100%;
}

.fp{
	margin-top: 2.5rem;
}

.btn-comprar{
	background: rgba(246,152,108,1);
background: -moz-linear-gradient(top, rgba(246,152,108,1) 0%, rgba(249,129,64,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,152,108,1)), color-stop(100%, rgba(249,129,64,1)));
background: -webkit-linear-gradient(top, rgba(246,152,108,1) 0%, rgba(249,129,64,1) 100%);
background: -o-linear-gradient(top, rgba(246,152,108,1) 0%, rgba(249,129,64,1) 100%);
background: -ms-linear-gradient(top, rgba(246,152,108,1) 0%, rgba(249,129,64,1) 100%);
background: linear-gradient(to bottom, rgba(246,152,108,1) 0%, rgba(249,129,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6986c', endColorstr='#f98140', GradientType=0 );
	border-radius: 5px;
	color: #ffffff;
	display: table;
	font-size: 15px;
	font-weight: bold;
	margin-left: 25px;
	padding: 18px 0;
	text-align: center;
	width: 180px;
}

.btn-comprar:active{
	color: #ffffff;
}

.table-precios{
	border-bottom: 1px solid #894ea2;
	border-top:1px solid #894ea2;
}

.table-precios tr td{
	font-size: 18px;
	padding: 8px 25px;
}

.table-precios tr td:first-child{
	border-right: 1px solid #894ea2;
}

.table-precios tr td:first-child span:nth-child(2){
	font-size: 12px;
	margin-left: 8px;
}

.table-precios, .btn-comprar{
	display: inline-block;
	vertical-align: middle;
}

.txt-t{
	padding: 10px 0;
}

.os{
	float: left;
	margin-left: 5px;
}

.testimonio{
	box-shadow: 5px  0 4px #aaaaaa;
}

.txt-testimonio{
	font-style: italic;
}

.txt-lila{
	color: #5a2873;
}

.txt-nar{
	color: #f6986c;
}

a:hover{
	text-decoration: none;
}

@media(max-width:992px){
	.img-libro{
		position: relative;
		top: 20px;
		margin-left: 15%;
		width: 70%;
	}

	.txt-expl{
		text-align: center;
	}

	.table-precios{
		margin: 0 auto;
	}

	.btn-comprar{
		display: block;
	}

	.t1{
		margin-top: 30px;
	}

	.btn-comprar{
		margin: 15px auto;
	}

	.min{
		margin: 0 auto;
	}
}

@media(max-width: 650px){
	.table-precios tr td{
		font-size: 15px;
	}

	.t img, .t1 img{
		width: 100%;
	}

	.testimonio{
		box-shadow: none;
		border-bottom: 1px solid #999999;
	}

	.os{
		margin-left: 5%;
		width: 28.33333333333333333333%;
	}

	.foo{
		font-size: 12px;
		width: 94%;
	}
}