@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

* {
  padding: 0;
  border: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.container-opening {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #c6c6c6;
  padding: 30px;
  width: 100%;
}

.opening {
  max-width: 520px;
  font-size: 22px;
}
.opening h1 {
  font-weight: bold;
  font-size: 44px;
  color: #da291c;
  text-transform: uppercase;
}
.opening h1 span {
  font-weight: lighter;
}
.container-corpo {
  padding: 40px;
  margin: 0 auto;
  align-items: baseline;
  max-width: 1440px;
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 30px;
  gap: 20px;
}
.card {
  width: 280px;
  padding: 15px;
  box-shadow: 0px 0px 6px #00000029;
  justify-content: space-between;
}
.cardheader {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 10px;
}
.cardheader h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e7001a;
}
.cardheader img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.cardbody {
  padding: 10px 0;
  color: #6c6c6c;
}

.titulos {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #060606;
}
.labels {
  margin: 30px 0 0 0;
}
.finalizar-insc {
  border-bottom: none;
  padding-bottom: 1px;
}
.titulos label {
  padding-bottom: 7px;
}

.confirm-assign label {
  font-size: 18px;
  font-weight: bold;
}

.confirm-assign input {
  width: 100%;
  border: 1px solid #b7b7b7;
  color: #606060;
  border-radius: 10px;
  padding: 10px 15px;
}

.finish {
  background: #3eab3a;
  margin: 0 auto;
  display: block;
  border: none;
  color: #fff;
  border-radius: 19px;
  padding: 10px 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
  cursor: pointer;
  width: 100%;
}

.finish:focus {
  outline: none;
  box-shadow: none;
}

.finish:hover {
  background: #359131;
  transition: all 0.3s linear;
}
.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox label {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.checkbox input {
  height: 20px;
  width: 20px;
}

.adicionar-newsletter {
  width: 145px;
  border: 1px solid #da291c;
  font-size: 14px;
  font-weight: bold;
  color: #da291c;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
}

.inputGroup input {
  display: none;
  color: #fff;
}

.inputGroup label{
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.inputGroup label:hover,
.inputGroup.checked-btn label {
  background: #da291c;
  color: #fff;
}

/* MODAL */

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding-top: 0;
}

#modalFim .modal-dialog {
  width: 80%;
  margin: 0 auto;
}

#modalFim {
  background: rgba(0, 0, 0, 0.8);
}

#modalFim .close {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.modalFinalizar img {
  display: block;
  margin: 30px auto;
}

#modalFim .modal-dialog {
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto;
}
#modalFim .modal-content {
  background: none;
  border: none;
}
#modalFim h4 {
  color: #fff;
  text-align: center;
}

.listagem-newsletter-selecionadas {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0px;
}
.listagem-newsletter-selecionadas h5 {
  font-size: 16px;
  font-weight: 600;
}
.listagem-newsletter-selecionadas ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  background: #f3f3f3;
}
.itens-selecionados button.remover-newsletter {
  font-size: 10px;
  font-weight: 400;
  color: #da291c;
  border: none;
  border-radius: 50%;
  background-color: #e6e6e6;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.itens-selecionados button.remover-newsletter:hover,
.itens-selecionados button.remover-newsletter:active {
  opacity: 0.8;
  background-color: #da291c;
  color: #e6e6e6;
}
.listagem-newsletter-selecionadas ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}
.sem-itens-selecionados {
  font-size: 14px;
  font-style: italic;
  color: #b7b7b7;
}

#header-bar.header-bar {
  padding: 20px 0;
  border-bottom: 1px solid #dddd;
}

.main-nav {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.main-nav > .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.utility-btn {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  min-height: 2.25rem;
  line-height: 1.1;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0.0625rem solid transparent;
  text-align: center;
  cursor: pointer;
}
.icones {
  width: 16px;
  height: 16px;
}

.bar {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
#navegacao {
  opacity: 0;
  visibility: hidden;
  background: rgba(35, 35, 35, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}

.menu {
  position: fixed;
  top: 0;
  right: -25.625rem;
  width: 25.625rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 998;
  transition: 0.4s;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .menu {
    width: 85%;
  }
}
.menu ul {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.menu li a {
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  padding: 1.125rem 10%;
  color: #383838;
}

.menu li a:hover {
  background: #da291c;
  font-weight: 700;
  color: #fff;
}

.menu-open {
  right: 0;
  padding-bottom: 14.375rem;
}
.menu-header {
  padding: 0 2.875rem;
  margin: 5.625rem 0 3.4375rem;
  text-align: center;
}

.fecharMenu {
  min-width: 3.25rem;
  padding: 0.2rem 0;
  text-align: center;
  display: inline-block;
  float: right;
  color: #fff;
  background: #da291c;
  border: 1px solid #da291c;
  font-size: 28px;
}
.fecharMenu:hover {
  background: #fff;
  color: #da291c;
  transition: 0.3s;
}

.share {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 21px;
}
.share img {
  margin-top: 20px;
  width: 27px;
}
.share img:hover {
  filter: invert(50%);
}

footer {
  background: #fff;
  font-size: 14px;
  padding: 10px 29px;
  color: #060606;
  background: #f5f5f5;
}

footer .container-footer {
  max-width: 1280px;
  margin: 0 auto;
}

footer .container-footer  ul {
  list-style-type: none;
  margin: 0;
  paddong: 0 ;
  display: flex;
  gap: 15px;
}

footer .container-footer ul li a i{
  font-size: 25px;
  color: #212529;
}

@media only screen and (max-width: 500px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
  .cards .card {
    width: 100%;
  }
  .container-corpo {
    padding: 0;
    margin: 20px auto;
  }
  .termos {
    margin: 20px auto;
  }

}
