/* header */
header {
    position: relative;
    height: 25vh;
}

nav {
    background-color: transparent;
}

.isotipo h2 {
    color: white;
}

/* ---------------------------------------------------- */
.atuMedida {
    /* border: 4px solid rgb(221, 33, 0); */
    position: relative;
    height: 50vh;
    margin-top: 1rem;
}

.atuMedida .muestras-container-2 {
    height: 100%;
    margin: 0;
}

.muestras-container_descripcion {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.muestras-container_descripcion_materiales {
    width: 20%;
    margin-right: 1rem;
}

.muestras-container_presentacion-container {
    border: none;
    height: 100%;
    width: 100%;
}

.materiales {
    /* border: 4px solid rgb(238, 112, 8) ; */
    margin-top: 2rem;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.materiales-container {
        border-left: 1px solid gray ;
    width: 80%;
    height: 100%;

}

.article-muestras {
    /* border: 4px solid rgb(255, 255, 0) ; */


}

.materiales-article {
    /* border: 4px solid rgb(30, 255, 0) ; */
    height: 100%;
    width: 70%;
    margin: 0;

}

.muestras-container_presentacion {
    /* border: 4px solid rgb(86, 232, 19); */
    width: 50%;
    height: 100%;

    margin-right: 1rem;
    border-right: 11px rgb(167, 30, 30);
}

.materiales-fotos-container {
    /* border: 10px solid rgb(255, 0, 200) ; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: scroll;
    overflow-x: hidden;
}

.materiales-fotos-container::-webkit-scrollbar {
    /* border: 10px solid rgb(255, 0, 200) ; */
    background-color: rgb(138, 138, 138);
    width: 1px;

}

.materiales-fotos {
    width: 30%;
    height: 40%;
    /* border: 2px solid white; */
    text-align: center;
}

.materiales-fotos_contenedor {
    /* border: 2px solid black; */
    height: 100%;
}

.item-img {
    /* border: 5px solid rgb(239, 255, 15); */
    filter: brightness(100%);
    height: 80%;
}

.subtitulo {
    /* border: 2px solid red; */
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top :1rem ;
}


.muestras-container_descripcion-container {
    /* border: 2px solid white; */

    margin: 0, 1rem;
    width: 100%;
    position: relative;
    top: 0;
}

/* descripcion muesttras  */

.descripcion-muestras {
    /* border: 6px solid rgb(255, 253, 253); */

    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.descripcion-muestras_container {
    /* border: 5px solid red; */
    display: flex;
    justify-content: end;
    position: relative;
    width: 40%;
    height: 70%;
    left: -10%;
}

.descripcion-muestras_texto-container {
    /* border: 5px solid green; */
    color: aliceblue;
    background-color: #0055A4;
    position: absolute;
    justify-self: center;
    align-self: center;
    width: 75%;
    margin-right: -50%;
    height: auto;
    padding: 1rem;
}

.descripcion-muestras_img-container {
    /* border: 5px solid rgb(228, 243, 16); */
    width: 100%;
    height: 100%;
}

.descripcion-muestras_img-container img {
    /* border: 5px solid black; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-img:hover {
    transform: scale(1.05);


}
@media(max-width:1150px) {
    .materiales-article {
        width: 100%;
    }

    .descripcion-muestras_texto-container {
        width: 100%;
    }
}

@media(max-width:700px) {
    
    header {
        position: relative;
        height: 10vh;
        margin: 1rem 0;
    }
    .atuMedida {
        height: auto;
    }

    .muestras-container_descripcion {
        width: 100%;
    }

    .muestras-container_descripcion_materiales {
        /* border: 4px solid rebeccapurple; */
        width: 100%;
        text-align: center;
    }

    .materiales {
        height: auto;

    }

    .article-muestras {
        /* border: 4px solid rgb(255, 102, 0) ; */
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


    .materiales-container {
        /* border: 4px solid rgb(229, 255, 0); */
        display: flex;

    }

    .materiales-titulo {
        /* border: 2px solid black; */
        width: 30%;
    }

    .materiales-imagenes-container {
        /* border: 2px solid green; */
        width: 70%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 5%;
    }

    .container-materiales {
        /* border: 2px solid violet; */
        width: 30%;
        height: 45%;
    }

    .img-container {
        /* border: 2px solid black; */
        width: 100%;
        height: 80%;
    }

    .img-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .subtitulo {
        /* border: 2px solid pink; */
        height: 20%;
    }

    .muestras-container_presentacion {
        margin-right: 0;
        margin: 1rem;
        width: 90%;
    }
}

@media(max-width:650px) {
    .descripcion-muestras {
        /* border: 6px solid rgb(255, 253, 253); */
        position: relative;
        display: flex;

        justify-content: center;
        align-items: center;
        height: 70vh;
    }

    .descripcion-muestras_texto-container {
        /* border: 5px solid violet; */
        color: aliceblue;
        background-color: #0055A4;
        position: relative;





    }

    .descripcion-muestras_container {
        /* border: 5px solid rgb(0, 255, 64); */
        display: flex;

        justify-content: center;
        position: relative;
        width: 100%;
        height: 70%;
        margin: auto;
        left: 0;
    }

    .descripcion-muestras_img-container {
        /* border: 5px solid rgb(228, 243, 16); */
        width: 100%;
        height: 100%;
    }
}

@media(max-width:451px) {
    .descripcion-muestras_container {
        /* border: 5px solid rgb(0, 255, 64); */
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        left: 0;
    }

    .descripcion-muestras_texto-container {
        margin-right: 0;
        text-align: center;
        padding: 0;
    }
    .descripcion-muestras_texto-container p{
       text-align: justify;
       padding: 0 1rem;
    }

    .materiales-container {
        /* border: 4px solid rgb(229, 255, 0); */
        display: flex;
        width: 100%;
    }

    .materiales-fotos {
        /* border: 2px solid white; */
        width: 45%;
        height: 40%;
        text-align: center;
    }
}
@media (max-width: 876px)and (min-height:200px)and (max-height:600px) {
   .materiales{
    margin-top: 4rem;
   }
    .atuMedida .muestras-container-2 {
        height: auto;
        position: relative;
        margin: 1rem 0;
    }
    .muestras-container_presentacion {
        /* border: 4px solid rgb(86, 232, 19); */
        width: 50%;
        height: 50vh;
    }
    .materiales-container{
        /* border: 4px solid rgb(86, 232, 19); */
        width: 50%;
        height: 100%;
    }

    .materiales-fotos-container {
        /* border: 10px solid rgb(255, 0, 200); */
        height: 100%;
      
    }
    .subtitulo h6{
        font-size: small;
    }
    .descripcion-muestras {
      
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 1rem;
    }
    .descripcion-muestras_container {
        /* border: 5px solid red; */
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        position: relative;
        width: 70%;
        left: 0%;
       
        
    }
    .descripcion-muestras_img-container {
        /* border: 5px solid rgb(228, 243, 16); */
        width: 50%;
        height: 50%;
        margin: auto;
    }
    .descripcion-muestras_texto-container {
        width: 100%;
        position: relative;
        margin-right: 0;
        text-align: center;
    }
    .descripcion-muestras_texto-container p {
       text-align: justify;
    }
}