/*slide*/
.hero-single {
    border-radius: 0 0 50px 50px;
}

.hero-single::before {
    background: linear-gradient(77deg, #04455a 33%, transparent) !important;
    opacity: 1;
    border-radius: 0 0 50px 50px;
}

.hero-single:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 170px;
    left: 0;
    right: 0;
    background: url(/arquivos/images/favicon-1780315076.webp);
    background-repeat: no-repeat;
    filter: grayscale(1) brightness(11);
    opacity: .2;
    background-position: right;
}
/*<---------->*/

/*sec-servicos*/
.portfolio-img {
    z-index: 2;
}

.portfolio-content {
    padding: 5px 20px 25px 20px;
    border-radius: 0 0 20px 20px;
    height: 110px;
    bottom: 30px;
    position: relative;
    padding-top: 40px;
    align-items: center;
}

.portfolio-content::before {
    background: var(--bg_geral);
}

a.portfolio-arrow {
    display: block;
    background: #fff;
    color: #014358;
    right: 10px;
    position: absolute;
}

.portfolio-arrow:hover {
    color: #014358;
}

.portfolio-content h4 {
    padding-right: 10px;
}
/*<------>*/

/*sec-diferenciais*/
#section-diferenciais {
    background: #04455a;
    margin: 20px;
    border-radius: 25px;
    padding: 40px 0;
}

.title-button p {
    border: 1px solid;
    padding: 7px;
    width: 190px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    color: #ffffffdb;
}

.subtitle-destaque h2 {
    color: #ffffffeb;
    margin-bottom: 30px;
}

.card-diferenciais h3 {
    color: #fffffff0;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.card-diferenciais {
    position: relative;
    background: linear-gradient(45deg, #ffffff29, #0d7191);
    border-radius: 20px;
    padding: 30px;
    height: 250px;
    margin-bottom: 30px;
    z-index: 1;
}

.card-diferenciais:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(160deg, #13617b, #04455a);
    z-index: -1;
    border-radius: 20px;
    margin: 2px;
    margin-bottom: 2px;
}

.card-diferenciais p {
    color: #ffffffb8;
}

.icon-card {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    fill: #08c3ff;
}
/*<---------->*/

/*sec-solucoes*/
.title-ajuda {
    position: relative;
    height: 250px;
}

.title-ajuda p {
    border: 1px solid;
    width: 230px;
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    color: #ffffffd6;
}

#section-html-modulo_1 {
    position: relative;
    padding: 40px 0px;
    margin: 0 80px;
    border-radius: 25px;
    background: url(/arquivos/bg-solucao.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: 50px;
}

.subtitle-ajuda {
    margin-bottom: 20px;
}

#section-html-modulo_1:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a8;
    z-index: -1;
    border-radius: 25px;
}

.subtitle-ajuda h2 {
    color: #ffffffe8;
}

.desc-ajuda p {
    color: #ffffffe3;
}

.btn-solucoes {
    display: flex;
    justify-content: flex-end;
    height: 200px;
    align-items: flex-end;
}

.btn-solucoes a {
    padding: 10px 70px;
    border-radius: 20px;
    background: #014358;
}

.btn-cta a:hover {
    background: #006b8d;
}

.btn-solucoes a:hover {
    background: #006b8d;
}
/*<------------>*/

/*sec-depoimentos*/
.testimonial-quote {
    border-radius: 40px;
}

.bg {
    background: #5b5b5b26;
}
/*<------------->*/

/*sec-html-3*/
#section-html-modulo_3 {
    margin: 40px 100px;
}

.title-cta {
    margin-bottom: 6em;
}

.desc-cta {
    margin-bottom: 2.5em;
}

.card-cta {
    background: #01bdfd;
    padding: 30px;
    border-radius: 20px;
}

.desc-cta p {
    color: #04455a;
}

.btn-cta a {
    padding: 10px 15px;
    border-radius: 25px;
    background: #014358;
    border-color: #014358;
}

#section-html-modulo_3 img {
    border-radius: 20px;
}

.theme-btn {
    filter: drop-shadow(0px 4px 0px #003b4d);
}
/*<-------->*/

/*page-contato*/
.contact-info {
    border-radius: 30px;
}
/*<------------>*/

@media(max-width:1400px){
  .card-diferenciais {
    padding: 13px;
}

#section-html-modulo_3 img {
    height: 100%;
    object-fit: cover;
}
}

@media(max-width:720px){
  #section-html-modulo_3 {
    margin: 40px 10px;
}

.title-cta {
    margin-bottom: 2em;
}

.title-cta h2 {
    font-size: 25px;
}

#section-html-modulo_3 .col-md-8 {
    margin-bottom: 20px;
}

#section-html-modulo_1 {
    margin: 0 10px;
}

.btn-solucoes {
    display: flex;
    justify-content: space-around;
    height: 100px;
    align-items: flex-end;
}

.title-ajuda {
    height: 100px;
}

.title-ajuda p {
    width: 100%;
}

.subtitle-ajuda h2 {
    font-size: 30px;
}

#section-diferenciais {
    margin: 10px;
}

.title-button p {
    width: 100%;
}

.subtitle-destaque h2 {
    font-size: 29px;
    text-align: center;
}

.card-diferenciais p {
    font-size: 14px;
}

.hero-single {
    padding-bottom: 60px;
}

.hero-single:after {
  left: 230px;
  width: 30%;
  background-size: contain;
  bottom: 0;
  top: 440px;
}

.hero-single::before {
    background: #00000073 !important;
}
}