@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

@font-face {
    /* font-family: 'Segoe UI'; */
    src: url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    /* font-family: 'Segoe UI'; */
    src: url('../fonts/SegoeUIBold.ttf') format('truetype'),
        url('../fonts/SegoeUIBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    /* font-family: 'Segoe UI'; */
    src: url('../fonts/SegoeUIItalic.ttf') format('truetype'),
        url('../fonts/SegoeUIItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    /* font-family: 'Segoe UI'; */
    src: url('../fonts/SegoeUIBoldItalic.ttf') format('truetype'),
        url('../fonts/SegoeUIBoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}


body {
    background: #FFFFFFFA;
}

img {
    max-width: 100%;
    width: 100%;
}

a {
    text-decoration: none !important;
}

header {
    box-shadow: 0px 4px 9px -4px #00000040;

}

.nav-link {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6F7D90;
    padding: 0;
}


.nav-item:hover .nav-link {
    color: #384455;
}

.nav-link.active {
    color: #384455;
    font-weight: 700;
}

.btn-line {
    background: linear-gradient(276.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%),
        linear-gradient(0deg, #F9FBFC, #F9FBFC),
        linear-gradient(106.89deg, rgba(255, 255, 255, 0) 50.29%, rgba(255, 255, 255, 0.5) 59.89%, rgba(255, 255, 255, 0.5) 69.57%, rgba(255, 255, 255, 0) 113.1%);
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 4px 1.6px #FFFFFF33 inset;

    box-shadow: 0px -6px 3px -4px #FFFFFF66 inset;

    box-shadow: 0px 2px 5px -2px #00000040 inset;


    /*     /* font-family: 'Segoe UI'; */
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    display: flex;
    gap: 8px;
    align-items: center;

    padding: 16px 32px;
    color: #384455;
    text-decoration: none;
    border-radius: 50px;
}

.btn-line:hover {
    background: linear-gradient(276.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%),
        linear-gradient(0deg, #EBEEF2, #EBEEF2),
        linear-gradient(106.89deg, rgba(255, 255, 255, 0) 50.29%, rgba(255, 255, 255, 0.5) 59.89%, rgba(255, 255, 255, 0.5) 69.57%, rgba(255, 255, 255, 0) 113.1%);
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 4px 1.6px #FFFFFF33 inset;
    box-shadow: 0px -6px 3px -4px #FFFFFF66 inset;
    box-shadow: 0px 0px 1px 2px #FFFFFF66 inset;

}



.banner-hero {
    position: relative;
    height: 700px;
}

.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; tudo de uma vez */
    background: rgba(0, 0, 0, 0.7);
    /* aqui muda a cor e intensidade */
    z-index: 2;
}


.txt-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    color: #fff;
    width: 100%;
    text-align: center;
}

.txt-banner span {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.txt-banner h1 {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 49px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}

.btns {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.golden-btn {
    background:
        linear-gradient(276.79deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.02) 100%),
        linear-gradient(106.89deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.45) 60%, rgba(255, 255, 255, 0.45) 70%, rgba(255, 255, 255, 0) 110%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        #E9A52F;
    border: none;
    padding: 16px 32px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #384455;
    /*     /* font-family: 'Segoe UI'; */
    */ font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;


    border-radius: 50px;
    text-decoration: none;
    transition: background-position .35s ease, filter .3s ease;
}

.golden-btn:hover {
    background:
        linear-gradient(276.79deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.02) 100%),
        linear-gradient(106.89deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.45) 60%, rgba(255, 255, 255, 0.45) 70%, rgba(255, 255, 255, 0) 110%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        #F1C67C;

}

.invisible-btn {
    background: rgba(255, 255, 255, 0.08);
    /* leve transparência para aparecer o blur */
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* Todas as sombras em UMA única linha */
    box-shadow:
        0px 0px 4px 1.6px rgba(255, 255, 255, 0.2) inset,
        0px -6px 3px -4px rgba(255, 255, 255, 0.4) inset,
        0px 2px 5px -2px rgba(0, 0, 0, 0.25) inset;

    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    /* Safari */

    border-radius: 50px;
    padding: 16px 32px;

    /* font-family: 'Segoe UI'; */
    font-weight: 600;
    font-size: 14px;
    color: #F9FBFC;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}


.invisible-btn:hover {
    background: linear-gradient(276.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        linear-gradient(106.89deg, rgba(255, 255, 255, 0) 50.29%, rgba(255, 255, 255, 0.5) 59.89%, rgba(255, 255, 255, 0.5) 69.57%, rgba(255, 255, 255, 0) 113.1%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    color: #384455;
}

.invisible-btn:hover svg rect {
    fill: #384455;
}

/* cards */


.card-home {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #0000001A;
    padding: 40px;

    display: flex;
    flex-direction: row;
    gap: 40px;
    min-height: 206px;
}



.card-home h3 {
    font-family: 'Saira';
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #004A7F;
}


.card-home p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6F7D90;
    margin-bottom: 0;
}


/*servicos*/

.servicos {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 20;
    overflow: hidden;
    background: #F9FBFC;
}

.tag {
    display: block;
    text-align: center;
    box-shadow:  0 8px 20px rgba(0, 0, 0, 0.08),
    0 3px 6px rgba(0, 0, 0, 0.05);
    

    padding: 4px 12px;
    background: #fff;
    border-radius: 50px;

    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #6F7D90;
    max-width: max-content;


}

.tag-servicos .tag {
    margin: auto;
}

.title {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 39px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #384455;
    margin-top: 24px;
    margin-bottom: 16px;
}

.title-servicos {
    text-align: center;
}

.blue-gradiente {
    background: linear-gradient(90deg, #5B9ED1 0%, #005C9E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.desc p,
.desc {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;

    color: #6F7D90;
}

.desc-servicos {
    text-align: center;
    max-width: 426px;
    margin: auto;
}


.bg-absolute-servicos {
    position: absolute;
    right: 0;
    top: 268px;
    max-width: 1152px;
    width: 100%;
    max-height: 955px;
    height: 100%;
    z-index: 0;
}

.box-title {
    position: relative;
    z-index: 20;
}

.lista-servicos {
    position: relative;
    z-index: 20;
    margin-top: 48px !important;
}

.item {
    background: #F9FBFC;
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
    transition: all .25s ease;
}

.item:hover {
    border: 1px solid #E9A52F;
    box-shadow: 0px -8px 4px -2px #FFFFFF inset;

    box-shadow: 0px 2px 8px -4px #00000040;
    background: #fff;

}

.servico-thumb {
    overflow: hidden;
}

.servico-thumb img {
    height: 321px;
    transition: all .25s ease;
}

.servico-item {
    margin-bottom: 32px;
}

.item:hover .servico-thumb img {
    transform: scale(1.05);
}

.txt-servico-card {
    padding: 24px;
}

.icone-servico img {
    width: 50px;
    height: 50px;

}

.icone-servico {
    margin-top: -45px;
    position: relative;
    z-index: 99;
}

.txt-servico-card {
    height: 226px;
}

.servico-titulo {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #384455;
    max-width: 300px;
    height: 84px;
    margin-bottom: 0;
}

.servico-excerpt {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6F7D90;

}

.btn-servicos {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 24px;
}

/*sobre*/

.sobre {
    padding-top: 80px;
    padding-bottom: 128px;
}

.desc-sobre {
    max-width: 536px;
}

.cards-sobre {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}

.box-card {
    background: #F9FBFC;
    border: 1px solid #0000000D;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 168px;
    height: 166px;
    justify-content: center;
    text-align: center;
}

.box-card p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #6F7D90;
    margin-bottom: 0;
}

.box-card strong {
    display: flex;
    margin-top: 14px;

    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #384455;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}


.box-card img {
    width: 32px;
    height: 32px;
}

.img-card-box {
    box-shadow: 0px 4px 4px 0px #00000040;
    /* box-shadow: 0px 0px 4px 4px #FFFFFF8C inset; */
    padding: 16px;
    background: #fff;
    border-radius: 10px;
}

.img-sobre-col {
    position: relative;
}

.img-sobre-col img {
    width: 100%;
    height: 600px;
    border-radius: 12px;
}

.selo {
    max-width: 96px;
    max-height: 96px;
    position: absolute;
    right: 0;
    bottom: -19px;
}

/*banner-meio*/

.banner-meio {
    padding-top: 98px;
    padding-bottom: 98px;

}

.coluna-gray {
    background-image: url('../img/bg-gray.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.box-title-banner-meio {
    padding-left: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.img-banner-meio {
    position: absolute;
    right: -21px;
    bottom: 0;
}

.btn-banner-meio {
    margin-top: 40px;
}


.row-meio {
    background: #F9FBFC;
    border: 1px solid #0000001A;
    border-radius: 16px;
    position: relative;
    /* overflow: hidden; */
}

.title-banner-meio .title {
    margin-top: 0;
}

.img-banner-meio img {
    height: 422px;
}



/*newletter*/

.newsletter {
    background: #004A7F;

    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn-line-white {
    background: transparent;
    border: 1px solid #FFFFFF1A;

    /* font-family: 'Segoe UI', sans-serif; */
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #F9FBFC;

    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
}

/*depoimentos*/
.depoimentos {
    padding-top: 94px;
    padding-bottom: 128px;
    background: #F2F3F5;
}

.lista-depoimentos {
    margin-top: 48px !important;
}

.item-depoimento {
    background: linear-gradient(109.93deg, rgba(255, 255, 255, 0) 0.01%, #FFFFFF 50.46%, rgba(255, 255, 255, 0) 99.94%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    border: 1px solid #0000001A;
    box-shadow: 0px 6px 6px -2px #00000040;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    min-height: 272px;
}

.depoimentos-excerpt,
.depoimentos-titulo {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;

    color: #6F7D90;
}

.depoimentos-excerpt {
    min-height: 156px;
    margin-top: 12px;
}

.depoimentos-thumb {
    margin-left: -21px;
}

.depoimentos-titulo {
    font-weight: 600;
}

/*footer*/

footer {
    padding-top: 64px;

    background: #002540;
    color: #fff;
}

footer .container .row {
    padding-bottom: 64px;
}

.logo-footer img {
    max-width: 200px;
}

.txt-footer h5 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F9FBFC;
    margin-bottom: 24px;
}

.txt-footer ul {
    list-style: none;
    padding: 0;
}



.txt-footer ul li a,
.txts,
.txts a {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ABB6C5;
    margin-bottom: 16px;
    display: flex;
    gap: 6px;
}

.txt-footer ul li a:hover,
.txts a:hover {
    color: #FFFFFF;
}

/*archive servicos*/

.vantagens {
    padding-top: 104px;
    padding-bottom: 104px;
    background: #f9fbfc;
}

.box-vantagens {
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.card-vantagens {
    border: 1px solid #0000001A;
    background: #FFFFFF4D;
    padding: 32px;
    text-align: center;
    border-radius: 8px;
    width: 33%;
}

.card-vantagens img {
    max-width: 64px;
    height: 64px;
    margin-bottom: 18px;
}

.card-vantagens h5,
.card-vantagens p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #384455;
}

.card-vantagens p {
    color: #6F7D90;
}

.breadcrumb-nav {
    padding: 24px 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #6F7D90
}

.breadcrumb-item.active {
    font-weight: 700;
}


.item-descricao {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.item-descricao p {
    margin: 0;

    /* font-family: 'Segoe UI'; */
    font-weight: 400;
    font-size: 16px;
    color: #4A5565;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.lista-descricoes {
    margin-top: 32px;
}


.row-services {
    padding-top: 64px;
    padding-bottom: 64px;
}

.card-vantagens.card-single-servico {
    padding: 24px !important;

}

.box-servicos-single {
    gap: 0;
    align-items: center;
}

.como-funciona {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*contato*/

.card-contato p {
    color: #384455 !important;
    font-weight: 600 !important;
}

.form {
    padding-top: 64px;
    padding-bottom: 64px;
}

.box-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-contato {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.item-contato p {
    margin: 0;
    color: #6F7D90;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;

    display: flex;
    flex-direction: column;
}

.item-contato p strong {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    color: #384455;
}

.card-trabalhe {
    padding: 32px 32px 16px 32px;
    margin-top: 40px;
    background: #F9FBFC;
    border-radius: 8px;
    border: 1px solid #0000001A;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px !important;
}

.card-header h3 {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #384455;

}

.card-trabalhe p {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #00000099;
    line-height: 160%;
    letter-spacing: 0%;

}

.form {
    padding-top: 64px;
    padding-bottom: 144px;
}

.mb-32 {
    margin-bottom: 32px;
}

.form-contato {
    background: #004A7F;
    padding: 32px;
    border-radius: 8px;
    color: #fff;
    margin-top: 23px;
}

label {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ABB6C5;
}

textarea {
    height: 127px;
}

.btn-contato {
    margin-top: 40px;
}

.btn-contato .golden-btn {
    width: 100%;
    justify-content: center;
}

/*cookies*/

.cookies {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    display: none;
}

.overlay {
    position: fixed;
    /* Fixo na viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo escuro semi-transparente */
    z-index: 999;
    /* Garante que fique acima do conteúdo principal */
    display: none;
    /* O JS irá mostrar se os cookies não estiverem aceitos */
}

.cookies .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 2px 20px 0px #00000014;
    padding: 24px 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff;
}

.cookies p {
    max-width: 701px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #6F7D90;
    margin-bottom: 0;
}

.cookies h5 {

    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #384455;
}

.cookies p a {
    color: #004A7F;
}


.line {
    border-top: 1px solid #FFFFFF1A;
    width: 100%;
}

.politica {
    padding: 24px 10px;



}

.politica a {
    color: #ABB6C5;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px !important;
        margin: auto;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .img-banner-meio img {
        width: 500px;
    }

}

@media (min-width: 1200px) {
    .col-2-footer {
        width: 19% !important;
    }

    .col-3-footer {
        width: 30% !important;
    }
}


@media(min-width:992px) {
    .nav-item {
        margin: 0 20px;
    }

    .card-vantagens.card-single-servico {
        width: 293px !important;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .col-1-footer {
        width: 30% !important;
    }

    .col-4-footer {
        width: 20% !important;
    }

    .cards {
        margin-top: -106px;
        position: relative;
        z-index: 20;
    }
}

@media(max-width:992px) {
    .cookies .container {
        flex-direction: column;
        text-align: center;
    }

    .coluna-gray {
        display: none;
    }

    .box-servicos-single {
        gap: 20px;
    }

    .seta {
        display: none;
    }

    .box-vantagens {
        flex-direction: column;
    }

    .card-vantagens {
        width: 100%;
    }

    .row {
        gap: 24px !important;
    }

    .cards {
        margin-top: 30px;
    }

    .img-sobre-col img {
        height: auto;
    }


}


@media (max-width: 768px) {

    .servico-thumb img{
        height: auto;
    }

    .card-home,
    .cards-sobre {
        flex-direction: column;
    }

    .sobre {
        padding-bottom: 0;
    }

    .btns {
        flex-direction: column;
    }

    .banner-hero {
        height: 60vh;
    }

    .txt-banner h1 {
        font-size: 30px;
    }
}

@media(max-width:375px) {

    .txt-footer ul li a,
    .txts,
    .txts a {
        font-size: 12px;
    }
}

.txt-rodape {
    font-family: "Rajdhani", sans-serif;
}

.wpcf7-captchac {
    width: auto;
}

input{
    height: 48px;
    max-width: 100%;
}