html,
body {
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
}

section {
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    box-shadow: 0px 10px 30px #888888;
}

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

#intro h1{
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

#parallax .main h1 {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

#parallax a{
    text-decoration: none;
    color: orange;
    font-weight: 800;
    
}

.main ul{
    text-decoration: none;
    color: orange;
}

.main ul li{
    list-style: disc;
    list-style-position: inside;
}

.main ul li span{color: black;}

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

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

article .main {
    max-width: 800px;
    padding: 40px 5% 25px 5%;
    margin: 0 auto;
}

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

article h1 {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #888888;
}

article h1 span {
    font-style: italic !important;
}

article h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 200;
    color: #696969;
}

article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

article p span{
    font-style: italic !important;
}

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

article p.column2 {
    width: 50%;
    margin-right: 2%;
    float: left;
}
article p.column3 {
    width: 40%;
    margin-left: 2%;
    float: right;
}

.cifra{
    padding: 20px 20% 2px 20%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    text-align: center
}

.cifra h2{
    font-weight: 200;
    font-size: 2em;
}

.cifra p{margin-bottom: 10px;}

.cifra p span{font-size: 35px;font-weight: 200;color: #ff7600; font-style: normal !important;}

@media screen and (max-width: 600px) {
    /*.mosaico {overflow: auto;height: 800px;}*/
    /*.iz{width: 100%;overflow: auto;}*/
    /*.de{width: 100%;overflow: auto;}*/
    article p.column { width: 90%;margin: auto;float: none;}
    article p.column2 {width: 90%;margin: auto;float: none;}
    article p.column3 {width: 90%;margin: auto;float: none;}
    #intro h1  {font-size: 3em;}
    section h1 {font-size: 3em;}
    article h1 {font-size: 1.5em;}
    .cifra{padding: 20px 5% 2px 5%;}
}

blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #8b8b8b;
    border-left: #ff7600 3px solid;
}

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


/*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: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #ff7600;
    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 {
    opacity: 1;
}


/*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*/


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

#parallax.segundo{
    background-image: url("../img/ACNUR_JCordero_7.jpg");
}

