* {
	font-family: 'Amiri', serif;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}

.recursive-head {
	width: 100%;
	background-color: lightgrey;
	text-align: center;
	height: 250px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid black;
}

.slogan {
	font-size: 2em;
}

.italic {
	font-style: italic;
}

.portal {
	letter-spacing: 2px;
	font-size: 2em;
}

.bandera {
	height: 50px;
	width: 50px;
	margin: 0;
	padding: 0;
}

.literacy {
	font-size: 1.7rem;
	font-weight: bold;
}

.social-links {
	font-size: 1.5em;
	letter-spacing: 6px;
}

section {
	width: 100%;
}

.navbar-links {
	background-color: #3a85ce;
}

nav {
	height: 50px;
	position: sticky;
	width: 100%;
	line-height: 60px;
	top: 0;
	z-index: 5;
}

nav ul {
	line-height: 35px;
	list-style: none;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-right: 40px;
	transition: 1s;
	background-color: black;
}

nav.black ul {
	background: black;
	/*border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}

nav ul li {
	display: inline-block;
	padding: 16px 40px;
}

nav ul li:hover {
	background: #2c669d;
}

nav ul a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

nav ul a:hover {
	text-decoration: none;
	color: #fff;
}

.menu-icon {
	line-height: 60px;
	width: 100%;
	background: #000;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor: pointer;
	color: #fff;
	display: none;
}

.inicio {
	padding-top: 50px;
	padding-bottom: 100px;
	color: black;
	/*background-color: white;*/
}

.container {
	max-width: 1430px;
}

.photoABC {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hr1 {
	border: .5px solid;
	width: 200px;
	border-radius: 15px;
}

#div1 {
	text-align: center;
}

.carousel-container {
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	width: 66.5%;
	border-radius: 15px;
	position: relative;
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-slide {
	display: flex;
	height: 100%;
	width: 100%;
}

#prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 15%;
	font-size: 30px;
	color: black;
	cursor: pointer;
}

#next {
	position: absolute;
	top: 50%;
	z-index: 10;
	right: 15%;
	font-size: 30px;
	color: black;
	cursor: pointer;
}

.navigation {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.bar {
	width: 25px;
	height: 10px;
	border: 2px solid rgba(58, 133, 206, .5);
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
	border-radius: 5px;
}

.metodologia {
	font-weight: 100;
	color: black;
	padding-top: 200px;
}

h1 {
	text-align: center;
}

.titulo {
	text-transform: uppercase;
	letter-spacing: 3px;
}

.separator {
	border: 3px solid lightgrey;
	width: 250px;
	border-radius: 15px;
}

.donkey {
	border-radius: 20px;
	box-shadow: 10px 10px 15px darkgrey;
}

.cuote {
	font-style: italic;
	letter-spacing: 2px;
	text-shadow: 3px 3px 4px #c2c3c2;
}

.explain {
	padding-top: 25px;
	color: black;
	font-size: 1.5rem;
	font-weight: 100;
	background-color: white;
	text-align: center;
	border-radius: 15px;
	box-shadow: 10px 10px 15px #c2c3c2;
}

.about {
	font-weight: 100;
	color: black;
	padding-top: 200px;
}

.explicacion {
	font-size: 1.3rem;
}

.italic2 {
	font-style: italic;
	font-size: 1.5rem;
}

.about-lead {
	font-size: 2rem;
}

.about-icon {
	font-size: 4rem;
	margin-bottom: 30px;
}

.about-title {
	letter-spacing: 2px;
	font-weight: bold;
}

.about-hr {
	width: 100px;
}

.cuote2 {
	background-color: white;
	font-style: italic;
	font-size: 2.5rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	border-top: 1px solid #c2c3c2;
	border-bottom: 1px solid #c2c3c2;
	border-left: 1px solid #c2c3c2;
	border-right: 1px solid #c2c3c2;
	box-shadow: 10px 10px 15px #c2c3c2;
}

.cuote2 span {
	font-weight: bold;
}

.tutorial {
	font-weight: 100;
	color: black;
	padding-top: 200px;
}

.videoTutorial {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}
.videoTutorial iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-shadow: 10px 10px 15px darkgrey;
}

.italic3 {
	font-size: 1.5rem;
}

.gratis {
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 1.3rem;
}

.catalogo {
	font-weight: 100;
	color: black;
	padding-top: 200px;
}

.pcard {
	text-align: -webkit-center;
}

.flip-card-container {
	width: 300px;
	height: 250px;
	perspective: 1000px;
}

.flip-card {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
}
.flip-card-container:hover .flip-card {
	transform: rotateY(180deg); /* <=>  rotateY(.5turn) */
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	justify-content: center;
	align-items: center;
	border: 2px solid lightgray;
	border-radius: 0.5rem;
}

.flip-card-back {
	transform: rotateY(180deg);
}

.cuerpo-tarjeta {
	font-size: 1.2rem;
}

.bold {
	font-weight: bold;
}

.hr-tarjeta {
	width: 80%;
}

.texto1-tarjeta {
	font-weight: 100;
	font-size: 1rem;
}

.precio-tarjeta {
	font-weight: bold;
	font-style: italic;
	color: green;
}

.hrValores {
	margin-bottom: 10px;
	width: 5%;
}

.hrSep {
	height: 1px;
	width: 60%;
	background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
.hrSep::after {
	content: '§';
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(60deg);
	transform-origin: 50% 50%;
	padding: 1rem;
	background-color: white;
}

.valores {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.valoresIn {
	display: none;
}

.valoresExt {
	display: block;
}

.cardContainer {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}

.cardContainer .card {
	position: relative;
	max-width: 460px;
	height: 280px;
	background-color: white;
	margin: 30px 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	transition: 0.5s ease-in-out;
}

.cardContainer .card:hover {
	height: 900px;
}

.imgBx {
	position: relative;
	width: 300px;
	height: 300px;
	top: -50px;
	left: 30px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
}

.imgBx img {
	max-width: 100%;
	border-radius: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cardContainer .card .content {
	position: relative;
	margin-top: -300px;
	padding: 10px 15px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.cardContainer .card:hover .content {
	visibility: visible;
	opacity: 1;
	margin-top: 30px;
}

.contacto {
	font-weight: 100;
	color: black;
	padding-top: 200px;
}

.contact-form {
	max-width: 600px;
	margin: auto;
	padding: 0 10px;
	overflow: hidden;
}

.contact-form-text {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 16px 0;
	border: 1px solid lightgrey;
	background: #fff;
	padding: 20px 40px;
	outline: none;
	color: #000;
	transition: 0.5s;
}

.contact-form-text:focus {
	box-shadow: 0 0 5px 1px #34495e;
}

textarea.contact-form-text {
	resize: none;
	height: 120px;
}

.boton-enviar {
	width: 100px;
	height: 50px;
	font-size: 1.3rem;
	background-color: white;
	border: 1px solid lightgrey;
	border-radius: 0;
	cursor: pointer;
	transition: 0.5s;
}

.boton-enviar:hover {
	background: #000;
	color: white;
}

.boton-enviar:focus {
	box-shadow: 0 0 5px 1px #34495e;
}

.bottom-footer {
	width: 100%;
	height: 325px;
	background-color: lightgrey;
	text-align: center;
	padding-top: 40px;
}
@media (max-width: 1050px) {
	nav ul {
		max-height: 0px;
		background: #000;
	}

	nav.black ul {
		background: #000;
	}

	.showing {
		padding: 0;
		margin: 0;
		max-height: 34em;
	}

	nav ul li {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}

	.menu-icon {
		height: 67px;
		display: block;
	}

	.metodologia {
		padding-top: 100px;
	}

	.about {
		padding-top: 100px;
	}

	.tutorial {
		padding-top: 100px;
	}

	.catalogo {
		padding-top: 100px;
	}

	.Contacto {
		padding-top: 100px;
	}
}

@media (min-width: 1038px) {
	.col-lg-12 {
		flex: 100%;
		max-width: 100%;
	}

	.metodologia {
		padding-top: 100px;
	}

	.about {
		padding-top: 100px;
	}

	.tutorial {
		padding-top: 100px;
	}

	.catalogo {
		padding-top: 100px;
	}

	.contacto {
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.valoresIn {
		display: block;
	}

	.valoresExt {
		display: none;
	}
}
