/*header*/

.header-top {
    display: none !important;
}

#header {
    height: 140px !important;
}

#header .header-logo img {
    max-height: 110px;
}

/*--------------*/

/*cor de todos os botões*/

html .btn-primary:hover {
    background-color: #5aa86c;
    border-color: transparent !important;
}

html .btn-primary {
    transition: all 1s;
    border: 1px solid #514848;
    background-color: transparent;
    color: #514848;
}

/*----------*/

/* a-empresa */
#section-empresa a {
    margin-top: 10px;
}

/* ------------ */

/* slide */

#section-slide .botao-slide a:hover, .botao-rest a:hover {
    background-color: #252525;
}

#section-slide .botao-slide a, .botao-rest a {
    background-color: #5CB85C;
    color: white;
    padding: 10px 50px !important;
    border-radius: 50px;
    border: none;
}

.texto-slide h2 {
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

.botao-slide img {
    padding-bottom: 4px;
    padding-left: 4px;
}

/* ------------ */

/*html-1*/

#section-html-modulo_1 .box {
    border: 1px solid;
    padding: 20px 20px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    transition: .25s ease-in-out;
}

#section-html-modulo_1 .titulo-html {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}

#section-html-modulo_1 .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(45deg, #000, #000);
    height: 10px;
    width: 100px;
    transition: 2s ease-in-out;
}

#section-html-modulo_1 .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100px;
    transition: .25s ease-in-out;
    background: linear-gradient(45deg, #F6565F, #C954A7, #A453D7, #9852E9);
    opacity: 0;
}

#section-html-modulo_1 .box:hover::after {
    opacity: 1;
}

#section-html-modulo_1 .box:hover{
    border: 1px solid;
    border-image: linear-gradient(45deg, #F6565F, #C954A7, #A453D7, #9852E9) 1 !important;
}

section#section-html-modulo_1 {
    padding-top: 20px;
}

#section-html-modulo_1 .col-md-3 {
    margin-bottom: 20px;
}

/*--------------*/

/*beneficios*/

.item-beneficios h4 {
    margin-bottom: 0px;
    font-size: 16px;
    margin-left: 10px;
}

.item-beneficios .line-left {
    height: 1px;
    background-color: black;
    width: 40px;
    transition: all 1s;
}

.sides-title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.item-beneficios:hover.item-beneficios .line-left {
    transform: translateX(-10px);
}

#section-html-modulo_2 .conteudo-html {
    padding-top: 35px;
}

.item-beneficios {
    margin-bottom: 40px;
}

.editions-img-beneficios {
    overflow: hidden;
}

.editions-img-beneficios img:hover {
    scale: 1.1;
}

.editions-img-beneficios img {
    transition: all 1s;
}

/*----------------*/

/* solicitar orçamento */

.botao-rest {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.botao-rest img {
    scale: 0.8;
    padding-bottom: 5px;
}

/* ------------ */

/* faq */

section#section-html-modulo_3 {
    padding: 60px 0px;
    background-color: #7EBA8D;
}

section#section-html-modulo_3 .titulo-html {
  display: none;
}

section#section-html-modulo_3 h2.mb-0.text-white {
    padding-bottom: 20px;
}

section#section-html-modulo_3 .btn, section#section-html-modulo_3 p {
  text-decoration: none;
  color: black;
}

.icon-set {
    height: 25px;
    transition: all 1s;
    padding-right: 5px;
    filter: invert(0.4);
}

.card-header:hover .icon-set {
    transform: translateX(-5px);
}

/* ------------------------- */