* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

body {
  background: #fff;
}

h1 {
  font-size: 56px;
  color: #333333;
  text-align: center;
}

h2 {
  font-size: 42px;
  color: #333333cf;
  text-align: center;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

p {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.header {
  height: 500px;
  background: url(img/fondolanding.png) center bottom no-repeat;
  background-size: cover;
}
.header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 32px 12px 32px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: fixed;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.header-menu-logos {
  display: flex;
  gap: 32px;
}
.header-menu-logos > img {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.header-menu-logos-mini {
  display: flex;
  align-items: center;
}
.header-menu-logos-mini img:first-child {
  height: 32px;
  margin-bottom: 12px;
}
/*.header-menu-logos-mini img {
  height: 20px;
  margin-right: 10px;
}*/
.header-menu-botons a {
  text-decoration: none;
  color: rgb(0 0 0 / 50%);
  font-weight: 600;
  margin-left: 12px;
}

.header > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
span:first-child {
  color: #ff5038;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.header-title h2 {
  margin-top: 12px;
}
.header-title-date {
  font-size: 24px;
  font-weight: 600;
  color: #ff5038;
  margin-top: 32px;
}

#section1 {
  width: 100%;
  padding: 24px 120px 0;
  display: flex;
  height: 570px;
  gap: 45px;
}

.form {
  background: radial-gradient(96.32% 103.43% at 105.38% 2.92%, #ED8101 0%, #FF5038 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 80, 56, 0.44);
  border-radius: 30px;
  width: 40%;
  min-width: 440px;
  color: #fff;
  height: 660px;
  overflow: hidden;
  margin: 0;
  padding: 16px 12px 24px 24px;
  display: flex;
  flex-direction: column;
}
.form h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.form span#nota-legal {
  font-size: 12px;
  color: rgb(255 255 255 / 60%);
}
.form #mc_embed_shell {
  overflow-y: scroll;
  height: 100%;
  padding-right: 12px;
}
.form #mc_embed_shell::-webkit-scrollbar {
  width: 8px; /* width of the entire scrollbar */
  position: absolute !important;
  top: 0;
  right: 12px;
}
.form #mc_embed_shell::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12); /* color of the tracking area */
  border-radius: 20px;
}
.form #mc_embed_shell::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.66); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: none; /* creates padding around scroll thumb */
  margin: 0;
}
.form #mc_embed_signup {
  height: 100%;
  background: none;
}
.form #mc_embed_signup form {
  margin: 0;
  height: 100%;
}
.form #mc_embed_signup form #mc_embed_signup_scroll input {
  border: none !important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px 2px !important;
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.form #mc_embed_signup form #mc_embed_signup_scroll input:focus-visible {
  outline: none;
}
.form #mc_embed_signup form #mc_embed_signup_scroll .asterisk {
  color: rgba(255, 255, 255, 0.5);
}
.form #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
  margin: 0;
  text-align: right;
  font-size: 11px;
}
.form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
}
.form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1px 4px;
}
.form #mc_embed_signup form #mc_embed_signup_scroll .clear {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.form #mc_embed_signup form #mc_embed_signup_scroll .clear .button {
  color: #ff5038;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #D44430;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  padding: 12px 24px !important;
  height: 42px;
  line-height: normal;
  text-transform: uppercase;
}
.form #mc_embed_signup form #mc_embed_signup_scroll div.mce_inline_error {
  background: none;
  color: #fff;
  margin: 0 0 6px;
}
.form #mc_embed_signup form #mc_embed_signup_scroll #horizontal-box-form {
  background: #fff;
}

.event {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}
.event .title h3 {
  color: #333333;
}
.event span {
  font-size: 18px;
  font-weight: 600;
  color: #ff5038;
  width: 80%;
}

.event ul {
  margin-top: -10px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}

.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.title-circle {
  height: 10px;
  width: 10px;
  background: #ff5038;
  border-radius: 50px;
}

#section2 {
  background: url(img/BGsection2.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 144px 120px 120px 120px;
  display: flex;
  justify-content: center;
}
#section2 .time {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  align-items: center;
}
#section2 .time .title {
  width: 100%;
}
#section2 .time-hour {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 480px;
}
#section2 .time-hour-box {
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-shadow: 1px 1px 8px #ff5038;
}
#section2 .time-hour-box-button {
  background: #ff5038;
  border-radius: 6px;
  padding: 4px 16px;
  color: #ffffff;
}

#section3 {
  width: 100%;
  padding: 24px 120px 80px 120px;
  background: #333333;
}
#section3 .speakers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#section3 .speakers-wraper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#section3 .speakers-wraper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#section3 .speakers-wraper-card img {
  margin-bottom: 20px;
  border-radius: 100px;
  box-shadow: 0px 10px 20px 0px rgba(255, 80, 56, 0.33);
  width: 150px;
  height: 150px;
  background-size: cover;
}
#section3 .speakers-wraper-card h4 {
  color: #ffffff;
}
#section3 .speakers-wraper-card span {
  color: #ff5038;
}
#section3 .speakers-wraper-card span:last-child {
  color: rgba(255, 255, 255, 0.7137254902);
  font-weight: 100;
}

#section4 {
  width: 100%;
  padding: 20px 120px 80px 120px;
  background: #333333;
  height: 560px;
}
#section4 .map {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: url(img/map.png) center center no-repeat;
  background-size: contain;
}
#section4 .map-wraper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
#section4 .map-wraper-text {
  width: 40%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section4 .map-wraper-text > span {
  font-size: 20px;
  color: #fff;
  text-decoration-line: underline;
  margin-bottom: 6px;
}
#section4 .map-wraper-text h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ff5038;
}
#section4 .map-wraper-text p {
  color: #fff;
  margin-bottom: 10px;
}
#section4 .map-wraper-text-button {
  text-decoration: none;
  background: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
#section4 .map-wraper-text-button .google {
  color: #ff5038;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  margin: 0;
}

.partners {
  width: 100%;
  padding: 20px 120px 80px 120px;
  background: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.partners-title {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.partners-logos {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 40px;
}
.partners-logos img {
  height: 100%;
}

footer {
  background: #333333;
}

.footer {
  background: url(img/footer.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 120px;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 40px 40px 0 0;
}
.footer .adress {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: solid 2px white;
}
.footer .adress span {
  font-weight: 600;
  margin-bottom: 16px;
}
.footer .adress p {
  color: #fff;
  font-weight: 400;
}
.footer .legaly {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}
.footer .legaly-term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer .legaly-term a {
  text-decoration: none;
  color: #fff;
}
.footer .legaly .civicacopy {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 1920px) {
  #section1 {
    max-width: 1800px;
    margin: 0 auto;
    height: 400px;
  }
  #section2 {
    padding: 200px 120px 120px 120px;
  }
  #section3 {
    padding: 100px 120px 140px 120px;
  }
  #section3 .speakers {
    max-width: 1260px;
    margin: 0 auto;
  }
  #section4 .map {
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media (min-width: 1720px) {
  #section1 {
    padding: 12px 10% 0;
  }
}
@media (max-width: 1440px) {
  #section1 {
    height: 800px;
  }
}
@media (max-width: 1170px) {
  .header {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header .header-title {
    padding: 130px 0 64px;
  }
  .header .header-title h1 {
    font-size: 48px;
    padding: 0 90px;
  }
  .header .header-title h2 {
    font-size: 36px;
    padding: 0 90px;
  }
  #section1 {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 64px;
  }
  #section1 .form {
    width: 100%;
    display: table;
  }
  #section1 .form #mc_embed_shell {
    height: -moz-fit-content;
    height: fit-content;
  }
  #section1 .event {
    width: 100%;
  }
  #section2 {
    padding: 240px 0 120px;
  }
  #section3 {
    padding: 64px 120px 120px 120px;
  }
}
@media (max-width: 900px) {
  .header-menu {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 16px;
  }
  .header-menu-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .header-menu-botons {
    font-size: 14px;
  }
  .header .header-title {
    padding: 220px 0 64px;
  }
  .header .header-title h1 {
    font-size: 64px;
  }
  .header .header-title h2 {
    font-size: 36px;
  }
  #section1 {
    padding: 24px;
  }
  #section1 .form {
    min-width: auto;
  }
  #section2 {
    padding: 240px 24px 120px;
  }
  #section2 .time {
    width: 100%;
  }
  #section2 .time-hour-box {
    gap: 12px;
  }
  #section3 {
    padding: 20px 24px 120px;
  }
  #section3 .speakers-wraper {
    flex-direction: column;
    gap: 48px;
  }
  #section4 {
    padding: 20px 24px 80px;
  }
  #section4 .map-wraper {
    flex-direction: column;
  }
  #section4 .map-wraper .map-wraper-text {
    width: 100%;
    text-align: center;
  }
  .partners {
    padding: 20px 24px 80px;
    gap: 32px;
  }
  .partners .partners-logos {
    flex-direction: column;
  }
  .footer {
    padding: 50px 24px;
  }
  .footer .legaly {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
  .footer .legaly .legaly-term {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */

/* ---- Formulario ---- */

#mc_embed_signup .helper_text {
  background-color: transparent !important;
  color: #ffffff9d !important;
}

#mc_embed_signup .mc-field-group select {
  width: 100% !important;
  /* background: rgba(255, 255, 255, 0.2) !important; */
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  color: #0000008c !important;
}

.form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  padding-bottom: 12px !important;
}

.form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group .pt12 {
  padding-top: 10px;
}

.form #mc_embed_signup form #mc_embed_signup_scroll .asterisk {
  color: #FFF !important;
}

select#mce-FUENTE:focus-visible {
  outline: none !important;
}

#mc_embed_signup #mce-success-response {
  color: #FFF !important;
  text-align: center;
}