@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;/*tira a linha do A*/
    /* list-style: none; tira as bolinha do li */
    font-family: 'Inter', sans-serif;
}

:root {
    --font-family: 'Inter', sans-serif;
    --branco: #FFFFFF;
    --preto: #161616;
    --gradient: linear-gradient(46.29deg, #F98600 7%, #FA6300 16.7%, #FA3800 28.45%, #F21D13 40.14%, #DA2346 57.06%, #CA2668 77.45%, #BD2982 93.74%);
}
body::-webkit-scrollbar {
    width: 15px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: black;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-image: var(--gradient);    /* color of the scroll thumb */
    border-radius: 5px;       /* roundness of the scroll thumb */

    /* border: 3px solid orange;  creates padding around scroll thumb */
  }
.box{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: var(--preto);
position: relative;
z-index: 2;

/* border: 1px solid red; */
}
.box-img{
background-repeat: no-repeat;
position: absolute;
top: -270px;
right: 900px;
z-index: -1;

/* border: 1px solid red; */
}
.box-tamanho{
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    /* border: 1px solid red; */
}
.box1-padrao{
    width: 100%;
    max-width: 1220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid red; */
}
.box1-menu{
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
    margin: 30px 0px 70px 0px;
}
/*! main box2 */

.box2-padrao{
    width: 100%;
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.box2-conteudo{
    width: 60%;
    display: flex;
   flex-direction: column;
    /* border: 1px solid red; */
}
.box2-h1{
    width: 100%;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
    z-index: 2;
}
.gradiente{
    width: 150px;
    height: 20px;
    background-image: var(--gradient);
    position: absolute;
    top: 22px;
    z-index: -1;
}
.box2-h1 h1{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 40px;
    color: var(--branco);
}
.box2-p{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0px 40px 0px;
}
.box2-p p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    color: var(--branco);
}
.box2-a{
    width: 100%;
    display: flex;
    align-items: center;

}
.box2-a a{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--preto);
    cursor: pointer;
   
}
.box2-a img{
    margin: 0px 5px 2px 5px;
}

.box2-simbulo img{
    width: 364px;
    height: 350px;
    /* border: 1px solid red; */
}

/*! main box3 */

.box3-padrao{
    width: 100%;
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 200px;
    margin-bottom: 200px;

    /* border: 1px solid red; */
}
.box3-titulo-h2{
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
    margin-bottom: 30px;
}

.box3-titulo-h2 h2{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 30px;
    color: var(--branco);
}
.box3-novo{
    width: 100%;
    /* min-height: 241px; */
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    position: relative;
    /* border: 1px solid red; */
}
.box3-cards{
    /* width: 100%; */
    display: flex;
    height: min-content;
    /* align-items: center; */
    flex-wrap: wrap;
    /* border: 1px solid red; */
    /* position: absolute; */
    top: 0px;

}
.box33-cards{
    /* width: 100%; */
    display: flex;
    height: min-content;
    /* align-items: center; */
    flex-wrap: wrap;
    /* border: 1px solid red; */
    /* position: absolute; */

}
.card1{
    width: 520px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    /* border: 1px solid red; */
}

.card1-h2{
    width: 100%;
    display: flex;
    margin-bottom: 5px;

    align-items: center;
}
.card1-h2 img{
    width: 40px;
    height: 30px;
}
.card1-h2 h2{
    height: 30px;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 20px;
    color: var(--branco);
}
.card1-p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.card1-p p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--branco);
    
}

.card-escondido{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
}
.card-escondido h2{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 20px;
    color: var(--branco);
}
.card-escondido ul li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--branco);
    margin: 10px 0px 0px 25px;
   
}
.card1-link{
    width: 100%;
    display: flex;
    flex-direction: column;

    /* border: 1px solid red; */

}
.trocar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trocar p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important;
 
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--preto);

    /* border: 1px solid red; */
}
.trocar img{

    background-image: var(--gradient);
    padding: 5px;
    border-radius: 50%;

}
.fechar{
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.fechar p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important;
 
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--preto);

    /* border: 1px solid red; */
}
.fechar img{

    background-image: var(--gradient);
    padding: 5px;
    border-radius: 50%;

}

.trocar2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trocar2 p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important;
 
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--preto);

    /* border: 1px solid red; */
}
.trocar2 img{

    background-image: var(--gradient);
    padding: 5px;
    border-radius: 50%;

}
.fechar2{
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.fechar2 p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important;
 
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--preto);

    /* border: 1px solid red; */
}
.fechar2 img{

    background-image: var(--gradient);
    padding: 5px;
    border-radius: 50%;

}





/*! main box4 */

.box4-padrao{
    width: 100%;
    max-width: 1220px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    /*margin-top: 150px;*/

    /* border: 1px solid red; */
}
.box4-titulo-h2{
    width: 100%;
    display: flex;
    align-items: center;
    /*margin: 20px 0px;*/
    /* border: 1px solid red; */
}
.box4-titulo-h2 h2{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 30px;
    color: var(--branco);
    margin: 0 !important;
    /* border: 1px solid red; */
}
.footer{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0px;

    /* border: 1px solid red; */
}
.footer1{
    width: 50%;
    height: 150px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
}
.footer2{
    width: 50%;
    height: 150px;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;


    border-left: 2px solid transparent;
    border-image: var(--gradient);
    border-image-slice: 1;
}

.footer label {
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
}
.footer-h3{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px !important;
    color: var(--branco);
    margin: 0px 0px 10px 0px;
}
.footer label p{
    width: 100%;
    height: 20px;
    margin: 0px 10px !important;

    /* border: 1px solid red; */
}
.footer1-p{
    
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: var(--branco);
    margin: 10px 0px;
}
.footer1-p a p{
    
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: var(--branco);
    margin: 10px 0px;
}
.footer1-p img{
    width: 20px;
    height: 20px;
    margin: 0;

    /* border: 1px solid red; */
}
.dist{
    margin: 30px 0px 0px 0px;
}
.footer2-redesocial{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
    /* border: 1px solid red; */
}
.footer2-redesocial img{
    width: 20px;
    height: 20px;
    cursor: pointer;


}
.footer2-redesocial a{
    transition: 1.3s;
}
.footer2-redesocial a:hover{
    transform: scale(0.9);
}
.img-dist{
    margin: 0px 10px;
}
.footer2-p a{
    
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: var(--branco) !important;
    margin: 0px 10px;
}
.footer2-p img{
    width: 20px;
    height: 20px;
    margin: 0;

    /* border: 1px solid red; */
}


.direitos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid var(--branco);
}
.direitos p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: var(--branco) !important;
    margin: 20px 0px;
}

.whatsapp{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    
}
.whatsapp img{
cursor: pointer;
transition: 0.6s;
}
.whatsapp img:hover{
    transform: scale(0.9);

    }
