
body{
    
    background-size: cover;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #01010d;
}

.yellow{
    color: #f8d806 !important;
}

.vid{
    width: 100% !important;
    display: grid;
    justify-content: center;
}

.vid h2{
    text-align: center;
    font-weight: 800 !important;
    color: #f8d806;
    padding: 5px
}
.iframe{
    width: 794px;
    height: 420px;
    border: 10px solid #f8d806;
    border-radius: 10px;
}

.text-land{
    width: 50%;
    padding: 100px;
    padding-top: 10px;
    color: white;
    line-height: 33px;
}

.text-land h1{
    font-size: 2.8em;
    font-weight: 800;
    line-height: 55px;
}
.text-land h2{
    font-weight: 100;
}

 .button-land{
    padding: 25px;
    width: 240px;
    font-weight: 700;
    cursor: pointer;
    background-color: #f8d806;
    border: 0;
    border-radius: 6px;
    transition: 0.5s ease;
    color: #131313;
}

.button-land:hover{
    background-color: #dfac06;
    transition: 0.5s ease;
}
.back-land{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../img/pag/img3.webp') no-repeat center center;
    background-size: 117%;
}

.back-land-2{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #01010d;
    display: flex;
}
.back-land-3{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
 
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #01010d;
    padding-top: 6%;
}
.back-land-4{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #01010d;
    padding-top: 6%;
    display: flex;
    justify-content: center;
}

.back-land-4 p{
    color: white;
    line-height: 33px;
 
    text-align: center;
}
.quad{
    width: 60%;
}

.quad span{
    font-size: 2em;
    font-weight: bolder;
}

.quad-2{
    text-align: center;
    /* color: white; */
    display: grid;
    justify-content: center;

}
.text-land h2{
    font-weight: 800;
}
.quad-2 h2{
    color: #f8d806;
    font-weight: 800;
}

.quad-2 p{
    color: white;
    text-align: center;
}

.quad h2{
    color: #f8d806;
    text-align: center;
    font-weight: 800;
}
.mt-1{
    margin-top: 4% !important;
  }

  .mt-2{
    margin-top: 6% !important;
  }
.quad button{
    width: 100%;
}
.land-img-bar{
    width: 100%;
    display: flex;
    justify-content: center;
}

.land-img-bar img{
    width: 64%; 
}

.land-img{
    width: 45%;
}

.land-img img{
    width: 59%;
    padding: 25px;
}

.menu-land{
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: right;
}
/* Estilização do menu */
nav {
   
    top: 20px;
    left: 20px;
  
}

nav button {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 48px;
}

nav button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}
.linha{
    border: 0.1px solid #f63136;
}


.faq {
    margin: 20px 0;
}

.question {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
}

.question:hover {
    background-color: #e0e0e0;
}

.answer {
    display: none;
    padding: 10px;
    background-color: #f8d806;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.nb{
    width: 139px;
    margin-top: 11%;
    height: 53px;
    text-align: center;
    padding: 20px;
}

.quest{
    width: 100%;
}
.n-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;

}

.n-footer img{
    width: 270px;
}
.cxt-butons {
    /* width: 111%; */
    display: flex;
}
.wp{
    border-radius: 50px;
    width: 70px;
    height: 70px;
    /* text-align: center; */
    /* font-size: 17px; */
    padding: 0;
    color: white;
    border: 3px solid;
    background-color: #0b9937;
    transition: 0.3s ease-in;
    margin-left: 10px;
}

.wp:hover{
    background-color: #0fc94a;
    transition: 0.3s ease-in-out;
}

.wp img{
    width: 60%;
}


@media (max-width: 820px) {
    .back-land {
        background-size: 360%;
    }
    .text-land h1 {
        line-height: 49px;
    }
    .text-land {
        width: 80%;
        padding: 26px;
        line-height: 33px;
    }
    .back-land-2 {
        display: grid;
    }
    .land-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .quad-2 img{
        width: 100%;
    }
    .quad {
        width: 90%;
    }
    .land-img-bar img {
        width: 90%;
    }
    .iframe{
        width: 370px;
        height: 202px;
        padding: 0;
        margin: 0;
    }
}


/* Estilo geral para o toast */
#install-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 320px;
    padding: 12px 16px;
    background-color: #1c1c1e; /* Tom neutro, escuro */
    border: 1px solid #3a3a3c; /* Tom neutro, suave */
    color: #e5e5ea; /* Cor de texto sutil */
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra mais discreta */
    display: none; /* Inicialmente escondido */
    opacity: 0;
    transform: translateX(10px);
    z-index: 1000;
    transition:
      opacity 0.6s ease,
      transform 0.4s ease;
    font-family: "Roboto", Arial, sans-serif; /* Tipografia mais moderna */
  }
  
  #install-toast.show {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  
  .toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  
  .toast-content img {
    width: 80px;
    display: flex;
    z-index: 1001;
    border-radius: 4px; /* Bordas levemente arredondadas */
  }
  
  .toast-actions {
    display: flex;
    gap: 8px;
  }
  
  /* Botões */
  #install-toast button {
    background-color: #2c2c2e; /* Fundo escuro e sóbrio */
    border: 1px solid #3a3a3c;
    color: #e5e5ea;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
  }
  
  #install-toast button:hover {
    background-color: #38383a; /* Fundo levemente destacado */
    color: #f5f5f7; /* Cor do texto mais clara */
  }
  
  #install-toast #close-toast {
    background-color: transparent;
    border: none;
    color: #e5e5ea;
  }