:root {
  --Blue-Huntington: #00b0d8;
  --Magenta-Huntington: #eb526e;
  --Green-Huntington: #a2c746;
  --Orange-Huntington: #f5a732;
  --Gray-Huntington: #717171;
  --Blue-dark-Huntington: #005ca1;
  --Blue-light-Huntington: #98c6e9;
  --Black: #101010;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

summary::marker {
  display: none;
  -webkit-appearance: none;
  list-style: none;
}

details summary {
  list-style: none;
}

details[open] summary .open {
  display: none;
}

details summary .open {
  display: flex;
}

details[open] summary .close {
  display: flex;
}

details summary .close {
  display: none;
}

#newsletter {
  #rd-row-m4wumrpx .bricks--column > div {
    padding: 0px;
  }

  #rd-section-m4wumrps {
    background-color: transparent;
  }

  #rd-form-m4wumrpz .bricks-form__field.bricks-form__privacy {
    display: none;
  }

  #rd-form-m4wumrpz .bricks-form__field.bricks-form__terms {
    display: none;
  }

  #rd-form-m4wumrpz .bricks-form__input:not(textarea) {
    height: 45px;
    background-color: transparent;
    border-radius: 8px;
    padding-left: 16px;
    font-size: 12px;

    ::placeholder {
      color: white;
      font-size: 12px;
    }
  }

  @media (min-width: 1024px) {
    #rd-form-m4wumrpz .bricks-form__input:not(textarea) {
      font-size: 14px;

      ::placeholder {
        font-size: 14px;
      }
    }
  }

  #rd-form-m4wumrpz .bricks-form__input:not(textarea):focus-visible {
    outline: none;
  }

  #rd-button-m4wumrq4.bricks--component-button {
    text-transform: uppercase;
    height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-family: "Rubik";
  }

  #rdstation-bricks-embeddable-form-bricks-component-Jv__gyc6ms9y-ShGmQ4NMA
    .bricks-form {
    padding: 0px;
  }

  #rd-form-m4wumrpz .bricks-form__fieldset {
    width: 100%;
  }

  #conversion-form-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#bricks-component-QrNJ4vRc1wb4e3Re5h5Egw-wrapper {
  display: none;
}

.btn-programacao .date {
  font-weight: 300;
}

.btn-programacao input:checked ~ label {
  background-image: linear-gradient(90deg, #b04ee1 0%, #01afd9 100%);

  .date {
    font-weight: 500;
  }
}

.sala-checked input:checked ~ label {
  background: linear-gradient(90deg, #b04ee1 0%, #01afd9 100%) !important;
}

@media (max-width: 1024px) {
  .div-como-chegar {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(11, 240, 202, 0.3) 100%
    ) !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  animation: spin 2s linear infinite;
}

summary::-webkit-details-marker {
  display: none;
}

/* Programation */
.container-cron-division {
  padding: 24px 24px 0;
}

.container-cron {
  padding: 24px 48px 40px 48px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(87, 203, 230, 0.2) -37.35%,
    rgba(16, 13, 157, 0.2) 62.65%
  );
}

.informations-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.prog-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 22px 85px;
  border-radius: 8px;
  background: linear-gradient(90deg, #b04ee1 0%, #01afd9 100%);
}

.prog-location {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}

.item-classroom .prog-location span {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.prog-info-more {
  display: none !important;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.programation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 62px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
}

.prog-day-info {
  color: #efefef;
  font-family: Rubik;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.prog-day-info span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.prog-day-info #class,
.prog-day-info #main {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.prog-day {
  color: #efefef;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.prog-name {
  color: #efefef;
  font-family: Rubik;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

.prog-name span {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.prog-func {
  color: #efefef;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.prog-func span {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.prog-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.programations-day {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.prog-date {
  min-height: 86px;
  min-width: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  max-width: 70px;
}

.prog-func-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.programation-section {
  padding: 22px 85px;
  background: rgba(255, 255, 255, 0.15);
}

.section-title {
  color: #efefef;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.section-title span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.item-day {
  display: none;
}

.item-day.active {
  display: flex;
}

.prog-classroom-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.item-classroom {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100px;
  padding: 22px 0;
  border-radius: 8px;
  border: 2px solid var(--degrad-salas, #b04ee1);
  background: linear-gradient(
    90deg,
    rgba(176, 78, 225, 0.5) 0%,
    rgba(1, 175, 217, 0.5) 100%
  );
}

.item-classroom.active {
  border-radius: 8px;
  border: none;
  background: linear-gradient(90deg, #b04ee1 0%, #01afd9 100%);
}

.item-classroom .prog-location {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.item-classroom.active .prog-location {
  font-weight: 400 !important;
}

.item-classroom .prog-location span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.prog-location span {
  font-style: normal;
  font-weight: 500;
}

.item-classroom .prog-info-more {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.item-classroom.active .prog-location {
  font-weight: 500;
}

.item-classroom.active .prog-info-more {
  font-weight: 400;
}

.programation-section.prog-classroom-tabcontent {
  padding: 0;
  background: none;
}

.tab-prog-infos {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tab-prog-infos .prog-info {
  gap: 0;
}

.waiting {
  display: flex;
  align-items: center;
  gap: 32px;
}

.item-info {
  padding: 0 32px !important;
}

.waiting svg {
  animation: rotate 2s linear infinite;
}

.prog-waiting {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
}

.prog-tabcontent {
  display: none;
}

.prog-tabcontent.active {
  display: block;
}

#description-option-1,
#description-option-2 {
  font-size: 0;
}

#opening,
#ending-1 {
  text-transform: initial;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .container-cron {
    background: transparent;
    padding: 0;
  }

  .px-6.item-day {
    padding: 0;
    margin: 0;
  }

  .informations-day {
    gap: 20px;
  }

  .prog-title {
    padding: 8.8px 34px;
    gap: 4px;
    min-height: 50px;
  }

  .item-classroom .prog-location,
  .prog-location {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .prog-info-more {
    font-family: Rubik;
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: 8px;
  }

  .prog-day-info span {
    font-size: 16px;
  }

  .prog-name span {
    font-size: 12px;
  }

  .section-title span {
    font-size: 16px;
  }

  .prog-day {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
  }

  .programation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    min-height: 140px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
  }

  .prog-date {
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
  }

  .prog-name {
    font-size: 12px;
    line-height: 18px;
  }

  .prog-func {
    font-size: 12px;
    line-height: 18px;
  }

  .prog-day-info {
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }

  .prog-day::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"%3E%3Cpath d="M1 7C1 8.5913 1.6321 10.1174 2.7574 11.2426C3.8826 12.3679 5.4087 13 7 13C8.5913 13 10.1174 12.3679 11.2426 11.2426C12.3679 10.1174 13 8.5913 13 7C13 5.4087 12.3679 3.8826 11.2426 2.7574C10.1174 1.6321 8.5913 1 7 1C5.4087 1 3.8826 1.6321 2.7574 2.7574C1.6321 3.8826 1 5.4087 1 7Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.652 7.00063H7V4.34863" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E')
      no-repeat center;
    background-size: contain;
    margin-right: 5px;
  }

  .programation-section {
    padding: 22px 0;
  }

  .section-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .prog-date .prog-day:last-child {
    order: -1;
  }

  .prog-date .prog-day:last-child::before {
    display: none;
  }

  .prog-func-info svg {
    width: 22px;
  }

  .item-classroom {
    height: 48px;
    padding: 0;
  }

  .item-classroom .prog-info-more {
    font-size: 0;
    line-height: normal;
  }

  #description-option-1,
  #description-option-2 {
    font-size: 8px;
  }

  .programation.item-info {
    min-height: 86px;
    padding: 0 16px !important;
  }

  .prog-waiting {
    height: 100px;
  }

  .waiting {
    gap: 16px;
  }

  .waiting svg {
    width: 22px;
  }

  .prog-waiting .prog-info {
    flex-direction: row;
    gap: 4px;
  }
}

.day-info {
  font-size: 12;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-top: 2px;
}

/* Translation components */
.lang-select-disclosure-button {
  display: flex;
  width: 260px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.lang-select-disclosure[open] .lang-select-disclosure-button {
  background: rgba(255, 255, 255, 0.3);
}

.lang-select-disclosure.lang-select-disclosure-title
  .lang-selected-option
  svg.icon {
  transition: 0.4s;
  transform: rotate(0);
}

.lang-select-disclosure[open]
  .lang-select-disclosure-title
  .lang-selected-option
  svg.icon {
  transition: 0.4s;
  transform: rotate(-180deg);
}

.lang-select-disclosure-title {
  color: #efefef;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.lang-select-option {
  display: flex;
  width: 260px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #050c48;
  color: #efefef;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.lang-selected-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.lang-select-options {
  position: absolute;
  z-index: 1;
}

.lang-select-option {
  cursor: pointer;
}

.lang-select-option:hover svg {
  animation: rotate 2s linear infinite;
}

.lang-selected-option-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lang-selected-option-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 1080px) {
  .programation .prog-date {
    max-width: 100%;
  }

  .item-classroom .prog-location,
  .item-classroom .prog-location span {
    font-size: 12px;
  }
}


/* Popup Speakers */

#speaker-info {
  width: 1006px;
  height: 636px;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 33px 32px 59px 70px;
  border-radius: 16px;
  background: #CAF5FF;
  display: none;
}

.slider-nav-mousedrag .slider-container::before,
.slider-nav-mousedrag .slider-container::after {
  display: none;
}

.popup-speaker-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

.popup-speaker-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  cursor: pointer;
}

.popup-speaker-about-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.popup-speaker-about-text,
.popup-speaker-about-text-en {
  color:#252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  overflow: auto;
}

.popup-speaker-about-text-en {
  margin-bottom: 16px;
}

#overlay-speaker-info {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #00000099;
}

.popup-speaker-about-image-src {
  width: 204px;
  height: 161px;
  aspect-ratio: 204/161;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  background: #FFF;
}

.popup-speaker-about-info-image {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.popup-speaker-about-image {
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #100D9D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  
}

.popup-speaker-speaker-name {
  color:#050375;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-wrap: nowrap;
}

.popup-speaker-speaker-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.popup-speaker-speaker-crm {
  color: #00B0D9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-wrap: nowrap;
}

.popup-speaker-about-class-title {
  color:#00B0D9;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.popup-speaker-about-class {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.popup-speaker-class-informations {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.popup-speaker-class-informations-date {
  color: #050375;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-wrap: nowrap;
}

.popup-speaker-class-informations-local {
  color: #050375;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-wrap: nowrap;
}
 
.popup-speaker-class-informations-local-en {
  color: #050375;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-wrap: nowrap;
}

.popup-speaker-class-informations-hour {
  color: #050375;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.popup-speaker-class-informations-about-theme-en {
  font-style: italic !important;
}

.popup-speaker-class-informations-about-theme,
.popup-speaker-class-informations-about-theme-en {
  color: #050375;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.popup-speaker-class-informations-speaker-name {
  color: #050375;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-wrap: nowrap;
}

#speakers .slider-container button {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.about-class-mobile {
  display: none;
}

.popup-speaker-about-texts {
  overflow: auto;
  height: fit-content;
  padding-right: 16px;
}

.popup-speaker-about-text-en {
  padding-bottom: 12px;
  border-bottom: 1px solid #050375;
}

.popup-speaker-classes-informations {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.popup-speaker-classes-informations .popup-speaker-class-informations {
  padding: 12px 0;
  border-bottom: 1px solid #050375;
}

.popup-speaker-classes-informations .popup-speaker-class-informations:last-child {
  border: none;
}

@media (max-width: 1080px) {
  .popup-speaker-about-class {
    min-height: 32%;
    overflow: scroll;
    justify-content: flex-start;
  }

  .popup-speaker-about-texts {
    min-height: 17%;
    overflow: scroll;
  }

  .popup-speaker-class-informations-about-theme, .popup-speaker-class-informations-about-theme-en {
    font-size: 12px;
    line-height: normal;
  }

  #speaker-info {
    width: 90%;
    height: 90%;
    padding: 32px 24px;

  }

  .popup-speaker-about-info {
    gap: 24px;
  }

  .popup-speaker-about-class {
    display: none;
  }

  .popup-speaker-speaker-name {
    font-size: 10px;
  }

  .popup-speaker-speaker-crm {
    font-size: 10px;
  }

  .popup-speaker-about-image {
    padding: 12px;
    gap: 12px;
  }

  .popup-speaker-about-text,
  .popup-speaker-about-text-en {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; 
  }

  .about-class-mobile {
    display: flex;
    padding-top: 8px;
    border-top: 1px solid #050375;
  }

  .popup-speaker-about-image-src {
    width: 102px;
    height: 80.5px;
    aspect-ratio: 204 / 161; 
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
    background: #FFF;
  }

  .popup-speaker-about-class-title {
    font-size: 14px;
    margin-bottom: 8px
  }

  .popup-speaker-class-informations-date,
  .popup-speaker-class-informations-local,
  .popup-speaker-class-informations-local-en,
  .popup-speaker-class-informations-hour {
    font-size: 11px;
  }

  .popup-speaker-class-informations-about-theme,
  .popup-speaker-class-informations-about-theme,
  .popup-speaker-class-informations-speaker-name {
    text-wrap: wrap;
    font-size: 11px;
    line-height: normal;
  }

  .popup-speaker-classes-informations {
    height: 60%;
  }

  .expanded {
      max-height: 1000px;
  }
  .button {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 8px 12px;
      cursor: pointer;
      margin-top: 8px;
      display: inline-block;
      border-radius: 5px;
  }
}