divx {
  outline: 1px dashed grey;
  padding: 10px;
  margin: 10px;
}

body {
  background: #ededec;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: 'Krona One', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;

  margin: 0px;
}

/* whats floating */
#cta-whats-floating {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 40px;
  right: 40px;
  background: #259963;
  border-radius: 50%;
  z-index: 1000;
  text-align: center;
  padding: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
}
#cta-whats-floating:hover {
  cursor: pointer;
  filter: brightness(1.4);
  padding: 18px;
}

/* title block */
.title-block {
  text-align: center;
}
.title {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
}

/* CTA BLOCK */
.cta {
  max-width: 400px;
  text-align: center;
}
.label {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
}
.cta-tbn {
  display: inline-block;
  background: #17695c;
  color: white;
  font-weight: normal;
  font-size: 24px;
  border-radius: 30px;
  padding: 16px 24px;
  width: 247px;
  margin: 6px 0px;
}
.cta-tbn:hover {
  filter: brightness(1.4);
}
.divider {
  width: 100px;
  height: 6px;
  background: #259963;
  margin: 0 auto 20px;
}

/* header */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
#cover {
  background: url('../_images/bg.png') center top no-repeat;
  background-size: 60%;
}
#logo-summit {
  display: block;
  margin: 0 auto;
}
#cover h1 {
  text-align: center;
  margin-top: 20px;
  font-size: 2em;
}
#cover-gine {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#logo {
  display: inline-block;
}

#umc-logo {
  height: 40px;
}
#full-logo {
  height: 40px;
}
#u-logo {
  display: none;
}

#menu {
  display: flex;
  /* gap: 1rem; */
}
#menu .link {
  display: inline-block;
}

#menu .link {
  display: inline-block;
  margin-left: 24px;
  padding: 6px;
  color: #171717;
  font-weight: bolder;
  transition: all ease 0.2s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

#menu .link:hover {
  opacity: 1 !important;
  border-bottom: 4px solid grey;
}

#menu .link.inactive {
  opacity: 0.4;
}

/* cover */
#cover {
}

/* cta block */
#cta-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 40px 40px 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#date {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  vertical-align: central;
}

#days {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
}
#moth {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: lighter;
  font-size: 24px;
}
#year {
  letter-spacing: 10px;
  font-weight: 200;
}

#sedelabel {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
}
#city {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: normal;
  font-size: 24px;
}
#state {
  letter-spacing: 10px;
  font-weight: 200;
}

#label {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
}

/* speakers */
#speaker-cards {
  text-align: center;
}
.speaker {
  display: inline-block;
  text-align: left;
}
.speaker-image {
  width: 180px;
}
.name {
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #17695c;
  font-size: 24px;
}
.lastname {
  text-transform: uppercase;
  font-size: 24px;
}
.country {
  display: flex;
  padding: 10px 0px;
  text-align: center;
}
.country-flag-icon {
  height: 20px;
  margin-right: 10px;
}
.country-name {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
#speaker-cards .cta {
  margin: 40px auto 80px;
}
#cta-speakers,
#cta-highlights {
  margin: 40px auto;
}

/*highliths*/

#highlights {
  margin-bottom: 80px;
}
.highlight {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  height: 220px;
  margin-bottom: 2rem;
  background: white;
}
.highlight-image {
  width: 50%;
  flex: 0 0 50%;
}
.highlight-descripcion {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centra verticalmente */
  /*align-items: center;     opcional: centra también horizontalmente */
  padding: 2rem;
  font-size: 24px;
}

#highlight-1 .highlight-image {
  background: url('_images/highlight-1.jpg') center center no-repeat;
  background-size: cover;
}
#highlight-2 .highlight-image {
  background: url('_images/highlight-2.jpg') center center no-repeat;
  background-size: cover;
}
#highlight-3 .highlight-image {
  background: url('_images/highlight-3.jpg') center center no-repeat;
  background-size: cover;
}
#highlight-4 .highlight-image {
  background: url('_images/highlight-4.jpg') center center no-repeat;
  background-size: cover;
}
#highlight-5 .highlight-image {
  background: url('_images/highlight-5.jpg') center center no-repeat;
  background-size: cover;
}

/* form */
#form {
  background: #1d8978;
  color: white;
  padding: 32px;
}

#form .title-block,
#form .title {
  color: white !important;
}
#form .divider {
  background: white;
}

#form-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* o center, según tu diseño */
  gap: 1rem;
  margin-bottom: 2rem;
}

.card {
  background: #17695c;
  padding: 24px;
  margin: 4px;
  flex: 1;
  padding: 2rem;
  border-radius: 8px;
}

#extras {
  background: #10564d;
  padding: 1rem 2rem;
  border-radius: 8px;
}

#card-form {
  background: white;
  color: black;
  display: none;
}
#card-form h1 {
  margin-bottom: 20px;
}

li {
  margin: 10px;
}

label {
  display: block;
  margin: 10px 4px 10px 0px;
}
input,
select {
  width: 90%;
  padding: 3% 5%;
  border-radius: 30px;
  background: #ededed;
  outline: none;
  border: 0;
}
select {
  width: 100%;
  border-radius: 30px;
  background: #ededed;
  outline: none;
  border: 0;
}

#meinteresa-block input,
#meinteresa-block label {
  width: auto;
  display: inline;
  cursor: pointer;
  margin-bottom: 10px;
}

#enviar {
  background: #17695c;
  font-size: 24px;
  color: white;
  margin: 10px;
}
#enviar:hover {
  cursor: pointer;
  filter: brightness(1.4);
}

/*sede */
#sede {
  margin: 40px 0px;
}
#mapframe {
  width: 90%;
  height: 400px;
}

/* footer */

#cta-bar {
  background: #259963;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
}
.tel {
  color: white;
  font-family: 'Krona One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
#cta-btn-white {
  background: white;
  color: #259963;
  padding: 8px 24px;
  margin: 16px;
  border-radius: 30px;
  display: flex;
}
#cta-btn-white img {
  height: 24px;
  margin-left: 16px;
  font-size: 16px;
}
#cta-btn-white:hover {
  outline: 4px solid green;
}

footer {
  background: #171717;
  text-align: center;
  padding: 80px 0px 120px;
  color: white;
  font-size: 10px;
}
footer a {
  display: inline-block;
  margin: 24px 16px;
  transition: all ease 0.2s;
}
footer a:hover {
  opacity: 0.4;
}
.socialmedia-icon {
  height: 40px;
}

@media only screen and (max-width: 800px) {
  #full-logo {
    display: none !important;
  }
  #u-logo {
    display: block;
  }

  #dateandcta {
    display: block;
    margin: 24px 40px;
    padding: 0px;
  }

  #menu {
    font-size: 10px;
  }

  /* cta */
  .cta {
    margin: 0 auto;
  }

  /* cta block */
  #cta-block {
    padding: 0px 40px 40px 40px;
    text-align: center;
    display: block;
  }
  #date,
  #sede,
  #cta-block.cta {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
  }

  /* speakers */
  #speakers.title-block {
    margin: 0 20px;
  }
  #speaker-cards {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth; /* opcional, para un scroll más bonito */
    -webkit-overflow-scrolling: touch; /* para suavidad en iOS */
    padding: 40px;
  }
  .speaker {
    margin-right: 1rem;
  }

  /*higlights*/

  .highlight {
    flex-direction: column;
    height: auto;
  }

  .highlight-image {
    flex: none;
    width: 100%;
    height: 200px; /* puedes ajustar este valor a tu gusto */
  }

  .highlight-descripcion {
    flex: none;

    padding: 40px;
  }

  /* form cards */

  #form-cards {
    flex-direction: column;
  }

  #cta-bar {
    flex: none;
    display: block;
    padding: 40px 0;
  }

  #cta-btn-white div {
    display: block;
    width: 100%;
  }
  #cta-btn-white .tel {
    margin-top: 24px;
  }

  #cta-btn-white {
    flex: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
  }
}
