@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFF;
}

#contenido {
    height: auto;
    width: 80%;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
}

p {
    padding: 40px;
    text-align: justify;
    font-size: 26px;
    color: #000;
    font: 1.7em 'Lato', sans-serif;
}

h4{font-size:  1.2em;}
#info {
    height: auto;
    width: 100%;
    background-color: #FFF;
}

#agradecimintos {
    height: 1150px;
    width: 100%;
    background-color: #FFF;
}

#espanol {
    position: relative;
    margin-top: 10px;
    height: 340px;
    width: 100%;
    background-image: url(Links/espanoltexto.jpg);

    background-size: cover;


}

#espinfo {
    height: 340px;
    width: 100%;
    background-image: url(Links/espanoltexto.jpg);
    background-size: cover;
    background-position: fixed;
    transition: opacity 0.2s;
    opacity: 1;
}

#english {
    position: relative;
    margin-top: 10px;
    height: 340px;
    width: 100%;
    background-image: url(Links/englishtexto.jpg);

    background-size: cover;


}

#englishinfo {
    height: 340px;
    width: 100%;
    background-image: url(Links/englishtexto.jpg);
    background-size: cover;
    background-position: fixed;
    transition: opacity 0.2s;
    opacity: 1;
}

#pure {
    position: relative;
    margin-top: 10px;
    height: 340px;
    0px;
    width: 100%;
    background-image: url(Links/purepechatexto.jpg);

    background-size: cover;


}

#pureinfo {
    height: 340px;
    width: 100%;
    background-image: url(Links/purepechatexto.jpg);
    background-size: cover;
    background-position: fixed;
    transition: opacity 0.2s;
    opacity: 1;
}


#texto {
    width: 100%;
    height: 700px;
}


img#logo2 {
    padding-left: 5%;

}

h1 {
    padding-top: 70px;
    text-align: center;
    font-size: 50px;
}

h2 {

    text-align: center;
    font-size: 50px;
}

#cabecera {
    height: 200px;
    width: 80%;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
}

#menunav {
    height: 70px;
    width: 100%;
    background-color: #FFF;

    z-index: 99;
}

#menu {
    /*Rev 140508*/
    width: auto;
    min-width: 300px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    overflow: no-display;
    /**/
    color: #000;
    border-bottom: 2px solid #CCC;
    background-color: #CCC;
}

#menu ul,
#menu li {
    margin: 0 auto;
    padding: 0 0;
    list-style: none;
}

#menu ul {
    height: 45px;
    width: 100%;
    display: flex;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
    font: 0.8em 'Lato', sans-serif;
    flex-direction: row;
    /*font-weight:700;*/
}

#menu a {
    /*main menu*/
    display: block;
    font-size: 120%;
    line-height: 45px;
    padding: 0 14px;
    text-decoration: none;
    color: #000000;
}

#menu li a:hover {
    color: #00F;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 80px;
    height: 30px;
    opacity: 0;
    cursor: pointer
}

#menu label {
    font: normal 20px Arial;
    display: none;
    width: 35px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: right;

}

/*BRAND*/
#menu label span {
    font-size: 80%;
    position: absolute;
    left: 35px;
}

#menu ul.menus {
    /*SUBMENUS*/
    height: auto;
    overflow: hidden;
    width: 300px;
    position: absolute;
    z-index: 99;
    display: none;
    color: #000;
    background-color: #CCCCCC;
}

#menu ul.menus li {
    display: block;
    width: 100%;
    font: normal 100% Arial;
    text-transform: none;
    text-shadow: none;
}

#menu ul.menus a {
    color: #000;
    line-height: 40px;
    /*REV*/
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#menu li:hover ul.menus {
    display: block;
}

#menu ul.menus a:hover {
    background: #CCC;
    color: #00F;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/*END*/
/*BASE CSS STYLE FOR RESPONSIVE MENU*/
/**/
/*MOBIL VERSION, 0 > 600px*/
@media screen and (max-width: 600px) {
    #menu {
        position: relative;
        color: #000;
        border-bottom: 0px solid #CCC;
        background-color: #CCC;

    }

    #menu ul {
        top: 100%;
        left: 0;
        height: auto;
        display: none;
        position: absolute;
        z-index: 3;
        background-color: #CCC;
    }

    #menu ul.menus {
        width: 100%;
        position: static;
        padding-left: 0px;
    }

    #menu li {
        font: normal 90% Arial;
        width: auto;
        display: block;
        float: none;
    }

    #menu input,
    #menu label {
        margin: 0 2%;
        float: right;
        display: block;
        position: absolute;
    }

    #menu input {
        z-index: 4;
    }

    #menu input:checked + label {
        color: #fff
    }

    #menu input:checked ~ ul {
        display: block
    }

    .video {
        display: none;
        flex-direction: column;
    }
}


/*---------------------------------------------video-------------------------------------------------------------------------------------------------------------------------------*/

.tema {
    height: 100px;
}

.video {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
    margin-top:100px;
}

.text1 {
    height: 250px;
}
.mas{height: 200px}
.text2 {
    height: 50px;
}

.video h2 {
    font-size: 1.5em;
    align-items: baseline;
}

.video h3 {
    font-size: 1.2em;
}

.video h2,
h3 {
    text-align: left;
    text-align:
}

.video_texto {
    height: auto;
    width: 33.3%;
    padding: 20px;
    ;
}

.media {
    height: 500px;
    width: 66.66%;
    align-content: center;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}


#galleria {

    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px 0;
    position: relative;

}



.galeria {

   /* width: 76%;
    margin: 0 12%;*/
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.pic {
    margin: 50px 0;
    height: auto;



}




.galeria img {
    height: 300px;

}



.foot h4 {
    margin: 5px 0;
    color: #393126;
}

.foot h2 {
    padding-top: 20px;
    color: #393126;
}

hr {
    width: 100%;

    border-bottom: 1px solid #bfa280;
}


.fancybox-caption__body h4 {
    color: #f9f6f2;
}


.expo{display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:flex-end;}

.subtitulo {
    height: 250px;
}
.slider li img {
    position: relative;
    width: 450px;
}
.slick-slide img{
    width: auto;
    height: 400px;
    margin:auto;
}


.agradecimientos{
    padding-left:20%;
padding-right:20%;
    margin-top:20px;
}

.agradecimientos p{margin-top:20px;
margin-bottom:0px;}

.papit{color:gray;
    font-size:1em;
    margin-top:0;
    padding-top:0;
}