﻿:root {
    --pink: #E82E89;
}



.topo-gemba {
    /* background-image: url('../img/bnn-workshops.png'); */
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.titulo-principal {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
}



.subtitulo {
    color: var(--pink);
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}



.texto-descricao p {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: justify;
}

p {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: justify;
}

.card-pink {
    border: 2px solid var(--pink);
    border-radius: 1rem;
    padding: 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.titulo-card {
    color: var(--pink);
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}



.card-black {
    border: 1px solid #000;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.cta-alvo {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.com-quem {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
    margin: 0;
}

.nome-palestrante {
    color: #E82E89;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
}

.label-pink {
    color: var(--pink);
    font-weight: 600;
}

.btn-pink {
    color: var(--pink);
    border: 2px solid var(--pink);
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    font-size: 0.85rem;
}



.bg-participar {
    background-color: #F9F9F9;
}


.como-participar {
    color: #E82E89;
    text-align: center;
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px; /* 128.889% */
}

.texto-participar {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 145% */
}

.cta-participar {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px; /* 145.833% */
    padding: 5px 10px;
}

.btn-inscreva-se-gemba {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    background-color: #E82E89;
    color: white;
    border: none;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}


/* ≥1400px (xxl) */
@media (min-width: 1400px) {
  .titulo-principal { font-size: 64px; }
  .subtitulo { font-size: 45px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 20px; }
  .titulo-card, h3 { font-size: 32px; }
  .nome-palestrante { font-size: 40px; }
  .como-participar { font-size: 45px; }
  .cta-participar { font-size: 24px; }
  .btn-inscreva-se-gemba { font-size: 20px; }
}

/* 1200px–1399.98px (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .titulo-principal { font-size: 58px; }
  .subtitulo { font-size: 40px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 19px; }
  .titulo-card, h3 { font-size: 30px; }
  .nome-palestrante { font-size: 36px; }
  .como-participar { font-size: 40px; }
  .cta-participar { font-size: 22px; }
  .btn-inscreva-se-gemba { font-size: 18px; }
}

/* 992px–1199.98px (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .titulo-principal { font-size: 52px; }
  .subtitulo { font-size: 36px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 18px; }
  .titulo-card, h3 { font-size: 28px; }
  .nome-palestrante { font-size: 34px; }
  .como-participar { font-size: 36px; }
  .cta-participar { font-size: 20px; }
  .btn-inscreva-se-gemba { font-size: 17px; }
}

/* 768px–991.98px (md) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .titulo-principal { font-size: 44px; }
  .subtitulo { font-size: 32px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 17px; text-align: center;}
  .titulo-card, h3 { font-size: 26px; }
  .nome-palestrante { font-size: 30px; text-align: center;}
  .como-participar { font-size: 32px; }
  .cta-participar { font-size: 18px; }
  .btn-inscreva-se-gemba { font-size: 16px; }
}

/* 576px–767.98px (sm) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .titulo-principal { font-size: 36px; }
  .subtitulo { font-size: 28px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 16px; }
  .titulo-card, h3 { font-size: 24px; }
  .nome-palestrante { font-size: 26px; }
  .como-participar { font-size: 28px; }
  .cta-participar { font-size: 16px; }
  .btn-inscreva-se-gemba { font-size: 15px; }
}

/* <576px (xs) */
@media (max-width: 575.98px) {
  .titulo-principal { font-size: 30px; }
  .subtitulo { font-size: 24px; }
  .texto-descricao p, p, .card-pink, .cta-alvo, .com-quem, .texto-participar { font-size: 15px; /*! text-align: center; */}
  .titulo-card, h3 { font-size: 22px; }
  .nome-palestrante { font-size: 24px; text-align: center;}
  .como-participar { font-size: 24px; }
  .cta-participar { font-size: 14px; }
  .btn-inscreva-se-gemba { font-size: 14px; }
}
