.produtos{
    margin-top: 5%;
    width: 100%;
}
.produtos h1{
    font-size: 48px;
    letter-spacing: 0px;
    color: #00111C;
    text-align: center;
    font-family: 'Oswald Bolder';
    font-weight: bolder;
    margin-bottom: 5%;
}
#img-celular{
    width: 28%;
    right: 20%;
    bottom: 0;
}
.carousel-produtos .owl-carousel .item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 510px;
    background-image: url(../images/produtosFundo.svg);
    position: relative;
}

.scroll-produtos{
    width: 100%;
    height: 15px;
    background-color: #00111C;
    position: absolute;
    bottom: 0;
}
.content-produtos{
    width: 35%;
    /* border: 1px solid; */
}
.content-produtos h1{
    margin: 0;
    font-size: 80px;
    text-align: left;
    font-family: 'Poppins Light' !important;
    font-weight: 100 !important;
}
.content-produtos p{
    /* border: 1px solid; */
    width: 50%;
    /* border: 1px solid; */
}
#text-produtos{
    font-weight: bold;
    font-family: 'Poppins Bold';
    font-style: italic;
}
.content-produtos button{
    width: 200px;
    height: 40px;
    /* border: 1px solid; */
    background-color: #00C795;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins Light';
}

.produtos .owl-nav div{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produtos .owl-nav .owl-prev #back2{
    left: 0;
    /* width: 10px; */
}

.produtos .owl-nav .owl-next #next2{
    right: 0;
}

#next2 img , #back2 img{
    width: 10px;
}

.imgTitleProdutos{
    width: 290px !important;
    height: 70px;
    /* display: inline; */
}
.titleProdutos{
    display: flex;
    width: 100%;
    align-items: center;
    /* height: 100px; */
    /* border: 1px solid; */
}
.titlePick{
    width: 50%;
}
#pickProduto, #trackProduto{
    text-align: end;
    font-size: 36px;
}

#timeProduto{
    font-family: 'Oswald Bolder' !important;
}

/* medias query */
@media screen and (max-width: 1600px){
    .content-produtos h1{
        transition: 0.3s all;
        font-size: 80px;
    } 
}
@media screen and (max-width: 1400px){
    .content-produtos p{
        width: 70%;
    }
    .content-produtos h1{
        transition: 0.3s all;
        font-size: 60px;
    }
}
@media screen and (max-width: 1200px){
    .content-produtos p{
        width: 70%;
    }

    .content-produtos h1{
        transition: 0.3s all;
        font-size: 60px;
    }

    .imgTitleProdutos{
        width: 190px !important;
        height: 50px;
        /* display: inline; */
    }
}

@media screen and (max-width: 1040px){
    .titleProdutos{
        margin-top: 10px;
        display: flex;
        width: 100%;
        align-items: center;
        /* height: 100px; */
        justify-content: center;
        /* border: 1px solid; */
    }
    .content-produtos h1{
        transition: 0.3s all;
        font-size: 40px !important;
    }
    .titlePick{
        /* border: 1px solid; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
        /* text-align: center; */
    }

    #pickProduto, #trackProduto{
        text-align: center !important;
        font-size: 26px;
    }
    
}

@media screen and (max-width: 400px){
    .content-produtos{
        width: 300px !important;
        height: 310px;
        background-color: rgba(255, 255, 255, 0.781);
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        position: relative;
        align-items: center;
    }
    .content-produtos h1{
        font-size: 36px !important;
    }
}