
body{margin:0; padding:0; outline:0; font-family: Montserrat; color: #000; }
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
:root {
    --animate-duration: 1500ms;
    --animate-delay: 0.9s;
  }
.animate__animated.animate__fadeIn {
--animate-duration: 3s;
}
a{
    cursor: pointer;
}
.loading{
    opacity: 1;
    background: white;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
* {margin: 0; padding: 0; outline: 0;}
a{text-decoration:none;}
li {list-style-type: none;}

.header-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5%;
    height: 140px;
    position: relative;
    z-index: 1;
}

.menu-nav {
    display: flex;
    gap: 25px;
    position: relative;
    align-items: center;
}
.menu-nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 21px 10px;
    background: white;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 30px;
    opacity: 0.8;
}

.menu-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
 html {scroll-behavior: smooth;}
body{margin:0; padding:0; outline:0; font-family: Montserrat; color: #000; }
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
* {margin: 0; padding: 0; outline: 0;}
a{text-decoration:none;}
li {list-style-type: none;}
.portfolio{
    background: #e6e6e6;
}
.portfolio-slider .imagem img{
    scale: 0.8;
    transform-origin: left;
    transition: all 1s;
	width: 100%;
}
.portfolio-slider .descricao img{
	width: 200px;
}

.portfolio .descricao {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}

.slider-content {
    position: relative;
	padding: 0 2px;
    display: flex;
    justify-content: center;
}

.portfolio-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio p {
    font-size: 16px;
}
.portfolio h3 {
    font-weight: 700;
}


.portfolio .slick-dots {
    margin-top: 20px;
}
.portfolio .link-button a, .servicos .botao {
    color: black;
    font-weight: 700;
    background: #ffb833;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}
.section-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important ;
}
.slick-dots {
    position: relative !important;
    bottom: 0px !important;
    z-index:999;
}
.slick-dots li button:before {
    font-size: unset !important;
    position: relative !important;
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    padding: 5px;
    /* background: #e5e5e5 !important; */
    background: #d0d0d0 !important;
    border-radius: 50%;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    border: 2px solid #afafaf;
}
.depoimentos .slick-dots li button:before {
    background: #898989 !important;
}
.depoimentos .slick-dots li.slick-active button:before {
    border: 2px solid #bfbfbf;
}
section#info {
	padding: 40px 0;
}
section.medico {
    background: url('../../images/medico-background2.png') right center no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}
section.medico { display: flex; align-items: center; min-height: 400px; }
section.medico h1 { margin-bottom: 20px; font-size: 16px; font-weight: 700; text-transform: uppercase; }
section.medico h2 { font-size: 18px; margin-bottom: 20px; }
section.medico h3 { font-size: 18px; margin: 0; width: 65%; }
section#portfolio {
    padding: 40px 0;
}
section#portfolio h2 {
	font-size: 18px;
	font-weight: 700;
}
.header-mobile {
    background: white;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -2px 20px 0px gray;
    width: 100%;
    height: 100px;
    z-index: 9999;
    top: 0;
    left: 0;
}
button#sidebarToggle {
    position: absolute;
    left: 25px;
    font-size: 25px;
    color: #00629b;
}
section#suporte {
    background: linear-gradient(to top, #00629b 99%, #e6e6e6 0);
    position: relative;
}
/* #suporte::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/novo-telefone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
} */
.gray-block {
    width: 100%;
    height: 50px;
    background: #e6e6e6;
}
.suporte .conteudo {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
}
.suporte img {
    max-width: 400px;
}

.suporte .titulo {
    color: white;
    font-size: 50px;
    font-weight: 700;
}
.suporte .texto {
    color: white;
    font-weight: 500;
    margin: 12px 0;
    font-size: 18px;
}
.suporte .botao {
    color: white;
    font-weight: 700;
    background: #ffb833;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;
    margin-bottom: 7px;
}

.suporte .container-botao{
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    color: white;
}
.suporte img {
    max-width: 450px;
    position: relative;
    top: 74px;
    left: 75%;
}
.servicos .slick-slide {
    padding: 0;
    border-radius: 10px;
    background: white;
    box-shadow: 2px 2px 10px 0px gray;
    margin: 25px 20px;
    overflow: hidden;
}
.servicos .slick-slide .conteudo{
    padding: 0 10px;
}
.servicos .botao {
    display: block;
    margin: 0 auto;
    margin-top: 25px !important;
}

.servicos{
    position: relative;
    padding: 40px 0;
}
.servicos:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 40%;
    width: 60%;
    height: 60%;
    padding: 40px 0;
    background: url(../../images/bkg-servicos.png) no-repeat;
    background-size: cover;
}

.slick-servicos .titulo span{
    font-size: 20px;
    font-weight: 700;
}
.servico-slider .titulo, .servico-slider .descricao {
    width: 90%;
    margin: 0 auto;
}

.depoimentos{
    background: #00629b;
    background-image: url('../../images/bkg-depoimentos-001.png'), url('../../images/bkg-depoimentos-002.png');
  /* Definindo a posição das imagens */
  background-position: top left, bottom right;
  /* Outras propriedades de background */
  background-repeat: no-repeat, no-repeat;
  background-size: 25%;
}
.slick-track
{
    display: flex !important;
}

.slick-depoimentos .slick-track {
    padding-top: 75px;
    padding-bottom: 100px;
    
}

.slick-slide
{
    height: inherit !important;
}

.slick-list{
    overflow: unset;
    overflow-x: hidden;
    overflow-y: clip;
}
.slick-depoimentos .slick-dots {
    position: initial;
    padding-top: 0px;
    padding-bottom: 40px;
}
.slick-depoimentos .slick-slide {
    background: white;
    padding: 20px;
    border-radius: 15px;
}
.slick-depoimentos .slick-slide img {
    display: block;
    position: relative;
    margin: -85px auto 0;
    border-radius: 50%;
    border: 10px solid white;
    object-fit: cover;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.5);
}
.depoimento-slider .conteudo {
    margin-top: 12px;
    position: relative;
}
.depoimento-slider .titulo {
    font-weight: 700;
}
.depoimento-slider .texto {
	font-size: 12px;
}
.depoimento-slider strong{
    display: block;
}
.depoimento-slider {
    text-align: center;
    margin: 0 5px;
}

.slick-depoimentos .slick-track{
    padding-top: 175px;
}
.formulario-imagem img {
    width: 100%;
    position: relative;
    left: -150px;
}
.formulario-imagem span {
    margin-left: auto;
    margin-right: 80px;
    margin-top: -35px;
    position: relative;
    width: 60%;
    display: block;
}

.formulario .botao {
    color: black;
    font-weight: 700;
    background: #ffb833;
    border-radius: 30px;
    padding: 6px 40px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    margin-top: 20px;
}
.formulario label {
    font-weight: 600;
}
.formulario .form-group {
    margin: 12px 0;
}
section#formulario {
    padding: 40px 0;
}

.formulario-imagem span{
    width: 70%;
    margin-right: 0;
}

footer{
    padding: 30px 0;
    background:#e4e4e5;
}
.logo-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer label {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
footer ul {
    padding: 0;
}
.footer-links a, .footer-contato a{
    color: black;
    display: block;
}
.black-screen {
    display: none;
    background: black;
    opacity: 0.95;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
header{
            height: 100vh;
            max-height: 800px;
            /* overflow: hidden; Esconde a parte da imagem que está fora do container */
            position: relative;
            z-index: 1;
}
/* header::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 60%;
    width: 100%;
    height: 135%;
    background-image: url('../../images/header.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
} */
.header-info .um {
    display: block;
    font-size: 40px;
}
.header-info span {
    line-height: 60px;
}
.header-info .dois {
    display: block;
    font-size: 100px;
    font-weight: 900;
}

.header-info p {
    width: 50%;
}
.header-info {
    position: relative;
    z-index: -1;
    margin-top: 8%;
}

.header-info .botao {
    background: #ffb833;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 3px 25px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}
.link, .menu-link{
    cursor: pointer;
}
.formulario .container{
    position: relative;
}
.botao-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.botao-whatsapp img {
    width: 70px;
}

/*PAGE CSS*/
.page header .clip{
    border-radius: 0% 100% 0% 100% / 0% 0% 100% 100%;
    background: #00629b;
}
.page header#header {
    background: linear-gradient(to right, white 60%, #00629b 0%);
    height: auto;
}
.page .header-links {
    justify-content: space-between;
}
.page header::before{
    display: none;
}
.page header .clip {
    border-radius: 0% 100% 0% 100% / 0% 0% 100% 100%;
    background: #00629b;
    right: 39%;
    width: 30%;
    max-width: 650px;
    height: 120%;
    position: absolute;
    top: -20%;
}
.page .menu-nav{
    z-index: 9999;
}
.page .menu-link{
    color: white;
}
.page .logo img {
    width: 200px;
}
.page .section-title{
    font-weight: 500;
}
.page .slick-dots {
    bottom: 0 !important;
}
.page .depoimento-slider{
    width: 500px;
}
.slick-depoimentos .slick-slide:not(.slick-center) {
    /* left: 15%; */
}

.page .portfolio-slider .descricao img {
    width:auto;
    height: auto;
}

.voce-precisa {
    background: linear-gradient(to top, #f6f5f6 50%, #005992 0);
    padding: 40px 0;
}

.voce-precisa h2.titulo {
    text-align: center;
    color: #FFF;
    font-weight: 700;
}

.voce-precisa .conteudo {
    background: white;
    padding: 15px 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    box-shadow: 1px 1px 20px 0px #0a0a0a5e;
}
.voce-precisa .conteudo .icone {
    height: 45px;
}
.voce-precisa .conteudo .icone img {
    width: 40px;
}
.voce-precisa .conteudo .titulo {
    margin-top: 10px;
    font-weight: 700;
}

.voce-precisa .conteudo .botao {
    margin-top: auto;
    padding-top: 15px;
}

.voce-precisa .orcamento a {
    background: #ffb833;
    font-weight: 800;
    color: black;
    font-size: 25px;
    display: block;
    margin: 65px auto 40px;
    width: fit-content;
    padding: 5px 25px;
    border-radius: 30px;
}
.vitrine {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}
.vitrine .lista {
    padding: 60px 0;
    font-size: 20px;
}
.vitrine ul {
    padding: 0;
    margin: 0;
}
.lista li {
    padding: 5px 0;
}

.vitrine .container{
    position: relative;
}
.vitrine img {
    max-width: 450px;
    position: absolute;
    top: 0;
    left: 75%;
}
.vitrine h1.titulo {
    font-weight: 700;
    text-align: center;
}
.vitrine h2.titulo {
    font-weight: 700;
    text-align: center;
}
.vitrine h3 {
	font-size: 20px;
}

.vitrine .botao a {
    background: #ffb833;
    font-weight: 800;
    color: black;
    font-size: 25px;
    display: block;
    margin: 65px auto 40px;
    width: fit-content;
    padding: 5px 25px;
    border-radius: 30px;
}

.vitrine img {
    width: 550px;
    position: absolute;
    left: calc(100% - 100px);
    top: calc(50% - 275px);
    z-index: -1;
}

.background-header::before {
    content: '';
    background-image: url('../../images/header-right.webp');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.background-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.background-suporte{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/novo-telefone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.background-servicos::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 5%;
    height: 100%;
    background-image: url(../../images/background-servicos2.png);
    background-size: 450px;
    background-position: center left;
    background-repeat: no-repeat;
}
.page .menu-nav::before {opacity: 0;}
.page .portfolio .section-title {
    margin-bottom: 30px;
}
.vitrine::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 4%;
    height: 75%;
    top: 15%;
    padding: 0;
    background-image: url(../../images/vitrine.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    border-radius: 30px;
}

.footer-socials a {
    display: inline-block;
    margin-right: 5px;
}
.footer-socials a,.voce-precisa .conteudo .icone img,.page .portfolio-slider .descricao img,.page .menu-link,.logo a,.botao-whatsapp,.footer-links a, .footer-contato a,.menu-link,.portfolio .link-button a, .servicos .botao,.voce-precisa .orcamento a,.vitrine .botao a,.formulario .botao,.header-info .botao,.suporte .botao{
    transition: all 0.5s !important;
    transform-origin: center !important;
}

.footer-socials a:hover,.voce-precisa .conteudo .icone img:hover,.page .portfolio-slider .descricao img:hover,.page .menu-link:hover,.botao-whatsapp:hover,.footer-links a:hover, .footer-contato a:hover,.menu-link:hover,.dropdown:hover .menu-link{
    transform: scale(1.05) !important;
}

.portfolio .link-button a:hover, .servicos .botao:hover,.voce-precisa .orcamento a:hover,.vitrine .botao a:hover,.formulario .botao:hover,.header-info .botao:hover,.suporte .botao:hover {
    transform: scale(1.05) !important;
    background: #ffa700 !important;
}
.logo a{
    display: block;
}
section{
    overflow: hidden !important;
}



[data-aos="slide-left-fade"] {
    opacity: 0;
    transform: translateX(100%) translateY(100%);
    transition: opacity 2.2s, transform 1.2s ease-out !important; 
}

[data-aos="slide-left-fade"].aos-animate {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.dropdown {
    position: relative;
    transition: all 1s;
}

.dropdown-content {
    visibility: hidden;
    position: absolute;
    
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease; /* Animação */
}

.dropdown .links{
    background-color: white;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    margin-top: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.whats-link {
    color: #25D366;
    border: 2px solid;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 500;
}

.portfolio .title{
    font-weight: 900;
    font-size: 32px;
    line-height: 119%;
    text-transform: uppercase;
    color:#00629b;
    padding-bottom: 8px;
}
.portfolio .title, .portfolio .top-title, .portfolio .bottom-title {
    text-align: center;
    display: block;
}

.bottom-title{
    padding-bottom: 30px;
}

.bottom-title, .top-title{
    color: #636363;
}

.portfolio .descricao span{
    font-size: 22px;
    font-weight: 700;
}

.bloco-portfolio {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
}

.bloco-portfolio .tag {
background-color: #00d0ff;
display: inline-block;
font-weight: 800;
font-size: 12px;
line-height: 100%;
text-align: center;
letter-spacing: .04em;
text-transform: uppercase;
color: #ffffff !important;
padding: 8px 22px;
border-radius: 30px;
position: absolute;
top: -15px;
left: 15px;
opacity: 1;
visibility: visible;
}

.bloco-portfolio .box {
    padding: 20px 12px;
    position: relative;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    display: block;
}
.bloco-portfolio .texto {
    background: #0d6d9e;
    position: relative;
    max-height: 100px;
    transition: all 0.5s !important;
    overflow: visible;
    top: 0;
}
.bloco-portfolio .texto::after {
    content: '';
    display: block;
    height: 179px;
    margin-top: -100px;
    background: #0d6d9e;
}
.bloco-portfolio .texto span{
    font-weight: 600;
font-size: 13px;
line-height: 120%;
letter-spacing: .05em;
padding-bottom: 9px;
color: #c1e3ff;
}

.bloco-portfolio .texto h3{
    font-weight: 900;
font-size: 16px;
line-height: 150%;
text-transform: uppercase;
color: #ffff;
text-align: left;
}

.bloco-portfolio .box .link{
    font-weight: 700;
font-size: 16px;
line-height: 125%;
color: #ffb833;
margin-top: 0;
display: inline-block;
opacity: 0;
visibility: hidden;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
}

.bloco-portfolio:hover .box .link{
    opacity: 1;
    visibility: visible;
}
.bloco-portfolio .image img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: 1s all;
}

.bloco-portfolio:hover .image {
}

.bloco-portfolio .image {
    width: 100%;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.bloco-portfolio:hover .texto {
    top: -35px;
    position: relative;
    height: calc(100%);
}


.bloco-portfolio:hover .image img {
    scale: 1.1;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.servicos .slick-slide img {
    max-width: 200px;
}

.voce-precisa .titulo {
    color: white;
}
.voce-precisa .conteudo .titulo {
    color: black;
}
.portfolio-medico .portfolio-slider .imagem img{
    scale: 1;
}
.page .portfolio-slider .imagem img{
    scale: 1;
}
.portfolio-medico .slick-current .imagem img{
    scale: 1.05 !important;
}

.portfolio-slider .descricao img {
    max-width: 300px;
    max-height: 100px;
}

.page .portfolio-medico .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.portfolio-medico .logotipo {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page #portfolio {
    background: #f6f5f6;
}

.banner {
    height: calc(100vh - 140px);
    background: url('../../images/corporativo.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: unset;
    background-size: cover;
}
.banner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 68%);
}
.banner h1 {
    font-size: 60px;
    font-weight: 900;
}
.banner .texto{
    z-index: 0;
    position: relative;
}
.banner p {
    font-size: 23px;
    font-weight: 500;
}

.banner strong, .banner .blue {
    color: #00629b;
}

.etapas .icone img {
    width: 110px;
    display: block;
    margin: 0 auto;
}
.etapas h3 {
    text-align: center;
    margin: 20px auto 12px;
}

.moderno{
    background-color: #edf1f6 !important;
    padding: 35px 0;
    display: block;
}
.moderno h2 {
    font-weight: 700;
    font-size: 30px;
}
.moderno p,.vantagens p,.etapas p {
    font-size: 14px;
}

.moderno .botao {
    transition: 0.5s all;
    background: #ffb833;
    border-color: #ff4c26;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    display: inline-block;
}

.moderno .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

.vantagens{
    padding: 35px 0;
}

.vantagens h2{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.vantagens .feature{
    text-align: center;
    margin: 35px 0;
}

.etapas {
    padding: 35px 0;
    background-color: #edf1f6 !important;
}
.etapas .whats:hover {
    background: black;
    box-shadow: 0px 4px 0px 0px #353535;
}

.etapas .whats {
    transition: 0.5s all;
    padding: 10px 20px;
    background: #2ecc71;
    display: flex;
    margin: 10px auto;
    width: auto;
    color: white;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 0px 0px green;
}

.moderno .botao:hover {
    background: #f3a615;
}
.feature img {
    width: 180px;
}

.advogado .top::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 70%) url("/images/white-top-gradient.webp");
    content: "";
}

.advogado .top {
    background-image: url("/images/advogado-background.webp");
    height: calc(100vh - 100px);
    min-height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advogado .info .container {
    position: relative;
}

.erp .top::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 70%) url("/images/white-top-gradient.webp");
    content: "";
}

.erp .top {
    background-image: url("/images/erp-background.jpg");
    height: calc(100vh - 100px);
    min-height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp .info .container {
    position: relative;
}

.blue {
    color: #00629b;
}

.relative{
    position:relative;
}

.advogado .info h1 {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}

.advogado .info p {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
}

.erp .info h1 {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}

.erp .info p {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
}

.overlay-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgb(255 255 255 / 60%); */
    z-index: 0;
}

.advogado .pronto-para {
    background-image: url("/images/textura-background.webp");
    position: relative;
    text-align: center;
    background-attachment: fixed;
}

.erp .pronto-para {
    background-image: url("/images/textura-background.webp");
    position: relative;
    text-align: center;
    background-attachment: fixed;
}

.slick-next:before, .slick-prev:before{
    color:black !important;
}

@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1100px) {
    .suporte .conteudo{
        width: 65%;
    }
}
@media only screen and (max-width: 992px) {
    .slick-next:before, .slick-prev:before{
        display: none;
    }
    .voce-precisa{
        background: #00629e;
    }
    .advogado .info h1 {
        font-size: 40px;
    }
    
    .advogado .info p {
        font-size: 20px;
    }

    .advogado .top::before {
        background:rgb(255 255 255 / 70%);
    }
	
	.erp .info h1 {
        font-size: 40px;
    }
    
    .erp .info p {
        font-size: 20px;
    }

    .erp .top::before {
        background:rgb(255 255 255 / 70%);
    }
    a.botao-whatsapp img {
        width: 60px;
        height: auto;
    }
    .logo img {
        width: 110px;
        height: auto;
    }
	.banner:before{
		height: calc(100% - 100px);
		top: 100px;
	}
    .banner h1 {
        font-size: 40px;
    }
    .banner p {
        font-size: 20px;
    }
    .banner {
        height: calc(100vh - 100px);
    }
    .page .portfolio-medico .section-title {
        margin-bottom: 20px;
        margin-top: 20px;
        height: 70px;
    }
    section.medico::before {
        content: "";
        background-image: url('../../images/medico-background2.png');
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        opacity: 0.4; /* Define a opacidade da imagem */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; /* Coloca a imagem atrás do conteúdo */
      }
    section.medico {
        background-image: none;
    }
    .portfolio .descricao{
        align-items: center;
    }
    .portfolio-imagem .imagem {
        width: 95%;
        text-align: center;
        margin-bottom: 20px;
    }
    .portfolio-slider .imagem img {
        transform-origin: center;
    }
    
    
    .dropdown-content{
        visibility: visible;
        opacity: 1;
        position: relative;
        display: none;
    }
    .menu-link{
        text-align: center;
    }
    .page .portfolio .slick-dots {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .background-header::before{
        opacity: 0;
    }
    .vitrine .botao a{
        margin: 40px auto 20px;
        font-size: 22px;
    }
    .vitrine .lista li{
        font-weight: 500;
    }
    .vitrine .lista{
        padding: 20px 0 0   ;
    }
    .vitrine::before {
        width: 100%;
        left: 4%;
        height: 80%;
        top: 40%;
        padding: 0;
        opacity: 0.2;
    }
    
    .background-servicos::before {
        opacity: 0;
    }
    .gray-block{
        position: relative;
        z-index: 0;
    }
    .background-suporte{
        opacity: 0.2 !important;
    }
    .suporte .texto{
        font-size: 16px;
    }
    .vitrine img{
        left: calc(100% - 375px);
        top: calc(100% - 375px);
        opacity: 0.3;
    }
    .voce-precisa .col-xl-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .voce-precisa .orcamento a{
        margin:20px auto
    }
    .voce-precisa .row {
        gap: 20px;
    }
    .page .menu-link{
        color: black;
    }
    .page .header-links {
        justify-content: flex-start;
    }
    .slick-depoimentos .slick-slide:not(.slick-center) {
        left: 0;
    }
    .page .header-links .logo{
        text-align: center;
    }
    .page .header-links .logo img {
        width: 80%;
    }
    .slick-depoimentos .slick-dots {
        position: initial;
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .servicos-imagem {
        display: none;
    }
    .header-info .dois{
        font-size: 85px;
    }
    .header-info{
        margin-top: 0;
        padding: 25px 20px;
    }
    .header-info p {
        width: 100%;
        
    }
    header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../../images/header-fotoWEB.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
        opacity: 0.3;
        background-position-y: 25%;
    }


    
    /* black friday */

      header{
        margin-top: 100px;
        height: auto;
    }  
    .header-mobile{
        position: fixed;
    }
    footer .row{
        gap: 30px;
    }
    
    .slick-depoimentos .slick-track {
        padding-top: 75px;
        padding-bottom: 5px;
        
    }
    .depoimentos{
        padding:40px 0;
    }
    .servicos-imagem{display: none;}
	.suporte .titulo {
		font-size: 30px;
	}
	.suporte .conteudo {
		position: relative;
		width: 100%;
	}
	.suporte img{display: none;}
	.header-mobile {
		display: flex;
	}
    .header-links {
        padding-top: 20px;
        position: fixed;
        left: -220px;
        top: 0;
        background: white;
        height: 100vh;
        width: 220px;
        z-index: 99999;
        display: flex;
        flex-direction: column;
    }
	.menu-nav {
		display: flex;
		flex-direction: column;
	}
}

@font-face {
    font-family: 'blackfriday';
    src: url('./fonts/black-friday.ttf') format('truetype');
}

@media only screen and (max-width: 550px) {
    .header-info .um{
        font-size: 35px;
    }
    .header-info .dois{
        font-size: 60px;
    }
    .header-info span {
        line-height: 50px;
    }
    .header-info .botao{
        font-size: 20px;
    }
	
	.bloco-portfolio .image img {
		width: 100%;
		height: 100%;
	}
}



@media only screen and (min-width: 992px)
{
    .black-screen{
        display: none !important;
    }
    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }
    
    .dropdown:hover .dropdown-content {
        visibility: visible;
        opacity: 1; /* Torna o conteúdo visível */
    }
    .page .portfolio .slick-track{
        padding: 0;
    }
    .portfolio .slick-track{
        padding: 80px 0 0;
    }
    .portfolio .slick-current .imagem img {
        scale:1;        
        z-index: -1;
        position: relative;
    }
    .page .portfolio .slick-current .imagem img{
        scale:1 !important;
    }
    
    .depoimentos .container{
        max-width: 1550px;
    }
    .slick-depoimentos .slick-slide {
        opacity: 0.6;
        transform: scale(1);
        transition: all 0.3s ease;
        position: relative;
        top: 55px;
    }
    .slick-depoimentos .slick-center {
        opacity: 1;
        transform: scale(1.1);
        top: 0;
        z-index: 10;
    }
    /* .slick-depoimentos .slick-slide {
        transition: transform 0.3s ease;
    }
    .slick-depoimentos .slick-center {
        transform: scale(1.5);
        z-index: 2;
    }
    .slick-depoimentos .slick-slide:not(.slick-center) {
        opacity: 0.5;
        z-index: 1;
    } */
}
@media only screen and (min-width: 1500px)
{
    .header-info {
        margin-top: 8%;
        scale: 1.2;
        transform-origin: left;
    }
}

/*

.content { max-width: 1440px; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }
.header { background-color: #FFF; height:100vh; }
.header .header-background-first { background: url(../images/new-bkg-header.jpg) right top no-repeat; background-size: contain; height: 100vh; min-height: 750px; }
.header .header-background {  }
.header .header-top { padding-top: 37px; padding-bottom: 37px; display: flex; align-items: center; }
.header-top .logo { min-width: 220px; }
.header-top .menu ul{ display: flex; }
.header-top .menu li { margin-right: 50px; }
.header-top .menu a{ color: #000; font-size: 18px; font-weight: 400; text-transform: uppercase; }
.page-title { padding-bottom: 37px; }
.page-title h1 { font-size: 18px; font-weight: 700; text-transform: uppercase; }
.header-content .texto.subtitulo { padding-bottom: 37px; }
.header-content .texto h2 p { font-size: 50px; text-transform: uppercase; line-height: 80px; font-weight: 400; height: 80px; }
.header-content .texto h2 p strong { font-size: 100px; font-weight: 700; }
.link-button { margin-top: 37px; background-color: #eec03f; border-radius: 32px; width: 300px; padding: 12px 16px; text-align: center; }
.link-button a { color: #FFF; font-size: 24px; font-weight: 700; text-transform: uppercase; }

.portfolio { background-color: #eaeaea; padding: 37px 0; color: #282828; }
.portfolio h2 { margin-bottom: 37px; font-size: 50px; text-transform: uppercase; }
.portfolio .portfolio-slider { display:flex; }
.portfolio .portfolio-slider .imagem { width: 50%; }
.portfolio .portfolio-slider .descricao { width: 50%; }
.portfolio .portfolio-slider .descricao h3 { font-size: 32px; margin: 15px 0 30px;  }
.portfolio .portfolio-slider .descricao p { margin: 0 0 30px; font-size: 15px; }
.portfolio .link-button { width: auto; max-width: fit-content; padding: 0; display: flex; }
.portfolio .link-button a { color: #282828; display: block; padding: 12px 32px; font-size: 15px; }

.suporte { background: url(../images/bkg-suporte.jpg) left top repeat-x; min-height: 720px; display: flex; }
.suporte .suporte-content { background: url(../images/background-suporte.png) right 30px no-repeat; width: 100%; }
.suporte .content { padding-top: 80px; color: #fefefe; }
.suporte .content h2{ margin: 100px 0 0; font-size: 16px; }
.suporte .content h3 { font-size: 40pt; max-width: 768px; margin-bottom: 30px; }
.suporte .content p { font-size: 22px; margin-bottom: 30px; }
.suporte .content a { display: block; max-width: fit-content; background-color: #eec03f; color: #FFF; font-size: 22px; font-weight: 700; text-transform: uppercase; padding: 14px 32px; border-radius: 32px; margin-bottom: 15px; }
.suporte .content small {  }

.servicos { background: url(../images/bkg-servicos.png) right bottom #FFF no-repeat; min-height: 700px; padding-top: 0; }
.servicos .content { padding-bottom: 70px; }
.servicos h2{ font-size: 40pt; padding-top: 70px; }
.servicos .servicos-slider { display: flex; padding-top: 50px; }
.servicos-slider .images { width: 50%; text-align: center; }
.servicos-slider .sliders { width: 50%; }
.servicos-slider .content-sliders { display: flex; justify-content: space-between; }
.servicos-slider .sliders .slider { width: 48%; background-color: #FFF; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); border-radius: 25px; padding-bottom: 14px; }
.servicos-slider .sliders .slider strong { padding: 7px 22px; font-size: 16pt; }
.servicos-slider .sliders .slider p { padding: 7px 22px; }
.servicos-slider .button-servicos a { 
	display: block; 
	background: #eec03f; 
	border-radius: 32px; 
	max-width: fit-content; 
	margin: 30px auto 0; 
	padding: 14px 32px;
	color: #212121; 
	font-size: 18pt; 
	font-weight: 700; 
	text-transform: uppercase; 
}

.depoimentos { background: url(../images/bkg-depoimentos-001.png) left top #00629b no-repeat; }
.depoimentos .depoimentos-content { background: url(../images/bkg-depoimentos-002.png) right bottom no-repeat; width: 100%; min-height:450px; padding-top: 70px; }
.depoimentos .depoimento { max-width: 450px; margin: 70px auto; background: #FFF; border-radius: 16px; position: relative; padding-top: 70px; }
.depoimentos .depoimento .depoimento-imagem { 
	background: url(../images/bkg-imagem-cliente.png) no-repeat; 
	width: 170px; 
	height: 170px;
	margin: 0 auto;
	text-align: center;
	position: absolute; 
	top: -70px; 
	left: 25%; 
	right: 25%; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.depoimentos .depoimento .depoimento-imagem img{ max-width: 80%; max-height: 80%; }
.depoimentos .depoimento .depoimento-texto { padding: 35px 14px; text-align: center; }
.depoimento .depoimento-texto strong { margin-bottom: 16px; display: block; }
.depoimento .depoimento-texto .texto { color: #727070; margin-bottom: 16px; }
.depoimento .depoimento-texto .cargo { color: #727070; }
.depoimento-texto .cargo strong { margin-bottom: 0; }

.contato { background: url(../images/bkg-contato.png) left 50px no-repeat; min-height: 700px; }
.contato .formulario { width: 60%; float: right; padding-top: 70px; }
.contato .formulario .field { margin-bottom: 25px; }
.contato .formulario h3{ font-size: 12pt; margin-bottom: 16px; }
.contato .formulario label { display: block; color: #727070; font-size: 14pt; font-weight: 700; margin-bottom: 8px; }
.input-field { border: 1px solid #727070; border-radius: 8px; width: 100%; font-size: 14pt; padding: 11px 14px; }
.contato .formulario button { background-color: #edbd3c; border: 0; border-radius: 32px; color: #212121; font-size: 12pt; font-weight: 700; text-transform: uppercase; padding: 14px 80px; cursor: pointer; }

.footer { background-color: #e9e9e9; }
.footer-content { padding: 35px 0; display: flex; justify-content: space-between; }
.footer-content .coluna strong { display: block; margin-bottom: 12px; }
.footer-content .coluna li { margin-bottom: 4px; }
.footer-content .coluna.col-midias li { display: inline-block; }
.footer-content .coluna a { color: #000; text-decoration: none; }
.footer .copyright { text-align: center; padding-top: 20px; padding-bottom: 20px; }

@media only screen and (max-width: 600px) {
	.header .header-background-first { background: url(../images/bkg-mobile-header.png) right bottom no-repeat; background-size: 80%; }
	.header .header-top { max-width: fit-content; align-items: start; }
	.header-top .logo { min-width: fit-content; width: 50%; }
	.header-top .menu ul { display: block; }
	.page-title { padding-bottom: 18px; }
	.header { position: relative; }
	.header-content .texto.subtitulo { padding-bottom: 18px; }
	.header-content .texto h2 p { height: auto; font-size: 120%; line-height: normal; }
	.header-content .texto h2 p strong { font-size: 200%; }
	.header .link-button { position: absolute; bottom: 30px; }
	.portfolio h2 { font-size: 200%; }
	.portfolio .portfolio-slider { display: block; }
	.portfolio .portfolio-slider .imagem { width: 100%; }
	.portfolio .portfolio-slider .imagem img { width: 100%; }
	.portfolio .portfolio-slider .descricao { width: 100%; }
	.suporte .suporte-content { background-position: right bottom; background-size: 50%; }
	.suporte .content h2 { font-size: 120%; margin-top: 75px; }
	.suporte .content h3 { font-size: 200%; margin-bottom: 15px; }
	.suporte .content p { font-size: 120%; }
	.suporte .content a { font-size: 120%; }
	.servicos h2 { font-size: 200%; padding-top: 35px; }
	.servicos .servicos-slider { display: block; }
	.servicos-slider .images { width: 100%; display: none; }
	.servicos-slider .sliders { width: 100%; }
	.servicos .servicos-slider { padding-top: 25px; }
	.servicos-slider .content-sliders {  }
	.servicos-slider .sliders .slider strong { display: block; max-width: fit-content; font-size: 120%; }
	.contato { background-position: left bottom; background-size: contain; }
	.contato .formulario { width: 100%; }
	.contato .formulario label { background: rgba(255,255,255,0.9); max-width: fit-content; }
	.input-field { max-width: fit-content; }
	.footer {  }
	.footer-content { flex-wrap: wrap; justify-content: space-around; padding-bottom: 0; }
	.footer-content .coluna { width: 48%; min-height: 80px; margin-bottom: 15px; }
	.footer-content .coluna.col-institucional,
	.footer-content .coluna.col-contato { order: 1; }
	.footer-content .coluna a { word-wrap: break-word; }
} 
