@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap');

body {
	background: #f7f7f7;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #6b6b6b;
}

.gumroad-overlay-iframe {
	left: 0;
}


/* MODAL */

.modal .close {
	position: absolute;
	top:0;
	right: 10px;
	z-index: 9999;
}

/*
.modal .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
	background-color: rgba(0,0,0,0.3);
}
*/

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev hover,
.carousel-control-next hover {
	color: black !important;
	font-size: 30px;
}


/* MODAL */


/* Contenedor 1 - HEADER */

.cont-header {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.bg {
	background-image: -moz-linear-gradient(90deg, rgba(255, 209, 252, 0.99608) 0%, rgb(250, 208, 198) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(255, 209, 252, 0.99608) 0%, rgb(250, 208, 198) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(255, 209, 252, 0.99608) 0%, rgb(250, 208, 198) 100%);
	height: 500px;
	transform: rotate(0deg) skewY(-5deg);
	width: 100%;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -1;
}

.cont-header .cover-book {
	margin-top: 20px;
	float: right;
}


.cont-header .cont-text {
	color: black;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}

.cont-header .cont-text h1 {
	color: black;
	font-size: 30px;
	font-variant: small-caps;
	font-weight: 700;
	line-height: 28px;
}

.cont-header .cont-text p {
	font-size: 24px;
	font-variant: small-caps;
	line-height: 1.2;
	margin: 15px 0 40px;
}

.cont-header .cont-text .btn {
	font-size: 30px;
	font-variant: small-caps;
	line-height: 1.2;
	color: #c7656e;
	text-transform: uppercase;
	border: 5px solid #c7656e;
	border-radius: 50px;
	transition: 0.5s;
	font-weight: 700;
	display: inline;
	padding: 10px 30px;
	display: block;
}

.cont-header .cont-text .btn .fas {
	margin-right: 10px;
}

.cont-header .cont-text .btn:hover {
	transform: scale(1.05);
	background: #c7656e;
	color: white;

}

.cont-header .cont-text .price {
	text-align: center;
	font-size: 25px;
	font-variant: small-caps;
	line-height: 1.2;
	color: #c7656e;
	text-transform: uppercase;
	border: 4px solid #c7656e;
	border-radius: 50px;
	transition: 0.5s;
	font-weight: 700;
	display: inline;
	padding: 10px 30px 20px;
	display: block;
	position: relative;

}

.cont-header .price .price-old {
	background: #c7656e;
	font-size: 14px;
	color: white;
	text-decoration: line-through;
	padding: 5px 10px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	border-radius: 50px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* END Contenedor 1 - HEADER */


/* Contenedor 2 */

.cont-2 {
	padding-top: 40px;
}

.cont-2 h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
	color: #181818;
	line-height: 35px;
	margin-bottom: 15px;
}

.cont-2 .pic-1 {
	border-radius: 50%;
	width: 230px;
	height: 230px;
	object-fit: cover;
	border: 10px solid #c7656e;
}

/* END Contenedor 2 */

/* Contenedor 3 */

.cont-3 {
	background: white;
	padding: 40px;
	text-align: center;
}

.cont-3 h3 {
	color: #181818;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	font-weight: 900;
}

.cont-3 h3:after {
	content: "";
	width: 30%;
	height: 4px;
	margin: 15px auto;
	background: #c7656e;
	display: block;
}

.cont-3 .btn {
	background: #c7656e;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
	border-radius: 50px;
	transition: 0.5s;
	font-weight: 700;
	display: block;
	overflow: hidden;
	padding: 15px;
	margin: auto auto 15px auto;
	max-width: 400px;
}

.cont-3 .btn .fas {
	margin-left: 10px;
	font-size: 33px;
	display: inline-flex;
	vertical-align: sub;
}

.cont-3 .animate {
	transition: 0.5s;
	animation: slide_arrow 1s ease-in-out infinite;
}


@keyframes slide_arrow {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, 0);
	}
}



/* END Contenedor 3 */


@media (max-width: 780px) {

	body {
		text-align: center;
	}

	.cont-header .cont-text {
		margin: 20px 0 0 0;
		position: relative;
		transform: none;
		top: 0;
	}

	.cont-header .cont-text h1 {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.cont-header .cont-text p {
		font-size: 18px;
	}
	
	.cont-header .cont-text .btn {
		font-size: 20px;
	}

	.cont-header .cont-text .price {
		margin-bottom: 20px;
	}

	.bg {
		height: 900px;
	}

	.cont-header .cover-book {
		margin-top: 40px;
		right: -50px;
		position: relative;
	}

	.cont-2 {
		text-align: center;
	}

	.cont-2 .pic-1 {
		margin-bottom: 30px;
	}

	.cont-2 h2 {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.cont-3 .col-md-4 {
		margin-bottom: 40px;
	}

}
