<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LM application colors, 
	all are already in site.variables */
	/* adjustments for any type of message,
	should be overriden in Semantic */


	.error-input{
		border-color: red;
	}

	#success {
		position: relative;
	}

	.ui.message {
	  box-shadow: none !important;
	  color: #2c2c2c !important;
	  height: 70px;
	}
	/* color adjustments specifically for the positive message,
	should be overriden in Semantic */
	.ui.positive.message {
	  background-color: #e0efcb;
	  padding: 9px 5px 0 5px;
	}

	.header{
		color : #255326;
	}

	.header &gt; i {
		color: #4B7A47;
	}

	.close-success {
      position: absolute;
      right: 7px;
      top: 5px;
	  color: rgba(44, 44, 44, 0.4);
	}
	.close-success:hover {
	  color: rgba(44, 44, 44, 0.6);
	}
	.fa-check-circle {
	  font-size: 12px;
	  position: relative;
	  bottom: 1px;
	  margin-right: 4px;
	  opacity: 0.75;
	}
	/* Ignore this, this is just to make CodePen look nice :) */
	.msgs {
	  z-index: 10;
	  display: flex;
	  flex-direction: column;
	  width: 400px;
	  height: 150px;
	  position: absolute;
	  top: 20px;
	  right: -30px;
	  margin: auto;
	  margin-top: 28px;
	  font-size: 0.8rem;
	}
	
	.msg-container {
	  position: relative;
	  height: 200px;
	  z-index: 10;
	}

.login_input{
	color: black;
	border: 1px solid black;
}

.submit_input{
	color: black;
	border: 1px solid black;
	margin-left: 20px;
	padding-right: 10px;
}

.margin_questions{
	margin-top: 17px;
}	


.div_pago{
	display: flex;
	justify-content: center;
	align-items:center;
		
}
.div_pago button{
	width: 180px ;
	margin:  0 20px !important;
}
.div_pago div{
	display: flex;
}
.pay_title{
	
	height: 50px;
}
.pay_title h2{
	padding-top: 0 !important;
	padding-bottom: 20px;
}
@font-face {
	font-family: 'Perpetua';
	src: url('../fonts/Perpetua.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Perpetua';
	src: url('../fonts/Perpetua-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: bold;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: lighter;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: lighter;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: lighter;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: bold;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: bolder;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: bolder;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: bolder;
}

audio {
	height: 30px;
}

.animate {
	visibility: hidden;
}

.row {
	width: 100%;
	/*display: block;*/
	overflow: auto;
	position: relative;
}

.col-1 {
	float: left;
	width: calc(8.33% - 20px);
	padding: 5px 10px;
}
.col-2 {
	float: left;
	width: calc(16.67% - 20px);
	padding: 5px 10px;
}
.col-3 {
	float: left;
	width: calc(25% - 20px);
	padding: 5px 10px;
}
.col-4 {
	float: left;
	width: calc(33.33% - 20px);
	padding: 5px 10px;
}
.col-5 {
	float: left;
	width: calc(41.67% - 20px);
	padding: 5px 10px;
}
.col-6 {
	float: left;
	width: calc(50% - 20px);
	padding: 5px 10px;
}
.col-7 {
	float: left;
	width: calc(58.33% - 20px);
	padding: 5px 10px;
}
.col-8 {
	float: left;
	width: calc(66.67% - 20px);
	padding: 5px 10px;
}
.col-9 {
	float: left;
	width: calc(75% - 20px);
	padding: 5px 10px;
}
.col-10 {
	float: left;
	width: calc(83.33% - 20px);
	padding: 5px 10px;
}
.col-11 {
	float: left;
	width: calc(91.67% - 20px);
	padding: 5px 10px;
	
}
.col-12 {
	float: left;
	width: calc(100% - 20px);
	padding: 10px 10px;
}

@media only screen and (min-width: 990px) {
	.col-xl-1 {
		float: left;
		width: calc(8.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-2 {
		float: left;
		width: calc(16.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-3 {
		float: left;
		width: calc(25% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-4 {
		float: left;
		width: calc(33.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-5 {
		float: left;
		width: calc(41.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-6 {
		float: left;
		width: calc(50% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-7 {
		float: left;
		width: calc(58.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-8 {
		float: left;
		width: calc(66.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-9 {
		float: left;
		width: calc(75% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-10 {
		float: left;
		width: calc(83.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-11 {
		float: left;
		width: calc(91.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-xl-12 {
		float: left;
		width: calc(100% - 20px) !important;
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 768px) /*and (max-width: 990px)*/ {
	.col-lg-1 {
		float: left;
		width: calc(8.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-2 {
		float: left;
		width: calc(16.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-3 {
		float: left;
		width: calc(25% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-4 {
		float: left;
		width: calc(33.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-5 {
		float: left;
		width: calc(41.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-6 {
		float: left;
		width: calc(50% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-7 {
		float: left;
		width: calc(58.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-8 {
		float: left;
		width: calc(66.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-9 {
		float: left;
		width: calc(75% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-10 {
		float: left;
		width: calc(83.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-11 {
		float: left;
		width: calc(91.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-lg-12 {
		float: left;
		width: calc(100% - 20px) !important;
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 600px)/* and (max-width: 767px)*/ {
	.col-md-1 {
		float: left;
		width: calc(8.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-2 {
		float: left;
		width: calc(16.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-3 {
		float: left;
		width: calc(25% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-4 {
		float: left;
		width: calc(33.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-5 {
		float: left;
		width: calc(41.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-6 {
		float: left;
		width: calc(50% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-7 {
		float: left;
		width: calc(58.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-8 {
		float: left;
		width: calc(66.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-9 {
		float: left;
		width: calc(75% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-10 {
		float: left;
		width: calc(83.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-11 {
		float: left;
		width: calc(91.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-md-12 {
		float: left;
		width: calc(100% - 20px) !important;
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 450px)/* and (max-width: 599px)*/ {
	.col-sm-1 {
		float: left;
		width: calc(8.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-2 {
		float: left;
		width: calc(16.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-3 {
		float: left;
		width: calc(25% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-4 {
		float: left;
		width: calc(33.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-5 {
		float: left;
		width: calc(41.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-6 {
		float: left;
		width: calc(50% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-7 {
		float: left;
		width: calc(58.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-8 {
		float: left;
		width: calc(66.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-9 {
		float: left;
		width: calc(75% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-10 {
		float: left;
		width: calc(83.33% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-11 {
		float: left;
		width: calc(91.67% - 20px) !important;
		padding: 5px 10px;
	}
	.col-sm-12 {
		float: left;
		width: calc(100% - 20px) !important;
		padding: 10px 10px;
	}
}

.item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.item .image img {
	width: 50px;
	height: 50px;
	background-color: gray;
}


.item .title {
	margin-right: auto;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 54px;
}

.item button {
	padding: 5px 10px;
	background-color: red;
	border: none;
}

body {
	margin: 0;
	font-family: Raleway;
	color: #1C1A18;
	overflow-x: hidden;
}

main {
	min-height: calc(100vh - 240px);
	background-color: rgba(0,0,0,0.06);
}

.tox {
	display: none;
}

.modal {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,.5);
}

.modal .container {
	max-width: 600px;
	margin: auto;
	background-color: white;
	padding: 10px 20px;
}

.modal .close {
	position: absolute;
	top: 50px;
	right: 50px;
}

.modal .close i {
	color: white;
	font-size: x-large;
}

@media (max-width: 575px) {
	.modal .close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
}


h1 {
	text-align: center;
	font-family: Perpetua;
	font-weight: 600;
	color: #1C1A18;
	margin-top: 10px;
	font-size: 23px;
}

h1 span {
	font-size: 19px;
}

h2 {
	font-family: Perpetua;
	text-align: center;
	font-size: 22px;
	font-style: italic;
	width: 100%;
}

h3 {
	font-family: Perpetua;
	font-size: 21px;
	font-style: italic;
}

p {
	font-family: Raleway;
	font-weight: 300;
	text-align: justify;
	line-height: 22px;
}

a {
	text-decoration: none;
}

button {
	background-color: #1C1A18;
	color: white;
	padding: 0px 50px;
	height: 42px;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #1C1A18;
	box-sizing: border-box !important;
	cursor: pointer;
}

input {
	height: 40px;
	padding: 0;
	border: none;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: white;
	padding-left: 10px;
	font-size: 12px;
}

input::placeholder {
	font-family: Raleway;
	font-weight: 300;
	color: white;
}

input:focus {
	outline: none;
}

.container {
	width: 80%;
	display: block;
	margin: auto;
}

.smallcontainer {
	width: 65%;
	display: block;
	margin: auto;
}

@media (max-width: 767px) {
	.smallcontainer {
		width: 79%;
		display: block;
		margin: auto;
	}
}

.opacity {
	width: 100%;
	height: 100%;
	background-color: rgba(28,26,24,0.5);
}

.hr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hr hr {
	width: 40%;
}

.hr img {
	width: 25px;
}

nav.navbar .fa-sort-down {
	margin-left: 5px;
}

nav.navbar .top {
	height: 40px;
	background-color: #1C1A18;
	display: flex;
	align-items: center;
}

nav.navbar .top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


nav.navbar .top .container i {
	color: #ffffff;
}

nav.navbar .top .music span {
	color: #ffffff;
	font-weight: 200;
	font-style: italic;
	font-size: 15px;
	margin-left: 5px;
}

nav.navbar .top .nav-toggle-container {
	display: flex; 
	justify-content: space-between;
	align-items: center;
}

nav.navbar .top .nav-toggle-container .nav-toggle {
	margin-right: 10px;
	display: none;
	z-index: 9999;
}

nav.navbar .top .nav-toggle-container .nav-toggle i {
	font-size: larger;
	z-index: 9999;
}

body.menu-expanded nav.navbar .nav-toggle {
	position: absolute;
	top: 30px;
	right: 30px;
}

body.menu-expanded nav.navbar .nav-toggle i {
	color: #1C1A18;
}

nav.navbar .top .language img {
	width: 25px;
}

nav.navbar .top .language .dropdown {
	position: relative;
	display: inline-block;
}

nav.navbar .top .language .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

nav.navbar .top .language .dropdown-menu ul {
	width: 100%;
	text-align: center;
}

nav.navbar .top .language .dropdown-menu ul li {
	margin: 5px 0;
}

nav.navbar .top .language .dropdown:hover .dropdown-menu {
	display: block;
}

nav.navbar .top .nav-toggle-menu {
	display: none;
}

body.menu-expanded .nav-toggle-menu {
	display: flex !important;
}

nav.navbar .bottom {
	padding-bottom: 20px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.04), 0 1px 3px 0 rgba(0,0,0,0.04);
}

nav.navbar .bottom .brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0 0;
}

nav.navbar .bottom .brand img {
	width: 50px;
	display: block;
	margin: auto;
}

nav.navbar .bottom .links {
	display: flex;
	justify-content: center;
}

nav.navbar .bottom .links ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav.navbar .bottom .links ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
	cursor: pointer;
}

nav.navbar .bottom .links ul li a {
	text-decoration: none;
	color: #1C1A18;
}

nav.navbar .bottom .links ul li a i {
	margin-left: 5px;
}

nav.navbar .bottom .links .dropdown {
	position: relative;
	display: inline-block;
}

nav.navbar .bottom .links .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

nav.navbar .bottom .links .dropdown-menu ul {
	width: 100%;
	text-align: center;
}

nav.navbar .bottom .links .dropdown-menu ul li {
	margin: 5px 0;
}

nav.navbar .bottom .links .dropdown:hover .dropdown-menu {
	display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

nav.navbar .bottom .links .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

@media (max-width: 767px) {
	nav.navbar .bottom .links {
		display: none;
	}

	nav.navbar .top .nav-toggle-container .nav-toggle {
		display: block;
	}

	nav.navbar .top .nav-toggle-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: rgba(255,255,255,1);
		z-index: 9998;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	nav.navbar .nav-toggle-menu  ul {
		padding: 0;
		display: block;
	}
	nav.navbar .nav-toggle-menu  ul img {
		width: 50px;
	}

	nav.navbar .nav-toggle-menu  ul a img {
		width: 30px;
		margin-top: 15px;
	}

	nav.navbar .nav-toggle-menu ul li {
		width: 100vw;
		padding: 8px 0;
		font-size: 17px;
	}

	nav.navbar .nav-toggle-menu ul a {
		color: #1C1A18!important;
		font-weight: 400;
	}

	nav.navbar .nav-toggle-menu ul a:visited {
		color: #1C1A18!important;
	}

	nav.navbar .nav-toggle-menu ul li a:hover {
		text-decoration: none;
	}

}

@media (max-width: 575px) {
	nav.navbar .top .music span {
		display: none;
	}
}


section.home .courses, section.home .contact {
	padding: 20px 0;
}

section.home .header .parallax {
	/* The image used */
	background-image: url(../img/taller.jpg);

	/* Set a specific height */
	height: 400px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.home .us {
	padding-top: 50px;
	padding-bottom: 40px;
}

section.home .us .us {
	display: flex;
	justify-content: space-between;
}

section.home .us .left {
	width: 70%;
	height: 300px;
	overflow-y: scroll;
	padding-right: 10px;
}

section.home .us .left::-webkit-scrollbar {
	width: 5px;
}

section.home .us .left::-webkit-scrollbar-track {
	background: transparent; 
}

section.home .us .left::-webkit-scrollbar-thumb {
	background: #1C1A18; 
}

section.home .us .right {
	width: 30%;
}

section.home .us .right img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-left: 20px;
}

@media (max-width: 767px) {
	section.home .us .left {
		width: 100%;
	}

	section.home .us .right {
		display: none;
	}
}

section.home .courses {
	padding-bottom: 50px;
}

section.home .courses h2 {
	margin-bottom: 40px;
}

section.home .courses p {
	margin: 30px 0;
}

section.home .courses .img {
	display: flex;
	justify-content: space-between;
}

section.home .courses .img img {
	width: 30%;
	height: 30%;
}


.img.animate img:last-child {
    height: inherit !important;
}

section.home .courses button {
	margin-top: 40px !important;
	display: block;
	margin: auto;
}

section.home .newsletter {
	width: 100%;
}

section.home .newsletter h2 {
	color: white;
	display: flex;
}

section.home .newsletter .parallax {
	/* The image used */
	background-image: url(../img/newsletter.jpg);

	/* Set a specific height */
	height: 250px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px ) {
	section.home .newsletter .parallax {
		height: 380px !important;
	}
	
  	.msgs {
  	    position: fixed;
	    width: 300px;
        top: calc(100% - 170px);
        right: calc(50% - 150px);
	}
	
	.ui.message{
	    height: 75px;
	}

}

@media (max-width: 575px ) {
	section.home .courses .img img {
		width: 100%;
		height: 100%;
		display: none;
	}

	section.home .courses .img img.active {
		width: 100%;
		height: 100%;
		display: block!important;
		margin: auto;
	}		

}

section.home .newsletter .opacity {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.home .newsletter .form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

section.home .newsletter .form input {
	width: 20%;
}

section.home .newsletter input, section.home .newsletter button {
	margin: 0 10px;
}

@media (max-width: 575px) {
	section.home .newsletter .form input, section.home .newsletter button {
		width: 100% !important;
		margin: 5px 0;
	}
}

section.home .cv {
	padding: 40px 0 20px;
}

section.home .cv .container {
}

section.home .cv .image {
	width: 15%;
	display: block;
	margin: auto;
}

section.home .cv .img {
	width: 100%; 
	text-align: center; 
	position: relative; 
	padding-bottom: 100%; 
	border-radius: 50%; 
	overflow: hidden; 
	background-image: url(../img/perfilcv.jpg);
	background-size: cover;
}

section.home .cv .text {
	width: 100%;
}

@media (max-width: 767px) {
	section.home .cv {
		padding-bottom: 0;
	}

	section.home .cv .container {
		display: block;
	}

	section.home .cv .image {
		display: block;
		margin: auto;
	}

	section.home .cv .text {
		width: 100%;
		padding: 0;
	}

	section.home .cv h2 {
		text-align: center !important;
	}
}

	.center {
	  	display: flex;
	  	align-content: center;
}

.row-cronograma {
    display: flex;
}

.col-cronograma {
    float: left; 
    width: calc(100% - 20px);
    padding: 10px 10px;
}

section.home .calendar .container .row img {
	  	width: 100%;
	  	margin: 0 auto;
}
section.home .contact .container .row img {
	  	width: 45%;
	  	margin: 0 auto;
}

@media (max-width: 575px) {
	section.home .calendar .container .row img {
	width: 100%;
    }
    .row-cronograma {
        flex-direction: column;
    }
}


@media (max-width: 575px) {
	section.home .cv .image {
		width: 25%;
	}
	
}

section.home .contact {
	padding-bottom: 70px;
}

section.home .contact .row {
	display: flex;
	justify-content: center;
}

section.home .contact .col {
	width: 25%;
	padding: 0 5px;
	box-sizing: border-box;
}

section.home .contact h3 {
	text-align: center;
}

section.home .contact p {
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {
	section.home .contact .row {
		flex-wrap: wrap;
	}
	section.home .contact .col {
		width: 50%;
	}
	section.home .contact .container .row img {
	width: 100%;
    }
	
}

section.schedule {
	padding-bottom: 50px;
}

section.schedule h4 {
	margin-bottom: 0;
}

section.schedule p {
	margin-top: 0;
}

section.schedule .parallax{

	/* The image used */
	background-image: url(../img/sufi1.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

section.schedule .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.schedule .container .top {
	width: 100%;
}

section.schedule .container .left, section.schedule .container .right {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}

@media (max-width: 767px){
	section.schedule .container .left, section.schedule .container .right {
		width: 100%;
	}
}

section.texts .parallax {
	/* The image used */
	background-image: url(../img/sufi2.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.texts {
	padding-bottom: 50px;

}

section.texts .scroll {
	height: 80vh;
	overflow-y: scroll;
	margin-bottom: 50px;
	padding-right: 20px;
	background-image: url(../img/texts.png);
	background-position: center;
	padding: 30px;
}

section.texts p {
	font-weight: 500;
}

section.texts .scroll::-webkit-scrollbar {
	width: 5px;
}

section.texts .scroll::-webkit-scrollbar-track {
	background: transparent; 
}

section.texts .scroll::-webkit-scrollbar-thumb {
	background: #1C1A18; 
}

section.india .parallax {
	/* The image used */
	background-image: url(../img/india.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.india {
	padding-bottom: 30px;
}

section.india p{
	text-align: center;
}

section.children .parallax {
	/* The image used */
	background-image: url(../img/children.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.children {
	padding-bottom: 30px;
}

section.children p{
	text-align: center;
}

section.cuarto .parallax {
	/* The image used */
	background-image: url(../img/cuarto.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.cuarto {
	padding-bottom: 30px;
}	

section.cuarto p {
	text-align: center;
}

section.cursoonline .parallax {
	/* The image used */
	background-image: url(../img/cursoonline.jpg);

	/* Set a specific height */
	height: 300px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.cursoonline {
	padding-bottom: 30px;
}
section.cursoonline p {
	text-align: center;
}
section.cursoonline h2 {
	padding-top: 30px;
}
section.cursoonline h3 {
	text-align: center;
}
section.cursoonline ul {
	width: 75%;
	margin: auto;
}
section.cursoonline details {
	width: 75%;
	margin: auto;
}
section.cursoonline iframe {
	display: block;
	margin: auto;
}
section.cursoonline button {
	display: block;
	margin: auto;

	background-color: #1C1A18;
	color: white;
	padding: 0px 50px;
	height: 42px;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #1C1A18;
	box-sizing: border-box !important;
	cursor: pointer;
}

section.cursoonline table.prices {
	border-collapse: collapse; 
	width: 100%;
}

section.cursoonline table.prices tr td {
	text-align: center; border: none;
}

section.gallery {
	padding: 20px 0 50px 0;
}

section.gallery .images {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

section.gallery .image {
	width: calc(100%/4 - 14px);
	background-image: url(../img/gallery.jpg);
	background-size: cover;
	margin: 7px;
	position: relative;
}

section.gallery .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.gallery .image .hover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background-color: rgba(0,0,0,.5);
	justify-content: center;
	align-items: center;
	color: white;
	z-index: 1;
}

section.gallery .image:hover .hover {
	display: flex;
}

section.gallery .image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media (max-width: 767px) {
	section.gallery .image {
		width: calc(100%/2 - 14px);
	}
}

section.videos {
	padding: 20px 0 50px 0;
}

section.videos .videos {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

section.videos iframe {
	width: 100%px;
	height: 300px;
	border: none;
}

section.press {
	padding: 20px 0 50px 0;
}

section.press .images{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

section.press .image {
	width: calc(100%/4 - 14px);
	background-image: url(../img/gallery.jpg);
	background-size: cover;
	margin: 7px;
}

section.press .image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media (max-width: 767px) {
	section.press .image {
		width: calc(100%/2 - 14px);
	}

	.parallax {
		height: 200px !important;
	}
}

@media (max-width: 767px) {
	.parallax {
		background-attachment: scroll !important;
	}
}

footer { 
	background-color: #1C1A18;
	padding: 20px 0;
}

footer .row {
	display: flex;
	justify-content: space-between;
}

footer .row .col {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer hr {
	border-width: 0.5px;
}

footer p {
	color: white;
	font-style: italic;
	font-weight: 100;
}

footer i { 
	color: white;
	font-size: 25px;
	padding-left: 10px;
}

footer img {
	width: 40px;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
}

footer .media {
	display: flex;
	align-items: center;
}

/* Styles for the floating WhatsApp button */
/* #whatsapp-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

#whatsapp-button &gt; i {
	margin-top:15px;
	margin-left: -5px;
	font-size: xx-large;
}
 */

 #whatsapp-button {
    position: fixed;
    width: 60px; /* Decreased width */
    height: 60px; /* Decreased height */
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%; /* Make it a perfect circle */
    text-align: center;
    font-size: 18px; /* Decreased font size */
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#whatsapp-button &gt; i {
    margin-top: 15px; /* Adjusted margin-top */
    margin-left: -5px; /* Adjusted margin-left */
    font-size: xx-large; /* Increased font size */
}

 @media (max-width: 767px) {
	footer .row {
		flex-wrap: wrap;
	}

	footer .row .col {
		width: 50%;
		justify-content: center;
	}

	#whatsapp-button {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
		font-size: 24px;
	}

	#whatsapp-button &gt; i {
		margin-top: 10px;
		font-size: larger;
	}
}

.margin_questions</pre></body></html>