.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;
 }
 