.produto-descricao{
    font-size: 18px;
}

.cores-personalizadas .botao-whatsapp a span {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 1024px){
.banners-full .int-mobile img {
    max-width: 100% !important;
    width: auto !important;
}
}

@media only screen and (min-width: 1025px){
.slick-track .banner-full img {
    max-width: 100% !important;
    width: auto !important;
}
}


.personalizado-campo .input-wrap input {
    height: 50px;
    margin: 0;
    padding: 3px 15px;
    width: 100%;
    max-width:500px;
    line-height: auto;
    word-break: break-word !important;
    overflow-wrap: break-word;
}

.personalizado .input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.personalizado.peU .personalizado-campo .input-wrap input{
    max-leght: 500 !important;
 }
 

 #rodape-sobre > div > a > img{
     height: auto;
 }

 
 #rodape-sobre > .logo{
     justify-content: center;
     width: 100% !important;
 }
 
 
#rodape .pagamento-selos .formas-envio ul li {
    margin-bottom: 12px;
    margin-right: 10px;
    display: flex;
}

#rodape .pagamento-selos .formas-envio ul li img {
    width: 100px;
    height: fit-content !important;
    margin: auto;
}


#rodape .pagamento-selos .conteiner .row-fluid > div {
    width: auto;
}
 
 
 .banner-tarja {
    margin: 10px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.banner-tarja img {
    width: 400px;
}