@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

.area-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
}

.area-title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(119, 119, 119, 1);
}

.area-banner {
  margin: 50px 0 80px;
  width: 100%;
  height: auto;
}

.area-banner .desk img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  object-position: center center;
  max-height: 380px;
}

.area-banner .mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.alert-message {
  position: fixed;
  display: none;
  bottom: 60px;
  right: 50px;
  padding: 20px 15px;
  z-index: 9;
  border-radius: 8px;
}

.alert-message.error {
  background-color: #c70a0a;
}

.alert-message.success {
  background-color: #0f9b0f;
}

.alert-message p {
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.conclusion-area {
  display: none;
}

.conclusion-area p {
  text-align: center;
  margin: 60px 0;
  font-size: 24px;
  font-weight: 600;
}

.area-loading {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.area-loading img {
  width: 100px;
  height: 100px;
}

.content-voting {
  width: 100%;
}

.content-voting .section-voting {
  margin-top: 100px;
}

.content-voting .section-voting h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(64, 64, 68, 1);
  margin-bottom: 40px;
}

.content-voting .section-voting ul {
  list-style: none;
  /*! display: grid; */
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  display: flex;
  justify-content: start;
  gap: 26px;
  overflow-x: auto;
}

.content-voting .section-voting li {
  /*! width: 80%; */
  background-color: #ffffff;
  /* border-radius: 8px; */
  position: relative;
  height: min-content;
  /*! overflow: hidden; */
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 0.3s opacity;
  /*! margin-left: auto; */
  /*! margin-right: auto; */
  max-width: 335px;
  max-height: 500px;
  height: 500px;
}

.content-voting .section-voting li label {
  cursor: pointer;
  width: 285px;
}

.content-voting .section-voting li:hover {
  opacity: 0.8;
}

.content-voting .section-voting li img {
  width: 100%;
  height: 30%;
  margin-bottom: 20px;
}

.content-voting .section-voting li div {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 250px;
}

.content-voting .section-voting li div input[type="radio"] {
  /* display: none; */
  font: inherit;
  width: 25px;
  height: 25px;
  border: 0.15em solid transparent;
  border-radius: 50%;
  transition: 120ms transform ease-in-out;
  accent-color: #2D9CDB;
}

.content-voting .section-voting li div h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(64, 64, 68, 1);
}

.content-voting .section-voting li div .area-button {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.content-voting .section-voting li div button {
  border: none;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
}

.content-voting .section-voting li div button:focus-visible,
.content-voting .section-voting li div button:focus {
  outline: none;
}

.content-voting .section-voting li div p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
  color: rgba(64, 64, 68, 1);
  overflow-y: auto;
  display: -webkit-box;
  /*! -webkit-line-clamp: 2; */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 150px;
}

.form-votacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.content-button-form {
  width: 100%;
  max-width: 500px;
  margin-top: 80px;
}

.content-button-form button {
  width: 100%;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  background-color: rgba(6, 125, 205, 1);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
}

.content-button-form button:focus,
.content-button-form button:focus-visible {
  outline: none;
}

.area-carousel {
  margin-top: 100px;
}

.area-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.area-title {
  width: 70%;
}
.area-menu {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-section {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;

  border: 1px solid #dbe0df;
}
.item-section, .item-section svg  path {
  font-family: Readex Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* background: #2575E8; */
  width: 100%;
  height: 61px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  padding: 1rem;
  background: #2575e8;
  color: #fff;
  fill: #fff;
}
.item-section:hover {
  background: #fff;
  color: #404044;
}

.active-item-section {
  background: #fff;
  color: #404044;
}

.item-section:hover svg  path{
  fill: #2575E8;
}

.active-item-section svg  path{
  fill: #2575E8;

}

@media (max-width: 1399px) {
    .content-voting .section-voting li {
      /*! width: 90%; */
    }
  }
  
  @media (max-width: 1199px) {
    .content-voting .section-voting li div h4 {
      font-size: 17px;
    }
  
    .content-voting .section-voting li div p {
      font-size: 12px;
    }
  }
  
  @media (max-width: 991px) {
    .area-title h2 {
      font-size: 28px;
    }
  
    .area-title p {
      font-size: 14px;
    }
  
    .content-voting .section-voting h3 {
      font-size: 26px;
    }
  
    .content-voting .section-voting ul {
      grid-template-columns: 1fr;
    }
  
    .content-voting .section-voting li {
      margin-bottom: 50px;
      /*! width: 70%; */
      margin-left: auto;
      margin-right: auto;
    }
  
    .content-voting .section-voting li div h4 {
      font-size: 20px;
    }
  
    .content-voting .section-voting li div p {
      font-size: 14px;
    }
  }
  
  @media (max-width: 767px) {
    .area-title h2 {
      font-size: 26px;
    }
  
    .area-title p {
      font-size: 13px;
    }
    .area-top{
      flex-direction: column;
    }
    .area-title{
      width: 100%;
    }
  
    .content-voting .section-voting h3 {
      font-size: 24px;
    }
  
    .content-voting .section-voting li {
      /*! width: 90%; */
    }
  
    .content-voting .section-voting li div h4 {
      font-size: 20px;
    }
  
    .content-voting .section-voting li div p {
      font-size: 14px;
    }
    .menu-section {
      flex-direction: row !important;
      position: fixed !important;
      z-index: 100 !important;
      left: 0 !important;
      bottom: 0px !important;
      display: flex !important;
      overflow-x: auto;
      justify-content: start;
      border: none;
    }
    /* Works on Firefox */
    .menu-section {
      scrollbar-width: thin;
      scrollbar-color: transparent transparent;
      gap: 0;
    }

    .item-section span{
        display: none;
    }
    .item-section{
        width: 100%;
        justify-content: center;
        border-right: 1px solid #d9d9d9;
    }
  
    /* Works on Chrome, Edge, and Safari */
    .menu-section::-webkit-scrollbar {
    }
  
    .menu-section::-webkit-scrollbar-track {
      background: transparent;
    }
  
    .menu-section::-webkit-scrollbar-thumb {
      background-color: transparent;
      border: none;
    }
  }
  
  @media (max-width: 500px) {
    .area-title h2 {
      font-size: 24px;
    }
  
    .content-voting .section-voting h3 {
      font-size: 22px;
    }
  
    .content-voting .section-voting li {
      /*! width: 137%; */
    }
  
    .content-voting .section-voting li div h4 {
      font-size: 16px;
    }
  
    .content-voting .section-voting li div p {
      font-size: 12px;
    }
  }
  
  .modal-conclusion {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  
  .close-form-2 {
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: transparent;
    border: none;
    font-size: 25px;
    cursor: pointer;
  }
  
  .close-form-2:focus,
  .close-form-2:focus-visible {
    outline: none;
  }
  
  .content-modal-form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content-form {
    background-color: #ffffff;
    position: relative;
    width: 80%;
    max-width: 500px;
    padding: 40px;
    border-radius: 10px;
  }
  
  .content-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  .content-form .form-group.termos {
    flex-direction: row;
    align-items: start;
  }
  
  .content-form .form-group.termos input {
    margin-top: 5px;
  }
  
  .content-form .form-group.termos label {
    font-size: 13px;
    margin-left: 10px;
  }
  
  .content-form .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .content-form .form-group input {
    font-size: 16px;
    border: none;
    border-radius: 4px;
    padding: 15px 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  
  .content-form .form-group input:focus,
  .content-form .form-group input:focus-visible {
    outline: none;
  }
  
  .content-form .form-group button {
    background-color: rgba(6, 125, 205, 1);
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .content-form .form-group button:focus,
  .content-form .form-group button:focus-visible {
    outline: none;
  }
  
  @media (max-width: 500px) {
    .content-form {
      width: 90%;
      padding: 30px;
    }
  }

  .titulo-secao {
    display: flex;
    gap: 8px;
  }

  .titulo-secao img {
    width: 60px;
    height: 50px;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .area-top{
      flex-direction: column;
    }
    .area-title{
      width: 100%;
    }
    .area-menu{
      width: 100%;
      margin-top: 20px  ;
      margin-bottom: 40px;

    }

    
  }

  /* Works on Firefox */
  .list-voting {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }


  /* Works on Chrome, Edge, and Safari */
  .list-voting::-webkit-scrollbar {
  }

  .list-voting::-webkit-scrollbar-track {
    background: transparent;
  }

  .list-voting::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: none;
  }

  .item-section svg{
    flex: 0 0 auto;
  }

  .button-votar {
    display: flex;
      gap: 8px;
      background: #2F80ED;
      color: white;
      color: #FFF;
      text-align: center;
      font-family: Readex Pro;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      text-transform: uppercase;
      align-items: center;
      padding: 0 2rem;
      width: 100%;
      align-items: center;
      justify-content: center;
    }
    

    .vote_item img{
      width: 130px;
    }
    
    .vote_title h3{
      font-weight: 700;
    
    }