/**
 * Definições de fonte 
 */
@font-face {
    font-family: 'Encode Sans';
    src: url('../fonts/EncodeSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
/**
 * Fim das Definições de fonte 
 *
 * Definição de Cores
 */
:root{
    --vermelho:#f10000;
    --preto:#000000;
    --cinza:#25282a;
    --cinza-claro:#525252;
    --branco:#fff;
}
/**
 * Fim das Definições de Cores
 *
 * Reset do Css
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**
 * Fim do Reset O css
 *
 * Definindo valores 100% para a largura e altura da 
 * pagina (responsividade) e a fonte padrão para o site
 */

.app-buttons, .container.social > .social-media{
    margin-top:12px !important;
}


html, body {
    width: 100%;
    font-family: 'Encode Sans', sans-serif;
    scroll-behavior: smooth !important;
      scroll-padding-top: 60px;
}
body {
  margin-top: 95px !important;
}
main, body, footer{
    max-width: 1920px;
    margin:auto;;
}

.display-desktop-none{
    display:none !important
}
button{
    
    background-color: var(--vermelho);
    color: var(--branco);
    border: none;
    letter-spacing: 2.21px;
    padding:8px 24px;
    font-size:17px !Important;
    border-radius:10px;
    cursor: pointer;
}  
button:hover{
    background-color: var(--branco);
    color: var(--vermelho);
}
/**
 *  Fim das definições do corpo da pagina
 *
 * Definindo classe para largura 100%
 */
.w-100{
    width:100% !important;
    max-width:100% !important;
}
.w-50{
    width:50% !important;
    max-width:50% !important;
}
.w-33{
    width:33.3333% !important;
    max-width:33.3333% !important
}
.p-0{
    padding:0 !important
}
p.min {
    font-size:18px !important;
    font-weight: 200;
}

.cards-exclusivos{
    padding-top:0px!important;
}
h1{
    font-size: 43px;
    font-weight: 600;
}
h2{
    font-size:40px;
    font-weight: 400;;

}
h3{
    font-size:33px !important;
    font-weight: 500;;
}
h4{
    font-size:33!important
}

    .display-desktop-none{
        display:none !important;
    }

    .container{
        max-width:1450px;   
        
    }

    .fourth-section > .container, .fifth-section .container{
        max-width:1500px;
    }
    


nav{
    list-style:none;
}
nav li {
    font-size:22px !important;
    padding:0;
}
img{
    width:100%;
}
a{
    color:var(--branco);
    text-decoration: none;
}
a:hover{
    color:var(--vermelho);
    text-decoration: none;
}
a:active{
    color:var(--vermelho);
    text-decoration: none;
}
.overflow-hidden{
    overflow:hidden !important
}
/**
 * Fim da definição da classe para largura 100%
 *
 * Definindo Header
 */
header{
    position:fixed;
    z-index:100;
    left: 0;
    top:0;
    width:100%;
    display: flex;
    align-items:center;
    justify-content:space-around 
}
header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95px;
    max-width: 100%;
    padding:0 12px;
    background-color: var(--preto);

}
header .site-header{
    background-color: var(--preto);
    display:flex;
    gap: 10%;;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;

}
/**
 * Definições da logo
 */
header .site-header .logo{
    max-height:69px;
    max-width: 223px
}
/**
 * Fim das definições da logo
 */
/**
 * Estilizando a barra de navegação
 */
header .site-header nav{
    list-style-type: none;
    display:flex;
    font-weight: 400;
    font-size:1.5rem;
    margin-left:auto;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
/**
 * Fim das definições da barra de navegação
 */
/**
 * Definindo atributos dos items da barra de navegação
 */
header .site-header nav li {
    font-size: 22px;
    letter-spacing: 7.48px;
    color: #FFFFFF;
    opacity: 1;
}
/**
 * Fim das definições dos items da barra de navegaçã
 */

/**
 * Estilização do ultimo elemento da lag nav
 */
header .site-header nav li.last {
	  padding: 12px 25px;
	  cursor: pointer;
	  background: #F10000 0% 0% no-repeat padding-box;
	  border-radius: 15px;	  
	  display: flex !important;
      letter-spacing: 0;
	  align-items: center;
}


header .site-header nav li.last:hover{
    background-color: var(--branco);
    color: var(--vermelho);
}

/**
 * Fim Da Estilização do ultimo elemento da lag nav 
 */
/**
 * Definindo atributos do botão mobile de navegação
 */
header .navbar-button{
    justify-content: end;
}

header .navbar-button button{
    background-color: transparent;
    color: var(--branco);
    border: none;
    padding: 12px 26px;
    border-radius: 16px;
    font-size: 1.18rem;
    cursor: pointer;
}  
/**
 * Fim das definições do botão mobile de navegação
 */
/**
 * Fim das definições do Header
 */

/**
 * Definindo atributos do container, a largura
 * maxima do container é 1500px ou seja.
 */


.container{
    width:100%;
    padding:0 28px;
    max-width:1360px;;
    margin: auto;
}
/**
 * Fim das definições do container
 */


.magnum-banner{
    background-image: url('../images/webp/banner-final.webp');
    background-color: var(--preto);
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 960px;
    height: 49vw;
    background-position:right bottom;
    padding: 18px 0px;
}
.first-section{
    border-top:1px solid rgb(76, 76, 76);
}

.first-section button{
    width: 240px;
    height: 49px;
}
.first-section p {
        margin-top:14px;
        font-weight: 300;
        font-size:31px !important;
        margin-bottom: 59px;
    }
.first-section button{
    font-size:12px;
    padding:8px 24px;
    font-weight:500;
    
}
.first-section{
    background-color: var(--preto);
}
.first-section .content {
    color: white;
    margin-top: 12.5%;
}
.second-section{
    background-image: url('../images/webp/Layer\ 4.webp');
    max-height:1014px;;
    height: 120.8vh;
    background-size: cover;
    background-position:center;
    justify-content: space-around;
    display: flex;
    flex-direction:column;
    
}
.second-section .content{
    align-items:end;
}

.second-section h3{
    
}

.second-section p{
 
}
.second-section h4{
    margin-top: 145px !important;   
    font-weight: 400;
    margin: auto 0;
    text-align: end;
    max-width: 529px;
    font-size:32px;
}
.second-section .content h3 {
    line-height: 1.9;
    font-weight: 600;
    font-size:32px;
}
.second-section .content p{
    font-size:29px !important;
    line-height: 1.85;
    font-weight: 300;
}
.second-section .content h3, .second-section .content p{
    
    text-align:end;
    
}
.second-section .content{
    display: flex;
    flex-direction: column;
    margin:0 0;
    margin-left:auto;

}
.thirty-section {
    background-image: url('../images/webp/background-vantagens.webp');
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}
.thirty-section .container{
    padding:0 60px !important;
}

span.vermelho{
    color:var(--vermelho)
}
.thirty-section .vantagens > h3 {
    padding-top:106px;
    padding-bottom:83px;
}

.thirty-section .cards-vantagens{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    justify-content: space-between;
    gap:20px;
    /*padding: 18px 0;*/
    list-style: none;
}

.thirty-section .cards-vantagens article{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100%;
    max-width:188px !important;
    max-height: 174px;
    border: 1px solid #C9C9C9;
    background-color: var(--branco);
    padding:12px;
    border: 1px solid var(--branco);
    border-radius:18px;
    text-align:center;
}
.thirty-section .cards-vantagens article:hover{
        border: 1px solid var(--vermelho) !important;
}
.thirty-section .cards-vantagens article img{
    width:100%;
    width: 68px;
    margin-top:24px;
}
.thirty-section .cards-beneficios > p.aviso{
    font-size: 15px ;
    max-width: 100%;
    font-weight: 100;
}


.thirty-section .cards-vantagens article p{
    height: 50px;
    margin-top:8px;
    margin-bottom:18px;
    font-weight: 400!important;;
    font-size:17px;
}

.thirty-section .cards-beneficios {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    gap:50px;
    padding-bottom:65px;
    z-index:1;
    list-style: none;
}
.thirty-section .cards-beneficios > h3 {
    font-size:25px;
    margin-top:120px;
    margin-bottom:34px;
    line-height: 42px;
    width: 246px;
    min-width: 685.5px;
}
.thirty-section .cards-beneficios article{
    display: flex;
    
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  max-width: 462px;
  min-height: 262px;
  width: 100%;
  padding: 36px 63px;
  background-color: var(--branco);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 6px 6px #00000029;
}
.thirty-section .cards-beneficios article:hover{
    background-color: #eeeeee;
}
.cards-beneficios > h3{
    line-height: 44px !important;;
    max-width:380px;
}
.thirty-section .cards-beneficios > p {
    font-size:.9rem;
}
.thirty-section .cards-beneficios article p{
    max-width:350px;
    line-height: 22px;
    font-size:19px;
    font-weight: 200;
}
.thirty-section .beneficios{
    display:flex;
    justify-content: space-evenly;
    align-items: space-between;
}
.thirty-section .beneficios > div {
    width:50%;
}
.thirty-section .beneficios .side-image{
    margin-top:auto;
}
.thirty-section .beneficios .side-image img{
    width:115% !important;
    margin-left:-20px !important;
}

.thirty-section .beneficios .cards-beneficios h5{
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 40px;;
    width: 242.4px;
}
.fourth-section{
    margin-bottom:60px;
}

.fourth-section h3 {
  font-weight: 600;
  padding: 118px 0;
}

.fourth-section .cards-exclusivos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    justify-content: space-between;
    align-items: top;
    gap:20px;
    padding: 18px 0;
}



.fifth-section .cards-experiencia article > div{
    
    background-color:white;
    border-radius:16px;
    overflow:hidden;
}
.fourth-section .cards-exclusivos article > div {
    height:100%;
}
.fourth-section .cards-exclusivos article > div > div{
    box-shadow: 0px 6px 6px #00000029;
    border-radius:16px;
    overflow:hidden;   
    height:100%;
}

.fourth-section .cards-exclusivos img, .fifth-section .cards-experiencia img {
      border-radius:16px;
}

.fourth-section .cards-exclusivos p{
    min-height:253px;
}

.fourth-section .cards-exclusivos p{
    padding-top: 67px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    max-width: 378px;
    margin: auto;
    font-size: 21px;
    padding-bottom: 50px;
} 

.fifth-section .cards-experiencia p{
    padding-top:57px;
    padding-left:30px;;    
    padding-right:30px;;
    padding-bottom: 67px;
    font-size:21px;    
    line-height: 49px;
    max-width: 378px;
    margin:auto;
    
}


.fifth-section{
    margin-bottom:60px;

}
.fifth-section .header{
    background-image:url('../images/webp/Plano\ de\ Fundo.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 559px;
    background-size: 2185.6px
}

.fifth-section .header > div{
    min-height: 57.6px;
    height:100%;
    max-height: 86.3px;
    background-image:url('../images/webp/retangulo.webp');
    background-position:top;
    background-size: contain;
    background-repeat: no-repeat; 
   
}
.fifth-section .header h3{
    padding-top:19px;
    font-weight: 600;
    text-align: center;     
   
}
.fifth-section .container .cards-experiencia{
    margin-top:-70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    justify-content: space-between;
    align-items: top;
    gap:25px;
    padding: 18px 0;
}

.fifth-section .cards-experiencia article {
    box-shadow: 0px 6px 6px #00000029;
    border-radius:16px;
}
.cards-experiencia article {
    overflow: hidden; /* Para garantir que a imagem não ultrapasse o container */
    position: relative;
}

.cards-exclusivos article img, .cards-experiencia article img {
    transition: transform 0.3s ease; /* Suaviza a transição do zoom */
    width: 100%; /* Garante que a imagem ocupe todo o espaço do container */
    height: auto; /* Mantém a proporção da imagem */
}

.cards-exclusivos article:hover img, .cards-experiencia article:hover img {
    transform: scale(1.1); /* Aumenta a imagem em 10% */
}
.sixth-section{
    background-image:url('../images/webp/faixa.webp');
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 12px;


}
.sixth-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 782px;
    background-color: white;
}

.sixth-section button:hover{
    border:1px solid var(--vermelho);
    color: var(--vermelho);
}
.sixth-section button{
    width: 699px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 15px;
    display:flex;
    flex-direction: row;
    color: var(--preto);
    border-radius:16px;
    font-size: 21px;
    gap:20px;
    align-items:center;
    justify-content: center;
    padding:23px 60px;
    margin:auto;
    
}
.sixth-section button img{
    max-width: 55px;
}
.seventh-section{
    background-image: url('../images/webp/listra.webp');
  background-repeat: no-repeat;
  background-position: 50% 65%;
}
.seventh-section .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1920px;
    width: 100%;
    padding: 18px 0;
}
.seventh-section .video-thumbnail {
    cursor: pointer;
    padding:60px;
    max-width: 994px;
    border-radius:4px;
    background-color:white;
}
.estrelas{
        max-width:286px;
    }
.seventh-section .video-thumbnail img{
    background-color: white;
    border-radius: 20px;
    padding:30px;
    border:4px solid var(--preto)
}
video{
    width: 100%;
}
.eighth-section{
    background-image: url('../images/webp/baixe-o-app.webp');
    background-position:center;
    background-size: cover;
    justify-content: space-around;
    flex-direction:column;   
}
.eighth-section .content{
    display: flex;
    margin-right:66px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
    height:100vh;
    max-height:960px
}
.eighth-section h2{
    margin-bottom: 0px;
    font-weight: 500;
    text-align:right !important;
}
.eighth-section .app-buttons{
}
.app-buttons{
    display:flex;
    max-width:449px;
    justify-content: space-between;
    align-items: end;
    margin-left:auto;
    gap:3%;
    
}
.app-buttons > *{
    width: 48% !important;
}


.ninth-section {
    background-image: url('../images/sombra.png');
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1920px;
    width: 100%;
  
}

.ninth-section .container {
    padding:0;
    background-position: center;
    text-align:center

}
.ninth-section > .container{
    background-repeat:no-repeat;
    background-position: 50% 42%;
    background-size: 154.9%;
}
.ninth-section .title-wraper{
   
    padding:0;
}
.ninth-section .container .cards-produtos{
    display:flex;
    justify-content: space-evenly;
    align-items: top;
    flex-wrap: wrap;
    row-gap:90px;
    padding: 18px 0;
}
.ninth-section .container .cards-produtos article{
    display:flex;
    width:33.3333%;
    gap:25px;
    align-items: center;
    flex:1 1 30%;
    justify-content:top;
    flex-direction:column;
}
.ninth-section .container .cards-produtos article p{
    font-size:32px;
    max-width:230px !important;

}
.ninth-section .container h3{
    padding:80px 0;
    font-weight: 600;
}
.ninth-section .container .cards-produtos article img{
    max-width:80px;
}
.ninth-section .container.aviso {
    padding:50px;
}
.ninth-section .container.aviso h3{
    padding-top:80px;
    font-size:1.35rem;
    font-weight: 400 !important;
}
 /**
 * Definndo atributos do footer
 */

 .cards-experiencia p, .cards-exclusivos p {
    line-height: 28px;;
    font-weight: 300;
 }

.site-footer{
    padding: 0 18px;
    display:flex;
    width:100%;
    flex-direction:row;
    justify-content: space-between;
    margin: auto;
}
.footer-logo img{
    max-width:335.1px
    
}
.site-footer .container .footer-logo p{
    color:white; 
    font-weight: 500;
}
.social h5{
    font-weight: 400 !important;;
}
.social-media img{
    max-width: 40px;;
}
.download-app h5{
    font-weight: 400 !important;
}
.site-footer{
    padding-top: 90px;
    color:rgb(225, 225, 225);
    display:flex;
    align-items: flex-start;
    flex-wrap:wrap;
}
.site-footer .container > div{
    margin-top: 51.7px;
}
.site-footer > .container {
    margin:18px 0;
    width:50%;
}
.site-footer .footer-logo{
    margin: 0 auto !important;
}
.site-footer nav li{
    font-size: 17px !important;
    line-height: 26px;;
}
.site-footer h4, .site-footer h5 {
    font-size: 17px !important;
    margin-bottom:8px;
    color:white;
    font-weight: 600;
}

.site-footer .app-buttons{
    max-width:328px !important;
}
.download-app{
    text-align: end;
}
.site-footer p {
  line-height: 26px;
  font-size: 17px;
}
.site-footer .last-footer{
    display:flex;
    justify-content: space-between;
    align-items: end;
}

.site-footer nav li {
    margin-top:16px;    
}
.site-footer .container .footer-logo p {
    font-size: 15px;
    line-height: 28px;
}
.social-media{  
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: end;
}
.social-media > * {
    width:50px;
    padding-left:6px;
}
section.footer{
    width: 100%;;
    background-color: var(--cinza);
}
.footer-logo{
    width:100%;
    display:flex;
    padding:0 !important;
    justify-content: space-between;
    align-items:center;
}
.footer-logo .logo {
    margin-top:0!important;
    display:flex;
    max-width: 212.8px;
    align-items: center;
    justify-content: center;
    margin-right:12px;;
}
.links {
    text-transform: uppercase;
}

footer{
    margin:auto;
    display:flex;
    overflow:hidden;
}

.site-footer{
    background-color: var(--cinza);
    
}
body {
    visibility: visible !important;
}