@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap" rel="stylesheet');

* {
    margin: 0 auto;
    padding: 0;


}

body {
    margin: 0 auto;
    background-color: #f9f9f95d;
    font-family: 'Montserrat', sans-serif;

}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 80px;
    background-color: #1a407c !important;
    padding: 0 20px;
    box-sizing: border-box;
    color: white !important;
}


.navbar-brand img {
    margin-right: auto;
}


.navbar {
    background-color: #1a407c !important;
    color: white !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    position: relative;
    margin-left: 10px;
    color: white;
}

.nav-link {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    transition: color 0.3s;
    opacity: 1 !important
}

.nav-item a {
    color: white !important;
}


.nav-item a:hover {
    color: #d4a227 !important;
}

.dropdown-menu {
    position: absolute;
    background: #1a407c;
    border: 1px solid #d4a227;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-item .dropdown-item a {
    color: black !important;
    /* padding: 10px 20px; */
    display: block;
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-item:hover {
    background-color: #1a407c !important;
    color: #d4a227;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 22px;
    color: black;
}

.navbar-nav .nav-item .btn {
    display: flex;
    align-items: center;
    gap: 10px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    color: white;
    background-color: red;
}


.navbar-nav a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.navbar-nav a:hover {
    color: #d4a227;
}

.navbar-nav i {
    font-size: 22px;
    color: white;
}

.navbar-nav .icones {
    gap: 20px;
}

.social-container {
    display: flex;
    align-items: center;

}

.navbar-nav.ml-auto {
    margin-left: auto;
    display: flex;
    align-items: center;

}

.nav-item {
    margin-right: 10px;
}

.nav-item a:last-child {
    margin-right: 0;

}

.navbar-collapse {
    background-color: #1a407c;
    flex-grow: 1;
}

.btn-success {
    background-color: #25D366 !important;
    color: white !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-success:hover {
    background-color: #1EBE57 !important;
    color: white !important;
    text-decoration: none;
}


.container {
    padding: 30px 20px 0 20px;
    max-width: 100%;
    margin-bottom: 50px;
}

.container h2 {
    color: #8c4a21;
    font-size: 24px;
    margin-bottom: 40px;
}

.services {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;

}
.container .btn-green {
 margin-left: 10px !important;
 margin-right: 10px !important;
}

.service-item {
    max-width: 200px;
    text-align: center;
}

.service-item img {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.service-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 14px;
    color: #777;
}

.btn-green {
    display: inline-block;
    width: 300px !important; 
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #00a300;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none !important;
    transition: background 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-green:hover {
    background-color: #008b00;
    text-decoration: none;
}

@media (max-width: 768px) {
    .navbar-toggler {
        margin-right: 20px;
        right: 0;
        order: 1; 
        position: absolute;
    }

    .navbar-brand {
        margin-left: 15px; 
        order: 0; 
    }
}

/* Serviços */

.servicos {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.servicos-header {
    text-align: center;
    margin-bottom: 30px;
    max-width: 70%;
}

.servicos-header h2 {
    font-size: 28px;
    color: #1a407c !important;
    font-weight: bold;
    border-bottom: 2px solid #d4a227;
    display: inline-block;
    padding-bottom: 10px;
}

.servicos-header .btn-green {
    margin:auto;
}

.servicos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.card {
    display: block;
    text-align: center;
    background: white;
    border-radius: 8px;
    border: 2px solid #1a407c;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: auto;

}

.card h3 {
    font-size: 25px;
    color: #1a407c;
    font-weight: bold;
    margin-bottom: 10px;
}

.card p {
    font-size: 15px;
    color: black;
    line-height: 1.5;
   
}

.card a {
    display: block;
    text-decoration: none;
    color: inherit;
    /* width: 100%;  */
    height: 100%;
    font-weight: bold;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid #d4a227;
    cursor: pointer;
}

.servicos .card {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .servicos-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card {
        max-height: none;
        height: auto;
    }

    .servicos-header h2 {
        font-size: 24px;
    }

    .card h3 {
        font-size: 22px;
    }

    .card p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .servicos-container {
        gap: 10px;
    }

    .card h3 {
        font-size: 18px;
    }

    .card p {
        font-size: 12px;
    }
}

hr {

    border-bottom: 1px solid #d4a227;
    max-width: 510px;
}

/* Formulário */

.contato {
    width: 80%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.contato-header {
    text-align: center;
    margin-bottom: 30px;
}

.contato-header h2 {
    font-size: 28px;
    color: #1a407c;
    font-weight: bold;
    border-bottom: 2px solid #d4a227;
    display: inline-block;
    padding-bottom: 10px;
}

.left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 280px;
    max-width: 42%;
    padding: 20px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
}

.left-side h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.left-side p {
    font-size: 16px;
    color: #666;
}

.contato .btn-green {
    max-width: 280px;
    text-align: center;
    display: inline-block;
}

.contato-redes-sociais {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.contato-redes-sociais a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.contato-redes-sociais i {
    display: block;
    margin-bottom: 5px;
    color: blue;
    font-size: 30px;
}

.contato-redes-sociais a:hover {
    color: #d4a227;
}

.right-side {
    flex: 1;
    min-width: 280px;
    max-width: 42%;
    max-height: auto;
    padding: 20px;
}

.form-container {
    width: 100%;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 0 auto;
    
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-header .icon-container {
    background-color: #1a407c;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.form-header h2 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.form-header p {
    font-size: 14px;
    color: #666;
}

.input-group {
    margin-bottom: 15px;
    position: relative;
}

.input-group label {
    width: auto;
    display: block;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    max-width: 100% !important;
    width: 100% !important;
}

.input-group i {
    font-size: 20px;
    color: #d4a227;
}

.form-container .input-group input, .form-container .input-group textarea {
    border: none;
    background: transparent;
    max-width: 100%;
    width: 100% ;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    color: #333;
    
    
}

.input-group textarea {
    resize: none;
}

.input-group small {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 5px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.checkbox-group input[type="checkbox"] {
    accent-color: #d4a227;
    margin-top: 3px;
    transform: scale(1.2);
    cursor: pointer;
}

.checkbox-group span {
    color: #333;
    font-weight: normal;
}

.checkbox-group span a {
    color: #d4a227;
    text-decoration: none;
    font-weight: bold;
}

.checkbox-group span a:hover {
    text-decoration: underline;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: blue;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: rgb(63, 63, 247);
}

@media (max-width: 768px) {
    .contato {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        width: 100%;
    }

    .left-side,
    .right-side {
        margin-bottom: 20px;
    }


    .form-container {
        max-width: 90%;
        width: 100%;
    }

    .contato .btn-green {
        margin-left: 50px;
        max-width: 250px;
    }

    .contato-redes-sociais {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contato-redes-sociais i {
        font-size: 24px;
    }
}


@media (max-width: 480px) {
    .contato {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .left-side,
    .right-side {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .form-container {
        max-width: 95%;
    }

    .contato-redes-sociais {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contato-redes-sociais i {
        font-size: 20px;
    }

    .contato .btn-green {
        margin: auto;
    }
}

/* Seção de Funcionários */
.funcionarios-container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 80%;
    overflow-x: auto;
    
}

.funcionarios-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 40px;
}

.card-funcionario {
    flex: 0 0 auto;
    width: 250px;
    margin: 2px 10px;
    text-align: center;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;

}

.card-funcionario img {
    width: 100%;
    height: 68%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.btn-prev-func,
.btn-next-func {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: block;
}

@media (max-width: 768px) {

    .funcionarios-container {
        max-width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .funcionarios-carousel {
        gap: 20px;
        height: auto;
    }

    .card-funcionario {
        width: 250px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .funcionarios-container {
        max-width: 100%;
        width: 250px;
        height: auto;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .btn-prev-func,
    .btn-next-func {
        display: none;
    }
}

/* Seção de Avaliações */
.avaliacoes {
    text-align: center;
    padding: 40px 20px;
    margin-top: 30px;
}

.titulo-secao {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.descricao-secao {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.redes-sociais {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.redes-sociais a {
    text-decoration: none;
    color: #946b2d;
    font-size: 14px;
    text-align: center;
}

.redes-sociais img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 5px;
}

/* Estilo do Carrossel */
.avaliacoes-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}


.avaliacoes-carousel {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.avaliacoes-cards {
    display: flex;
}

.card-avaliacao {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.card-avaliacao img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.card-avaliacao h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.card-avaliacao p {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}

.texto-avaliacao {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
}

.estrelas {
    color: #f4b400;
    font-size: 18px;
}

.card-avaliacao:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Botões de Navegação */
.btn-prev,
.btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-prev {
    left: -40px;
}

.btn-next {
    right: -40px;
}

.btn-prev:hover,
.btn-next:hover {
    background: #555;
    border-color: 1px solid blue;
}

@media (max-width: 768px) {
    .avaliacoes {
        padding: 30px 15px;
    }

    .titulo-secao {
        font-size: 24px;
    }

    .descricao-secao {
        font-size: 16px;
    }
}

*/ .card-avaliacao h3 {
    font-size: 16px;
}

.card-avaliacao p {
    font-size: 12px;
}

.texto-avaliacao {
    font-size: 12px;
}

.card-avaliacao img {
    width: 40px;
    height: 40px;
}

.btn-prev,
.btn-next {
    font-size: 14px;
    padding: 8px;
}

.avaliacoes-container {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.avaliacoes-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.btn-prev,
.btn-next {
    display: block;
}

@media (max-width: 480px) {
    .avaliacoes {
        padding: 20px 10px;
    }

    .titulo-secao {
        font-size: 20px;
    }

    .descricao-secao {
        font-size: 14px;
    }

    .card-avaliacao {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .info-avaliacao {
        width: 80%;
        max-width: 80%;
    }

    .card-avaliacao h3 {
        font-size: 14px;
    }

    .card-avaliacao p {
        font-size: 12px;
    }

    .texto-avaliacao {
        font-size: 12px;
    }

    .card-avaliacao img {
        width: 35px;
        height: 35px;
    }

    .btn-prev,
    .btn-next {
        font-size: 12px;
        padding: 6px;
    }

    .avaliacoes-container {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 10px;
    }

    .avaliacoes-carousel {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .btn-prev,
    .btn-next {
        display: none;
    }
}

/* F.A.Q */


.faq {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;
    background: #f1f1f1;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e0e0e0;
}

.faq-answer {
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    background: #f9f9f9;
    border-left: 3px solid blue;
    border-radius: 4px;
    color: #555;
    display: none;
}

.banner {
    
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/style/bannerHome1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

.banner-title {
    font-family: 'Cinzel', serif;
    flex: 1;
    text-align: center;
  }

  .banner-title h1 {
    margin: 0;
    line-height: 1;
    text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
    font-weight: bold;
  }

  .banner-title h2 {
    
    text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
    font-weight: bold;
  }

  .banner-title .main-title {
    display: block;
    font-size: 100px;
    color: #fff;
    margin: 0; 
    line-height: 1;
    
  }

  .banner-title .sub-title {
    display: block;
    font-size: 28px;
    color: white;
    margin: 0; 
  }

  .banner-content {
    display: flex;
    align-items: center;
    max-width: 600px;
  }

  .divider {
    width: 1.5px;
    height: 250px;
    background: #d4a227;
    margin-right: 20px;
  }

  .banner-text {
    max-width: 400px;
  }

  .banner-text h2 {
    color: #d4a227;
    text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
  }

  .banner-text h2,
  .banner-text p {
    text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
  }

  @media (max-width: 768px) {
    .banner {
        padding: 50px 10px;
        height: auto;
        display: block;
        text-align: center;
    }

    .banner-container {
        flex-direction: column;
        justify-content: center;
    }

    .banner-title .main-title {
        font-size: 50px;
    }

    .banner-title .sub-title {
        font-size: 20px;
        padding-top: 10px;
    }

    .banner-content {
        flex-direction: column;
        max-width: 100%;
    }

    .divider {
        width: 100%; 
        height: 1.5px;
        margin: 20px 0;
    }

    .banner-text {
        max-width: 100%;
    }
}


@media (max-width: 480px) {
    .banner {
        padding: 30px 5px;
    }

    .banner-title .main-title {
        font-size: 60px;
        padding-top: 60px; 
    }

    .banner-title .sub-title {
        font-size: 18px;
    }

    .divider {
        width: 70%;
        height: 2px;
    }

    .banner-text h2 {
        font-size: 20px;
    }

    .banner-text p {
        font-size: 14px;
    }
}

/* Seção de Conteúdo */
.content {
    padding: 40px 20px;
    text-align: center;
}

.content h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.content .box-container {
    display: flex;
    justify-content: center;
   
    flex-wrap: wrap;
    max-width: 100%;
}

.content .box {
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #1a407c;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    max-height: auto;
}

.content .box:hover {
    border: 2px solid #d4a227;
    transition: border .9s;
}

.content .box h3 {
    color: #1a407c;
    font-size: 20px;
    margin-bottom: 10px;
}

.content .box p {
    font-size: 18px;
    color: #555;
    text-align: center;
}

.politica-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    padding: 10px  25px 10px 25px;
    gap: 10px;
    margin-top: 100px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .politica-container {
      padding: 15px;
    }
  
    .politica-container h2 {
      font-size: 1.5em;
    }
  
    .politica-container ul {
      margin-left: 15px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .politica-container {
      padding: 10px;
    }
  
    .box-container {
        gap: 30px;
    }
    .politica-container h2 {
      font-size: 1.2em;
    }
  
    .politica-container p {
      font-size: 0.9em;
    }
  }
  @media (max-width: 991px) {
    .navbar .nav-item.dropdown .dropdown-toggle::after {
      display: none; /* Remove a setinha */
    }
  }

  .btn-whatsapp-contact {
    margin: auto;

  display: inline-block;
    margin-top: 100px;
    padding: 10px 20px;
    background-color: #00a300;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none !important;
    transition: background 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp-contact:hover {
    background-color: #008b00;
    text-decoration: none;
}