@charset "UTF-8";
/* CSS Document */

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

.rozha-one-regular {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-sans-<uniquifier> {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
html {
   scroll-behavior: smooth;
}
body {
  font-family: "PT Serif", serif;
  font-size: 12pt;
  color: #9a412c;
}
.active {
	text-decoration: underline;
	color: #9a412c;
}
h1 {
	font-family: "Rozha One", serif;
	color: #9a412c;
	
}
h2 {
	font-family: "Rozha One", serif;
	font-size: 1.8em;
	font-weight: 800;
	letter-spacing: 1px;
	color: #9a412c;
}
h3 {
	font-family: "Rozha One", serif;
	font-size: 1.4em;
	font-weight: 800;
}
h4 {
	font-size: 1.3em;
	font-family: "PT Serif", serif;
}
.bold {
	font-weight: 600;
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
	color: #fff;
}
p {
	font-size: 1.2em;
}
ul {
  list-style: none;
}
.temario-bullets li {
	margin-bottom: 16px;
	font-size: 1.1em;
}
.temario-bullets li::before {
  font-family: "Font Awesome 7 Free"; /* Es importante usar esta fuente */
  font-weight: 900; /* Define el peso para que el ícono se vea sólido */
  content: "\f863"; /* Este es el código unicode del icono de flecha */
  margin-right: 10px; /* Agrega un espacio entre el icono y el texto */
  color: #fff; /* El color que quieras para el icono */
}
hr {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #9a412c;
	text-decoration: none;
}
a:hover {
	color: #E86344;
	text-decoration: underline;
}
.justify {
	text-align: justify;
}
.fix-padding-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fix-fixed {
	margin-top: 100px;
}
.btn-primary {
	background-color: #9a412c;
	border: none;
}
.btn-primary:hover {
	background-color: #6F3021;
	border: none;
}
.btn-outline {
	border-color: #9a412c;
	border-style: solid;
	border-width: thin;
	border-radius: 10px;
	color: #9a412c;
}
.btn-outline:hover {
	border-color: #9a412c;
	border-style: solid;
	border-width: thin;
	border-radius: 10px;
	background-color: #6F3021;
	color: #fff;
	text-decoration: none;
}

.linea-flor {
    background-image: url(img/linea-flor.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 35px;
	margin-top: 70px;
}
.section-inside {
	margin-top: 100px;
	padding-top: 80px;
	padding-bottom: 30px;
}
.nota {
	font-size: .8em;
}
.blanco-txt {
	color: #fff ;
}
.blanco-txt a {
	color: #fff ;
}
.blanco-txt a:hover{
	color: #fff ;
	text-decoration: none;
}
.cafe-txt {
	color: #9a412c;
}
.beige-txt {
	color: #bd7d5b ;
}
.beige-link{
	color: #bd7d5b ;
	text-decoration: none;
}
.beige-link:hover{
	color: #bd7d5b ;
	text-decoration: underline;
}


.whatsapp {
	position: fixed;
	bottom: 35px;
	right: 30px;
	cursor: pointer;
	z-index: 20000;
}



.navbar {
	height: 100px;
	font-weight: 800;
	color: #fff !important;
	padding-top: 50px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1),   
		rgba(0, 0, 0, 0)    
	  );
}
.navbar li {
	margin-right: 25px;
}
.navbar li a{
	color: #fff;
	opacity: .9;
}
.nav-link {
	font-size: 1.2em;
}


.bg-light {
    background-color: transparent!important;
}
.icon-menu {
	margin-top: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.scroll-margin {
	scroll-margin-top: 100px
}

#hero {
    background-image: url(img/hero.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 750px;
}
#hero-eventos {
    background-image: url("img/hero-eventos.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 350px;
	background-color: #f2e1da;
}
#hero1 {
	color: #fff;
	font-size: 4.5em;
	font-family: "Rozha One", serif;
	margin-top: 30%;
}
#hero2 {
	color: #fff;
	font-size: 2em;
}
#hero3 {
	color: #fff;
	font-size: 4em;
	font-family: "Rozha One", serif;
	margin-top: 15%;
}
#hero4 {
	color: #fff;
	font-size: 1.8em;
}
#somos {
	padding-top: 50px;
	padding-bottom: 50px;
	scroll-margin-top: 100px;
}
#eventos {
    background-color: #fff;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
    background-image: url(img/back-eventos.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#informes {
    color: #9a412c;
    padding-top: 120px;
    padding-bottom: 80px;
    scroll-margin-top: 100px;
	padding-left: 15%;
	padding-right: 15%;
}
.evento {
	margin-top: 30px;
}
#eventos-experiencia {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
    background-image: url(img/back-eventos-experiencia.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#viviras {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
    background-image: url(img/back-viviras.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: -20px;
	background-color: #eee1db;
}
.item {
    height: 250px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.item1 {
    background-image: url(img/i-asanas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item2 {
    background-image: url(img/i-pranayama.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item3 {
    background-image: url(img/i-meditacion.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item4 {
    background-image: url(img/i-mantras.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item5 {
    background-image: url(img/i-filosofia.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item6 {
    background-image: url(img/i-satsang.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item7 {
    background-image: url(img/i-yoga.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tit-item {
	background-color: #d2c1b2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #8b3b1a;
	font-weight: 700;
}
.desc-item {
	display: flex;
  	align-items: center;
	height: 200px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.1em;
}
#maestros{
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
	margin-top: -20px;
	background-color: #fff;
}
.maestro {
	padding-left: 10px;
	padding-right: 10px;
}
.txt-maestro {
	font-size: .9em;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}
.incluye-icon {
	background-color: #bd7d5b;
	border-radius: 20px;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#temario {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
    background-image: url(img/back-temario.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: -50px;
	background-color: #fff;
}
#precios {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    scroll-margin-top: 100px;
    background-image: url(img/back-precios.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-color: #d2c1b2;
}
.precio-1-1 {
	border-color: #b76955;
	border-style: solid;
	border-width: medium;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 35px;
}
.precio-1-2 {
	background-color: #b76955;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
}

.carousel-inner {
	border: none !important;
	border-radius: 20px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9a412c;
    background-clip: padding-box;
    border: 0;
	border-radius: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
	opacity: 1;
}



#footer {
    color: #fff;
    font-size: .8em;
    padding-top: 110px;
    padding-bottom: 80px;
    background-image: url(img/back-footer.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}




@media only screen and (max-width: 1398px) {

	#footer {

	}

}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {

	#hero1 {
		margin-top: 90%;
		line-height: 1em;
		font-size: 2.9em;
	}
	#hero2 {
		font-size: 1.7em;
	}
	#hero3 {
		color: #fff;
		font-size: 3em;
		font-family: "Rozha One", serif;
		margin-top: 65%;
	}
	#hero4 {
		color: #fff;
		font-size: 1.8em;
	}
	.navbar {
		height: 100px;
		font-weight: 800;
		color: #fff !important;
		padding-top: 10px;
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 1),   
			rgba(0, 0, 0, 0)    
		  );
	}
	.navbar-collapse li a {
		color: #8b3b1a !important;
	}
	.navbar-toggler {
		background-color: #eae1da;
		border: none !important;
	}
	.navbar-toggler:hover {
		background-color: #eae1da;
		border: none !important;
	}
	#navbarNavDropdown {
		background-color: #eae1da;
		border-radius: 30px;
		color: #8b3b1a !important;
		border-color: #D4CDC7;
		border-style: solid;
		border-width: thin;
	}
	.navbar-collapse {
		align-items: center;
		width: 100%;
		background-color: transparent;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #8b3b1a !important;
	}
	.item {
		height: 250px;
		border-radius: 20px;
		background-color: #fff;
		margin-bottom: 15px;
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
	}
	.maestro {
		padding-left: 5px;
		padding-right: 5px;
	}
	.txt-maestro {
		font-size: .9em;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 15px;
	}
	.fa-3x {
		font-size: 2em;
	}
	.precio-1-2 {
		background-color: #b76955;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1em;
	}
	.incluye-icon {
		background-color: #bd7d5b;
		border-radius: 20px;
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

}


@media only screen and (max-width: 768px) {


}





/*ANIMATIONS*/


		section img {
			scale: .6; opacity: 0;
			animation: fade-in linear forwards;
			animation-timeline: view();
			animation-range: entry 50px;
		}

		@keyframes fade-in {
			to { scale: 1; opacity: 1;}
		}

		section p {
			opacity: 0;
			animation: fade-in-txt linear forwards;
			animation-timeline: view();
			animation-range-start: 200px;
			animation-range-end: 700px;
		}

		@keyframes fade-in-txt {
			to { opacity: 1;}
		}


		.whatsapp:hover {
		  -webkit-animation-name: pulse;
		  animation-name: pulse;
		  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		  }
		  @-webkit-keyframes pulse {
		  0% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  50% {
		  -webkit-transform: scale3d(1.2, 1.2, 1.2);
		  transform: scale3d(1.2, 1.2, 1.2);
		  }
		  100% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  }
		  @keyframes pulse {
		  0% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  50% {
		  -webkit-transform: scale3d(1.2, 1.2, 1.2);
		  transform: scale3d(1.2, 1.2, 1.2);
		  }
		  100% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		
		 } 


