@font-face {
  font-family: "gilroybold";
  src: url("../fonts/radomir_tinkov_-_gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyextrabold";
  src: url("../fonts/radomir_tinkov_-_gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyregular";
  src: url("../fonts/radomir_tinkov_-_gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroysemibold";
  src: url("../fonts/radomir_tinkov_-_gilroy-semibold-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroylight";
  src: url("../fonts/radomir_tinkov_-_gilroy-light-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroythin";
  src: url("../fonts/radomir_tinkov_-_gilroy-thin-webfont.woff2") format("woff2"), url("../fonts/radomir_tinkov_-_gilroy-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}



html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

body {
  font-family: "gilroyregular";
  font-size: 1rem;
  color: white;
  background-color: #2B4A80;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
}

small {
  font-size: 0.6875rem;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a,
button,
input,
select {
  transition-property: transform, background, background-color, border-color, color;
  transition-duration: 0.3s;
}

svg path fill,
svg path stroke {
  transition-duration: 0.3s;
}

textarea {
  resize: vertical;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[role=button] {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

b {
  font-family: "gilroybold";
}

strong {
  font-family: "gilroyextrabold";
}

.top {
  background-color: #FAFAFA;
  padding: 0.625em 0;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  z-index: 999!important;
}

.live {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75em;
  color: #D12104;
  line-height: 100%;
  font-size: 0.75rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.live b {
  font-family: "gilroybold";
}
.live:hover {
  opacity: 0.6;
  color: #D12104;
  text-decoration: none;
}

.goto {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A7A7A7;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.goto:hover {
  text-decoration: none;
  color: #A7A7A7;
  opacity: 0.6;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 0;
  z-index: 999;
  position: sticky;
  top: 38px;
  background-color: white;
}
@media (max-width: 992px) {
  .header.active {
    background-color: #E9F4FF;
  }
}

.nav {
  justify-content: flex-end;
}
.nav-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
@media (max-width: 992px) {
  .nav-items {
    gap: 1rem;
  }
}
.nav-item {
  padding: 0 0.5rem;
  position: relative;
}
.nav-item:last-child .nav-link {
  padding-right: 0;
}
.nav-item .dropdown {
  position: absolute;
  z-index: 2;
  background-color: #E9F4FF;
  padding: 1rem 1.5rem;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.nav-item .dropdown li a {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 41px;
  color: #5DA4EB;
  font-family: "gilroybold";
  text-transform: uppercase;
}
.nav-item .dropdown li a:active, .nav-item .dropdown li a.active {
  color: #D12104;
}
.nav-item .dropdown li a:hover {
  color: #006EDD;
  text-decoration: none;
}
@media (max-width: 992px) {
  .nav-item .dropdown {
    display: block !important;
  }
}
.nav-item:hover .dropdown {
  display: flex;
  flex-direction: column;
}
.nav-link {
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  font-family: "gilroybold";
  color: #006EDD;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-link::before {
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  background-color: #E30613;
  height: 2px;
  width: 14px;
  bottom: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .nav-link::before {
    display: none;
  }
}
.nav-link:active, .nav-link.active {
  color: #D12104;
}
.nav-link:active::before, .nav-link.active::before {
  display: none;
}
.nav-link:active svg path, .nav-link.active svg path {
  fill: #D12104;
}
.nav-link:hover {
  color: #75BAFF;
  text-decoration: none;
}
.nav-link:hover svg path {
  fill: #75BAFF;
}
.nav-link:hover::before {
  opacity: 1;
  width: 53px;
}
@media (max-width: 992px) {
  .nav {
    display: none;
  }
  .nav.active {
    display: flex;
    left: 0;
    top: 133px;
    position: fixed;
    background-color: #E9F4FF;
    width: 100%;
    height: calc(100vh - 133px);
    padding: 1.25em;
    overflow-y: auto;
  }
  .nav.active .nav-items {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .nav.active .nav-items .nav-item .nav-link {
    display: block;
    text-align: right;
  }
  .nav.active .dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    padding-right: 0;
    padding-left: 0;
  }
}

.toggle {
  background-color: transparent;
  padding: 0;
  border: none;
}
.toggle img:last-child {
  display: none;
}
.active .toggle img:first-child {
  display: none;
}
.active .toggle img:last-child {
  display: block;
}

.brand {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
}
.brand span {
  background-color: #9FC8F2;
  width: 2px;
  display: block;
}
@media (max-width: 480px) {
  .brand {
    gap: 0.75rem;
  }
}

.hero {
  position: relative;
  height: 468px;
  overflow: hidden;
}
.hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  position: relative;
}
.hero-layer {
  position: absolute;
  left: 0;
  z-index: 1;
}
.hero-tems {
  position: absolute;
  z-index: 2;
  right: 80px;
  bottom: 0;
  transition: right 0.3s ease-in-out;
}
.hero-brand {
  position: absolute;
  left: 2rem;
  z-index: 3;
  top: 44px;
}
.hero-floor {
  position: absolute;
  bottom: 38px;
  left: 2rem;
  z-index: 4;
}
.hero-txt {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  bottom: 38px;
  left: 320px;
  color: white;
}
.hero-txt b {
  font-size: 1rem;
  line-height: 100%;
  margin-bottom: 1.375rem;
}
.hero-txt strong {
  font-size: 2.8125rem;
  margin: 0;
  line-height: 90%;
  font-family: "gilroyextrabold";
}
.hero img {
  user-select: none;
  pointer-events: none;
}
[data-animate=true] .hero .hero-brand {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeftVisible;
  animation-delay: 0.5s;
}
[data-animate=true] .hero .hero-floor {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeftVisible;
  animation-delay: 0.5s;
}
[data-animate=true] .hero .hero-txt {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: showElement;
  animation-delay: 0.8s;
}
[data-animate=true] .hero .hero-tems {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRightVisible;
}
[data-animate=true] .hero .hero-layer {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeftVisible;
}
@media (max-width: 992px) {
  .hero {
    display: none;
  }
}

figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
}

.invite {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.invite p {
  font-size: 1rem;
  font-family: "gilroysemibold";
  line-height: 28px;
}
.invite p span {
  color: #75BAFF;
}
.invite p b {
  font-size: 1rem;
  font-family: "gilroysemibold";
  color: #75BAFF;
}
.invite > p:first-child > b {
  font-size: 1.375rem;
  font-family: "gilroysemibold";
  line-height: 130%;
}
.invite h1 p {
  font-size: 2.5625rem;
  font-weight: 500;
  font-family: "gilroyregular";
  line-height: 130%;
}
.invite h1 b {
  font-family: "gilroyextrabold";
  font-weight: bolder;
  font-size: 2.5625rem;
}
@media (min-width: 992px) {
  .invite {
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .invite {
    max-height: 320px;
  }
}
@media (max-width: 768px) {
  .invite {
    max-height: 380px;
  }
}
.invite .button.plus svg path {
  fill: #FC601D;
}
.invite .button:hover svg path {
  stroke: #FC601D;
}
.invite.visibled {
  max-height: 2000px !important;
}

.button {
  border: none;
  background-color: #197DE0;
  color: #B9EEFF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.button span {
  font-size: 1.125rem;
}
.button b {
  font-size: 1.125rem;
  font-family: "gilroybold";
}
.button:hover {
  text-decoration: none;
  color: #FC601D;
  background-color: #E9F4FF;
}
.button:hover svg path {
  fill: #FC601D;
}
.button-cian {
  background-color: #E9F4FF;
  color: #006EDC;
}
.button-ligth {
  background-color: #E9F4FF;
  color: #197DE0;
  gap: 0.25rem;
}
.button-ligth svg path {
  stroke: #197DE0;
  fill: #197DE0;
}
.button-ligth:hover {
  color: white;
  background-color: #197DE0;
}
.button-ligth:hover svg path {
  stroke: white;
  fill: white;
}
@media (max-width: 480px) {
  .button[type=submit] {
    width: 100%;
    justify-content: space-between;
  }
}
.button[type=submit]:hover {
  background-color: #B9EEFF;
  color: #197DE0;
}
.button[type=submit]:hover svg path {
  stroke: #197DE0;
  fill: #197DE0;
}

.chat {
  background-color: #E1E1E1;
  color: #3A3A3A;
  font-family: "gilroysemibold";
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 495px;
}
.chat-title {
  padding: 1rem;
}
.chat-title p {
  margin: 0;
}
.chat .tellbox {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.375rem;
}
.chat .tellbox input {
  flex: 1;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #FFFFFF;
  color: #3A3A3A;
}
.chat .tellbox input:focus {
  outline: none;
  border-bottom-color: #197DE0;
}
.chat .tellbox input::placeholder {
  color: #3A3A3A;
}
.chat .tellbox button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.chat .dialog {
  background-color: #FFFFFF;
  color: #C0C0C0;
  padding: 1.5em;
  flex-grow: 999;
  overflow: hidden;
  overflow-y: auto;
  max-height: 330px;
}
@media (min-width: 1350px) {
  .chat .dialog {
    max-height: 410px;
  }
}
.chat .dialog-message {
  display: flex;
  flex-direction: column;
}
.chat .dialog-user {
  font-family: "gilroybold";
  font-size: 0.75rem;
}
.chat .dialog-text {
  margin-bottom: 0;
  line-height: 140%;
}
.chat .dialog-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.chat .dialog-vatar .dot {
  background-color: #C4C4C4;
}
@media (max-width: 1399px) {
  .chat {
    max-height: 427px;
  }
}

.dot {
  width: 1rem;
  height: 1rem;
  background-color: white;
  border-radius: 1rem;
  display: block;
}

.featured {
  background-color: #006EDD;
  background-image: url("../images/bg-bluecity.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top: 4.3rem; */
  /* padding-bottom: 4.3rem; */
}
.featured h2 {
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 7.625rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0A7FF5;
  mix-blend-mode: normal;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .featured h2 {
    font-size: 6.75rem;
  }
}
@media (max-width: 768px) {
  .featured h2 {
    font-size: 4rem;
  }
}
@media (max-width: 567px) {
  .featured h2 {
    font-size: 3.5rem;
  }
}

.meetings {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-30px);
  flex-direction: row;
  /* overflow: hidden; */
}
@media (max-width: 992px) {
  .meetings {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .meetings {
    transform: none;
    transform: translateY(-15px);
  }
}
@media (max-width: 480px) {
  .meetings {
    transform: none;
    transform: translateY(-10px);
  }
}

.talk {
  flex-basis: 20%;
  /* background-color: white; */
  color: #197DE0;
  /* min-height: 395px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 20%;
  flex-grow: 999;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.talk-top {
  min-height: 140px;
}
@media (max-width: 992px) {
  .talk-top {
    position: absolute;
    top: 0;
    left: 0;
    min-height: inherit;
  }
}
.talk-date {
  display: inline-block;
  font-family: "gilroyregular";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  /* transform: translate3d(0px, 60px, 0) rotate(-90deg); */
}
.talk-body {
  padding: 1rem 2.25em 2.25em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 992px) {
  .talk-body {
    padding: 2.25em;
  }
}
.talk-time {
  font-family: "gilroybold";
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 0.625rem;
}
.talk-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 140.62%;
  margin-bottom: 0.875rem;
  text-decoration: none;
}
.talk-speaker {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.talk-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 2.25em 2.25em;
}
.talk-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.talk-link span {
  margin-right: 0.25rem;
}
.talk-link svg {
  margin-left: 0.5rem;
}
.talk-link:hover {
  text-decoration: none;
}
/* .talk:nth-child(even) {
  background-color: #FC601D;
  color: white;
} */
/* .talk:nth-child(even) .talk-body {
  color: white;
} */
/* .talk:nth-child(even) .talk-link {
  color: white;
} */
/* .talk:nth-child(even) .talk-link svg path {
  stroke: #fff;
} */
/* .talk:nth-child(even):hover {
  background-color: #D23B1A;
  text-decoration: none;
} */
/* .talk:nth-child(even):hover .talk-speaker,
.talk:nth-child(even):hover .talk-title {
  text-decoration: none;
} */
.talk:hover {
  /* background-color: #75BAFF; */
  color: white;
  text-decoration: none;
}
.talk:hover .talk-speaker,
.talk:hover .talk-title {
  text-decoration: none;
}
.talk:hover .talk-link {
  color: white;
}
.talk:hover .talk-link svg path {
  stroke: #fff;
}
.talk:nth-of-type(1) {
  animation-delay: 0.2s;
}
.talk:nth-of-type(2) {
  animation-delay: 0.4s;
}
.talk:nth-of-type(3) {
  animation-delay: 0.6s;
}
.talk:nth-of-type(4) {
  animation-delay: 0.8s;
}
.talk:nth-of-type(5) {
  animation-delay: 1s;
}
.talk:nth-of-type(6) {
  animation-delay: 1.2s;
}
[data-animate=true] .talk {
  animation-name: fadeInUp;
}

.news {
  position: relative;
}
.news .headline {
  color: #006EDD;
  opacity: 0.15;
}
.news-title {
  position: absolute;
  left: 0;
  top: 50px;
}
.news[data-animate=true] .news-title {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeft;
}
.news[data-animate=true] .news-thumb {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRight;
}
.news h3.text-uppercase a:hover {
  color: #75BAFF;
}
.news .button:hover svg path {
  stroke: #FC601D;
}

.register {
  background-color: #75BAFF;
  padding: 4.375rem 0;
  background-image: url("../images/register-city.png");
  background-repeat: no-repeat;
  background-position: right 88px bottom;
  min-height: 895px;
}
@media (max-width: 567px) {
  .register {
    background-size: contain;
    background-position: right 0 bottom -80px !important;
  }
}
@media (min-width: 992px) {
  .register[data-animate=true] {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: background;
  }
}

.headline {
  font-family: "gilroyextrabold";
  font-weight: 800;
  font-size: 7.625rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.3;
}
.headline.secondary {
  color: #006EDD;
  mix-blend-mode: normal;
  opacity: 0.15;
}
@media (max-width: 1250px) {
  .headline {
    font-size: 6.5rem;
  }
}
@media (max-width: 992px) {
  .headline {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .headline {
    font-size: 4rem;
  }
}
@media (max-width: 567px) {
  .headline {
    font-size: 3rem;
  }
}
[data-animate=true] .headline {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: showTextLeft;
}

.sponsors {
  background-color: #fff;
  padding: 4.6875rem 0 6rem;
}

.footer {
  background-color: #2B4A80;
  color: white;
  margin-top: 0;
}
.footer .bottom {
  color: white;
  padding: 1rem;
  text-align: right;
  font-size: 0.875rem;
  border-top: 1px solid white;
  margin-top: 4rem;
}

.fallow {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  transform: translateY(-50%);
  position: relative;
}
@media (max-width: 992px) {
  .fallow {
    flex-direction: column;
    transform: translateY(-30%);
  }
}
@media (max-width: 567px) {
  .fallow {
    transform: none;
    width: 100%;
  }
}
.fallow-label {
  position: absolute;
  transform: translateX(-260px);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: right;
  text-transform: uppercase;
  align-self: flex-end;
  color: #FFF;
  order: 0;
}
@media (max-width: 992px) {
  .fallow-label {
    display: none;
    order: 1;
    align-self: center;
  }
}
@media (max-width: 567px) {
  .fallow-label {
    display: none;
  }
}
.fallow-box {
  background-color: #DC2B1A;
  display: flex;
  padding: 2.125rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  order: 1;
}
@media (max-width: 992px) {
  .fallow-box {
    order: 0;
  }
}
@media (max-width: 567px) {
  .fallow-box {
    width: 100%;
  }
}
.fallow-box a {
  display: block;
  position: relative;
}
.fallow-box a::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 64px;
  background-color: #B9EEFF;
  bottom: -35px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
}
.fallow-box a:hover::before {
  opacity: 1;
}

.lenguages {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 2;
}
.lenguages + .ratio {
  position: relative;
  z-index: 1;
}
.lenguages-option {
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #B9EEFF;
  opacity: 0.6;
  padding: 0.75rem 1.75rem;
  background-color: rgba(25, 125, 224, 0.7);
  border: none;
  border-radius: 1.75rem 1.75rem 0 0;
  position: relative;
}
.lenguages-option.active {
  opacity: 1;
}
.lenguages-option.active:before {
  content: "";
  width: 36px;
  height: 11px;
  background-image: url("../images/lenguage-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -16px;
  top: 16px;
}
.lenguages-option:hover {
  opacity: 1;
  background-color: #197de0;
}
@media (max-width: 1200px) {
  .lenguages {
    position: relative;
    left: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .lenguages-option {
    flex-basis: 50%;
    overflow: hidden;
    opacity: 1;
    border-radius: 0;
    background-color: #D1E5F9;
    color: #63A7EA;
  }
  .lenguages-option.active {
    background-color: #5EA4E9;
    color: #B9EEFF;
  }
}

.form-control {
  color: #006EDD;
}

.form-floating > .form-control:focus {
  background-color: #E9F4FF;
  color: #006EDD;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 0.625rem 0.75rem;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-check-input {
  width: 18px;
  height: 18px;
  border-color: white;
  background-color: transparent;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: white;
}

.title {
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 300;
  font-size: 4.0625rem;
  line-height: 4.75rem;
  text-align: right;
  color: #006EDC;
}
.title.small {
  font-size: 3.125rem;
  line-height: 3.625rem;
}
@media (max-width: 768px) {
  .title.small {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
}

.subtitle {
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.2;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 1.875rem;
  }
}

.box-subtitle{
  background-color: #fff;
  color: #2B4A80;
  font-size: 2.5rem;
  line-height: 1;
  padding: .5rem 1.25rem;
}

.stage {
  display: flex;
  padding: 1.75rem;
  justify-content: space-between;
  gap: 3.125rem;
  background-color: #FC601D;
  color: white;
}
.stage--host {
  background-color: #006EDC;
  color: white;
  gap: 1rem;
}
@media (max-width: 992px) {
  .stage--host {
    flex-direction: column;
  }
}
.stage-info {
  display: flex;
  flex-direction: column;
}
.stage-info strong {
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .stage-info strong {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.stage-info b {
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .stage-info b {
    font-size: 0.875rem;
  }
}

.stage-figure span {
  align-self: flex-end;
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 140.62%;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
}
.stage-figure span b {
  font-family: "gilroybold";
  font-weight: 800;
}

.stage-time {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
}
.stage-time b {
  font-family: "gilroyregular";
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  rotate: 180deg;
}
.stage-data {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 1rem;
  line-height: 140.62%;
}
.stage-data .button {
  align-self: flex-end;
  background-color: white;
  color: #FC601D;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.stage-data .button svg path {
  fill: #FC601D;
}
.stage-data .button:hover {
  background-color: #D23B1A;
  color: #FFFFFF;
}
.stage-data .button:hover svg path {
  fill: #FFFFFF;
}
@media (max-width: 992px) {
  .stage-data {
    align-items: flex-end;
  }
}
.stage-title {
  font-family: "gilroysemibold";
  font-style: normal;
  font-weight: 700;
  line-height: 140.62%;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.stage-name {
  font-family: "gilroysemibold";
  font-style: normal;
  font-weight: 700;
}
.stage-job {
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 300;
}
.stage--light {
  background-color: white;
  color: #006EDC;
}
.stage--light .stage-time svg path {
  fill: #006EDC;
}
.stage--light .button {
  background-color: #FC601D;
  color: white;
}
.stage--light .button svg path {
  fill: #FFFFFF;
}
.stage--light .button:hover {
  background-color: #B9EEFF;
  color: #197DE0;
}
.stage--light .button:hover svg path {
  fill: #197DE0;
}
.stage-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 992px) {
  .stage-panel {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
[data-animate=true] .stage {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInUp;
}

.avatar {
  overflow: hidden;
  width: 12.5rem;
  height: 12.5rem;
}
.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 992px) {
  .avatar {
    width: 8.75rem;
    height: 8.75rem;
  }
}

.speaker {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-basis: 40%;
}
.speaker-avatar {
  min-width: 7.25rem;
  width: 7.25rem;
  height: 7.25rem;
  overflow: hidden;
}
.speaker-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.speaker-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .speaker {
    flex-basis: 100%;
    justify-content: space-between;
  }
}

.separator {
  border-top: solid 7px #FC601D;
}

.swiper {
  width: 100%;
  max-width: 1020px;
  min-height: 340px;
  margin: 0;
}

.swiper-pagination {
  max-width: 1020px;
  position: relative;
  bottom: inherit !important;
  left: inherit !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #E63801;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
  border: solid 1px #E63801;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

.launchs {
  transform: translateY(-40px);
}
@media (max-width: 992px) {
  .launchs {
    transform: translateY(-25px);
  }
}
@media (max-width: 567px) {
  .launchs {
    transform: translateY(-14px);
  }
}

.summary {
  margin-top: -0.875rem;
}
.summary .text-uppercase a {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
.summary .text-uppercase:hover a {
  opacity: 0.7;
}
.summary-picure {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.summary-picure::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 110, 221, 0.4);
}
.summary-picure img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .summary-picure img {
    position: relative;
  }
}
.summary-extract {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  color: white;
  justify-content: center;
  height: 100%;
  gap: 5rem;
}
.summary-extract .wysiwyg {
  overflow: hidden;
}
.summary-extract .wysiwyg.visibled {
  overflow-y: auto;
  max-height: 340px !important;
}
.summary-extract .wysiwyg p {
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #FFFFFF;
}
.summary-extract .wysiwyg h2 a {
  color: #ffffff;
}
.summary-extract .button-ligth:hover {
  color: #197DE0;
  background-color: #B9EEFF;
}
.summary-extract .button-ligth:hover svg path {
  stroke: #197DE0;
}
@media (max-width: 992px) {
  .summary-extract {
    padding: 1.5em;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .summary {
    margin-top: -0.5rem;
  }
}
@media (min-width: 769px) {
  .summary {
    height: 580px;
    overflow: hidden;
  }
  .summary.full {
    height: inherit;
  }
  .summary.full .summary-picure {
    text-align: revert;
    display: flex;
    justify-content: flex-end;
  }
  .summary.full .summary-picure img {
    width: auto;
    max-height: 580px;
  }
}
.summary[data-animate=true] .summary-picure {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRight;
}

#btn-wysiwyg.clicked svg path:first-child {
  display: none;
}

.results {
  background-color: #FFEFE8;
  padding: 6.025em 0;
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  text-align: center;
  color: #006EDD;
}
.results .col-12 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.results .col-12:nth-of-type(1) {
  animation-delay: 0.2s;
}
.results .col-12:nth-of-type(2) {
  animation-delay: 0.4s;
}
.results .col-12:nth-of-type(3) {
  animation-delay: 0.6s;
}
.results .col-12:nth-of-type(4) {
  animation-delay: 0.8s;
}
.results .col-12:nth-of-type(5) {
  animation-delay: 1s;
}
.results .col-12:nth-of-type(6) {
  animation-delay: 1.2s;
}
.results[data-animate=true] .col-12 {
  animation-name: fadeInUp;
}

.mask-text {
  align-self: center;
}
.mask-text h3 {
  margin: 0;
  background: url("../images/mask-text.jpg") top center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 900;
  font-size: 5.875rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FC7F4A;
  mix-blend-mode: normal;
}

.yearbook {
  padding: 6.25rem 0;
}
.yearbook h2 {
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 900;
  font-size: 6.125rem;
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #006EDD;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .yearbook h2 {
    font-size: 3.125rem;
  }
}
.yearbook p {
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #006EDD;
}
.yearbook[data-animate=true] h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeft;
}

.launch {
  position: relative;
  display: block;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
.launch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  padding: 1.5rem;
  gap: 1rem;
}
.launch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(0, 110, 221, 0.5);
}
.launch > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}
.launch:hover {
  cursor: pointer;
}
.launch:hover::before {
  opacity: 0;
}
.launch:hover .launch-info > img {
  opacity: 0.7;
}
.launch.secondary::before {
  background-color: rgba(252, 96, 29, 0.5);
}

.cover {
  position: relative;
  display: block;
  overflow: hidden;
}
/* .cover-info {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  font-family: "gilroyregular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  padding: 2.5rem 1.5rem;
  gap: 1rem;
  background-color: rgba(0, 110, 221, 0.8);
  transition: background-color 0.3s ease-in-out;
} */
/* .cover-info > img {
  opacity: 0.2;
} */
.cover > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 0;
}
.cover-date {
  position: relative;
}
.cover-date b {
  display: inline-block;
  font-family: "gilroybold";
  font-weight: 900;
  font-size: 4rem;
  line-height: 90%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  transform: translate3d(-46px, -40px, 0) rotate(-90deg);
  opacity: 0.2;
}
/* .col-12:nth-child(even) .cover:hover .cover-info {
  background-color: rgba(252, 96, 29, 0.2);
} */
/* .col-12:nth-child(even) .cover .cover-info {
  background-color: rgba(252, 96, 29, 0.8);
} */
.cover:hover {
  cursor: pointer;
}
.cover:hover .cover-date b {
  opacity: 1;
}
/* .cover:hover .cover-info {
  background-color: rgba(0, 110, 221, 0.2);
} */
/* .cover:hover .cover-info img {
  display: block;
  opacity: 1;
} */

.new {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.new-figure {
  width: 100%;
}
.new-figure > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 0;
}
.new-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  padding: 1.5625rem;
  gap: 1rem;
  /* background-color: #FC601D;
  color: white; */
  min-height: 210px;
  /* transition: background-color 0.3s ease-in-out; */
  flex-grow: 999;
}
.new-title {
  font-family: "gilroybold";
  font-size: 1.375rem;
  line-height: 110%;
  text-transform: uppercase;
}
/* .new-link {
  align-self: flex-end;
  text-transform: uppercase;
} */
.new:hover {
  text-decoration: none;
}
/* .new:hover .new-content {
  background-color: #FF8049;
} */

.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.paginator li a {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140.62%;
  text-align: right;
}
.paginator li a:hover {
  color: #75BAFF;
}
.paginator li a.active {
  color: #FC601D;
}

.post p {
  font-family: "gilroysemibold";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #ffffff;
}
.post ul {
  font-family: "gilroysemibold";
  padding-left: 3.625rem;
}
.post ul li {
  font-family: "gilroysemibold";
  font-size: 1.25rem;
  line-height: 140.62%;
  margin-bottom: 3.125rem;
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}
.post ul li::before {
  content: "";
  background-color: #FC601D;
  min-width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 100%;
}
@media (max-width: 768px) {
  .post ul {
    padding-left: 0;
  }
}
.post a {
  color: #75BAFF;
  text-decoration: underline;
}
.post a:hover {
  opacity: 0.8;
}

.gallery {
  background-color: #FC601D;
  padding: 4.375rem 0;
  display: flex;
  flex-direction: column;
  background-image: url("../images/bg-gallery.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .swiper {
  margin-top: -2rem;
  max-width: 1290px;
}
@media (max-width: 768px) {
  .gallery .swiper {
    margin-top: -1rem;
  }
}
.gallery .swiper-pagination {
  max-width: 1290px;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: white;
}
.gallery .thumb {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  height: 548px;
  overflow: hidden;
}
.gallery .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #006EDD;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 0;
}
.gallery .thumb svg {
  position: absolute;
  bottom: 1.25rem;
  right: 2rem;
  z-index: 1;
}
.gallery .thumb:hover {
  cursor: pointer;
}
.gallery .thumb:hover::before {
  opacity: 0.5;
}
.gallery .headline {
  font-size: 7.25rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .gallery .headline {
    font-size: 2.5rem;
  }
}
.launcher .safety_helmet {
  opacity: 0;
}
#inv_internacional .dialog {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
@media screen and (min-width:1200px) {
  .launcher .red-box{ min-height: 260px; overflow: hidden; }
  .container.launcher-info .col-12.col-lg-9{
    min-height: 172px;
  }
}

.launcher .red-box img,
.launcher .wysiwyg,
.launcher .period,
.summary.helmet.full .news-animation{
  opacity: 0;
}
.summary.helmet.full[data-animate=true] .news-animation{
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRight;  
  animation-delay: 2s;
}
.summary.helmet.full[data-animate=true] .summary-picure{
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRight;  
  animation-delay: 1s;
}
#inv_internacional[data-animate=true] .dialog {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInUp;  
}
.launcher[data-animate=true] .red-box img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInDown;
  animation-delay: 2s;
}
@media screen and (min-width:992px) {
  .launcher[data-animate=true] .safety_helmet {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: helmetfadeInright;
    animation-delay: 1.25s;
  }
}
.launcher[data-animate=true] .svg-title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeft;
}
.launcher[data-animate=true] .period {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInUp; 
}
.launcher[data-animate=true] .wysiwyg {
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: showElement; 
}
.gallery[data-animate=true] .headline {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: showText;
}

/* .launcher-info[data-animate=true] + .safety_helmet {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInRight;
} */
.brand img.img-fluid{
  max-height: 51px;
}
.subheader:after,
.subheader .date,
.subheader .subheader-body img,
.subheader .subheader-header{
  opacity: 0;
}
@media screen and (min-width:1200px) {
  .brand img.img-fluid{
    max-height: 51px;
  }  
  .subheader .subheader-header{
    min-height: 213px;
  }
  .subheader .subheader-body{
    min-height: 215px;
    overflow: hidden;
  }
}

.subheader[data-animate=true] .subheader-header{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInLeft;
}

.subheader[data-animate=true] .date{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInDown;
  animation-delay: 1s;
}
@media screen and (min-width:992px) {
  .subheader[data-animate=true]:after{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: helmetfadeInright;
  }
}

.subheader[data-animate=true] .subheader-body img{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}

.navegation {
  color: #FC601D;
}
.navegation span {
  font-size: 0.8125rem;
}
.navegation p {
  text-transform: uppercase;
}
.navegation > img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.navegation .pic {
  position: relative;
}
.navegation .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #006EDD;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.navegation:hover {
  text-decoration: none;
  color: #FC601D;
}
.navegation:hover > img {
  opacity: 0.4;
  transform: translateX(-50px);
}
.navegation:hover .pic::before {
  opacity: 0.5;
}
.navegation.align-items-end:hover > img {
  transform: translateX(50px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes helmetfadeInright {
  from {
    opacity: 0;
    transform: translateY(-50%) translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightVisible {
  from {
    transform: translate3d(120%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes background {
  from {
    background-position: right -800px bottom;
  }
  to {
    background-position: right 88px bottom;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showTextLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 0.15;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftVisible {
  from {
    transform: translate3d(-150%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showText {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.bg-cian {
  background-color: #E3F1FF;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-input {
  height: 62px;
  background: #E9F4FF;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  padding: 0 30px;
  line-height: 100%;
  color: #006EDD;
  font-size: 1.375rem;
  order: 1;
}
.form-input::placeholder {
  color: #006EDD;
  font-size: 1.375rem;
}

.form-label {
  font-family: "gilroyregular";
  font-weight: 400;
  font-size: 22px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #E9F4FF;
  mix-blend-mode: normal;
  padding-bottom: 14px;
  padding-left: 26px;
  opacity: 0;
  order: 0;
  transition: opacity 0.3s ease-in-out;
}

.form-field small {
  margin-top: 0.875rem;
  display: none;
}
.form-field.error input {
  background-color: #FFD7A9;
  color: #006EDD;
}
.form-field.error small {
  display: block;
  color: #FFD7A9;
  font-size: 1rem;
  line-height: 0.875rem;
  order: 3;
}

.form-field > .form-input:focus ~ label,
.form-field > .form-input:not(:placeholder-shown) ~ label {
  opacity: 1;
}

.message-error {
  display: block;
  color: #FFD7A9;
  font-size: 1rem;
  line-height: 0.875rem;
  display: none;
}
.message-error.visible {
  display: block;
}

#button-register .btn-label {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}
#button-register .loading {
  display: none;
  gap: 0.5rem;
}
#button-register .loading svg {
  animation: 0.9s bounce infinite alternate;
}
#button-register .loading svg:nth-child(2) {
  animation-delay: 0.3s;
}
#button-register .loading svg:nth-child(3) {
  animation-delay: 0.6s;
}
#button-register.sending .loading {
  display: flex;
}
#button-register.sending .btn-label {
  display: none;
}

@keyframes bounce {
  to {
    opacity: 0.3;
  }
}
.message h3 {
  font-family: "gilroyextrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  color: #D5FFE6;
}
.message p {
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  color: #D5FFE6;
}

.layer {
  margin-top: -12px;
}
@media (max-width: 768px) {
  .layer {
    margin-top: -6px;
  }
}

.modal-backdrop {
  background-color: #fff;
  opacity: 0.9 !important;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border-radius: 0;
  border: 0;
  background-color: #E9F4FF;
}

.modal-figure {
  max-width: 440px;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.modal-figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 0;
}
@media (max-width: 1200px) {
  .modal-figure {
    max-width: inherit;
    max-height: 350px;
    overflow: hidden;
  }
  .modal-figure img {
    position: absolute;
  }
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  transition: opacity 0.3s ease-in-out;
}
.close-modal:hover {
  opacity: 0.7;
}

.modal-contain {
  display: flex;
  flex-direction: column;
  padding: 3.75rem;
  position: relative;
  justify-content: center;
}
.modal-contain .button {
  padding: 12px 26px;
  align-self: flex-start;
}
.modal-contain .button:hover {
  background-color: #fff;
  color: #006EDC;
}
@media (max-width: 567px) {
  .modal-contain {
    padding: 4.75rem 1rem 1.75rem;
  }
  .modal-contain .button {
    font-size: 1rem;
  }
}

.modal-title {
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140.62%;
  color: #006EDC;
}

.modal-picture img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}

.modal-player .close-modal {
  position: fixed;
  z-index: 2000;
  top: 30px;
  right: 30px;
}
.modal-player .modal-content {
  background-color: #FBFBFB;
}
.modal-player .modal-contain {
  padding: 20px;
}
.modal-player .modal-contain p {
  color: #4D4E4C;
}
.modal-player .modal-figure {
  min-height: inherit;
  max-width: inherit;
}

.link-brand {
  display: block;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.link-brand:hover {
  opacity: 0.7;
}

.notify {
  position: fixed;
  top: 36px;
  right: 0;
  z-index: 999;
  background-color: #E9F4FF;
  max-width: 740px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;
}
.notify-contain {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #4D4E4C;
}
.notify-contain .button {
  padding: 0;
  background-color: transparent;
  color: #006EDC;
}
.notify-contain .button:hover {
  color: #FC601D;
}
.notify-contain .button:hover svg path {
  stroke: #FC601D;
}
@media (max-width: 480px) {
  .notify-contain .button span, .notify-contain .button b {
    font-size: 0.75rem;
  }
}
.notify-title {
  font-family: "gilroybold";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140.62%;
  color: #006EDC;
  max-width: 90%;
}
.notify-close {
  display: block;
  align-self: flex-end;
  border: none;
  background-color: transparent;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.notify-close:hover {
  opacity: 0.7;
}
.notify-figure {
  width: 30%;
  min-width: 60px;
}
.notify-figure img {
  width: 100%;
  height: auto;
}
.notify.visible {
  transform: translateX(0%);
  opacity: 1;
}

.spekers {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #FC601D;
  background-image: url("../images/bg-spekers.svg");
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.spekers .row:first-child {
  z-index: 1;
  position: relative;
}
.spekers .row:last-child {
  margin-top: -35px;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .spekers .row:last-child {
    margin-top: -15px;
  }
}
@media (max-width: 992px) {
  .spekers .headline {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .spekers .headline {
    font-size: 4rem;
  }
}

.speker {
  color: white;
}
.speker-card {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .speker-card {
    flex-direction: column;
  }
}
.speker-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}
.speker-summary {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  align-items: flex-start;
}
.speker-summary small {
  font-size: 1rem;
}
.speker-firm {
  border-top: solid 1px #fff;
  display: inline-block;
  margin-top: 13px;
  padding-right: 70px;
}