/* Import Raleway with specified weights and italic */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Raleway:ital,wght@1,700&display=swap');

/* Base font family */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

/* Extra font weights */
.font-400 { font-weight: 400; }
.font-500 { font-weight: 500; }
.font-600 { font-weight: 600; }
.font-700 { font-weight: 700; }
.font-700-italic { font-weight: 700; font-style: italic; }
.font-800 { font-weight: 800; }
.font-900 { font-weight: 900; }
.font-900-italic {
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}

.navbar-toggler {
    border: none;
    display: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
    .navbar-toggler {
        border: none;
        display: block;
    }

    .navbar-collapse {
        background-color: rgba(34, 34, 34, 0.8);
        padding: 1rem;
        top: 71px;
        width: 100%;
        position: absolute;
    }

    .nav-link {
        padding: 0.5rem 1rem;
    }
}
@media (min-width: 768px) {
    .navbar-collapse,
    .navbar-collapse.collapse {
        display: flex !important;
        flex-basis: auto;
        position: static;
        background: none;
        padding: 0;
        height: auto !important;
    }
}


.main-header {
    background-color: rgba(34, 34, 34, 0.8);
    height: 106.87px;
    z-index: 1000;
}
@media (max-width: 768px) {
    .main-header {
        height: 72px;
    }
}

.logo {
    height: 40px;
}

.whatsapp-icon {
    height: 38px;
}

.hero {
    position: relative;
    height: 100vh;
    background: url('comp/images/7f44190c-72ad-4282-a809-cd37d410c812.jpg') no-repeat top center;
    background-size: cover;
    overflow: hidden;
    /*padding-top: 106.87px;*/
    box-sizing: initial;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-title {
    font-size: 58.85px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.06em;
}
@media (max-width: 768px) {
    .hero .hero-title {
        font-size: 38px;
        line-height: 1.2;
    }
    .hero .hero-subtitle {
        font-size: 20px;
    }
    .hero .btn-cta {
        font-size: 18px;
        padding: 10px 0;
        width: 200px;
        margin: 0 auto;
        height: 60px;
    }
    .hero .hero-bottom {
        height: 72px;
        bottom: -10px;
    }
    .hero .hero-scroll {
        bottom: 25px;
    }
    .hero .hero-scroll-top {
        top: 5px;
    }
}
.hero-subtitle {
    font-size: 23.54px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.015em;
}

.btn-cta {
    display: inline-block;
    font-size: 21.33px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 355.56px;
    border: 5.33px solid #ACC90F;
    margin: 20px auto 0;
    padding: 14.22px 0;
    width: 256px;
    height: 74.67px;
    line-height: 1.8;
}
.btn-cta:hover, .btn-cta:focus {
    background-color: #ACC90F;
    box-shadow: 0px 4px 4px 0px #263239;
    color: #333333;
    border-color: #ACC90F;
}
.hero-bottom {
    position: absolute;
    bottom: -1px;
    height: 97.96px;
    background-color: rgba(34, 34, 34, 0.8);
}

.arrow-icon {
    height: 32px;
    cursor: pointer;
    position: relative;
    left: -5px;
}
.arrow-up {
    transform: rotate(180deg);
    left: 5px;
}
.hero-scroll {
    position: absolute;
    bottom: 10px;
    display: block;
}
.hero-scroll-top {
    position: absolute;
    top: 10px;
    display: block;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #012C77 !important;
    border-color: #012C77 !important;
}

.titulo-sobre-nos {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 1.5%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #333333;
}

.texto-sobre {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5%;
    color: #333333;
}

.texto-sobre strong {
    font-weight: 700;
}

.imagem-sobre-nos {
    border-radius: 48.62px;
    box-shadow: 6.48px 6.48px 6.48px 0px #00000040;
    max-width: 100%;
    height: auto;
}

.solucoes-section {
  background-color: #114299;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 7.12px 7.12px 0px #00000040;
}

.titulo-solucoes {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 34px !important;

  line-height: 1.2;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: white;
}

.subtitulo-solucoes {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 156%;
  /*letter-spacing: -2%;*/
  color: white;
  margin-top: 30px;
}

.card-solucao-link {
    width: 420px;
    border-radius: 16px;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}
.card-solucao {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #222;
    transition: inherit;
}
.card-solucao-link:hover .card-solucao,
.card-solucao-link:focus .card-solucao {
    transform: scale(1.08);
    box-shadow: 0 10px 32px rgba(26, 68, 169, 0.18);
}



.card-solucao img {
  height: 180px;
  object-fit: cover;
}

.card-solucao .p-3 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.titulo-bloco {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 10px;
}

.texto-bloco {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3A3D3D;
  margin-top: 20px;
}

/* Ícones decorativos */
.decor-icon {
  position: absolute;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}

.top-left {
    top: -35%;
    left: -3%;
}

.top-right {
    top: -43%;
    right: -1%;
}

.bottom-right {
    bottom: -24%;
    right: -10%;
}


.produtos-section {
    background-color: #f2f2f2;
    padding: 60px 20px;
    border-bottom-left-radius: 81px;
    border-bottom-right-radius: 81px;
    font-family: 'Raleway', sans-serif;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.titulo {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.descricao {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}

.produto-card {
    border-radius: 43px;
    padding: 4px;
    background: linear-gradient(90deg, #ACC90F 50%, rgba(255, 255, 255, 0) 86.71%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.produto-card.invertido {
    background: linear-gradient(270deg, #ACC90F 50%, rgba(255, 255, 255, 0) 86.71%);
}

.produto-conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 43px;
    padding: 20px 45px;
    gap: 30px;
}

.produto-conteudo.esquerda {
    flex-direction: row;
}

.produto-conteudo.direita {
    flex-direction: row;
}

.produto-imagem {
    border-radius: 20px;
    height: 250px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
}

.produto-texto {
    max-width: 50%;
}

.alinhado-esquerda {
    text-align: left;
}

.alinhado-direita {
    text-align: right;
}

.produto-nome {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}

.produto-descricao {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 18px;
}

.botao {
    display: inline-block;
    background-color: #ACC90F;
    color: white;
    border-radius: 277px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s;
}

.botao:hover {
    background-color: #96b300;
}


@media (max-width: 768px) {
    .produto-conteudo {
        flex-direction: column !important;
        text-align: center;
        padding: 20px;
    }

    .produto-texto {
        max-width: 100%;
        text-align: center !important;
    }

    .produto-imagem {
        height: auto;
        max-height: 220px;
        width: 100%;
    }

    .alinhado-esquerda,
    .alinhado-direita {
        text-align: center !important;
    }
}

.setores-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    /*letter-spacing: 1.5%;*/
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.setor-card {
    position: relative;
    background-color: #114299;
    border-left: 20px solid #012C77;
    box-shadow: 5px 5px 5px 0px #00000040;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.card-title {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card-text {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.card-text--1 {
    max-width: 290px;
}
.card-text--2,
.card-title--2,
.card-text--3,
.card-title--3 {
    text-align: center;
}
.bg-img {
    position: absolute;
    pointer-events: none;
}

.bg-img.bottom-left {
    bottom: 0;
    left: 0;
}

.bg-img.top-right {
    top: 0;
    right: 0;
}

.bg-img img {
    /*width: 100px;*/
    max-width: none;
}
.setor-card {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    transition: border-left-width 0.4s ease;
}

/* Posicionamento absoluto */
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}

.bg-img img {
    position: absolute;
    transition: all 2s ease;
}

/* base - permanece fixa */
.img-base--1 {
    top: 50px; /* ajuste fino */
    left: 0;
    width: 320px;
}
.img-base--2 {
    top: 0;
    right: 0;
    width: 320px;
}

.img-base--3 {
    bottom: 0;
    right: 0;
    width: 320px;
}

.img-wrap-1 {
    top: 87px;
    left: -96px;
    width: 400px;
    z-index: 2;
    transform: rotate(-10deg);
}
.img-wrap-2 {
    top: -104px;
    right: -46px;
    width: 400px;
    z-index: 2;
    transform: rotate(-4deg);
}

.img-wrap-3 {
    bottom: -138px;
    right: -74px;
    width: 400px;
    z-index: 2;
    transform: rotate(0deg);
}
.under-title {
    height: 50px;
    position: absolute;
}
.under-title--1 {
    top: 50px;
    left: 0;
}
.under-title--2 {
    bottom: 88px;
    left: 0;
}

.under-title--3 {
    top: 59px;
    left: 0;
}

/* efeito no hover */
.setor-card:hover {
    border-left-width: 0;
}
.setor-card:hover .img-wrap {
    top: 50px;
    left: 50px;
    width: 45px;
    opacity: 1;
    z-index: 99999;
}
.setor-card:hover .img-wrap-2 {
    left: initial;
    right: 50px !important;
    top: 300px !important;
}
.hover-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #114299;
    transition: opacity 2s ease;
    z-index: 3;
}

.hover-img {
    height: 75%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.hover-content {
    padding: 20px;
    height: 30%;
    color: white;
}
.hover-content--2 {
    padding: 20px;
    height: 30%;
    z-index: 2;
    border-top: 10px solid #114299;
    color: white;
    background: #114299;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hover-content--1 {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: right;
    transition:
            transform 0.6s cubic-bezier(.47,1.64,.41,.8),
            opacity 0.5s cubic-bezier(.47,1.64,.41,.8);
    opacity: 1;
    pointer-events: none;

}

.hover-content--1-2 {
    top: auto;
    bottom: 0;
    left: 0;
}

.hover-content--1-2 {
    text-align: left;
    padding: 10px;
}
.hover-content--1-2 .card-title{
    margin-bottom: 27px;
}

.hover-content--1-3 {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 20px;
}
.hover-content--1-3 .card-text {
    text-align: left;
}
.hover-content--1-3 .card-title{
    margin-bottom: 27px;
}

.setor-card:hover .hover-img-wrapper {
    opacity: 1;
}

.setor-card:hover .hover-content--1 {
    top: auto;
    bottom: 30px; /* adjust this distance from bottom as needed */
    transform: translateY(50%);
    opacity: 0;
    pointer-events: none;

}



.footer {
    background-color: #000000CC;
    padding: 5rem 1rem 1rem;
    color: white;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.footer-top-arrow {
    transform: rotate(180deg);
    background-color: #000000CC;
    height: 97.96px;
}
.footer-arrow-bg {
    position: relative;
    width: 100%;
    height: 60px;
    top: 23px;
}

@media (max-width: 768px) {

}

.footer-arrow-bg::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url('comp/images/bg-arrow-top.png') bottom no-repeat;
    background-size: 200px auto;
    /*transform: rotate(180deg);*/
    pointer-events: none;
    z-index: 999;
}

/* Ensure content positions above the background */
.footer-arrow-container {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.footer-logo {
    width: 160px;
}

.footer-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    /*letter-spacing: 1.5em;*/
    margin-bottom: 1rem;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    /*letter-spacing: 1.5em;*/
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}
.footer-text strong {
    margin-bottom: 0;
    display: block;
    font-size: 18px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-policy a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    /*letter-spacing: 1.5em;*/
    color: white;
    text-decoration: none;
    vertical-align: middle;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-policy a:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
}

.footer-social img {
    width: 24px;
    height: 24px;
}
.footer-social img.face {
    width: 15px;

}
.footer-policy {
    font-size: 14px;
}

.footer-bottom {
    padding-top: 1rem;
    color: #e2e8f0;
}

@media (max-width: 576px) {
    .titulo-sobre-nos,
    .titulo,
    .titulo-solucoes,
    .setores-title,
    .titulo-bloco {
        font-size: 1.5rem !important;
    }
    .subtitulo-solucoes,
    .descricao,
    .texto-sobre,
    .texto-bloco,
    .hero-subtitle {
        font-size: 0.98rem !important;
    }
}

/*Modal VAMOS COMEÇAR!*/
.custom-modal-content {
    display: flex;
    /* width: 800px; */
    /*max-width: 550px;*/
    height: auto;
    padding: 26px 0 48px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    border-radius: 55px;
    border: 5px solid #355FAA;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .custom-modal-content {
        width: fit-content;
    }
}

.modal-title {
    color: #281D1B;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.85px;
    margin-top: 10px;
}

.modal-subtitle {
    color: #281D1B;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin: 10px 50px 20px;
}

.modal-form {
    /*width: 85%;*/
}
.modal-dialog-centered {
    justify-content: center;
}
.custom-input {
    display: flex;
    min-height: 44px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1.5px solid rgba(0, 0, 0, 0);
    background: rgba(53, 95, 170, 0.20);
    overflow: hidden;
    color: rgba(46, 24, 20, 0.40);
    text-overflow: ellipsis;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.075px;
}

.btn-ligue-me {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #ACC90F;
    /* color: #050100; */
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.btn-close-custom {
    border-radius: 41.667px;
    background: #CE0000;
    display: flex;
    padding: 8.333px;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 0;
}

