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

.fijo{background-image: url(../img/wood.jpg);
    background-attachment: fixed;
    background-size: auto;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
}

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

#intro {
    background-image: linear-gradient(rgba(0, 0, 0, 0.36),rgba(0, 198, 136, 0.43)), url(../img/cover_fresh2.jpg);
    background-position: top;
    height: 600px;
    /*-webkit-filter: blur(5px);
    filter: blur(5px);*/
}

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

section h1 {
    margin-bottom: 25px;
    font-family: 'Barrio', cursive;
    text-align: left;
    font-size: 4em;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.84);
    border-top: #fff 3px dashed;
    border-bottom: #fff 3px dashed;
}

section h1 span {
    font-size: 1.6em;
}


section p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    font-weight: 800;
}

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

article .main2 {
    max-width: 1000px;
    padding: 0px 5% 0 5%;
    margin: 0 auto 0 auto;
    display: flex;
    /*background: #d4d4d4;*/
}
article .main2 .parte{
    padding: 25px 10px;
}

/*.columnas {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}*/
article .main2 div{width: 50%;}

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

article h1 {
    margin-bottom: 30px;
    font-family: 'Barrio', cursive;
    font-size: 3.5em;
    text-align: left;
    color: #2a5c05;
}

@media screen and (max-width:600px) {
    section h1 {
        font-size: 2.5em;
        line-height: 1.5em;
    }
    section h1 span {
        font-size: 2.2em;
    }
    article .main2 .musgo{display: none;}
    article .main2{display: block;}
    article .main2 div{width: 100%;}
}

.erres {
    margin-bottom: 15px;
    font-family: 'Barrio', cursive;
    font-size: 2em;
    font-weight: 200;
    color: #56b90e;
}

article p {
    font-size: 16px;
    font-family: 'Open Sans' sans-serif;
    line-height: 22px;
    font-weight: 200;
    margin-bottom: 20px;
}

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

@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
    .columnas {-webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;}
}

blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;
    border-left: #4a4a4a 10px solid;
}

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


/*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: #000;
    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*/

.fichas {
    display: flex;
}

.tarjeta {
    width: 100%;
    margin: 0 1%;
    background-color: #ccc;
    padding: 20px;
    border-radius: 5px
}

.tarjeta img {
    margin: 0 auto;
}

/*.texto {
    display: none;
}*/


/*#intro::after {
    content: url('../img/shadow.png');
    position: absolute;
    
}*/

#section01::after {
    content: "";
    position: relative;
    display: block;
    background: url('../img/shadow.png') no-repeat;
}


/*-----*/

.cajitas {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}

/*.cajitas > h2 {
    clear: both;
    margin: 0;
    padding: 2em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1em;
}*/

.cajitas > h2:first-child {
    padding-top: 0em;
}


/*Grid*/

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0.5em  0em;
    max-width: 100%;
    list-style: none;
    
}


/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0px 0.5%;
    width: 240px;
    height: 300px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
}



.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    /*min-height: 100%;*/
    /*max-width: 100%;*/
    opacity: 1;
    margin: auto;
}

.grid figure figcaption {
    padding: 0.5em;
    
    color: #fff;
    opacity: 0.9;
    text-transform: uppercase;
    /*font-size: 1.25em;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    width: 100%;
    /*background: #000;*/
    color: #fff;
    word-spacing: -0.15em;
    font-family: 'Open Sans' sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: left;
}

.grid figure p {
    width: 100%;
    /*background: #000;*/
    /*word-spacing: -0.15em;*/
    font-family: 'Open Sans' sans-serif;
    letter-spacing: -0.05em;
    font-weight: 800;
    font-size: 0.95em;
    text-align:left;
    line-height: 0.95em;
}




/*---------------*/


/***** esconde *****/


/*---------------*/

figure.effect-esconde {
    /*background: #98b929;*/
}

figure.effect-esconde img {
    max-width: none;
    height: 300px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-esconde figcaption {
    text-align: left;
}

figure.effect-esconde h2 {
    position: relative;
    padding: 0.3em 0;
    margin-bottom: 10px;
}

figure.effect-esconde div {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.6em 0.5em;
    /*background: rgba(255, 255, 255, 0.1);*/
    color: #fff;
    text-transform: none;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-600px, 0, 0);
}

figure.effect-esconde div:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-esconde div:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-esconde div:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-esconde:hover div:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-esconde:hover div:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-esconde:hover div:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-esconde:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-esconde:hover div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


figure.effect-esconde:hover {
    background-color: #154c83;
    -webkit-transition: 1s;
    transition: 1s;
}


/*-----*/

.parallax {
    background-image: url("../img/madre.jpg");
    min-height: 300px;
    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");
}

/*-----*/

.indicador{display:inline-flex;}