
body{
margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* container principal */
.viagroup__hero {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.afgp{
	font-weight: 400;
    font-size:2.5rem;
}

.viagroup__right {
    z-index: 100000;
    position: relative;
    flex: 0 0 60%;
    background-color: #D8D8D8 !important; /* ✅ Cor de fundo que vai aparecer nos espaços brancos */
    background: url(../assets/img/Imagem_Panvel.png) right center / contain no-repeat;
}

/* overlay de fade continua aqui, sem alteração */
.viagroup__right::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(201, 202, 204, 1) 0%, rgba(201, 202, 204, 0) 100%);


}

.viagroup__content {
  color: #fff;
}

/* Tipografia */
.viagroup__titles {
  margin-bottom: 2rem;
}
.viagroup__title-small {
  font-size: 4rem;
  margin-bottom: 0;
}
.viagroup__title-large {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.viagroup__subtitle {
      font-size: 2.5rem;
    line-height: 1;
    font-weight: 200;
    margin-top: 2rem;
    margin-bottom: 0;
}

/* QR code */
.viagroup__qr {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
}
.viagroup__qr-text {
margin-top: 0;
 color: rgb(41, 57, 119);
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0;
}
.viagroup__qr-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Botões */
.viagroup__actions {
      display: flex;
      justify-content: center;
    margin: 2rem 0px 2rem;
    gap: 1rem;
}
.viagroup__btn {
  padding: .75rem 2.5rem;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .2s;
}
.viagroup__btn--simular {
  background-color: rgb(28, 66, 139);
    text-align: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.viagroup__btn--simular:hover {
  background-color: #2563EB;
}
.viagroup__btn--adesao {
    text-align: center;
    background-color: rgb(30, 58, 138);
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 23px;
    font-size: 1.2rem;
}
.viagroup__btn--adesao:hover {
  background-color: #2563EB;
}

/* Logos */
.viagroup__logos {
      display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 8rem;
    gap: 2rem;
}
.viagroup__logo {
  object-fit: contain;
}

.viagroup__left {
    background-color: #C9CACC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 75%;
    padding: 0px 5%;
}

.viagroup__left {
    flex: 0 0 30%;
}

.viagroup__qr-text strong {
    font-weight: 900;
}

.viagroup__qr label {
    font-size: 0.5rem;
    text-align: center;
    margin-top: 3px;
}

.viagroup__qr div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px){
    .viagroup__right{
        display: none;
    }
    
    .viagroup__left {
    flex: 0 0 100%;
    background: linear-gradient(to right, #A8A8A8 0%, rgba(140, 140, 140, 0.9) 40%, #D8D8D8 100%);
padding: 0 !Important;
}

.viagroup__title-small, .viagroup__title-large{
font-size: 3rem;
}
.viagroup__content{
padding: 15px;}



.viagroup__subtitle{
font-size: 1.5rem;
}

.viagroup__logos{
justify-content: center;
    flex-wrap: wrap;}

img{
width: 200px;}

br{
display: none;
}

.b-adesao{
	margin-top: 5px;
}