@media only screen and (min-width:1083px) {
    .aql-content.mb-save {
        margin-bottom: 6rem;
    }
    .aql-principal {
        padding: 0 26rem;
    }
    .menu ul {
        gap: 6.5rem;
    }

    .aql-apli-login {
        margin-right: 2rem;
    }

    .box-register {
        width: 67rem;
    }

    .aql-banner img {
        height: 32vh;
    }

    .aql-category-container {
        padding: 0;
        margin-bottom: 1rem;
    }

    .aql-category-item .category-image img {
        width: 25rem;
        height: 16rem;
        object-fit: cover;
        border-radius: 10px;
    }

    .aql-category-container .title-category {
        margin-bottom: var(--num-3);
    }
    .aql-category {
        column-gap: var(--num-4);
    }
    .box-cont-quienes-somos {
        margin: 3rem 26.5rem;
    }
    .aql-content {
        padding: 3rem 28rem 5rem 28rem;
    }

}
@media only screen and (min-width:1025px) and (max-width:1082px) {
    .aql-aside-pub.aql-pub-left,
    .aql-aside-pub.aql-pub-right {
        display: flex;
    }

    .aql-content.mb-save {
        margin-bottom: 14rem;
    }

    .aql-category-item .category-image img {
        width: 15rem;
    }

    .aql-category{
        gap: 3rem;
    }

    .body-register {
        width: 60%;
    }

    .form-content {
        width: 98%;
        display: flex;
        justify-self: center;
    }

    .box-cont-quienes-somos {
        margin: 3rem 26.5rem;
    }
    .aql-content {
        padding: 3rem 28rem 5rem 28rem;
    }

    .menu ul {
        gap: 4.5rem;
    }

    .box-cont-history {
        flex-direction: column;
        padding: 3rem 2rem;
    }

}

@media only screen and (max-width:1024px) {
    .aql-aside-pub.aql-pub-left,
    .aql-aside-pub.aql-pub-right {
        display: none;
    }

    .aql-principal {
        padding: 0;
    }

    .aql-aside-pub.aql-pub-bottom {
        display: flex;
        justify-content: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 6rem;
    }

    .menu ul {
        gap: 2rem;
    }

    .aql-apli-login {
        margin-right: 2rem;
    }

    .aql-category-container {
        padding-bottom: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .aql-banner img {
        padding-top: var(--num-1-5);
        width: auto;
        height: 26vh;
    }

    .aql-banner {
        height: 25%;
    }

    .aql-category-container .title-category {
        margin-bottom: var(--num-2);
        font-size: 2vh;
        margin: 1.5rem;
    }

    .aql-category-item .category-image img {
        height: 100%;
        width: 20vw;
        max-height: 15vh;
    }

    .aql-category-item h4 {
        font-size: 1.5vh;
    }

    .aql-aside-pub.aql-pub-bottom .box-pub {
        width: 20vw;
        height: -webkit-fill-available;
        max-height: 17vh;
    }

    .aql-category{
        padding-bottom: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .aql-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .aql-content.mb-save {
        margin-bottom: 20rem;
    }
    carousel {
        margin-bottom: 15rem;
    }

    .aql-footer,
    .aql-header,
    .aql-header-panel {
        padding: 0;
    }

    .box-register {
        width: auto;
        width: 100%;
    }

    .body-register {
        margin: 0 2rem;
        width: 80%;
        display: flex;
        justify-self: center;
    }

    .form-content {
        width: 95%;
        display: flex;
            justify-self: center;
    }
    .box-cont-quienes-somos {
        margin: 3rem 5rem;
    }
    .box-cont-vis-mis {
        flex-direction: column;
    }

    .box-content-vision {
        width: auto;
        margin: auto;
        margin: 2rem 0;
    }

    .box-content-mision {
        width: auto;
        margin: 0rem;
    }

    .box-cont-values {
        flex-direction: column;
        padding: 3rem 2rem;
        align-self: center;
    }

    .box-cont-values-img {
        align-self: center;
        margin-bottom: 2rem;
        max-width: 35rem;
    }
}
@media only screen and (min-width:700px) and (max-width:1024px) {
    .aql .aql-container .aql-aside-pub,
    .aql-footer .aql-aside-pub,
    .aql-category-container .aql-aside-pub {
        gap: var(--num-8);
    }

    .aql-aside-pub.aql-pub-left,
    .aql-aside-pub.aql-pub-right {
        display: none;
    }
    .box-cont-quienes-somos {
        margin: 3rem 21rem;
    }

    .box-cont-history {
        flex-direction: column;
        padding: 3rem 2rem;
    }

}
@media only screen and (max-width:991px) {
    html {
        font-size: 55%;
    }

    .aql-aside-pub.aql-pub-left,
    .aql-aside-pub.aql-pub-right {
        display: none;
    }

    .dropdown-menu.top-left {
        left: -300%;
    }

    .aql-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .aql-category {
        grid-template-columns: repeat(2, auto);
        padding-bottom: 0;
    }

    .aql-category {
        align-self: center;
        grid-template-columns: repeat(3, auto);
        padding-bottom: 0;
        gap: 3rem;
    }

    aql-category-item {
        width: 15rem;
    }

    .menu ul {
        gap: 4rem;
    }

    .aql-apli-login {
        margin-right: 2rem;
    }

    .full-img img {
        width: 80%;
        max-width: 600px;
    }

    .box-register {
        width: 65rem;
        margin: 0 2rem;
    }

    .form-content {
        width: 85%;
        display: flex;
        justify-self: center;
    }

    .separation {
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .box-cont-vis-mis {
        flex-direction: column;
    }
    .box-content-vision {
        width: auto;
        margin: auto;
        margin: 2rem 0;
    }
    .box-content-mision {
        width: auto;
        margin: 0rem;
    }
    .box-cont-values {
        flex-direction: column;
        padding: 3rem 2rem;
        align-self: center;
    }
    .box-cont-values-img {
        align-self: center;
        margin-bottom: 2rem;
        max-width: 35rem;
    }

    .aql-banner img {
        padding-top: var(--num-3);
        width: auto;
        height: 20vh;
    }

    .aql-category-container .title-category {
        margin-bottom: var(--num-2);
        font-size: var(--num-3);
    }

    .aql-category-item .category-image img {
        height: 100%;
        width: 20vw;
        max-height: 14vh;
    }

    .aql-category-item h4 {
        font-size: 16px;
    }

    .aql-aside-pub.aql-pub-bottom {
        gap: 3rem;
    }

        .aql-aside-pub.aql-pub-bottom .box-pub {
            width: 30vw;
            height: -webkit-fill-available;
            max-height: 12vh;
        }

    .box-cont-quienes-somos {
        margin: 3rem 5rem;
    }

    .box-cont-history {
        flex-direction: column;
        padding: 3rem 2rem;
    }

    .box-history {
        align-self: center;
        width: 100%;
        max-width: 90rem;
        padding: 1rem;
    }

    .box-gri-cont .upload-gallery[b-k1cwll4l2b] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .aql-container {
        overflow-y: hidden;
    }

    carousel {
        margin-bottom: 23rem;
    }

    .times-cont-plan[b-fh8thxcm3f] {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: max-content;
        margin: 0.5rem;
    }

}

@media only screen and (max-width:556px) {
    .category-image img {
        width: 13rem;
        height: 10rem;
    }

    .aql-header-panel {
        padding: 0;
    }

    .aql-category{
        gap: 0.1rem;
    }
    .menu {
        padding: 0 1rem;
    }

    .menu ul {
        gap: 3rem;
    }

    .aql-apli-login {
        margin-right: 2.5rem;
    }

    .sct-map {
        height: 30rem;
    }

    .body-register {
        margin: 0 2rem;
    }

    .box-register {
        width: 100%;
        margin: 0 2rem;
    }

    .form-content {
        width: 90%;
        display: flex;
        justify-self: center;
    }

    .login-wrapper-cont .label-reg {
        width: 100%;
    }

    .separation {
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .aql-category {
        column-gap: var(--num-3);
        grid-template-columns: repeat(2, auto);
        width: 100%;
    }

    .aql-category-container .title-category {
        margin-bottom: var(--num-1-5);
        font-size: var(--num-2);
    }

    .aql-banner img {
        width: auto;
        height: 18vh;
        padding-top: var(--num-2);
    }

    .aql-category-item .category-image img {
        height: 100%;
        width: 35vw;
        max-height: 12vh;
    }


    .aql {
        overflow-y: auto;
    }

    .aql::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background-color: transparent;
    }
    .box-cont-history {
        flex-direction: column;
        padding: 4rem 2rem;
    }
    .box-history {
        padding: 1rem;
    }
    .box-cont-vis-mis {
        flex-direction: column;
    }
    .box-content-vision {
        width: auto;
        margin: auto;
        margin: 2rem 0;
    }
    .box-content-mision {
        width: auto;
        margin: 0rem;
    }
    .box-cont-values {
        flex-direction: column;
        padding: 3rem 2rem;
        align-self: center;
    }

    .box-cont-values-img {
        align-self: center;
        margin-bottom: 2rem;
        max-width: 35rem;
    }

    .box-values-info {
        margin: 0;
    }
    .box-gri-cont .upload-gallery[b-k1cwll4l2b] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aql-content.mb-save {
        margin-bottom: 25rem;
        padding-bottom: 10px;
    }
}
    /*.separation {
    display: flex;
    width: 100%;
    justify-content: center;
    justify-content: space-evenly;
}*/
    /*.body-register {
    margin: 0 2rem;
}
.box-register {
    width: 100%;
    margin: 0 2rem;
}
.form-content {
    width: 90%;
    display: flex;
    justify-self: center;
}
.login-wrapper-cont .label-reg{
    width:100%;
}*/
@media only screen and (max-width:450px) {
    html {
        font-size: 50%;
    }

    .aql-header-logo-panel {
        padding: 1rem 4rem;
    }

    .aql-category {
        column-gap: var(--num-3);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        height: 85%;
        align-content: space-around;
    }

    .aql-category-item h4 {
        margin-bottom: var(--num-1-5);
        margin-top: var(--num-1-5);
    }

    .aql-aside-pub.aql-pub-bottom .box-pub {
        width: 20rem;
        height: 10rem;
    }

    .menu ul {
        gap: 1.5rem;
    }

    .aql-apli-login {
        margin-right: .5rem;
    }

    .host-content {
        flex-direction: column;
        gap: 0;
    }

    .host-img {
        order: 1;
    }

    .host-inf {
        order: 2;
    }

    .sub-menu.right {
        left: auto;
        right: 0;
    }

    .form-content {
        width: 100%;
        display: flex;
        justify-self: center;
    }

    .data-inp {
        width: 30rem
    }

    .separation {
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .aql-category-item h4 {
        font-size: 1.5rem;
    }
    .aql-content.mb-save {
        margin-bottom: 20rem;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:360px) {

    .aql-header-logo-panel {
        padding: 0;
    }

    .menu ul {
        gap: 1.2rem;
    }

    .aql-header-logo-panel {
        padding: 1rem 2rem;
    }

    .separation {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    .box-cont-history {
        flex-direction: column;
        padding: 2rem 2rem;
    }
    .box-content-info h2 {
        padding: 1.5rem 3.5rem;
    }
    .aql-content.mb-save {
        margin-bottom: 20rem;
        padding-bottom: 10px;
    }
}
