@media (max-width: 500px){
    .logo-cabecera-1024{
        display: none;
    }

    .cabecera{
        display: block;
        padding: 20px;
    }


    .cabecera-gal{
        display: block;
        height: auto;
    }
    
    .cabecera-prod{
        display: block;
        height: auto;
    }

    .cabecera-home{
        display: block;
        height: auto;
    }

    #barra-scroll, .barra-cabecera-home {
        display: none;
    }

    .barra-cabecera-gal{
        display: none;
    }

    .barra-cabecera-mobile{
        display: flex;
    }

    .logo-cabecera{
        display: none;
    }

    .logo-cabecera-mobile{
        display: block;
        margin-top: 40px;
        width: auto;
        height: 70%;
    }
    
    .logo-barra-mobile{
        width: 60vw;
    }

    .logo-cabecera-page{
        width: 100%;
        height: auto;
    }

    .burguer{
        width: 40vw;
        display: flex;
        justify-content: flex-end;
    }

    #interlude{
        display: block;
    }
    
    #interlude-content{
        padding: 80px 20px;
        height: auto;
    }

    .inter-p{
        width: 100%;
        font-size: 1rem;
        text-align: justify;
    }

    .cruz-home{
        height: 80px;
    }

    .content-div{
        display: block;
        height: auto;
    }

    .avatars{
        width: 90%;
    }

    .w60{
        width: auto;
    }
    
    .rotulo-seccion{
        margin: 40px auto;
        font-size: 2.5rem;
    }

    .seccion-texto p{
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .what-ul{
        margin-bottom: 20px;
    }

    .what-ul li{
        font-size: 1.1rem;
    }

    .enlace{
        margin: 40px auto;
        padding: 10px;
        font-size: 1.1rem;
        border:rgb(146, 125, 8) 1px solid;
        border-radius: 2px;
        width: 100%;
    }

    .what-right{
        margin-bottom: 20px;
        width: 100%;
        height: 70vh;
        order: 0;
    }

    .what-left{
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    } 

    .caja{
        flex-direction: column;
        width: 100%;
    }

    .galeria-left{
        width: 100%;
    }

    .galeria-right{
        width: 100%;
        padding-bottom: 20px;
    }

    .gal-p{
        margin-bottom: 40px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .contacto-left{
        height: 50vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contacto-right{
        width: 100%;
        background-position: center center;
    }

    .contacto-redes{
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .contacto-redes .social-icon{
        width: 40px;
        height: auto;
    }

   .intro-galeria{
        padding: 20px;
    }

    #intro-lema{
        display: none;
    }

    .galeria-div-texto{
        order: 1;
    }

    .galeria-div-texto h1{
        margin: 0 auto;
        font-size: 3rem;
    }

    .p-intro-gallery{
        padding: 0 0 40px;
    }

    .gallery, .four{
        display: block;
    }

    .intro-disenos{
        flex-direction: column;
    }

    .intro-galeria-img{
        margin-top: 60px;
        order: 0;
    }

    .menu-cabecera{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p404{
        display: block;
    }
    
    .p404-texto{
        color: var(--color-texto);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .p404 h2{
        padding-top: 80px;
        font-size: 3rem;
    }
    
    .p404-p{
        width: 80%;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .excla{
        font-size: 1.6rem;
        margin-top: 20px;
    }
    
    .p404-dibu{
        width: 90%;
        height: auto;
    }
    
    .p404-dibu img{
        height: 100%;
    }
}




@media (min-width: 501px) and (max-width: 900px) {
    .logo-cabecera-1024{
        display: none;
    }

    .cabecera{
        display: block;
        padding: 20px;
    }


    .cabecera-gal{
        display: block;
        height: auto;
    }
    
    .cabecera-prod{
        display: block;
        height: auto;
    }

    .cabecera-home{
        display: block;
        height: auto;
    }

    #barra-scroll, .barra-cabecera-home {
        display: none;
    }

    .barra-cabecera-gal{
        display: none;
    }

    .barra-cabecera-mobile{
        display: flex;
    }

    .logo-cabecera{
        display: none;
    }

    .logo-cabecera-mobile{
        display: block;
        margin-top: 40px;
        width: auto;
        height: 70%;
    }
    
    .logo-barra-mobile{
        width: 60vw;
    }

    .logo-cabecera-page{
        width: 100%;
        height: auto;
    }

    .burguer{
        width: 40vw;
        display: flex;
        justify-content: flex-end;
    }

    #interlude{
        display: block;
    }
    
    #interlude-content{
        padding: 80px 20px;
        height: auto;
    }

    .inter-p{
        width: 100%;
        font-size: 1.2rem;
        text-align: justify;
    }

    .cruz-home{
        height: 80px;
    }

    .content-div{
        display: block;
        height: auto;
    }

    .avatars{
        width: 95%;
    }

    .w60{
        width: auto;
    }
    
    .rotulo-seccion{
        margin: 40px auto;
        font-size: 2.5rem;
    }

    .seccion-texto p{
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .what-ul{
        margin-bottom: 20px;
    }

    .what-ul li{
        font-size: 1.2rem;
    }

    .enlace{
        margin: 40px auto;
        padding: 10px;
        font-size: 1.2rem;
        border:rgb(146, 125, 8) 1px solid;
        border-radius: 2px;
        width: 100%;
    }

    .what-right{
        margin-bottom: 20px;
        width: 100%;
        height: 70vh;
        order: 0;
    }

    .what-left{
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    } 

    .caja{
        flex-direction: column;
        width: 100%;
    }

    .galeria-left{
        width: 100%;
    }

    .galeria-right{
        width: 100%;
        padding-bottom: 20px;
    }

    .gal-p{
        margin-bottom: 40px;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .contacto-left{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contacto-right{
        width: 100%;
        background-position: center top;
    }

    .contacto-redes{
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .contacto-redes .social-icon{
        width: 50px;
        height: auto;
    }

   .intro-galeria{
        padding: 20px;
    }

    #intro-lema{
        display: none;
    }

    .galeria-div-texto{
        order: 1;
    }

    .galeria-div-texto h1{
        margin: 0 auto;
        font-size: 3rem;
    }

    .p-intro-gallery{
        padding: 0 0 40px;
    }

    .gallery, .four{
        grid-template-columns: [col1-start] 33%  [col2-start] 33% [col3-start] 33% [col3-end];
    }

    .intro-disenos{
        flex-direction: column;
    }

    .intro-galeria-img{
        margin-top: 60px;
        order: 0;
    }

    .menu-cabecera{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p404{
        display: block;
        padding: 0 10%;
    }
    
    .p404-texto{
        color: var(--color-texto);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .p404 h2{
        padding-top: 80px;
        font-size: 5rem;
    }
    
    .p404-p{
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .excla{
        font-size: 1.6rem;
        margin-top: 20px;
    }
    
    .p404-dibu{
        width: 90%;
        height: auto;
    }
    
    .p404-dibu img{
        height: 100%;
    }
}

@media (min-width: 901px) and (max-width: 960px) {
    .logo-cabecera-1024{
        display: none;
    }

    .cabecera{
        display: block;
        padding: 20px;
    }


    .cabecera-gal{
        display: block;
        height: auto;
    }
    
    .cabecera-prod{
        display: block;
        height: auto;
    }

    .cabecera-home{
        display: block;
        height: auto;
    }

    #barra-scroll, .barra-cabecera-home {
        display: none;
    }

    .barra-cabecera-gal{
        display: none;
    }

    .barra-cabecera-mobile{
        display: flex;
    }

    .logo-cabecera{
        display: none;
    }

    .logo-cabecera-mobile{
        display: block;
        margin-top: 40px;
        width: auto;
        height: 70%;
    }
    
    .logo-barra-mobile{
        width: 60vw;
    }

    .logo-cabecera-page{
        width: 100%;
        height: auto;
    }

    .logo-cabecera-404{
        width: 60%;
    }
    
    .burguer{
        width: 40vw;
        display: flex;
        justify-content: flex-end;
    }

    #interlude{
        display: block;
    }
    
    #interlude-content{
        padding: 80px 20px;
        height: auto;
    }

    .inter-p{
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }

    .cruz-home{
        height: 80px;
    }

    .content-div{
        display: block;
        height: auto;
    }

    .avatars{
        width: 95%;
    }

    .w60{
        width: auto;
    }
    
    .rotulo-seccion{
        margin: 40px auto;
        font-size: 2.7rem;
    }

    .seccion-texto p{
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    .what-ul{
        margin-bottom: 20px;
    }

    .what-ul li{
        font-size: 1.3rem;
    }

    .enlace{
        margin: 40px auto;
        padding: 10px;
        font-size: 1.3rem;
        border:rgb(146, 125, 8) 1px solid;
        border-radius: 2px;
        width: 100%;
    }

    .what-right{
        margin-bottom: 20px;
        width: 100%;
        height: 70vh;
        order: 0;
    }

    .what-left{
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    } 

    .caja{
        flex-direction: column;
        width: 100%;
    }

    .galeria-left{
        width: 100%;
    }

    .galeria-right{
        width: 100%;
        padding-bottom: 20px;
    }

    .gal-p{
        margin-bottom: 40px;
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .contacto-left{
        height: 50vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contacto-right{
        width: 100%;
        background-size: 100%;
        background-position: center center;
    }

    .contacto-redes{
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .contacto-redes .social-icon{
        width: 50px;
        height: auto;
    }

   .intro-galeria{
        padding: 20px;
    }

    #intro-lema{
        display: none;
    }

    .galeria-div-texto{
        order: 1;
    }

    .galeria-div-texto h1{
        margin: 0 auto;
        font-size: 3rem;
    }

    .p-intro-gallery{
        padding: 0 0 40px;
    }

    /* .gallery, .four{
        display: block;
    } */

    .intro-disenos{
        flex-direction: column;
    }

    .intro-galeria-img{
        margin-top: 60px;
        order: 0;
    }

    .menu-cabecera{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p404{
        padding: 0 5%;
    }
    
    .p404-texto{
        color: var(--color-texto);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .p404 h2{
        padding-top: 80px;
        font-size: 5rem;
    }
    
    .p404-p{
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .excla{
        font-size: 1.6rem;
        margin-top: 20px;
    }
    
    .p404-dibu{
        width: 90%;
        height: auto;
    }
    
    .p404-dibu img{
        height: 100%;
    }
}

@media (min-width: 961px) and (max-width: 1225px) {
    
    #barra-scroll, .barra-cabecera-home {
        display: none;
    }

    .barra-cabecera-gal{
        display: none;
    }

    .barra-cabecera-mobile{
        display: flex;
        padding: 20px;
    }

    .menu-cabecera{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-cabecera-page{
        display: none;
    }

    .logo-cabecera-mobile{
        display: block;
        margin-top: 40px;
        width: auto;
        height: 70%;
    } 
    
    .logo-barra-mobile{
        width: 60vw;
    }

    .logo-cabecera-page{
        width: 100%;
        height: auto;
    }
    
    .logo-cabecera-404{
        width: 60%;
    }
    
    .burguer{
        width: 40vw;
        display: flex;
        justify-content: flex-end;
    }

    #interlude{
        display: block;
    }
    
    #interlude-content{
        padding: 80px 20px;
        height: auto;
    }

    .inter-p{
        width: 100%;
        font-size: 1.8rem;
        text-align: center;
    }
    
    .avatars{
        width: 50%;
        margin-right: 80px;
    }

    .w60{
        width: 50%;
    }

    .rotulo-seccion{
        margin: 40px auto;
        font-size: 3rem;
    }

    .contacto-right{
        background-position: center top;
    }
}

@media (min-width: 1226px) and (max-width: 1550px) {
    .menu-cabecera li a{
        font-size: 1rem;
    }
}