#section-slide {
    max-height: 100% !important;
    height: 100% !important;
}

#header .header-top {
    background: linear-gradient(0deg, #c53400, #ff6600, #c53400) !important;
}

#header .header-logo img {
    max-width: 290px;
    max-height: 73px;
}

#section-servicos .custom-icon-style-1 {
    transform: none !important;
    width: 250px;
    height: 250px;
    margin-bottom: 0 !important;
}

#section-servicos .custom-icon-style-1:before {
    display: none;
}

#section-servicos .custom-icon-style-1 img {
    transform: none !important;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100% !important;
    border: none !important;
}

#section-slide h1 {
    color: #fff !important;
    padding: 15px;
    background: linear-gradient(45deg, #1c1c1c, transparent);
    border-left: 8px solid #f60;
    font-size: 60pt !important;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
}

section#section-html-modulo_2 {
    background: linear-gradient(45deg, #cf3c00, #ff6600);
    padding: 10px;
}

#section-html-modulo_2 .btn-primary {
    background-color: #13ba5a;
    border-color: #13ba5a;
    color: #fff;
}

#section-html-modulo_2 .btn-primary:hover {
    background-color: #12df69;
    border-color: #12df69;
}

#section-html-modulo_2 .divider.divider-primary.divider-small hr {
    visibility: hidden;
}

@media (max-width: 991px) {
  #section-slide h1 {
    padding: 5px 20px !important;
    font-size: 16pt !important;
  }
  #section-slide .imagem-slide {
    object-position: right;
}
}