/* .info {
    /* margin-bottom: 10%; 
} */

ul {
    list-style: none;
}

li {
    width: 24vw;
    margin-left: -4vw;
}

.title-tx {
    font-size: 3vw!important;
    text-align: end;
    margin-left: 10vw;
}

.texta {
    width: 70%;
    text-align: end;
    margin: auto;
    font-size: 5vw;
}

.textb {
    width: 70%;
    text-align: end;
    margin: auto;
    font-size: 3.7vw;
}

.textc {
    width: 70%;
    text-align: end;
    margin: auto;
    font-size: 1.8vw;
}

.acceso {
    margin: 4vw;
    width: 70%;
    text-align: end;
    font-size: 2vw;
}

.header-categoria .nav-categoria .menu_aside.logo a {
    padding: 1vw;
}

.img-logm {
    display: none;
}

.img-log {
    margin-left: 22vw;
    margin-top: 3vw;
}

.infos {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-top: -65vw;
    margin-bottom: 10vw;
    color: white;
}

.desc {
    font-size: 1.3vw;
    width: 40%;
    margin: auto;
    margin-left: 55%;
}

.nomt {
    width: 47%;
    font-size: 6vw;
    margin-left: 55%;
    margin-top: -33%;
}

.containerimg {
    width: 100vw;
    max-width: 1000px;
    min-width: 320px;
    /* margin: auto; */
    text-align: start;
    margin-top: 45%;
}

.imgart {
    width: 85%;
    box-shadow: 0px 3px 5px rgba(15, 15, 15, .5);
}

.containerimged {
    width: 47.7vw;
    /* max-width: 900px;
    min-width: 320px; */
    /* margin: auto; */
    /* text-align: end;
    margin-top: 5%; */
}

.imgarted {
    width: 110%;
    /* box-shadow: 0px 3px 5px rgb(15, 15, 15, .5); */
    /* margin-left: 87%; */
    margin-top: 7%;
    margin-left: 100%;
}

.nomtedu {
    width: 35%;
    font-size: 7vw;
    margin-top: -38%;
    margin-left: 4%;
}

.descedu {
    font-size: 1.9vw;
    width: 43%;
    margin-left: 3%;
    position: relative;
    top: -40vw;
}

.catalogos {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 30vw;
    align-items: center;
}
.cat-h1 {
    font-size: 4.5vw;
}
.cataloos-pdf{
    display: flex;
    width: 100vw;
    height: 20vw;
    justify-content: center;
}
.cataloos-pdf a {
    text-decoration: none;
    margin: 5vw;
    color: white;
    width: 30vw;
}
.cataloos-pdf h1 {
    background-color: var(--naranja);
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.owl-carousel.owl-loaded {
    /* display: block; */
    margin-bottom: 7%;
}
.docs {
    margin-top: -25vw;
}
.registro-info{
    display: flex;
    width: 100vw;
    height: auto;
    justify-content: space-evenly;
}
.txt_reg {
    width: 46vw;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    padding: 6vw;
}
 .img_bot {
    display: flex;
    width: 45vw;
    height: auto;
    justify-content: center;
} 
 .img_bot img {
    width: 45vw;
    height: 45vw;   
    object-fit: cover;
    transform: rotate(30deg);
    filter: drop-shadow(8px 8px 4px #000000ad);
} 


@media (min-width:300px) and (max-width:600px) {
    .owl-carousel .owl-item img {
        width: 95vw !important;
        height: 60vw;
      }
    .header-categoria .nav-categoria .menu_aside.logo a {
        padding: 3.5vw;
    }
    .header-categoria .nav-categoria {
        overflow-y: scroll;
    }
    .header-categoria .nav-categoria .menu_aside .content_img_logo {
        width: 100%!important;
    }
    .header-categoria .contenedor-rojo .nav2-categoria a {
        margin-left: 4vw!important;
    }
    .header-categoria .contenedor-rojo .nav2-categoria {
        width: 100vw;
        height: 14vw;
    }
    .header-categoria .nav-categoria .menu_aside {
        padding: 0rem;
    }
    .header-categoria .nav-categoria .menu_aside.logo {
        padding: 0px;
        margin-top: -50vw;
    }
    .img-log {
        display: none!important;
    }
    .title-tx {
        font-size: 4.4vw!important;
        margin-left: 2vw;
    }
    .header-categoria .section-huichol h1 {
        text-align: center;
    }
    .header-categoria .section-huichol .article-cabecero {
        width: 100%;
    }
    ul {
        list-style: disc;
        list-style-position: outside;
    }
    li {
        width: 42%;
        margin: auto;
        margin-left: 30vw;
    }
    .img-logm {
        display: block;
        justify-content: end;
    }
    .nomt {
        width: 100%;
        font-size: 12vw;
        margin: auto;
        margin-top: 5%;
        text-align: center;
    }
    .desc {
        font-size: 4.7vw;
        width: 80%;
        margin: auto;
        text-align: justify;
        margin-top: 5%;
    }
    .imgart {
        margin-top: 7%;
        width: 95%;
        margin: 20px 10px;
    }
    .imgarted {
        margin-top: 7%;
        width: 200%;
        margin: 45px 10px;
    }
    .nomtedu {
        width: 100%;
        font-size: 12vw;
        margin: auto;
        margin-top: 5%;
        text-align: center;
    }
    .descedu {
        font-size: 4.7vw;
        width: 80%;
        margin: auto;
        text-align: justify;
        margin-top: 25%;
    }
    .owl-carousel .owl-item img {
        width: 85%!important;
        margin: auto!important;
    }
    .infos {
        color: black;
        margin: auto;
        width: 90%;
        margin-top: -2%;
        text-align: center;
        line-height: 9vw;
    }
    #presentacion {
        font-size: 7vw!important;
        text-align: center;
        /* text-shadow: 1px 1px 1px black; */
    }
    #horario {
        font-size: 5vw!important;
        text-align: center;
        margin-top: 0%;
    }
    .texta {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 9vw;
    }
    .textb {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 6.5vw;
        line-height: 10vw;
    }
    .textc {
        width: 100%;
        text-align: center!important;
        margin: auto;
        font-size: 4vw;
        line-height: 6vw;
    }
    .acceso {
        margin: auto;
        margin-top: 1.5vw;
        width: 100%;
        text-align: start!important;
        font-size: 3vw;
        line-height: 6vw;
    }
    .containerimg {
        margin-top: -25%;
    }
    .tit {
        font-size: 7vw!important;
        text-align: center!important;
        /* text-shadow: 1.5px 1.5px 4px black!important; */
    }
    .hora {
        font-size: 5vw!important;
        text-align: center!important;
        margin-top: 0%;
        /* text-shadow: 2px 2px 3px black!important; */
    }
    .cat-h1 {
        font-size: 6.5vw;
    }
    .catalogos {
        height: 60vw;
    }
    .cataloos-pdf h1 {
        height: 10vw;
        width: 60vw;
        border-radius: 12px;
    }
    .cataloos-pdf {
        flex-direction: column;
        height: 38vw;
        align-items: center;
    }
    .cataloos-pdf a {
        width: 60vw;
    }
    .registro-info {
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
    }
    .img_bot img {
        width: 65vw;
        height: 65vw;
    }
    /* .item {
        max-width: 0%;
    } */
}

@media (min-width:600px) and (max-width:1000px) {
    .header-categoria .nav-categoria {
        overflow-y: scroll;
    }
    .header-categoria .nav-categoria .menu_aside.logo a {
        padding: 2.2vw;
    }
    .header-categoria .contenedor-rojo .nav2-categoria {
        width: 112vw;
    }
    .header-categoria .contenedor-rojo .nav2-categoria a {
        margin-left: 8vw;
    }
    .tit {
        font-size: 7vw!important;
        text-align: center!important;
        /* text-shadow: 1.5px 1.5px 4px black!important; */
    }
    .hora {
        font-size: 5vw!important;
        text-align: center!important;
        margin-top: 0%;
        /* text-shadow: 2px 2px 4px black!important; */
    }
    ul {
        list-style: disc;
        list-style-position: outside;
    }
    li {
        width: 38%;
        margin: auto;
        margin-left: 33vw;
    }
    .img-log {
        display: none!important;
    }
    .header-categoria .nav-categoria .menu_aside {
        padding: 0rem;
    }
    .title-tx {
        width: 75%;
        font-size: 4.4vw!important;
        margin-top: 0;
        margin-left: -1vw;
    }
    .img-logm {
        display: block;
        justify-content: start;
        margin-left: -15vw;
    }
    .header-categoria .section-huichol h1 {
        text-align: center;
        font-size: 12vw;
    }
    .header-categoria .section-huichol .article-cabecero {
        width: 100%;
    }
    .header-categoria .section-huichol p {
        font-size: 3vw;
    }
    .olw-items {
        margin-right: 100% !important;
    }
    .owl-carousel .owl-item img {
        margin-left: -5.5%;
        width: 101%!important;
    }
    .arte {
        margin-top: 10%;
    }
    .imgeds {
        margin-left: -5.88%!important;
    }
    .imgart {
        width: 100%;
    }
    .nomt {
        width: 70%;
        font-size: 10vw;
        margin: auto;
        margin-top: 5%;
        text-align: center;
    }
    .desc {
        font-size: 3.5vw;
        width: 90%;
        margin: auto;
        text-align: justify;
        margin-top: 5%;
    }
    .nomtedu {
        width: 100%;
        font-size: 10vw;
        margin: auto;
        margin-top: 5%;
        text-align: center;
    }
    .descedu {
        font-size: 3.5vw;
        width: 90%;
        margin: auto;
        text-align: justify;
        
        margin-top: 25%;
    }
    .imgarted {
        margin-top: 10%;
        width: 100%;
    }
    .containerimged {
        width: 100vw;
        max-width: 1000px;
        min-width: 320px;
        margin-top: 5%;
        margin-left: -100%;
    }
    .infos,
    h2 {
        color: black;
        margin: auto;
        width: 90%;
        margin-top: -2%;
        text-align: center;
        line-height: 7vw;
    }
    #presentacion {
        font-size: 7vw!important;
        text-align: center;
    }
    #horario {
        font-size: 5vw!important;
        text-align: center;
    }
    .texta {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 9vw;
    }
    .textb {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 5.5vw;
    }
    .textc {
        width: 100%;
        text-align: center!important;
        margin: auto;
        font-size: 3.4vw;
    }
    .acceso {
        margin: auto;
        width: 100%;
        text-align: start!important;
        font-size: 2.8vw;
    }
    .containerimg {
        margin-top: -20%;
    }
    .cataloos-pdf h1 {
        height: 7vw;
        width: 38vw;
    }
    .formulariocontacto {
        height: 90vw;

    }
    .formulariocontacto .input, select {
        width: 60vw!important;
        height: 7vw!important;
        font-size: 1.8vw!important;
    }
    #botoncontacto  {
        height: 5vw!important;
        width: 20vw!important;
        font-size: 2vw!important;
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    .header-categoria .nav-categoria {
        width: 60vw!important;
    }
    .infos {
        margin-left: 65%;
        margin-top: -70%;
    }
    .texta {
        font-size: 6vw!important;
    }
    .img-log {
        margin-left: 27vw;
        margin-top: 3vw;
    }
}

@media (min-width:1300px) and (max-width:1600px) {
    .header-categoria .nav-categoria .menu_aside.logo a {
        padding: 1.7vw;
    }
    .imgart {
        width: 70%;
    }
    .nomt {
        width: 47%;
        font-size: 5.5vw;
        margin-left: 54%;
        margin-top: -32%;
    }
    .desc {
        font-size: 1.1vw;
        width: 40%;
        margin: auto;
        margin-left: 58%;
        font-size: 1.9vw!important;
    }
  
}

@media (min-width:1000px) and (max-width:1300px) {
    .header-categoria .nav-categoria .menu_aside.logo a {
        padding: 2.3vw;
    }
    .imgart {
        width: 54%;
    }
    .nomt {
        width: 47%;
        font-size: 5.5vw;
        margin-left: 55%;
        margin-top: -35%;
    }
    .desc {
        font-size: 1.3vw;
        width: 40%;
        margin: auto;
        margin-left: 55%;
    }
}

@media (min-width:1001px) and (max-width:1900px) {
    .olw-items {
        margin-right: 100% !important;
    }
    .owl-carousel .owl-item img {
        margin-left: -5.5%;
        width: 101%!important;
    }
    .imgeds {
        margin-left: -5.88%!important;
    }
}