/* PRODUTOS */

/* Imagem de apresentacao */
.produto-apresentacao-sobmedidas {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../imagens/Produtos/Sobmedidas/peca2.jfif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.produto-apresentacao-acessibilidade {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../imagens/Produtos/Acessibilidade/Imagem9.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.produto-apresentacao-guardacorpo {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../imagens/Produtos/Guardacorpo/guarda-corpo-principal.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.produto-apresentacao-guardavidro {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../imagens/Produtos/Guardavidro/imagem2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.produto-apresentacao-parede {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../imagens/Produtos/Parede/imagem1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Fim apresentacao do slogam dos produtos */

.produto-apresentacao-titulo h1 {
    font-size: 2.5em;
    margin-bottom: 100px;
}

.produto-apresentacao-titulo {
    text-align: center;
    color: white;
    max-width: 1000px;
    background-color: #002a54d5;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-top: 50px;
}

.produto-apresentacao-titulo h1 {
    margin-top: -100px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: "Roboto", "sans serif";
    font-weight: 300;
    font-size: 2.5em;
}

.produto-titulo h2 {
    font-family: "Roboto", "sans serif";
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    color: #002A54;
}

.produto-about {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    background-color: #002A54;
    align-items: center;
    box-shadow: 0px 0px 5px 5px #002A54;
}

.about-texto {
    width: 400px;
    height: 300px;
    margin: 30px 20px;
    font-family: "Roboto", "sans serif";
    font-weight: 100;
    font-size: 1.3em;
    color: white;
    text-align: left;
}

.about-texto button {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.about-texto button a {
    color: black;
}

.about-texto button a:hover {
    color: white;
}

.about-texto button:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: 0.5s;
}

/* Mais produtos */
.mais-produtos-box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 30px auto;
    gap: 30px;
}

@media (min-width: 751px) {
    /* Slogam de apresentação inicial */
    .produto-apresentacao-slide {
        height: 300px;
    }

    /* Imagem de apresentacao */
    .produto-apresentacao-sobmedidas {
        height: 300px;
        border-radius: 0px 0px 10px 10px;
    }

    .produto-apresentacao-acessibilidade {
        height: 300px;
        border-radius: 0px 0px 10px 10px;
    }

    .produto-apresentacao-guardacorpo {
        height: 300px;
        border-radius: 0px 0px 10px 10px;
    }

    .produto-apresentacao-guardavidro {
        height: 300px;
        border-radius: 0px 0px 10px 10px;
    }

    .produto-apresentacao-parede {
        height: 300px;
        border-radius: 0px 0px 10px 10px;
    }

    .produto-apresentacao-titulo h1 {
        font-size: 2.5em;
        margin-bottom: 100px;
    }

    .produto-titulo h2 {
        font-size: 2.5em;
    }

    /* Imagem sobre */
    .about-img {
        margin-top: 30px;
        width: 450px;
        height: 600px;
        border-radius: 50%;
    }
    
    .about-img img {
        width: 100%;
        height: 100%;
        margin-top: -60px;
        margin-left: -100px;
        border-radius: 5px;
        border: 1px solid #002A54;
    }

    /* Slide */

    .box-slide {
        max-width: 1200px;
        max-height: 750px;
        text-align: center;
        top: 30px;
    }


}

@media (max-width: 750px) {
    /* Slogam de apresentação inicial */
    .produto-apresentacao-slide {
        height: 200px;
    }

    /* Imagem de apresentacao */
    .produto-apresentacao-sobmedidas {
        height: 200px;
    }

    .produto-apresentacao-acessibilidade {
        height: 200px;
    }

    .produto-apresentacao-guardacorpo {
        height: 200px;
    }

    .produto-apresentacao-guardavidro {
        height: 200px;
    }

    .produto-apresentacao-parede {
        height: 200px;
    }

    .produto-apresentacao-titulo {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
    }

    .produto-apresentacao-titulo h1 {
        font-size: 2em;
    }

    .produto-titulo h2 {
        font-size: 2em;
    }

    /* Imagem sobre */
    .about-img {
        margin-top: 30px;
        width: 350px;
        height: 350px;
        box-shadow: 10px 10px 10px 10px solid white;
    }
    
    .about-img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

     /* Slide */
    .box-slide {
        top: 20px;
        height: 80vh;
    }

    .box-slide img {
        height: 80vh;
    }

    .box-slide img {
        width: 100%;
    }
}

/* Slide produtos */
.box-slide {
    position: relative;
    margin: auto;
    overflow: hidden;
    border: 2px solid #ddd;
}

.box-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100%;
    flex: 1 0 100%;
}

.box-slide button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
    z-index: 100;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}