html,
body {
    width: 100%;
    height: 100%;
    font-family: 'PT Sans', sans-serif;
}

main {
    width: 100%;
    padding-top: 60px;
}

section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;
    padding: 40px 10% 40px 10%;
    margin: auto;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Dosis', monospace;
    font-size: 2.7em;
    color: #fff;
}
section h1 strong {
    color: #000;
}
section h2 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 200;
    color: #fff;
}
section p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
}
section#chapter {
    background-color: #06bf71;
}
section#intro {
    height: 110vh;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 165, 95, 0.6),rgba(0, 165, 95, 0.8)), url(../img/img_03.jpg);
    background-size: cover;
    background-position: center;
}
section#intro h1 {
    font-size: 4.5em;
    font-weight: 100;
    letter-spacing: -1px;
}
section#intro h1 strong {
    color: #000;
}
@media screen and (max-width: 380px) {
    section#intro h1 {
        font-size: 3.2em;
    }
}
@media screen and (max-width: 480px) and (min-width: 381px) {
    section#intro h1 {
        font-size: 3em;
    }
}
section#intro .main {
    max-width: 1100px;
    padding: 10%;
    margin: auto;
}

article .main {
    max-width: 750px;
    padding: 40px;
    margin: auto;
}
article > img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 20px;
    font-family: 'Dosis', monospace;
    font-size: 3em;
    color: #06bf71;
}
article h2 {
    margin-bottom: 15px;
    font-size: 1.8em;
    font-weight: bolder;
    color: #696969;
}
article h2 a {
    padding-right: 20px;
    color: #06bf71;
    text-decoration: underline;
    background-image: url(../svg/btn_link.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
}
article h3 {
    border-top: #06bf71 5px solid;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
article h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bolder;
    color: #06bf71;
}
article p {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
article p a {
    color: #06bf71;
    font-weight: bolder;
}
article p strong {
    font-weight: bolder !important;
}
article .author {
    font-size: 13px;
    color: #606060;
    border-bottom: 1px solid #06bf71;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
article .author li {
    height: 65px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
@media screen and (max-width: 400px) {
    article .author li {
        margin: auto 10px;
        display: block;
    }
}
article .author  img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
article .author a {
    text-decoration: underline;
    color: #000;
    letter-spacing: -0.5px;    
}
article p.column.big {
    width: 40%;
}

article p.column.small {
    width: 24%;
}
article p.column.right {
    margin-left: 5%;
    float: right;
}
article p.column.left {
    margin-right: 5%;
    float: left;
}
@media screen and (max-width: 600px) {
    article p.column.big,
    article p.column.small {
        width: 100%;
        margin: auto;
        float: none;
    }
}
article p span.caption {
    font-size: 13px;
    font-style: italic;
    color: #6f6f6f;
    display: block;
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 18px;
}
article p .quote {
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.3px;
}
article p.especial {
    letter-spacing: -0.3px;
    padding: 20px;
    font-weight: normal;
    border: 1px solid #06bf71;
    border-left: 10px solid #06bf71;
}
article p.especial strong {
    font-weight: bolder !important;
}
article p.number {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #6a6a6a;
}
article p.number span {
    font-size: 36px;
    letter-spacing: -3px;
    font-weight: bolder;
    color: #f4cd71;
}
article p.number.left{
    float: left;
    margin-right: 20px;
}
article p.number.right{
    float: right;
    margin-left: 20px;
}
@media screen and (max-width: 380px) {
    article p.number.left, article p.number.right {
        float: none;
        margin-bottom: 30px;
    }
}
blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    letter-spacing: -0.3px;    
    font-size: 20px;
    font-weight: 600;
    border-left: #06bf71 5px solid;
}
@media screen and (max-width: 380px) {
    blockquote { 
        font-size: 16px;
    }
}
blockquote span {
    margin-top: 15px;
    font-style: normal;
    font-size: 16px;
    color: #888;
}
#facebook {
	width: 100%;
	max-width: 600px;
    min-height: 50px;
	margin: auto;
    background: #e3e3e3;
}

/*OTROS*/
@media screen and (max-width: 500px) {
    .imgPhone {
        display: block;
    }
    .imgDesktop {
        display: none;
    }
}
@media screen and (min-width: 501px) {
    .imgPhone {
        display: none;
    }
    .imgDesktop {
        display: block;
    }
}
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin: 10% auto;
    border-radius: 50%;
    border: 2px solid #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list li a {
    display: block;
    padding: 15px 30px 15px 15px;
    font-family: 'Dosis', monospace; 
    font-weight: 800;
    color: #06bf71;
    font-size: 28px;
    background: #000;
    margin: 5px;
    background-image: url(../svg/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
}
.list li a:visited {
    color: #fff;
    background-color: #363636;
}
.botones {
    margin-bottom: 30px;
}
.botones li {
    display: inline-block;
}
.botones li a {
    padding: 15px;
    padding-left: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    border: 1px solid #000;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    background-image: url(../svg/btn_link.svg);
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.botones li a:hover {
    color: #06bf71;
    border: 1px solid #06bf71;
}
.back {    
    background: #000;
}
.back a {
    display: block;
    max-width: 750px;
    margin: auto;
    padding: 20px;
    padding-left: 40px;
    color: #fff;
    font-weight: bold;
    background-image: url(../svg/arrow_left.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.title {
    padding: 30px;
    font-family: 'Dosis', monospace; 
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 36px;
    background: #06bf71;
}
@media screen and (max-width: 380px) {
    .title {
        font-size: 40px;
    }
}
.title h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;    
}
.parallax {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cbcaca;
}
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
.icons {
    overflow: hidden;
}
.icons.small {
	width: 90%;
	margin: 30px auto 30px auto;
}
.icons.small li {
	margin: 10px;
	padding-left: 35px;
	position: relative;
	font-size: 15px;
}
.icons.small li i {	
	color: #06bf71;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.icons ul {
    margin-left: 30px;
}
.icons ul strong {
    text-decoration: underline;
}
.icons.large {
	width: 90%;
	margin: auto;
	align-items: top;
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.icons.large li {
	min-width: 200px;
	max-width: 280px;
	margin: 10px;
	text-align: center;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
}
.icons.large li i {	
	display: block;
	color: var(--accentColor);
	font-size: 30px;
	margin-bottom: 20px;
}
.icons.large li span {
	display: block;
	font-family: var(--especialFont);
	color: var(--grayText);
	font-size: 22px;
	margin-bottom: 10px;
}
.icons.large li span a {
    padding-right: 20px;
    color: #06bf71;
    text-decoration: underline;
    background-image: url(../svg/btn_link.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
}