


/*
		Name: Hello, soy Sandra Bermúdez.
		Version: AmErica.
		Author: I type code :)
		URL: http://www.bulabe.com
*/



*, html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}





:root {
  --main-typo: 'Satoshi-Variable', serif;
  --main-bg-color: #EBEBEC;
	--main-color: #222;
	--main-fog: #F6F5F4;
	--main-snow: #fff;
	--main-blue: #0055FF;
}







body {
	background-color: var(--main-bg-color);
	color: var(--main-color);
	font-family: var(--main-typo);
	text-align: center;
}

::selection {
  background-color: var(--main-blue);
  color: var(--main-snow);
}









h1 {
	font-size: 5.6em;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 36px;

/*
	font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: italic;
  */
}

h2 {
	font-size: 4.4em;
	font-weight: 600;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
}

p {
	color: var(--main-color);
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 400;
}





a:link, a:visited, a:active {
	color: var(--main-color);
	transition: 0.3s;
}

a:hover {
	color: var(--main-blue);
	
}

ul {
	list-style-type: none;
}









#header {
	text-align: left;
	margin: 20px 0 60px 40px;
}

#header p {
	padding-left: 8px;
}

#header div img {
	height: 80px;
	margin: 40px 0;
}





.spacer {
	margin-top: 180px;
}




.container {
	text-align: left;
	width: 80%;
	margin-left: 10%;
	
	z-index: 999;

	display: flex;
	/* display: inline-flex; */
	
	flex-direction: row;
	/* flex-direction: column; */

	flex-wrap: wrap;
	/* flex-wrap: nowrap; */

	
	/* justify-content: center;
	justify-content: flex-start; */
justify-content: space-between; 


/*	align-items: center;
	align-items: stretch;
	align-items: flex-end; */

	
	column-gap: 2%;
	row-gap: 72px;
}

.container div {
	flex-basis: 23.3%;
	text-align: left;
	overflow: hidden;
}

.container div img {
		position: relative;
		width: 100%;
}













.bloque {
	padding: 60px 0;
	margin: 30px 0;
}

.bcolor {
	background-color: var(--main-snow);
	width: 80%;
	margin-left: 10%;
	border-radius: 12px;
}







.fx {
	text-decoration: none;
	position: fixed;
	font-size: 0.6em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.2s;
	z-index: 1;
	opacity: 0.4;
}

#f_buddha {
	right: 24px;
	top: 40%;
}

#f_dharma {
	right: 24px;
	top: 50%;
}

#f_sangha {
	right: 24px;
	top: 80%;
}







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


h1 {
	font-size: 4.2em;
	line-height: 1em;
}

p {
	font-size: 1.2em;
	padding-right: 60px;
}

.container div {
	flex-basis: 44%;
}

.spacer {
	margin-top: 90px;
}



}















