#currently h4, header, div, section, article, footer, ul, li, nav, span {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-shrink: 0;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

#info > div, #info, #description article, #description .purple .container, #description, #currently h4, #three {
	flex-direction: row;
}

@media screen and (max-width: 720px) {
	#info > div, #info, #description article, #description .purple .container, #description, #currently h4, #three {
		flex-direction: column;
	}
}
#buttons, #work .works, header .container {
	flex-direction: row;
}

@media screen and (max-width: 420px) {
	#buttons, #work .works, header .container {
		flex-direction: column;
	}
}
#up, header nav ul {
	flex-direction: row;
}

#description article, section, .container {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

#work .works article, #three article {
	width: calc(33% - 12px);
	max-width: 292px;
	margin-right: 20px;
}

@media screen and (min-width: 720px) {
	#work .works article:nth-child(3n), #three article:nth-child(3n) {
		margin-right: 0;
	}
}
  @media screen and (max-width: 720px) and (min-width: 420px) {
	#work .works article, #three article {
		width: calc(50% - 10px);
		max-width: 1000px;
		margin-right: 20px;
	}
	
	#work .works article:nth-child(2n), #three article:nth-child(2n) {
		margin-right: 0;
	}
	
	#work .works article:last-child, #three article:last-child {
		margin-bottom: 0;
	}
}
  @media screen and (max-width: 420px) {
	#work .works article, #three article {
		width: 100%;
		max-width: 1000px;
		margin-bottom: 45px;
	}
	
	#work .works article:last-child, #three article:last-child {
		margin-bottom: 0;
	}
}
body#home {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Work Sans', sans-serif;
	margin: 0;
	padding: 0 20px;
}

sup, sub {
	display: contents;
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em;
}

:focus {
	outline: none;
}

strong, em, a, b, i, code {
	/*display: contents;*/
}

p {
	font-family: 'Libre Franklin', sans-serif;
	text-align: left;
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: 800;
	margin: 0;
	padding: 0;
	float: left;
}

h2 {
	font-size: 32px;
	line-height: 48px;
}

@media screen and (max-width: 420px) {
	h2 {
		font-size: 9vw;
		line-height: 12vw;
	}
}
h3 {
	font-size: 24px;
	line-height: 30px;
}

.purplecolor {
	color: #5076ff;
}

h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: black;
	padding: 5px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
}

a:hover {
	background: rgba(254, 236, 0, 0.5);
}

header {
	border-top: 10px solid #FEEC00;
	align-content: center;
	padding: 15px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

header .container {
	align-items: baseline;
	justify-content: space-between;
}

@media screen and (max-width: 420px) {
	header .container {
		align-content: center;
		align-items: center;
	}
}
  header nav ul {
	font-size: 18px;
	list-style-type: none;
}

header nav ul li {
	width: 90px;
	text-align: center;
}

header h1 a {
	color: black;
	text-decoration: none;
	font-weight: 800;
	padding: 0;
}

header h1 a:hover {
	background: none;
}

section {
	margin-bottom: 75px;
}

@media screen and (max-width: 420px) {
	section {
		margin-bottom: 45px;
	}
}
#intro {
	padding-top: 150px;
}

#intro h2 {
	font-weight: 400;
}

.super {
	color: #5076ff;
	font-size: 0.8em;
	font-weight: 500;
	top: -0.4em;
	position: relative;
}

.footnotes {
	font-size: 1em;
	color: gray;
	line-height: 1.4em;
	margin-bottom: 0px;
}

#three {
	margin-bottom: 30px;
}

#three article {
	margin-bottom: 25px;
}

#three article .icon {
	height: 70px;
	width: 70px;
    /*background: $lightYellow;*/
	justify-content: center;
    /*border-radius: 24px;*/
	margin-bottom: 15px;
}

#three article h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
}

@media screen and (max-width: 720px) {
	#three article {
		width: 100%;
		max-width: 1000px;
		margin-bottom: 45px;
	}
	
	#three article:last-child {
		margin-bottom: 0;
	}
}
  #three h6 {
	color: gray;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#currently {
	margin-bottom: 0;
}

#currently h4 {
	align-items: baseline;
	font-weight: bold;
}

#currently h4 span {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-left: 10px;
	font-weight: normal;
	border-radius: 8px;
}

@media screen and (max-width: 720px) {
	#currently h4 span {
		margin-left: 0;
		margin-top: 5px;
		flex-shrink: 1;
	}
}
#work {
	padding-top: 75px;
}

@media screen and (max-width: 420px) {
	#work {
		padding-top: 45px;
	}
}
  #work h2 {
	margin-bottom: 15px;
}

#work h4 {
	max-width: 620px;
	margin-bottom: 40px;
}

#work h6 {
	max-width: 620px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(80, 118, 255, 0.5);
	font-size: 14px;
}

#work .works article {
	margin-bottom: 60px;
	transition: transform 0.32s;
}

#work .works article:hover {
	transform: scale(1.04);
}

#work .works article:hover img {
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.14);
}

#work .works article img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition: all 0.32s;
}

#work .works article h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

#work .works article h6 {
	font-size: 12px;
	margin-bottom: 5px;
}

#work .works article a {
	padding: 0;
}

#work .works article a:hover {
	background: none;
}

#buttons {
	justify-content: center;
	margin-bottom: 90px;
}

@media screen and (max-width: 420px) {
	#buttons {
		align-items: center;
	}
}
  #buttons a {
	font-size: 14px;
	font-weight: 500;
	background: rgba(254, 236, 0, 0.5);
	width: 190px;
	padding: 9px;
	text-align: center;
	margin: 0 10px;
}

@media screen and (max-width: 420px) {
	#buttons a {
		margin-top: 15px;
	}
}
    #buttons a:hover {
	background: #FEEC00;
}

#contact {
	text-align: center;
	align-content: center;
}

#contact h2 {
	margin-bottom: 40px;
}

#contact h3 {
	font-weight: normal;
	margin-bottom: 100px;
}

#contact a {
	font-weight: normal;
	padding: 5px 10px;
}

#back {
	margin-top: 150px;
	margin-bottom: 25px;
}

#back a {
	font-size: 14px;
	font-weight: 500;
	background: rgba(254, 236, 0, 0.5);
	width: 120px;
	padding: 9px;
	text-align: center;
	margin: 0 -18px;
}

#back a:hover {
	background: #FEEC00;
}

#project {
	margin-bottom: 0px;
}

#project h2 {
	margin-bottom: 15px;
}

#project h4 {
	margin-bottom: 10px;
	max-width: 755px;
}

#project h5 {
	margin-bottom: 40px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.4);
}

#project h6 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(80, 118, 255, 0.5);
	font-size: 14px;
}

#project img {
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
}

#project .with {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	display: inline;
}

#project strong {
	font-weight: 600;
}

#destacada img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

@media screen and (max-width: 720px) {
	#destacada img {
		height: auto;
	}
}
#destacada h5 {
	text-align: right;
	margin-top: 5px;
	font-family: 'Libre Franklin', sans-serif;
}

#description {
	justify-content: space-between;
}

#description h5 {
	font-family: 'Libre Franklin', sans-serif;
}

#description .purple {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-color: rgba(80, 118, 255, 0.15);
	margin-bottom: 50px;
	padding: 5% 2%;
	flex-direction: row;
}

#description .purple h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

#description .purple h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0px;
}

#description .purple h5 {
	width: 100%;
	color: rgba(80, 118, 255, 0.75);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 1%;
}

#description .purple strong {
	background-color: none;
	color: #5076ff;
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 800;
}

#description .purple p {
	font-size: 14px;
	line-height: 12px;
}

#description .purple p img {
	width: 15px;
	display: inline;
	margin-bottom: 0px !important;
}

#description .purple p strong {
	display: inline;
	font-size: inherit;
	color: black;
}

#description .purple .pu-under {
	color: #5076ff;
	font-weight: 600;
	text-decoration: underline;
	display: inline;
}

#description .purple .pu {
	color: #5076ff;
	font-weight: 600;
	display: inline;
}

#description .purple .container > h3 {
	width: 25%;
	padding: 1%;
}

@media screen and (max-width: 720px) {
	#description .purple .container > h3 {
		width: 50%;
	}
}
      @media screen and (max-width: 420px) {
	#description .purple .container > h3 {
		width: 100%;
	}
}
    #description .purple .container > .col3 {
	width: 33%;
	padding: 3%;
}

@media screen and (max-width: 720px) {
	#description .purple .container > .col3 {
		width: 100%;
	}
}
  #description article {
	justify-content: space-between;
}

@media screen and (max-width: 720px) {
	#description article {
		padding: 0;
	}
}
    #description article h3 {
	margin-bottom: 45px;
}

#description article .left-col {
	width: 380px;
	text-align: right;
}

#description article .left-col img {
	width: 90%;
	margin-bottom: 15px;
	margin: 0 auto;
}

#description article .left-col .group {
	text-align: left;
}

@media screen and (max-width: 720px) {
	#description article .left-col {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
}
    #description article .right-col {
	width: 510px;
	margin-bottom: 20px;
}

#description article .right-col img {
	width: 100%;
	margin-bottom: 15px;
}

#description article .right-col strong {
	background-color: rgba(254, 236, 0, 0.5);
}

#description article .right-col .pu {
	color: #5076ff;
	font-weight: 600;
	display: inline;
	background-color: white;
}

@media screen and (max-width: 720px) {
	#description article .right-col {
		width: 100%;
	}
}
    #description article p {
	margin-bottom: 15px;
	margin-top: 0px;
}

#description article .quote {
	font-weight: 600;
	font-size: 20px;
	font-style: italic;
	font-family: 'Noto Serif', serif;
	margin-top: 10px;
	text-align: right;
	align-content: inherit;
	color: rgba(80, 118, 255, 0.75);
}

#description article .link {
	color: #5076ff;
}

#description article .source {
	font-family: 'Libre Franklin', sans-serif;
	color: rgba(80, 118, 255, 0.75);
	text-align: right;
	font-weight: normal;
	font-size: 14px;
}

#description article #subtext {
	font-weight: 500;
	margin-top: 30px;
	text-align: right;
	align-content: inherit;
	color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 720px) {
	#description article #subtext {
		text-align: left;
		margin-top: 20px;
	}
}
    #description article img {
	margin-bottom: 5px;
	height: auto;
	justify-content: space-between;
}

#description article img:last-child {
	margin-bottom: 75px;
}

#description article h5 {
	/*margin-bottom: 75px;*/
}

#description article .break {
	margin-top: 20px;
}

#description .full {
	width: 100%;
	text-align: left;
}

#description .doble {
	width: 450px;
}

@media screen and (max-width: 720px) {
	#description .doble {
		width: 100%;
	}
}
  #description .triple {
	width: 300px;
}

@media screen and (max-width: 720px) {
	#description .triple {
		width: 100%;
	}
}
  #description .group {
	margin-bottom: 60px;
}

#description h5 {
	margin-bottom: 50px;
    /*width: 300px;*/
}

#description .set {
	color: #5076ff;
	text-align: left;
}

#description .set-left {
	text-align: left;
	font-size: 16px;
}

#description .set-left strong {
	display: block;
}

#up {
	justify-content: center;
	margin-bottom: 90px;
	margin-top: 0px;
}

#up a {
	font-size: 14px;
	font-weight: 500;
	background: rgba(254, 236, 0, 0.5);
	padding: 9px;
	text-align: center;
	margin: 0 10px;
}

#up a:hover {
	background: #FEEC00;
}

#info {
	font-weight: normal;
	margin-bottom: 40px;
	justify-content: flex-start;
}

#info h6 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

#info h5 {
	line-height: 18px;
}

#info > div {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 13px 15px;
	border-radius: 8px;
	margin-left: -15px;
}

@media screen and (max-width: 720px) {
	#info > div {
		width: calc(100% + 30px);
		border-radius: 0;
		padding: 25px 15px;
	}
}
    #info > div div {
	margin-right: 25px;
}

@media screen and (max-width: 720px) {
	#info > div div {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
      #info > div div:last-child {
	margin-right: 0;
}

@media screen and (max-width: 720px) {
	#info > div div:last-child {
		margin-bottom: 0;
	}
}
  #info a {
	font-weight: normal;
	padding: 2;
	margin: 0;
	margin-left: -5px;
}

footer {
	height: 15px;
	background-color: #FEEC00;
	margin: -20px;
}
