#header .header-logo img {
    scale: 1.6;
    max-height: 100px;
    transform: translateX(10px);
}

#section-slide .titulo-slide h1 {
    transform: translateY(20px) !important;
}

.line-top {
    height: 50px;
    background-color: green;
    margin-right: 70px;
    width: 30px;
    transition: all 1s;
}

#section-html-modulo_3 .conteudo-html .container {
    border: 1px solid;
    padding: 0px 50px 0px 50px;
    border-radius: 40px 0px;
    transition: all 1s;
    margin-bottom: 40px;
}

.aligns h2 {
    padding-top: 20px;
    margin-bottom: 15px;
}

#section-html-modulo_3 .titulo-html {
    opacity: 0;
}

#section-html-modulo_3 .conteudo-html .container:hover {
    scale: 1.04;
    border-radius: 0px 40px;
}

#section-html-modulo_3 .conteudo-html .container:hover .line-top {
    background-color: #53bd62;
}

.product .product-thumb-info img {
    height: 350px;
}

.product .product-thumb-info .product-thumb-info-image {
    height: 350px;
}

.product-thumb-info-image:before {
    background-color: transparent !important;
}

#section-produtos .col-sm-6:hover {
    transform: translateY(-20px);
}

#section-produtos .col-sm-6 {
    transition: all 1s;
}

#section-depoimentos .img-depoimento {
    display: none;
}

#section-slide .botao-slide .btn {
    border-radius: 70px;
    padding: 15px 60px 12px 60px !important;
}

section#section-html-modulo_2 {
    text-align: center;
    display: flex;
}

.sides-d-flex h4 {
    padding: 20px;
}

.line-diferenciais {
    background-color: green;
    height: 3px;
    margin-top: -20px;
    width: 100px;
    transition: all 1s;
}

.sides-d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 1s;
    border: 1px solid transparent;
    margin-top: 40px;
}

.sides-d-flex:hover {
    border: 1px solid #53bd62;
    opacity: 1.1;
    transform: translateY(-30px);
}

.sides-d-flex:hover .line-diferenciais {
    background-color: #53bd62;
}

.sides-d-flex:hover {
    border: 1px solid #53bd62;
    opacity: 1.1;
    transform: translateY(-25px);
}

#section-html-modulo_2 .custom-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

html .bg-color-light-scale-1 {
    background-color: white !important;
}

.box-editions {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    transition: all 1s;
    border: 1px solid #53BD62;
    height: 90%;
}

.design-icon {
    width: 230px;
    height: 10px;
    background-color: #53BD62;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 35px 30px 30px;
    margin-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
    transition: all 1s;
}

.design-icon img {
    margin-top: -12px;
    display: none;
}

.design-icon h4 {
    color: #f5f5f5;
    font-size: 25px;
    display: contents;
    font-weight: 400;
}

.text-mvv {
    transition: all 1s;
    padding: 0px 50px;
}

#section-empresa h2 {
    color: #033655 !important;
}