@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

h1, h2, h3, h4, h5, h6{
  font-family: "Sansation", sans-serif;
}

/*header*/
@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav>ul li:hover>a {
        color: #e52990;
    }
}
/*<######>*/

/*slide*/.imagem-slide.slide-item {
    background: linear-gradient(45deg, #3072b5, #0d8fc7);
    position: relative;
}

.imagem-slide.slide-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 225px;
    background: url(/arquivos/boneco-slide.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    filter: drop-shadow(2px 4px 22px #0000006e);
    color: #0000006e;
    z-index: 2;
}

.imagem-slide.slide-item:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/shape-slide-bg.webp);
    opacity: .1;
    filter: brightness(11);
}

img.imagem-slide {
    position: relative;
    z-index: 1;
}

.titulo-slide {
    position: relative;
    z-index: 3;
}

.texto-slide {
    position: relative;
    z-index: 3;
}

.botao-slide a {
    position: relative;
    z-index: 3;
}

.titulo-slide h1 {
    font-size: 4em !important;
    width: 50%;
    line-height: 1.1;
}

.texto-slide h2 {
    font-weight: 400 !important;
    width: 55%;
}

.botao-slide .btn-primary {
    background: #044eb5;
}
/*<######>*/

/*sec-empresa*/
.line-height-1 {
    line-height: 1.2 !important;
}

.intro-empresa {
    margin-bottom: 20px;
}
/*<###########>*/

/*sec-hmtml-01*/
.img-objetivo img {
    width: 90%;
    margin: auto;
    display: flex;
    border-radius: 20px;
}

.icon-topico img {
    width: 40px;
}

.icon-topico {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.icon-topico img {
    margin-right: 20px;
    filter: drop-shadow(0px 1000px 0 #386bb2);
    transform: translateY(-1000px);
    overflow: hidden;
}

.title-desc h3 {
    margin-bottom: 0;
    color: #0249a3cc;
}

.titulo-topico h2 {
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 1.5em;
}

#section-html-modulo_1 hr {
    display: none;
}

.custom-icon-style-1 {
    transform: none;
    height: 100%;
    width: 100%;
}

.custom-icon-style-1 img {
    border: none;
    width: 50% !important;
    padding: 70px 0;
    filter: drop-shadow(0px 1000px 0 #386bb2);
    transform: translateY(-1000px);
    overflow: hidden;
}

.custom-icon-style-1:before {
    border: 0;
}

#section-html-modulo_1 .row {
    position: relative;
    background: linear-gradient(270deg, #5a99f3, #e1e1e10a);
    padding: 16px;
    border-radius: 20px;
}

#section-html-modulo_1 .row:before {
    position: absolute;
    content: "";
    top: 4px;
    bottom: 0;
    left: 6px;
    right: 0;
    background: #e6f0fae8;
    width: 99%;
    height: 98%;
    border-radius: 20px;
}

.desc-topico p {
    color: #000000ba;
}
/*<#######>*/

/*sec-servicos*/
#section-servicos .custom-icon-box-style-1 h3 {
    font-size: 32px !important;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    top: 15px;
    color: #007bffba !important;
    z-index: 1;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: unset;
}

.custom-icon-box-style-1 {
    background: #ffffffa6;
    border-radius: 25px;
    box-shadow: 11px 13px 24px -27px #0000008f;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

#section-servicos {
    background: #353e4b17;
}

#section-servicos p {
    display: none;
}

.btn-detalhes {
    position: absolute;
    display: flex;
    bottom: 20px;
    width: 100%;
    justify-content: center;
}

.btn-detalhes a.text-decoration-none {
    display: none;
}

.btn-detalhes a {
    position: relative;
    background: linear-gradient(90deg, #ff1797, #9a00c1);
    padding: 7px 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    z-index: 1;
    transition: .6s ease-in-out;
    bottom: -70px;
}

.btn-detalhes a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #0071df, #1000b1);
    z-index: -1;
    border-radius: 6px;
    transition: .6s ease-in-out;
}

.btn-detalhes a:hover:before {
    opacity: 0;
}

.custom-icon-box-style-1:hover .btn-detalhes a {
    bottom: 0;
}

.custom-icon-box-style-1:before {
    position: absolute;
    content: "";
    top: -160px;
    bottom: 250px;
    left: 0;
    right: 0;
    background: radial-gradient(#108dc5, #e22a9170, #ff0c0c00 70%);
    opacity: 0;
    transition: 1.2s ease-in-out;
}

.custom-icon-box-style-1:hover:before {
    opacity: 1;
}

#section-servicos .custom-icon-box-style-1:hover h3 {
    color: #193451de !important;
}

.thumb-info-wrapper img {
    object-fit: contain;
}
/*<########>*/

/*sec-diferenciais*/
.card-diferencial {
    position: relative;
    background: linear-gradient(330deg, #597fb8eb, #0c8fc7eb);
    height: 100%;
    padding: 30px;
    border-radius: 15px;
    z-index: 1;
}

.card-diferencial h3 {
    margin: 0;
    color: #fff;
}

#section-html-modulo_2 .col-md-3 {
    margin-bottom: 90px;
}

#section-html-modulo_2 .row {
    justify-content: center;
}

.order-card p {
    font-size: 2em;
    background: #e52990;
    text-align: center;
    padding: 10px;
    width: 18%;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 4px 19px -3px #e52990;
    position: relative;
    z-index: 2;
}
/*<########>*/

#card-01:before {
    position: absolute;
    content: "";
    top: -50px;
    bottom: 198px;
    left: 0;
    right: 0;
    border-top: 2px solid #e529902e;
    border-right: 2px solid #e529902e;
    width: 50%;
    border-top-right-radius: 10px;
    z-index: -1;
}

#card-05:before {
    position: absolute;
    content: "";
    top: -288px;
    bottom: 240px;
    left: -17px;
    right: 131px;
    border-bottom: 2px solid #e529902e;
    border-left: 2px solid #e529902e;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-right: 2px solid #e529902e;
    border-top-right-radius: 0;
}

#card-02:before {
    position: absolute;
    content: "";
    top: -44px;
    bottom: 198px;
    left: -13px;
    right: 128px;
    border-left: 2px solid #e529902e;
    border-top: 2px solid #e529902e;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-right: 2px solid #e529902e;
    border-bottom-right-radius: 0;
}

#card-06:before {
    position: absolute;
    content: "";
    top: -288px;
    bottom: 240px;
    left: -10px;
    right: 132px;
    border-left: 2px solid #e529902e;
    border-bottom: 2px solid #e529902e;
    border-right: 2px solid #e529902e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#card-03:before {
    position: absolute;
    content: "";
    top: -44px;
    bottom: 198px;
    left: -14px;
    right: 128px;
    border-left: 2px solid #e529902e;
    border-top: 2px solid #e529902e;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-right: 2px solid #e529902e;
    border-bottom-right-radius: 0;
}

#card-07:before {
    position: absolute;
    content: "";
    top: -288px;
    bottom: 240px;
    left: -10px;
    right: 132px;
    border-left: 2px solid #e529902e;
    border-bottom: 2px solid #e529902e;
    border-right: 2px solid #e529902e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#card-04:before {
    position: absolute;
    content: "";
    top: -44px;
    bottom: 198px;
    left: -14px;
    right: 128px;
    border-left: 2px solid #e529902e;
    border-top: 2px solid #e529902e;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-right: 2px solid #e529902e;
    border-bottom-right-radius: 0;
}
/*<##############>*/

/*sec-depoimentos*/
.testimonial.testimonial-style-2 blockquote {
    font-family: 'Poppins';
}

.testimonial.testimonial-style-2 .testimonial-author img {
    display: none;
}

.img-depoimento {
    height: 10px;
    margin: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    padding: 15px;
    filter: drop-shadow(0px 1000px 0 #386bb2);
    transform: translateY(-1000px);
    overflow: hidden;
}

.cta-content h1 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 4em;
    line-height: 1.1;
}
/*<#######>*/

/*sec-cta*/
#section-html-modulo_3 hr {
    display: none;
}

#section-html-modulo_3 {
    position: relative;
    padding: 70px 0;
    background: url(/arquivos/bg-cta.webp);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #e52990 41%, transparent 71%);
    z-index: -1;
}

.cta-content {
    width: 50%;
}

.cta-content p {
    font-size: 1.2em;
    color: #fff;
}

.cta-content a.theme-btn {
    background: #01ab28;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.cta-content a.theme-btn:hover {
    background: #00df33;
}
/*<#################>*/

/*footer*/
footer:before {
    opacity: 1;
}

img.logo {
    filter: grayscale(1) brightness(11);
}
/*<########>*/

/*page-servicos*/
.imagem-servico img {
    filter: drop-shadow(0px 1000px 0 #386bb2);
    transform: translateY(-1000px);
    overflow: hidden;
}
/*<######>*/