/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

* {
    margin: 0;
    padding: 0;

}

body {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
padding-top: 64px !important; /* compensa a altura da nav fixa */
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; /* Garante que fique acima de tudo */
}

nav ul a,
nav .brand-logo {
    color: #444;    
}

#foooter {
    background-color: #000408 !important;
}

.fundo-controll{
   
    background-color:  #ffffffc1;
    color: rgb(6, 101, 174) !important;
    font-weight: bold !important;
    border-radius: 22px !important;
   
}


p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

#logo-image {
    padding: auto;
    width: 80px;
    height: 50px;
    object-fit: contain;
}


#letra {
    font-size: 30px;
    color: #010000 !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: bold;
}

.letras {
    font-size: 30px;
    color: #090000 !important;
    /* font-family: sans-serif */
}

.rodape {
    font-size: 15px;
    color: white;
}

.parallax-container {
  height: 980px; /* ajuste conforme necessário, entre 350px a 500px costuma ficar bom */
}


.seguro-empresarial {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#imagem{
      opacity: 0.7 !important;  
}

.carousel .indicators .indicator-item {
  background-color: #000 !important; /* Mude para a cor desejada */
}

/* Cor da bolinha ativa */
.carousel .indicators .indicator-item.active {
  background-color: #f44336 !important; /* Mude para a cor ativa desejada */
}

#imgCorpo {
      width: 100%;
      height: auto;
     opacity: 0.5 !important;   
     z-index: -1; 
    /* background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;

    width: 60vw;
    height: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
     opacity: 0.2;   
    z-index: -1; */
   
}


footer.page-footer {
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}


#planos {
    display: block !important;
    /* background: #e3f2fd; */
    padding: 10px;
    /* border: 1px dashed #2196f3; */
    margin-top: 1rem;
}

#planoSelect {
    display: block !important;
    margin-top: 1rem;
    color: rgb(6, 101, 174) !important;
    font-weight: bold;

}

select {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 8px;
}
#banner-text{

    padding-top: 100px;
    font-size: 50px;
    position: center !important;
    color: rgb(6, 101, 174) !important;
}
.center{
    font-weight: bold;
     border-radius: 2px;
}
.form-label{
    color: #000408 !important;
}

#inicio{
    font-size:  10px !important;
}
.white-text{
    color: rgb(6, 101, 174) !important;
    font-weight: bold;
    font-size: large;
    /* color: blue; */
}

input {
  background-color: transparent; /* padrão */
  border: none;
  border-bottom: 1px solid #999; /* só linha embaixo */
  outline: none; /* remove a borda azul padrão */
  color: #000;
  padding: 5px;
}

/* Quando clicar (foco) */
input:focus {
  background-color: #ffffffa8 !important; /* fundo branco */
  border-bottom: 2px solid #007bff !important; /* linha azul */
  color: #000 !important;
}
.form-label{
       color: rgb(3, 71, 123) !important;
}
/* Centraliza e limita o tamanho do formulário */
.centers {
    margin-top: 300px;
    display: flex;
    justify-content: center;
      color: rgb(6, 101, 174) !important;
    /* background-color: #ccc; */
}
input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: rgb(15, 1, 1);
}
#enviodados{
    background-color: #5e5f5f8d !important;
}

form#enviodados {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Estiliza os campos */
.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
    margin-top: 0.2rem;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #e3edec;
    outline: none;
}

/* Labels com espaçamento e peso */
.form-label { 
    font-weight: 600;
    color: #333;
}

/* Margem inferior dos grupos */
.mb-3 {
    margin-bottom: 1.2rem;
}

/* Estilo para mensagens de erro */
.divErro {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.3rem;
}

/* Botão com efeito */
.btn {
    /* padding: 0.9rem 0.5rem; */
    border: none;
    border-radius: 10px;
    background-color:  #007bffa9;
    color: white;
    font-size: 2.1rem;
    /* font-weight: bold; */
    /* position: relative; */
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color:  #007bff;
}


@media only screen and (max-width : 990px) {

    #banner-text{
        padding-top: 10px;
         font-size: 50px;

     color: rgb(6, 101, 174) !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    }
    .form-label{
        color: #000408;
    }
    /* .parallax-container .section {
        position: absolute;
        top: 40%;
    } */

    #index-banner {
        /* max-width: auto;
    height: 80vh;
    display: block;
    width: 10px;
    flex-flow: row nowrap;
    color: rgb(14, 1, 1);
    opacity: 1.5; */

    }

    #index-banner .section {
        /* top: 60%; */
        /* height: 50vh;
        width: 80%;
        display: flex;
        flex-flow: row nowrap;
        color: white;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;

        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; */
    }
}
/* 
@media only screen and (max-width: 768px) {
  .parallax-container {
    height: 250px;
  }

  #letra {
    font-size: 1.5rem;
  }
} */

/* 
@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
        text-decoration: #000408;

    }

    .parallax-container {
        min-height: 250px;
    }

    #letra {
        font-size: 15px;
    }

    .letras {
        font-size: 15px;
    }

    form#enviodados {
        padding: 1.5rem;
    }

} */

/* @media only screen and (max-width : 460px) {
    #index-banner .section {
        top: 0;
    }

    .parallax-container {
        min-height: 250px;
    }

    #letra {
        font-size: 15px;
    }

    .letras {
        font-size: 15px;
    }

    form#enviodados {
        padding: 1.5rem;
    }

} */