@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFF;
}

#contenido {
    ;
    height: 1500px;
    width: 80%;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
}

/*======================logos===============================*/


.cabecera {

    width: 80%;
    height: 200px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    display: flex;

}



.logos {

    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.logos1 {
    width: 150px;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;

}


.lolab {
    background-image: url(logos_editables/logolab.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 33%;
    width: 100%;
}

.loardi {
    background-image: url(logos_editables/ARTE%20Y%20DISE%C3%91O.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 33%;
    width: 100%;
}

.lounam {
    background-image: url(logos_editables/ENES_LOGO_NEGRO%20copy.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 33%;
    width: 100%;
}

.logos2 {
    height: 200px;
    width: 100%;
}

.titulo {
    background-image: url(logos_editables/logoespanol.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;

    }

    .cabecera {
        height: 500px;
    }

    .logos {
        flex-direction: column;
        align-content: space-between;
        width: 100%;
    }


}



/*======================terminan logos=====================*/


h1 {
    color: black;
}

#info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
}

#espanol {
    position: relative;
    margin-top: 10px;
    height: 300px;
    max-width: 100%;
    background-image: url(galerias_web%5Cfotografia_comunidad/1.png);
    background-size: COVER;
    background-repeat: no-repeat;
}


a {
    font-size: 60px;
    width: 100%;
    height: auto;
}

#intro:hover {
    font-size: 0;
}

#intro:hover:after {
    content: attr(data-hover);
    font-size: 30px;
    color: white;
}

/*---------------------------contenido------------------------------------*/
h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    width: 100%;
    margin: 1rem;
    cursor: pointer;
}

.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    /*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);*/
    /*  border-radius: 10px;*/
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 300px;
    height: 300px;
    /*	border-radius: 10px;*/
    color: #fff;
    font-size: 1.5rem;

}

.back {
    background-image: url(galerias_web/fotos_finales/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    text-align: left;



}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*    border-radius: 10px;*/
}

.container:hover .front,
.container:hover .back,
.container:focus.front,
.container:focus .back {
    -webkit-transition: -webkit-transform .7s (0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);


}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;


}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);

}

.container .back {
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.container .front {
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotatex(-180deg);
    transform: rotatex(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 3rem;
    margin-bottom: 2rem;
    position: relative;
    font-family: sans-serif;
    font-weight: bolder;

}



.front .inner p:after {
    content: '';
    width: 6rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}



@media screen and (max-width: 64rem) {
    .col {
        width: calc(100%);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(100%);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;

    }



    .back .inner p {
        font-size: 18px;
    }
}

/*---------------------------final de contenido------------------------------------*/


/*
p {
    padding: 40px;
    text-align: justify;
    font-size: 30px;
    color: #FFF;
}

#info {
    display: flex;
    flex-direction: column;
    height: 1000px;
    width: 100%;
    background-color: #FFF;
}

#espanol {
    position: relative;
    margin-top: 10px;
    height: 300px;
    max-width:  100%;
    background-image: url(Links/espanoltexto.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

#espinfo {
    height: 300px;
    width: 100%;
    background-image: url(Links/espanol.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: fixed;
    transition: opacity 0.2s;
    opacity: 0;
}

#espanol:hover #espinfo {
    opacity: 1;
}

#purepecha {
    position: relative;
    margin-top: 40px;
    height: 300px;
    width: 100%;
    background-image: url(Links/purepechatexto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#pureinfo {
    height: 300px;
    width: 100%;
    background-image: url(Links/purepecha.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0;
}

#purepecha:hover #pureinfo {
    opacity: 1;
}

#english {
    margin-top: 40px;
    height: 300px;
    width: 100%;
    background-image: url(Links/englishtexto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#enginfo {
    height: 300px;
    width: 100%;
    background-image: url(Links/ingles.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0;
}

#english:hover #enginfo {
    opacity: 1;
}*/

img#logo2 {
    padding-left: 5%;
}

h1 {
    padding-top: 70px;
    text-align: center;
    font-size: 50px;
}



#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%
}

#menu li {
    float: left;
    display: inline;
    position: relative;
    font: 0.8em 'Lato', sans-serif;
    /*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: 720px) {
    #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
    }

    p {
        font-size: 22px;
    }
}

@media screen and (max-width:480px) {
    p {
        font-size: 18px;
    }
}
