/*GENERALIDADES*/
@charset "utf-8";


/*tipografía*/
*{
    font-family: 'PP Mori', sans-serif;
}
@font-face {
    font-family: 'PP Mori', sans-serif;
    src: url(../font/PPMori-Regular.otf);
}

/* Mobile first */

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    max-width: 100%;
    scroll-behavior: smooth;
}

.icono-menu {
    cursor: pointer;
    display:inline-block;
    z-index: 9999;
    
}
.video2{
    background-color: black;
    padding: 0.5em;
    z-index: -9999;
}
.video{
    z-index: -9999;
}
.cont-menu{
    width: 17em;
    padding: 2em 0 0 2em;
    background-color: black;
    height: 100vh;
    z-index: 9999;
    position: absolute;
    top: 4em;
    right: 0em;
    transition: all .5s ease;
}

div.cont-menu ul li{
    margin: 0em 0em 1em 0em;
}

/* Inicio del menú hamburguesa */
.cont-menu ul li a{
    text-decoration: none;
    color: whitesmoke;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

/* Estilos JavaScript */
.active{
    display: none;
    z-index: 9999;
    transition: all .5s ease;
}
.opacity{
    transition: all .5s ease;
}

/* Fin del menú hamburguesa */


/*CUERPO*/
body {
    display: flex;
    flex-direction: column;
    margin: 0em;
    min-height: 100vh;
    justify-content: space-between; 
    min-height: 100vh;
    min-height: -webkit-fill-available;
}


/*HEADER*/

header{
    display:flex;
    top: 0;
    z-index: index 8000;
    width: 100%;
    height: 20%;
    font-weight: bolder;
    justify-content: space-between;
    position: sticky;
    align-items: center;
    background-color: black;
    color:whitesmoke;
    height: 100%;
    font-size: 12px;
    padding: 1em;

}
header a{ 
    font-size: 14px;
    font-family: 'PP Mori';
}


img{
    max-width: 100%;
}
.contenedora-header{
    display: inline-flex;
    align-items: center;
    align-content: space-between;
    gap: 17em;
}

footer{
    background-color: black;
    color:whitesmoke;
    height: 100%;
    font-size: 12px;
    text-align: center;
    padding: 1em;
}

h1{
    background-color: #c0c600;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    color: black;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    margin-top: 1em;
}
.agenda{
    background-color: black;
    padding: 0.5em;
}

/*Boton colapsable*/
.accordion {
    background-color: #ee5710;
    color: whitesmoke;
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    margin: 2em;
    padding: 1em;
    text-decoration: none;
    border-bottom: 2px;
    font-size: 10px;
    max-width: 90%;
    border-radius: 0.5em;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
  }
  
  .active, .accordion:hover {
    background-color: #d33f05;
    cursor: pointer;
  }
  
  .accordion:after {
    content: '\002B';
    color: whitesmoke;
    font-weight: bold;
    float: right;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: whitesmoke;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
.panel {
    background-color: black;
}
.contenedora2 h3,.contenedora3 h3,.contenedora4 h3,.contenedora5 h3,.contenedora6 h3{
    font-size: 20px;
}
.contenedora2 p,.contenedora3 p,.contenedora4 p,.contenedora5 p,.contenedora6 p{
    font-size: 13px;
    line-height: 140%;
    margin-top: 1em;
    width: 90%;
}
.contenedora2 h4,.contenedora3 h4,.contenedora4 h4,.contenedora5 h4,.contenedora6 h4{
    color: white;
    font-size: 15px;
    text-align:right;
}
.contenedora2 h2,.contenedora3 h2,.contenedora4 h2,.contenedora5 h2,.contenedora6 h2 {
    color: #ee5710;
    padding-bottom: 0.5em;
    margin-right: auto;
    text-decoration: none;
}
a h5 {
    background-color: #a586bd;
    display:inline-block; 
    margin-right: 0em;
    margin-left: 1.9em;
    margin-bottom: 2em;
    padding: 0.9em;
    color: black;
    font-size: 15px;
    max-width: 100%;
    text-align: left;  
    text-decoration: none;
    border-radius: 0.9em;
}
a h5:hover {
background-color: #4f1dd8;
cursor: pointer;
}
.contenedora2,.contenedora3,.contenedora4,.contenedora5,.contenedora6 {
    background-color: black;
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: white;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
}
.contenedora4{
    background-color: whitesmoke;
    color: rgb(0, 0, 0);
}
h4 a{
    background-color:#ee5710;
    border-radius: 15%;
    padding: 0.5em;
    font-size: 12px;
    color: black;
}
.parrafos{
    font-size: 13px;
    color: black;
    display: inline-block;
    padding: 2em;
    width: 90%;
    line-height: 140%;
}
.salas{
    background-color: #EAEAE8;
    padding: 0.5em;
    padding-top: 2em;

}
.titulonewsletter{
    display: inline-block;
    margin-right: auto;
    padding: 0.5em;
    color: black;
    max-width: 100%;
    text-align: center;   
}
.formulario2{
    display: inline-block;
    background-color: rgb(248, 247, 247);
    border-radius: 1em;
    padding: 0.8em;
    margin-top: 0.5em;
    align-items: center;
    color: rgb(161, 160, 160);
}
.logos  {
    display: flex;
    justify-content: space-between;
    margin: 2em;
}
.redes h5 {
    font-size: 15px;
    padding: 1em;
}
.accionesminimas{
    font-size: 10px;
    
}
.accionesminimas2{
    display: inline-block;
    font-size: 10px;
    padding: 1em;
    margin-top: 1.5em;
    background-color:#ee5710; 
    border-radius: 1em;
    color: whitesmoke;
    cursor: pointer;
    text-decoration: none;
}
.accionesminimas2:hover {
    background-color:#d33f05;
    cursor: pointer;
}

.newsletter{
    display: block;
    background-color:rgb(212, 221, 217);
    padding: 1em 1em 1em 1em;
    border-radius: 0.3em;
    margin-top: 4em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 4em;
    text-align: center;
}
.newsletter2{
    display: block;
    background-color:rgb(212, 221, 217);
    padding: 1em 1em 1em 1em;
    border-radius: 0.3em;
    margin-top: 4em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 4em;
    text-align: center;
}
.contacto{
    padding: 0.5em;
}
iframe{
    display: block;
    max-width: 100%;
    height: fit-content;
    margin: auto;
    padding-left: 2em;
    padding-bottom: 1em;
}
.iframemapa {
    display: inline-block;
    height: fit-content;
    max-width: 100%;
    padding-left: 0em;
    padding-right: 0em;
}
  
h4{
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 2em;
}

.imagenesactividades {
    display: inline;
}


/*SALAS VIRTUALES*/
.listasalas{
    padding: 0.5em;
}
h3 {
    font-size: 15px;
    font-weight: 600;
}
h6 {
    color: #a586bd;
}
.usuario1, .usuario2, .usuario3 {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    margin-bottom: 0.5em;
    padding: 1em 2em 1em 2em
}
.blog h6{
    margin-left: 3em;
}
.user {
    display: inline-flex;
    align-content: center;
    margin-right: auto;
    padding: 2em;
    font-size: 13px;
    border-bottom: 2px;  
    font-weight: bold; 
}
.titulocomentario{
    margin-left: 2em;
    text-align: center;
    margin-bottom: 1em;
}
.dejarcomentario {
    margin: auto;
    margin-right: 2em;
}
.accionesminimas4 {
    display: inline-block;
    font-size: 10px;
    padding: 1em;
    /*margin: 1em 16em 4em 16em;*/
    margin-bottom: 2em;
    color: whitesmoke;
    align-items: center;
    background-color:#ee5710; 
    border-radius: 1em;
    text-align: center;
    cursor: pointer;
}
.accionesminimas4:hover {
    background-color: #d33f05;
    cursor: pointer;
}
.boton {
    display: flex;
    justify-content: center;
}
.blog {
    padding-top: 2em;
    padding: 0.5em;
}

.sala1, .sala2, .sala3 {
    text-decoration: none;
    color: black;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #a586bd;
    margin-bottom: 2em;
    margin-left: 2em;
    padding: 1em;
    text-align: left;  
    border-radius: 1em;
    font-size: 8px;
}
.sala1:hover {
    background-color: #f49919;
    cursor: pointer;
}
.sala1 h3, .sala2 h3, .sala3 h3 {
    font-size: 12px;
    color: black;
    text-decoration: none;
}
.blog p{
    font-size: 13px;
    line-height: 140%;
    padding-top: 2%;
    margin: 2.5em;
}


/*SALA PRINCIPAL*/
.expuestas {
    background-color: #4f1dd8;
    color:whitesmoke;
}

#fotos-slider {
    margin: auto;
    max-width: 800px;
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
    z-index: -8000;

}
#fotos-slider>ul, li {
    padding: 0em;
    margin: 0em;
    list-style: none;
    z-index: -8000;
}
#fotos-slider>ul.slider {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    z-index: -8000;
}
#fotos-slider>ul.slider p {
    position: absolute;
    background-color: whitesmoke;
    left: 50%;
    top: 100px;
    padding-top: 2em;
    line-height: 11pt;
    font-size: 10pt;
    transform: translate(-50%, -50%);
    z-index: -8000;
}
#fotos-slider>ul.slider li {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: inherit;
    height:inherit;
    transition: opacity .5s;
    z-index: -8000;
}
#fotos-slider>ul.slider li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    z-index: -8000;
}
#fotos-slider>ul.slider li:first-child {
    opacity: 1;
    z-index: -8000;

}
#fotos-slider>ul.slider li:target {
    opacity: 1;
    z-index: -8000;
}
#fotos-slider>.menu {
    text-align: center;
    margin: 10px;
    z-index: -8000;

}
#fotos-slider>.menu li {
    display: inline-block;
    text-align: center;
    z-index: -8000;
}
#fotos-slider>.menu li a {
    display: inline-block;
    text-decoration: none;
    background-color: #adadac;
    padding: 10px;
    border-radius: 100%;
    z-index: -8000;
}
#fotos-slider>.menu li a:hover {
    background-color: #4f1dd8;
    cursor: pointer;
}


/*QUIENES SOMOS*/
.subtitulos {
   display: block;
   padding: 2em 2em 0em 1.5em;
   font-size:large;
}
.quienessomos{   
padding: 0.5em;
background-color:whitesmoke;
 }



/*HACETE AMIGX*/
.contenidodecontacto{
    padding: 0.5em;
}
.login h6 {
    text-align: center;
    color: black;
    padding-top: 1em;
    padding-bottom: 1em;
}
.botoningreso p {
    font-size: 13px;
    text-align: center;
    color: black;
    display: inline-block;
    padding: 2em;
    width: 100%; 
}
.accionesminimas3 {
    display: inline-block;
    text-align: center;
    align-items: center;
    font-size: 10px;
    padding: 1em;
    margin-top: 1em;
    color: whitesmoke;
    background-color: #ee5710; 
    border-radius: 1em;
    cursor: pointer;
}
.accionesminimas3:hover {
    background-color: #d33f05;
    cursor: pointer;
}
.parrafoscentrados {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: black;
    display: inline-block;
    padding: 2em;
    width: 100%;   
}
.subtituloscentrados {
    display: block;
    padding: 2em 0em 0em 0em;
    font-size:large;
    text-align: center;
    width: 100%;
}
.imagencentrada {
    display: block;
    align-items: center;
    padding: 0em 0em 1em 0em;
    margin: auto;
}
.formulario{
    display: block;
    background-color: rgb(212, 221, 217);
    border-radius: 1em;
    margin: auto 3em auto 3em;
}
.login{
    display: block;
    background-color:rgb(212, 221, 217);
    padding: 1em 1em 1em 1em;
    border-radius: 0.3em;
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
    width: 20em;
    align-items: center;
    margin: auto;
}

/*EXTENSIÓN CULTURAL*/
/*AGENDA*/
.contenedora-extension{
    padding: 0.5em;
    background-color:whitesmoke;
}
.actividades p {
    color: whitesmoke;
}
.actividades {
    background-color: black;
    padding: 0.5em;
}
.contenido3{
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
    border-top: #f49919;
}
.contenido3 p {
    font-size: 13px;
    line-height: 140%;
    margin-top: 1em;
    width: 90%;
}

.contenido3 h3{
    font-size: 20px;
    padding-top: 0.3em;
    color: black;
}
.contenido3 p{
    font-size: 15px;
    color: black;
}
.contenido3 h4{
    color:black;
    font-size: 15px;
    text-align:right;
}
.contenido3 h2 {
    color: #f49919;
    margin-top: 0%;
}
.contenido{ 
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
    border-top: #f49919;
}
.contenido h3{
    font-size: 20px;
    padding-top: 0.3em;
    color: black;
}
.contenido p{
    font-size: 15px;
    color: black;
}
.contenido h4{
    color:black;
    font-size: 15px;
    text-align:right;
}
.contenido h2 {
    color: #f49919;
    padding-top: 0.2em;
    margin-right: auto;
}
.contenido a h5 {
    background-color: #a586bd;
    display: block;
    margin-right: 0em;
    margin-left: 0em;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: black;
    font-size: 15px;
    max-width: 100%;
    text-align: left;  
    text-decoration: none;
}
.contenido{
    background-color: whitesmoke;
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: white;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
}
.contenido p {
    font-size: 13px;
    line-height: 140%;
    margin-top: 1em;
    width: 90%;
}
.agendacompleta{
    padding: 0.5em;
    background-color: black;
}
.agendacompleta h2{
    margin-top: 0.7em;
}
.contenido2{ 
    background-color:black;
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: whitesmoke;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
    border-top: #f49919;
}
.contenido2 h3{
    font-size: 20px;
    padding-top: 0.3em;
    color:whitesmoke;
}
.contenido2 p{
    font-size: 13px;
    line-height: 140%;
    margin-top: 1em;
    width: 90%;
    color: whitesmoke;
}
.contenido2 h4{
    color:whitesmoke;
    font-size: 15px;
    text-align:right;
}
.contenido2 h2 {
    color: #f49919;
    padding-top: 0.2em;
    margin-right: auto;
}
.contenido2 a h5 {
    background-color: #a586bd;
    display: block;
    margin-right: 0em;
    margin-left: 0em;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: black;
    font-size: 15px;
    max-width: 100%;
    text-align: left;  
    text-decoration: none;
}
.contenido2{
    background-color: black;
    display: inline-block;
    margin-right: auto;
    padding: 1em;
    border-bottom: 2px;
    color: white;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
}
.titulovisitas{
    margin-top: 2em;
    background-color: #a586bd;
    display:inline-block; 
    align-items: center;
    margin-right: 2em;
    margin-left: 3em;
    margin-bottom: 3em;
    padding: 0.9em;
    color: black;
    font-size: 15px;
    max-width: 80%;
    text-align: left;  
    text-decoration: none;
    border-radius: 0.9em;
    }
.titulovisitas:hover {
    background-color: #4f1dd8;
    cursor: pointer;
    }
.linksalas img{
    width: 70%;
    margin-left: 3em;
    margin-top: 2em;
}
.formulario3{
    display: inline-block;
    background-color: rgb(248, 247, 247);
    border-radius: 1em;
    padding: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 6em;
    color: rgb(161, 160, 160);
}
.formulario4{
    display: inline-block;
    background-color: rgb(248, 247, 247);
    border-radius: 1em;
    padding: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    color: rgb(161, 160, 160);
}
video{
    width: 100%;
    height: auto;
    z-index: -9000;
}


/*MEDIA*/
/* cambios a partir de los 48em - CELULARES*/
@media (min-width: 48em) {
    header {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

/*@media (min-width: 60em)*/


/*cambios a partir de los 60em - DESKTOP*/
@media (min-width: 1075px) {
    /*PÁGINA PRINICPAL*/
    .index{
        padding-left: 3em;
        padding-right: 3em;
        background-color: black;
    }

    .contenedora-header{
        max-width: 90%;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #menu {
        display: flex;
    }

    div.cont-menu {
        width: 100%;
        padding: 0;
        height: 100%;
        position: static;
        background-color: transparent;
    }

    div.cont-menu ul{
        display: block;
        display: flex;
        flex-direction: row;
        z-index: 9999;
        gap: 1em;
    }

    div.cont-menu ul li {
        display: block;
    }

    div.cont-menu ul li a { 
        display: block;
        font-size: 11.5px;
    }   
    
    .panel{
        display: flex;
    }
    .columnas{
        display: flex;
        width: fit-content;
    }
    
   
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .eventosanteriores {
        display: block;
        margin: auto;
        text-align: center;
    }

    .desplegable img{
        display: none;
    }
    .video2{
        display: block;
        margin: auto;
        padding-top: 0%;
    }
    .agenda h1{ 
        margin-top: 0%;
    }
    .columnaderecha{
        background-color: whitesmoke;
        margin-top: 0.5em;
        width: 35%;
        .contacto{
            padding: 1em;
            margin-top: 2.3em;
        }
    }
  
    .columnaizquierda{
        width: 160%;
    }
    .facebook{
        padding-right: 3em;
        padding-left: 1em;
        
    }
    .salas{
        padding-bottom: 20em;
    }
    p.parrafo{
        max-width: 45em;
        font-size: 16px;
    }
    .salas{
        .parrafos{
            max-width: 45em;
            font-size: 16px;
        }
    }
    .footer{
        display: flex;
        justify-content: space-between;
        gap: 2em;
    }
    .redes{
        margin-left: 5em;
    }
    .logos{
        display: flex;
        justify-content: space-between;
        gap: 12em;
        margin-left: 6em;
    }
    .cierre{
        margin-right: 5em;
        width: 16em;
        margin-top: 3em;
        text-align: left;
        font-size: 11px;

    } 
    .salas{
        background-color: whitesmoke;
    }
    main.quienessomos{
        padding-left: 3em;
        padding-right: 3em;
        max-width: 50%;
    }
    .caja{
        max-width: 90%;
        margin:auto;
    }
    .info{
        margin-left: 3em;
    }
    .info p{
        font-size: 16px;
    }
    .newsletter2{
        display: block;
        background-color:rgb(212, 221, 217);
        padding: 1em 1em 1em 1em;
        border-radius: 0.3em;
        margin-top: 4em;
        margin-left: 2em;
        margin-right: 2em;
        margin-bottom: 4em;
        text-align: center;
        width: 25%;
    }
   
    .contacto{
        padding-left: 3em;
        padding-right: 3em;  
    }
    /*fin PÁGINA PRINCIPAL*/

    /*EXTENSIÓN CULTURAL*/
    main.extensioncultural{
        padding-left: 3em;
        padding-right: 3em;  
        padding-bottom: 4em;
        background-color: whitesmoke;
    }   
    .contenedora-extension p{
        font-size: 12px;
    }
    .ACTIVIDADES{
        display: flex;
    }
    .contenido{
        width: 120%;
    }
    .contenido2{
        width: 120%;
    }
    .textosen16 .parrafos{
        font-size: 16px;
    }
    /*HACETE AMIGO*/
    .parrafoscentrados{
        font-size: 16px;
    }
    .contenidodecontacto{
        padding-left: 3em;
        padding-right: 3em; 
    }
    .formulario4{
        display: inline-block;
        background-color: rgb(248, 247, 247);
        border-radius: 1em;
        padding: 0.8em;
        margin-top: 0.5em;
        margin-bottom: 2em;
        margin: auto;
        color: rgb(161, 160, 160);
    }
    .form{
        margin-left: 0;
    }

    /*FIN HACETE AMIGO*/
    /*AGENDA*/
    .main-agenda{
        padding-left: 3em;
        padding-right: 3em;  
        background-color: black;
    }
    
    .primera-fila{
        display: flex;
        background-color: black;
        height: min-content;
    }
    .primera-fila .contenedora3{
        width: 50%;
    }
    .segunda-fila{
        display: flex;
        background-color: black;
    }
    .visita{
        background-color: whitesmoke;
    }
    .contenido3{
        display: flex;
        background-color: whitesmoke;
        gap: 2em;
        margin-right: auto;
        padding: 1em;
        border-bottom: 2px;
        color: white;
        font-size: 20px;
        text-align: left;
        font-size: 30px;
        align-items: center;
    }
    .contenido3 p {
        font-size: 13px;
        line-height: 140%;
        margin-top: 1em;
        width: 90%;
    }
    
    .contenido3 h3{
        font-size: 20px;
        padding-top: 0.3em;
        color: black;
    }
    .contenido3 p{
        font-size: 15px;
        color: black;
    }
    .contenido3 h4{
        color:black;
        font-size: 15px;
        text-align:right;
    }
    .contenido3 h2 {
        color: #f49919;
        margin-top: 0%;
    }
    .foto{
        width: 47%;
        height: 60%;
    }
    .información{
        display: inline-block;
        padding-top: 0%;
    }
    /*FIN AGENDA*/
    /*SALAS VIRTUALES*/
    .main-salas{
        padding-left: 3em;
        padding-right: 3em;
        display: flex;

    }
    .dejarcomentario{
        display: inline-block;
        margin: 2em;
    }
    .formulario3{
        margin-left: 3em;
        margin-bottom: 1em;
    }
    .columna-derecha{
        width: 80%;
    }
    .facebook{
        width: 50%;
        size: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 4em;
        margin-top: 4em;
    }

    /*SALA PRINCIPAL*/
    .main-salaprincipal{
        padding-left: 3em;
        padding-right: 3em;
    }
}
/*FIN MEDIA* /