html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Slabo 27px', serif;
}

main {
    width: 100%;
    /*background-color: #262626;*/
}

section {
    background-size: cover;
    background-position: center;
}

#intro .main {
    max-width: 1100px;
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
    height: 100vh;
}

#intro h1 {
    margin-bottom: 25px;
    font-family: 'Special Elite', cursive;
    font-size: 3em;
    text-align: center;
    color: #fff;
}

#intro h2 {
    font-size: 1.2em;
    font-weight: 200;
    color: #ddd;
}

#intro p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 400;
}

section .main {
    max-width: 1100px;
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}

section h1 {
    margin-bottom: 25px;
    font-family: 'Open Sans', serif;
    font-size: 2em;
    text-align: center;
    color: #fff;
}

section h2 {
    font-size: 1.2em;
    font-weight: 200;
    color: #ddd;
}

section p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400;
}

article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}

article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}

article h1 {
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 2.2em;
}

article h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 400;
    color: #a8a8a8;
}

article p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    /*color: white;*/
}

article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}

@media screen and (max-width: 800px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
    #intro h1 {
        margin-bottom: 25px;
        font-size: 2.3em;
        line-height: 1.2em;
    }
    #intro p {
        font-size: 1.3em;
        line-height: 2em;
    }
}

@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
    #intro h1 {
        margin-bottom: 25px;
        font-size: 2em;
        line-height: 1.2em;
    }
    #intro p {
        margin-bottom: 20px;
        font-size: 1em;
        line-height: 2em;
        letter-spacing: -0.5px;
        font-weight: 400;
    }
}

#parallax {
    background-image: url("../img/madre.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

#parallax.segundo{
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/ACNUR_JCordero_7.jpg");
}

@media screen and (max-width: 480px) {
    #parallax {
    min-height: 300px;
    background-attachment: scroll;
    }
}

blockquote {
    width: 80%;
    color: #903;
    margin: 30px auto;
    padding: 25px;
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
    border: #b8bdbb 1px solid;
}

blockquote span {
    margin-top: 15px;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 500;
}


/*SLIDER*/

.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}

.slider .controls {
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 10;
}

.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}

.slider .controls ul.tabs li.current {
    opacity: 1;
}

.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}

.slider .controls ul.arrows li {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}

.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(../img/arrow_backward.png);
}

.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../img/arrow_forward.png);
}

.slider .controls ul.arrows li:hover {
    opacity: 1;
}

.slider .disabled {
    visibility: hidden !important;
}

.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}

.slider .items .item {
    width: 100%;
    height: inherit;
    position: absolute;
    display: none;
}

.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
}

.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
    color: #000;
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}


/*SLIDER*/


/*OTROS*/

.arrow {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #ff0000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}

.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}

.arrow:hover {
    background-color: darkgrey;
    opacity: 1;
}

#intro .main p a {
    margin: 0 auto;
    text-align: center;
}


/*OTROS*/


/*ANIMATION*/

@keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%;
    }
    10% {
        opacity: 1;
        background-size: 120%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%;
    }
    10% {
        opacity: 1;
        background-size: 120%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%;
    }
    10% {
        opacity: 1;
        background-size: 120%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%;
    }
    10% {
        opacity: 1;
        background-size: 120%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%;
    }
    10% {
        opacity: 1;
        background-size: 120%;
    }
    100% {
        opacity: 1;
        background-size: 100%;
    }
}


/*ANIMATION*/


/* listas */

.list {
    
    width: 100%;
    margin: 0 auto;
}

ul li {
    width: 16%;
    margin: 0 0% 0 0%;
    /*height: 150px;*/
    text-align: center;
    display: inline-table;
    list-style-type: square;
    color: #ff0000;
    margin-bottom: 10px;
}

ul li img{
    margin: 0 auto;
width: 100px;
    height: 100px;
}

ul li span {
    color: #797979;
}

@media screen and (max-width: 800px) {
    ul li{
    width: 32%;
    }
}

@media screen and (max-width: 480px) {
    ul li{
    width: 100%;
    }
}

/* cierra listas */

.foto {
    max-width: 1028px;
    height: 400px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.actual-image {
    background-size: cover;
    background-position-x: 50%;
    position: relative;
    width: 100%;
    height: 100%;
}

.foto:before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 60%;
    height: 0px;
    background: black;
    left: 0px;
    box-shadow: 7px -3px 14px 8px rgba(0, 0, 0, 0.8);
    transform: rotate(-2deg);
}

#intro {
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../img/ACNUR_JCordero_3.jpg);
}

/*#intro:hover{background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url(../img/ACNUR_JCordero_3.jpg);}*/

.inicial {
    float: left;
    color: #903;
    font-size: 50px;
    line-height: 40px;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 3px;
}

.mobile_view {
    display: none;
}

.desktop_view,
.mobile_view {
    margin: 15px;
    0;
}

.desktop_view .wrapper {
    width: 590px;
    height: 690px;
    overflow: hidden;
}

.imageFull {
    width: 100%;
}

.mobile_view .wrapper {
    height: 400px;
    overflow: hidden;
}

.cifras {
    padding: 20px;
    width: 48%;
    margin: 0 auto;
    display: inline-block;
}

.cifras p {
    text-align: center
}

.cifras p span {
    font-size: 60px;
    font-weight: 200;
    border-bottom: 2px black solid;
}

@media (max-width: 650px) {
    .cifras p span {
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .mobile_view {
        display: block;
    }
    .desktop_view {
        display: none;
    }
    .cifras {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }
}

main a {
    text-decoration: none;
    color: #29b3f0;
    font-weight: 600;
}