/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}
  
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  input, button, textarea, select {
    font: inherit;
    outline: none;
    border: none;
    background: none;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  ul, ol {
    list-style: none;
  }

  /* geral */

  .txt-yellow {
    color: #F0AB00;
  }

  .txt-purple {
    color: #830051 !important;
  }

  .font-b {
    font-weight: bold;
  }
  
/* header */

.header {
  background-color: #830051;
  height: 80px;
}

.conteudo {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    z-index: 2;
    padding: 30px 20px;
}
  
.logo-esquerdo,
.logo-direito {
    height: 50px; 
}
  
.hero {
  position: relative;
  background: url('img/background-header.jpg') no-repeat center/cover;
  height: 600px;
  color: white;
  z-index: 1; /* menor que as ondas */
  overflow: hidden;
}

.hero p{
  font-size: 30px;
}

.hero h1{
  font-size: 55px;
}
  
.onda-esquerda,
.onda-direita {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100px;
    line-height: 0;
    z-index: 3; 
    pointer-events: none;
}
  
.onda-esquerda {
    transform: scaleX(-1);
}
  
.onda-esquerda svg,
.onda-direita svg {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: -2px; 
}

.logo-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
}
  
.logo-az {
    max-height: 50px;
    max-width: 45%;
}

.logo-azmed {
    max-height: 40px;
    max-width: 45%;
    margin-top: 10px;
}
  
.evento-info {
    text-align: left;
    margin-top: 20px;
}

/* texto 1 */

.txt-blue p{
    font-size: 23px;
    color: #003867;
}

.txt-gray {
  color: #858585;
  font-size: 23px;
}

.txt-white {
    background-color: #830051;
    color: #ffff;
}

.txt-white h2{
    font-size: 28px;
}

.txt-white p{
    font-size: 23px;
}

/* tabela 1 */

.tabela-container {
    width: 100%;
    overflow-x: auto;
  }  

.tabela-estudo {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    color: white;
    margin-top: 30px;
    font-size: 20px;
  }

  .tabela-estudo th,
  .tabela-estudo td {
    border: 1px solid white;
    padding: 12px;
    text-align: center;
  }

  .tabela-estudo th {
    background-color: transparent;
    border-bottom: none;
  }

  .tabela-estudo tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  
  .tabela-estudo tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }

  .tabela-estudo td:first-child {
    font-weight: bold;
    color: #FABA16; /* amarelo */
    text-align: left;
  }

  .tabela-estudo th.th-vazio {
    border: none;
    background: transparent;
  }

  /* tabela 2 */

  .tabela-destaque {
    font-size: 20px;
    background-color: #830051;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 5px;
    color: white;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .tabela-destaque ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tabela-destaque li {
    padding: 15px;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    
  }
  
  .tabela-destaque li::before {
    /* content: "•"; */
    position: absolute;
    left: 10px;
    color: white;
    font-weight: bold;
  }
  
  .tabela-destaque li:last-child {
    border-bottom: none;
  }
  
  .tabela-destaque .amarelo {
    background-color: #FABA15;
    color: #0e3167;
  }
  
  .tabela-destaque .amarelo::before {
    color: #0e3167;
  }

  /* texto 2 */

  .txt-blue h2{
    font-size: 28px;
    color: #003867;
  }

  .bc-white {
    background-color: #ffff;
    color: #830051;
  }

  .tabela-destaque-white li.bc-white::before {
    /* content: "•"; */
    position: absolute;
    left: 10px;
    color: #003867;
    font-weight: bold;
}

.purple {
    background-color: #830051;
    color: #ffff !important;
}

.tabela-destaque-white {
    font-size: 20px;
    border: 2px solid #830051;
    border-radius: 25px;
    padding: 7px;
    color: #830051;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
}

.tabela-destaque-white ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tabela-destaque-white li {
    padding: 15px;
    border-bottom: 1px solid #830051;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
  }
  
  .tabela-destaque-white li::before {
    /* content: "•"; */
    position: absolute;
    left: 10px;
    color: #830051;
    font-weight: bold;
  }
  
  .tabela-destaque-white li:last-child {
    border-bottom: none;
  }

  /* referencias */

  .referencias {
    background-color: #8E1B57;
    color: #ffff;
    font-size: 23px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ref-biblio {
    font-size: 14px;
  }

  /* duvidas */

  .duvidas {
    background-color: #ffff;
  }

  .bloco-texto-imagem {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 900px;
  }
  
  .bloco-texto-imagem .texto {
    width: 60%;
    padding: 50px;
  }
  
  .bloco-texto-imagem .imagem {
    width: 40%;
  }
  
  .bloco-texto-imagem img {
    width: 100%;
    height: 900px;
    display: block;
  }

  .btn-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .btn-purple {
    background-color: #830051;
    padding: 20px 60px;
    color: #ffff;
    border-radius: 30px;
    width: 350px;
    text-align: center;
    font-size: 25px;
  }

  .codigo-br {
    font-size: 12px !important;
    padding: 50px;
  }
  



  
  


  /* responsive */

@media (max-width: 768px) {
    .onda-esquerda,
    .onda-direita {
        display: none;
    }

    .hero p{
      font-size: 18px;
    }
    
    .hero h1{
      font-size: 30px;
    }

    .conteudo {
        flex-direction: column;
        gap: 5px;
        padding: 25px;
    }

    .conteudo-resp {
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: baseline;
      position: relative;
      z-index: 2;
      padding: 25px;
      gap: 5px;
    }

    .conteudo-resp img {
      display: none;
    }
    
    .logo-esquerdo,
    .logo-direito {
        max-width: 30px;
        height: auto;
    }

    .logo-az {
        max-height: 30px;
        max-width: 45%;
    }
    
    .logo-azmed {
        max-height: 20px;
        margin-top: 8px;
    }

    .evento-info {
        margin-top: 0;
    }

    .bloco-texto-imagem {
        flex-direction: column;
        align-items: flex-start;
      }
    
      .bloco-texto-imagem .texto,
      .bloco-texto-imagem .imagem {
        width: 100%;
      }
    
      .bloco-texto-imagem .texto h2 {
        font-size: 24px;
      }

      .bloco-texto-imagem .imagem {
        display: flex;
        justify-content: center;
      }
      
    
      .bloco-texto-imagem .texto p {
        font-size: 20px;
      }

      .bloco-texto-imagem img {
        max-width: 250px;
    }

    .btn-purple {
        padding: 10px 10px;
        max-width: 150px;
        text-align: center;
        font-size: 20px;
    }

    .codigo-br {
        font-size: 12px !important;
        padding: 20px;
      }
    
}

@media (min-width: 530px) and (max-width: 768px) {
    .hero {
        height: 400px !important;
    }
}

@media (min-width: 373px) and (max-width: 529px) {
    .hero {
        height: 400px !important;
    }
}

@media (max-width: 372px) {
    .hero {
        height: 500px !important;
    }
}

@media (min-width: 2000px) {
    .conteudo {
        width: 60%;
    }

    .conteudo-resp {
      width: 60%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: baseline;
      position: relative;
      z-index: 2;
      padding: 30px 20px;
  }
}

@media (max-width: 600px) {
    .tabela-destaque {
      padding: 8px;
      font-size: 14px;
    }

    .tabela-destaque-white {
        padding: 8px;
        font-size: 14px;
      }
}
  

  