@font-face {
    font-family: Gotham;
    src: url("../fonts/gotham.otf") format("opentype");
}
@font-face {
    font-family: 'Gotham Bold';
    src: url("../fonts/gotham-bold.otf") format("opentype");
}
@font-face {
    font-family: 'Gotham Black';
    src: url("../fonts/gotham-black.otf") format("opentype");
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: Gotham !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Gotham Bold' !important;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
section#intro{
    background: #00519e;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 60px 60px 40px;
}
section#intro > .main {
    height: 100%;
    display: flex;
}
section#intro > .main > .content {
    /*max-width: 50%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
section#intro > .main > .content > h1{
    margin-top: 0;
    color: white;
    max-width: 55%;
    font-size: 5.5rem;
    font-family: 'Gotham Bold';
    margin-bottom: 50px;
}
section#intro > .main > .content > img{
    width: 200px;
    margin-bottom: 50px;
}
section#intro > .main > .images-container > img {
    position: absolute;
    top: 50px;
    right: 0;
    max-width: 45%;
}
section#intro > .main > .content > h2 {
    display: inline;
    font-size: 2rem;
    max-width: 80%;
    font-family: 'Gotham Bold';
}
section#intro > .main > .content > h2 > span {
    background-color: white;
    line-height: 1.5;
    padding: 5px 0;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
}
section#secreto{
    background: #c5ebf7;
    display: flex;
    height: auto;
}
section#secreto > .image-container {
    width: 50%;
    /*height: 500px;*/
    background-image: url("../assets/02-focos.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0;
}
section#secreto > .content {
    padding: 30px 40px;
}
section#secreto > .content > .title {
    margin-bottom: 40px;
}
section#secreto > .content > .title > h1 {
    display: inline;
    background: #00519e;
    color: white;
    padding-right: 15px;
    padding-bottom: 5px;
}
section#secreto > .content > .subtitle{
    margin-bottom: 40px;
}
section#secreto > .content > .subtitle > h2{
    color: #00519e;
    line-height: 1.6;
    font-size: 2rem;
}
section#secreto > .content > .text{
    margin-bottom: 30px;
}
section#secreto > .content > .text > p{
    text-align: justify;
    color: #313131;
}
section#lideres{
    background-color: white;
    /*height: 500px;*/
    background-image: url("../assets/03-bckg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 70px 40px;
}
section#lideres > span.anchor {
    margin-top: -137px;
    height: 137px;
}
section#lideres > .content{
    width: 50%;
}
section#lideres > .content > .text > p{
    text-align: justify;
    padding-right: 30px;
}
section#lideres > .content > img{
    width: 200px;
    margin-bottom: 40px;
}
section#conocelos{
    background: #c5ebf7;
    padding: 40px;
}
section#conocelos > span.anchor {
    margin-top: -107px;
    height: 107px;
}
section#conocelos > .title{
    margin-bottom: 20px;
}
section#conocelos > .title > h1{
    display: inline;
    background: #00519e;
    color: white;
    padding: 5px 15px;
}
section#conocelos > .subtitle{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
section#conocelos > .subtitle > p{
    max-width: 500px;
    text-align: center;
}

section#conocelos > .videos-container {
    display: flex;
}
section#conocelos > .videos-container > .video {
    flex: 1;
}
section#conocelos > .videos-container .title {
    margin-top: 20px;
}
section#conocelos > .videos-container > .video .name {
    color: #00519e;
}
section#conocelos > .videos-container > .video .name > h2 {
    font-size: 2rem;
}
section#conocelos > .videos-container > .video.first {
    padding-right: 20px;
}
section#conocelos > .videos-container > .video.second {
    padding: 0 20px;
}
section#conocelos > .videos-container > .video.last {
    padding-left: 20px;
}
section#apoyo{
    background: white;
    background-image: url("../assets/05-bckg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 40px 30px 40px;
    display: flex;
    justify-content: flex-end;
}
section#apoyo > .content{
    max-width: 50%;
}
section#apoyo > .content > .title > h1{
    display: inline;
    padding: 3px 20px 10px 30px;
    background: #00519e;
    color: white;
}
section#apoyo > .content > .title{
    margin-bottom: 35px;
}
section#apoyo > .content > .container {
    max-width: 100%;
    background: #00519e;
    padding: 30px;
}
section#apoyo > .content > .container > .subtitle{
    margin: 30px 0;
    padding-left: 5px;
}
section#apoyo > .content > .container > .subtitle > h4{
    display: inline;
    padding: 5px 10px 5px 0;
    color: #00519e;
    background-color: white;
    line-height: 1.5;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
}
section#apoyo > .content p {
    text-align: justify;
    color: white;
}
section#apoyo > .content .text.gray-text p{
    color: #bdc3c7 !important;
}
section#apoyo > .content .text.gray-text p > strong{
    color: white;
}
section#beca-perpetua{
    display: flex;
}
section#beca-perpetua > .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #c5ebf7;
    width: 50%;
    padding: 40px 50px 40px 60px;
}
section#beca-perpetua > .content > h2 {
    font-size: 4rem;
    color: #666666;
}
section#beca-perpetua > .content > h1 {
    font-size: 6rem;
    color: #00519e;
    font-family: 'Gotham Black' !important;
}
section#beca-perpetua > .content > p {
    background: #c5ebf7;
    text-align: justify;
}
section#beca-perpetua > .image-container {
    background: white;
    width: 50%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#beca-perpetua > .image-container > img {
    max-width: 100%;
}
section#peso-por-peso{
    display: flex;
}
section#peso-por-peso > .image-container{
    flex: 1;
    background-image: url("../assets/07-bckg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 40px 30px 40px;
    display: flex;
    justify-content: flex-end;
}
section#peso-por-peso > .content{
    width: 50%;
    background: #00519e;
    padding: 40px 60px;
}
section#peso-por-peso > .content > h1{
    background: white;
    display: inline-block;
    color: #00519e;
    margin-bottom: 30px;
}
section#peso-por-peso > .content > h2{
    color: white;
    font-size: 2rem;
    margin-bottom: 30px;
}
section#peso-por-peso > .content > p{
    color: white;
    margin-bottom: 40px;
    text-align: justify;
}
section#peso-por-peso > .content > img{
    max-width: 50%;
}
section#dona{
    background: #d9f2fa;
    display: flex;
}
section#dona > .content{
    width: 50%;
    padding: 40px;
}
section#dona > .content > h1{
    background: #00519e;
    color: white;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 6rem;
}
section#dona > .content > h2 {
    font-size: 2rem;
    font-weight: 600;
}
section#dona > .content > p {
    text-align: justify;
}
section#dona > .content > div {
    margin-top: 40px;
    text-align: center;
}
section#dona > .content > div > img {
    width: 100px;
}
section#dona > .image-container{
    background: white;
    background-image: url("../assets/08-bckg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 40px 30px 40px;
    display: flex;
    flex: 1;
}
section#forma-donar{
    background: #00519e;
    display: flex;
}
section#forma-donar > .content {
    width: 50%;
    padding: 40px;
    text-align: center;
}
section#forma-donar > .content > h1{
    margin: 0;
    color: white;
    font-size: 2.5rem;
    text-align: justify;
}
section#forma-donar > .content > img{
    margin: 30px 0;
    max-width: 100%;
}
section#forma-donar > .content > a {

}
section#forma-donar > .content .donate-button{
    border: 2px solid white;
    text-align: center;
    padding: 15px;
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    color: white;
    cursor: pointer;
}
section#forma-donar > .content .donate-button:hover{
    background: white;
    color: #00519e;
}
section#forma-donar > .image-container {
    background-image: url("../assets/08-bckg3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 40px 30px 40px;
    flex: 1;
}
section#comparte{
    display: flex;
}
section#comparte > .content {
    width: 50%;
    padding: 40px;
}
section#comparte > .image-container {
    background-image: url("../assets/10-bckg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 40px 30px 40px;
    display: flex;
    flex: 1;
}
section#comparte > .content h2{
    display: inline-block;
}
section#comparte > .content .share-links-container {
    display: inline-block;
}
section#comparte > .content .downloads > div:first-child {
    margin-bottom: 20px;
}
section#comparte > .content .set {
    display: flex;
    justify-content: center;
}
section#comparte > .content .set > div:first-child{
    margin-right: 20px;
}
section#comparte > .content .set .image-container img{
    height: 100%;
    width: 100%;
}
section#comparte > .content > .share-links img {
    width: 30px;
}
section#comparte > .content > .share-links img:hover {
    opacity: .8;
}
section#comparte > .content > .share-links img:active {
    opacity: .6;
}
section#comparte > .content > .share-links h2 {
    display: flex;
}
section#comparte > .content > .share-links h2 > a {
    margin-left: 10px;
}
footer {
    padding: 40px;
    background: #B5B5B5;
    color: white;
    display: flex !important;
    justify-content: space-between;
}
footer > div {
    display: flex;
    flex-direction: column;
}
footer a {
    color: white;
    display: inline-flex;
}
footer a:hover {
    color: #ecf0f1;
}
footer > .right {
    text-align: right;
}

span.anchor { 
  display: block; 
  margin-top: -76px; 
  height: 76px; 
  visibility: hidden; 
}

/*BOOTSTRAP STYLES*/

.navbar-collapse.in {
    background: #003164
}

.navbar {
    padding: 0 !important;
}
.navbar > .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.navbar-default {
    border: 0 !important;
    
}
.top-nav-collapse.navbar-default {
    background-color:#003164 !important;
}
.navbar-brand {
    height: auto !important;
}
.navbar-nav {
    margin-top: 15px !important;
}
.navbar-default .navbar-toggle {
    margin-top: 20px;
    border-color: white !important;
    background: white;
}
ul.nav > li > a {
    font-family: Gotham;
    color: white !important;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 15px;
}
ul.nav > li > a:hover {
    color: #c5ebf7 !important;
}
ul.nav > li.active > a {
    color: #c5ebf7 !important;
    background: none !important;
    /*font-weight: 600 !important;*/
}

@media (max-width: 899px){
    .navbar-default {
        background-color: #003164 !important;
    }
    .navbar-fixed-top
    {
    position: relative !important;
    top: auto;
    }
    .navbar{
        margin-bottom: 0 !important;
        padding: 0 15px !important;
    }
    section#intro > .main > .images-container {
        display: none !important;
    }
    section#intro {
        padding: 30px;
        height: calc(100vh - 77px);
    }
    section#intro > .main > .content > h1{
        max-width: 100%;
        font-size: 3rem;
    }
    section#intro > .main > .content > img{
        width: 130px;
    }
    section#intro > .main > .content > h2{
        font-size: 1.5rem;
        max-width: 100% !important;
    }
    section#secreto > .image-container{
        display: none;
    }
    section#secreto > .content{
        padding: 30px;
    }
    section#lideres {
        padding: 30px;
    }
    section#lideres > .content {
        width: 100%;
    }
    section#lideres > .content > img {
        width: 130px;
    }
    section#lideres > .content > .text > p {
        padding-right: 0;
    }
    section#conocelos {
        padding: 30px;
    }
    section#conocelos > .videos-container > .video > .title > .name >h2 {
        font-size: 1.5rem !important;
    }
    section#apoyo {
        padding: 30px 15px 30px 15px;
        display: block;
    }
    section#apoyo > .content {
        max-width: 100%;
    }
    section#apoyo > .content > .title {
        text-align: center;
    }
    section#apoyo > .content > .title > h1{
        font-size: 3.5rem;
        padding: 5px 15px;
    }
    section#apoyo > .content > .container {
        max-width: 100%;
        padding: 15px;
        display: block;
    }
    section#beca-perpetua {
        flex-direction: column;
    }
    section#beca-perpetua > .content {
        width: 100%;
        padding: 30px;
    }
    section#beca-perpetua > .content > h2 {
        font-size: 3rem;
    }
    section#beca-perpetua > .content > h1{
        font-size: 4rem;
    }
    section#beca-perpetua > .image-container {
        width: 100%;
        padding: 30px;
    }
    section#peso-por-peso > .image-container {
        display: none;
    }
    section#peso-por-peso > .content {
        width: 100%;
        padding: 30px;
    }
    section#peso-por-peso > .content > h1 {
        font-size: 3rem;
    }
    section#dona > .image-container {
        display: none;
    }
    section#dona > .content {
        width: 100%;
        padding: 30px;
    }
    section#forma-donar > .image-container {
        display: none;
    }
    section#forma-donar > .content {
        width: 100%;
        padding: 30px;
    }
    section#forma-donar > .content > h1 {
        font-size: 2rem;
    }
    section#comparte > .image-container {
        display: none;
    }
    section#comparte > .content {
        width: 100%;
        padding: 30px;
    }
    section#comparte .share-links > h2 {
        font-size: 2rem;
        align-items: center;
    }
    footer {
        flex-direction: column;
        padding: 30px;
    }
    footer > .left {
        text-align: center;
    }
    footer > .right {
        margin-top: 30px;
        text-align: center;
    }
    section#lideres > span.anchor {
        margin-top: -30px !important;
        height: 30px !important;
    }
    section#conocelos > span.anchor {
        margin-top: -30px !important;
        height: 30px !important;
    }
    section#beca-perpetua > span.anchor {
        margin-top: 0 !important;
        height: 0 !important;
    }
    section#peso-por-peso > span.anchor {
        margin-top: 0 !important;
        height: 0 !important;
    }
    section#dona > span.anchor {
        margin-top: 0 !important;
        height: 0 !important;
    }
}
@media (min-width: 900px) and (max-width: 1200px){
    section#intro > .main > .content > h1{
        font-size: 4rem;
    }
    section#intro > .main > .content > h2{
        font-size: 1.8rem;
    }
}

@media (min-width: 900px){
    .navbar-default {
        background-color: rgba(0,0,0,.3)!important;
        padding: 0 40px 0 25px !important;
    }
    .navbar-nav>li>a{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    section#intro {
        min-height: 650px;
    }
    ul.nav > li.active > a {
        border-bottom: 1px solid #c5ebf7;
    }
    ul.nav > li:last-child > a {
        padding: 3px 30px !important;
        border: 2px solid white;
    }
    ul.nav > li.active:last-child > a {
        color: #c5ebf7 !important;
        font-weight: 600 !important;
        border-color: #c5ebf7;
    }
}
