*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, sans-serif;
}

.sec-head{
	background-image: url(../images/hechizosdeamarres.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position: center;
}

.img-fluid{
	max-width: 100%;
	height: auto;
}

.img-head{
	padding: 1px;
	margin-top: 30px;
	max-width: 350px;
	text-align: center;
	border-radius: 25px;
    border: 0.5px solid white;
}

.texto-head{
	margin: 30px 0;	
	color: #fff;
	text-align: center;
}

.texto-ppal{
	font-size: 60px;
	color: #670707;
	text-shadow: 0px 2px 4px white;
}

.btn{
	font-size: 20px;
}

.costo{
	text-align: center;
}
.texto-costo{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
.blanco{
	color: #fff;
}

.btn-success{
	background-color: #204D1F;
	border-color: #204D1F;
}

.sec-texto{
	margin: 25px 0;
	color:  #4e4e4e;
}
.tit-sec-texto{
	font-size: 35px;	
}
.texto-sec1{
	text-align: justify;
	font-size: 18px;
}
.tit2{
	font-size: 1.5rem;
}

.terminos{
	padding: 20px;
	background-color: #333;
	text-align: center;
	color: #fff;
}
.tit-terminos{
	font-size: 15px;
}
.politicas a{
	color: #fff;

}

@media (max-width: 500px)
{
	.btn{
		font-size: 15px;
	}
	.img-head{
		max-width: 300px;
	}

}