body{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background-color: #fff;
/*    overflow: hidden;*/
background: linear-gradient(to right, #0c0f34, #1c1f3b, #2b2f45);

}

.bgPreto{
    background-color: #000;
}
.mb-5 {
    margin-bottom: 4rem !important;
}
.imgLogo{
    margin-inline: 100px;
}
.imgLogoFooter{
    margin-inline: 52px;
}
.itensMenuDesk{
    display: flex;
    justify-content: center;
}
.nav-item{
    padding-inline: 20px !important;
    text-transform: uppercase;
}
/** menun **/ 
.navbar-nav .nav-link.active {
    position: relative;
 
}
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 80%;
    height: 4px;
    background-color: #4EBC84;
    border-radius: 5px;
}
.btnLogin{
    background-color: #4EBC84;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
/** banner **/
.secBanner{
    width: 100%;
    background: url('../assets/img/bgsec1.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
}
.SubTitulo{
    color: #4EBC84;
    font-size: 13px;
    font-weight: 600;
    background-color: #E8FAF6;
    padding: 8px 40px;
    border-radius: 30px;
}

.SubAjuda{
    color: #4EBC84;
    background-color: #fff;
}
.secAjuda{
    width: 100%;
    background: url('../assets/img/bgajuda.png') no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    padding-bottom: 60px;
}
.paddingAcord{
    padding-inline: 140px;
}
h1,h3{
    font-size: 3.9rem;
    color: #fff;
}
h3{
    font-size: 1.5rem;
    font-weight: 400;
}
.saibamais{
    font-family: "Kanit", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    animation: piscar 1s infinite;
}
.piscaImg{
    animation: piscar 1s infinite;
}

.flexContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.flexContainer > div {
    flex: 1; 
    max-width: 50%; 
}

.flexCollumn {
    flex-direction: column;
    display: flex; 
}
.divBtn{
    display: flex;
    gap: 20px;
}
/** footer **/
/* .bgDetalhe{
    width: 100%;
    background: url('../assets/img/bglinhas2.png') no-repeat;
    background-size: cover;
    background-position: left;
    height: 100%;
} */
.bgBlack {
    background-color: #000000;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flexImage {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.device img {
    max-width: 150px;
}

.device{
    background-color: #4EBC84;
    padding: 10px 30px;
    border-radius: 30px;
}
.listaFooter{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.listaFooter {
    padding: 5px 0;
}
.listaFooter li{
    color: #303132;
    font-size: 14px; 
}

.cinza{
    color: #303132;
}
.num{
    color: #4EBC84;
    background-color: #EDF3FF;
    padding: 5px 15px;
    border-radius: 46px;
}
.bordaP {
    border-bottom: 1px dotted #CBCCCC;
    padding-top: 10px;
    padding-bottom: 20px;
}
.bordaP:last-child {
    border-bottom: none;
}
.listaRecursos{
    padding-left: 60px;  
}
.listaRecursos li{
    padding-block: 10px;  
}
.reverseCol {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.marginauto {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #87e4bc;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.amarelo{
    color: #DAD53C;
}


.fixFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 34px;
}

.mobileContato {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}
.insta{
    width: 40px;
}
h3 {
      font-family: "Kanit", sans-serif;
      font-weight: bold;
}

a{ text-decoration:none; }

.copyR{ font-size:7px !important; }

.emBreve{
    font-size: 20px;
/*    animation: piscar 1s infinite;*/

}
 @keyframes piscar {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }
.someMobile{
    display: block;
}
.someDesktop{
    display: none;
}
.mb-2 {
    margin-bottom: 4.5rem !important;
}

.imgbannerlogo{
    width: 100px;
}
.googlePlay{
    height: 35px;
}
@media (max-width: 767px) {
    .boxMobile{
       display: block !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centraliza horizontal e verticalmente */
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .someDesktop{
        display: block;
    }
    .someMobile{
        display: none;
    }
    .secBanner{
        align-items: normal !important;
    }
    .reverseCol {
        display: flex;
        flex-direction: column-reverse;
    }
    .paddingAcord {
        padding-inline: 0;
    }
    .insta{
        width: 40px;
    }
    .mobileContato {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        text-align: center;
    }
    h1{
        font-size: 2.3rem;
    }
    h3{
        font-size: 1.3rem;
    }
    .divBtn{
        justify-content: center;
    }
    .rowMobile{
      text-align: center;
      margin-top: 43px;
    }
    .imgMobile{
        width: 190px;
        
    }
}

@media only screen and (max-width: 550px) {
    .secBanner{
        align-items: normal !important;
    }
    h1 {
        font-size: 2.0rem !important;
    }
    h3{
        font-size: 1.0rem !important;
    }
    .imgbannerlogo{
        width: 80px !important;

    }
    .googlePlay {
        height: 28px;
    }
    .imgMobile {
        width: 130px !important;
        
    }
    .insta {
        width: 50px !important;
        margin-bottom: 15px !important;
    }
    .saibamais{
        font-size: 16px !important;
    }
    .rowMobile{
      text-align: center;
     
    }
}

/* 1170×2532 pixels at 460ppi */
@media only screen 
    and (width: 390px) 
    and (height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { }


/**
 * politica e termos
**/
.logoPolitica{
    width: 300px;
}

