.transformacao {
    display: grid;
    grid-template-columns: 90%;
    grid-template-rows: max-content;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.texto-transformacao {
    text-align: center;
    font-family: 'J-SemiBold';
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 36px;
}

.texto-descricao {
    font-family: 'J-Regular';
    text-align: center;
    color: #898989;
    font-size: 1.5rem;
    margin-top: 20px;
}

.slick-prev:before, .slick-next:before { 
    color:black !important;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

/* .slick-active {
  opacity: .5;
} */

/* .slick-current {
  opacity: 1;
} */

.slick-slide {
    width: 200px;
}

/* .galeria-fotos {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-columns: max-content;
} */

.container-galeria{
    display: grid;
    grid-template-columns: 60%;
    grid-template-rows: max-content;
    justify-content: center;
}

.galeria-fotos img {
    width: 100%;
    height: 100%;
  }

.galeria-fotos {
    margin-top: 50px;
}

.texto-totalmente {
    font-family: 'J-SemiBold';
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    padding-top: 0px;
}

.jquery-modal{
    z-index: 10;
}

.texto-passo {
    font-family: 'J-Regular';
    text-align: center;
    color: #898989;
    font-size: 1.5rem;
    margin-top: 10px;
}

.button-whatsapp {
    padding: 10px;
    background-color: #53BA63;
    width: 339px;
    height: auto;
    color: #ffff;
    font-family: 'J-SemiBold';
    display: grid;
    grid-template-columns: max-content max-content;
    font-size: 2rem;
    align-items: end;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

.button-whatsapp img {
    margin-left: 10px;
}

.button-text {
    padding-top: 10px;
}

.button-network {
    display: grid;
    grid-template-columns: max-content max-content; 
    column-gap: 7%;
    justify-content: center;
    margin-top: 30px;
}

.texto-numero-whats {
    text-align: center;
    margin-top: 10px;
}

.texto-numero-whats {
    font-family: 'J-SemiBold';
    font-size: 1.5rem;
    margin-top: 20px;
}

.form-agendamento button{
    background-color: #ba8d53;
}

.floating-wpp-message{
    color: black;
}


@media only screen and (max-width: 750px) {
    .transformacao {
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: max-content;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .button-network {
        display: grid;
        grid-template-columns: max-content; 
        column-gap: 7%;
        justify-content: center;
        margin-top: 30px;
    }

    .texto-numero-whats {
        text-align: center;
        margin-bottom: 10px;
    }
    

    .button-whatsapp {
        padding: 10px;
        background-color: #53BA63;
        width: 339px;
        margin-bottom: 30px;
        height: auto;
        color: #ffff;
        font-family: 'J-SemiBold';
        display: grid;
        grid-template-columns: max-content max-content;
        font-size: 2rem;
        align-items: end;
        justify-items: center;
        justify-content: center;
        align-content: center;
    }
    

    .texto-numero-whats{
        font-size: 1rem;
    }

    .texto-transformacao {
        text-align: center;
        font-family: 'J-SemiBold';
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 19px;
    }

    .texto-descricao {
        font-family: 'J-Regular';
        text-align: center;
        color: #898989;
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .galeria-fotos img {
        padding-left: 0px;
        width: 100%;
        height: auto;
    }
    .texto-totalmente {
        font-family: 'J-SemiBold';
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 36px;
        text-align: center;
        padding-top: 0px;
    }

    .texto-totalmente {
        font-family: 'J-SemiBold';
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 25px;
        text-align: center;
        padding-top: 0px;
    }

    .texto-passo {
        font-family: 'J-Regular';
        text-align: center;
        color: #898989;
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .button-whatsapp {
        padding: 10px;
        background-color: #53BA63;
        width: 300px;
        height: auto;
        color: #ffff;
        font-family: 'J-SemiBold';
        display: grid;
        grid-template-columns: max-content max-content;
        font-size: 1.2rem;
        align-items: end;
        justify-items: center;
        justify-content: center;
        align-content: center;
    }

    .form-group label{
        font-size: 1rem;
    }
}