
/* .slider{
    width: 100vw;
    max-width: 100vw;
    height: 653px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;

} */

.active_button{
    background-color: var(--cor-cinza) !important;
    color: white !important;
}
/* 
.slider .list img{
    width: 100vw;
    max-width: 100vw;
    height: 853px;
    object-fit:fill;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 2%;
    width: 95%;
    display: flex;
    justify-content: space-between;


}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
    background-color: var(--cor-verde);
} */


@media screen and (max-width: 768px){

    .slider{
        width: 100vw;
        max-width: 100vw;
        height: 213px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .slider .list img {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        object-fit: cover;
    }


    .slider .buttons{
        position: absolute;
        top: 40%;
        left: 2%;
        width: 95%;
        display: flex;
        justify-content: space-between;
    }

    .slider .buttons img{
        width: 45px;
        height: 45px;
    }



    .list_container ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    .form-simul-button {
        grid-column: 1 / span 2;
        width:100%;
        margin: auto;
        padding: 10px;
        background-color: var(--cor-cinza);
        color: white;
        font-weight: bold;
        border: 0;
    }

    .implantacao-imagem .img_implantacao {
        width: 100%;
        height: 233px !important;
    }

    .slider_list {
        height: 232px  !important;
    }

    
    .slider .list{
        position: absolute;
        width: 100%;
        height: 213px !important;
        left: 0;
        top: 0;
        display: flex;
        transition: 1s;
    
    }
}

.slider-container {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.slider {
    /* width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1; */


}

.slide {
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
}

.controls {
    display: flex;
}

.controls button {
    background: transparent;
    border: 0;
}

.itemList2 button {
    color: var(--cor-amarelo);
}


.controls button img {

    width: 33px;

}

.button_slide{
    margin-top: 40px;
}

.voltar_img {
    width: 47px !important;
}

.avancar_img {
    width: 47px !important;
}

button {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

button.active {
    /* background-color: #00B4DB; */
    color: white;
    border: 0;
}

.slide-img svg {
    transform: scale(3);
}

/* botãos */
#prevSlide,
#nextSlide {
    background-color: transparent;
    border: 0;

}

#prevSlide2,
#nextSlide2 {
    background-color: transparent;
    border: 0;

}


#prevSlide img,
#nextSlide img {
    width: 15px;

}


.list_container {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.list_container ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.list_container li {
    background: transparent;
    color: var(--cor-cinza);
    padding: 4px 26px;
    margin: 5px;
    border: 1px solid var(--cor-cinza);
    cursor: pointer;
}

.list_container button {
    margin: 0 10px;
}

.implantacao-imagem .img_implantacao {
    width: 100%;
    height: 600px !important;
    object-fit: contain;
}

.list_container .slider {}

.slider_list {
    height: 600px;
}

#itemList2 li {

    color: var(--cor-cinza);
    font-family: 'm-medium';
}

#itemList li {
    font-family: var(--light);
}

@media screen and (max-width: 768px) {
    /* .slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 0px;
        height: normal;
    } */


    .implantacao-imagem .img_implantacao {
        width: 100%;
         height: auto !important; 
        object-fit: contain;
    }
}