/* Global styles  */
html {
  scroll-behavior: smooth;
}

main {
  background: #fff;
}

footer {
  padding: 20px;
  color: #000;
  font-size: 13px;
  background-color: #f2f2f2;
  box-shadow: 0 -1px 2px #ccc;
}

footer img.logo-footer {
  opacity: 0.6;
  padding: 12px 0;
}

footer a {
  font-family: "Delivery";
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin-right: 20px;
  margin: 0 10px;
  font-weight: 600 !important;
  opacity: 0.6;
  vertical-align: middle;
  line-height: 3;
}

footer p {
  font-family: "Delivery";
}

* {
  font-size: unset;
}

table,
td p {
  font-size: 16px;
}

a {
  word-break: break-word;
}

p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 2.2rem, 3vw);
  color: #000;
  line-height: 1.1;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

p > a {
  text-decoration: none;
  text-decoration: underline;
  color: #000;
}

small {
  font-size: 1.4rem;
}

small a {
  text-decoration: none;
  text-decoration: underline;
  color: #000;
}

ul > li {
  font-size: 1.8rem;
}

ul.red-list li {
  list-style: none;
}

ul.red-list li::before {
  content: "•";
  color: #d40511;
  font-weight: bold;
  font-size: 2.2rem;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

h2 {
  font-family: "Delivery Condensed Black";
  font-size: 3.5rem;
  color: #d40511;
  text-transform: uppercase;
}

h3 {
  font-family: "Delivery Condensed Black";
  color: #d40511;
  font-size: 4.625rem;
}

a.btn,
button.btn {
  width: auto;
  height: 54px;
  line-height: 4rem;
  color: white;
  font-family: "Delivery Bold";
  font-size: 1.6rem;
  text-transform: none;
  background-color: #d40511;
  border-radius: 0.5rem;
  border: 2px solid #d40511;
  padding: 8px 20px;
}

a.btn:hover,
button.btn:hover {
  background-color: #fff;
  color: #d40511;
}

a.btn:focus,
button.btn:focus {
  background-color: #f00;
}

table.centered thead {
  border-top: 5px solid #cccccc;
}

table.centered tbody tr:last-child {
  border-bottom: 5px solid #cccccc;
}

table.centered tbody tr td:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

label {
  font-size: 1.6rem;
  font-family: "Delivery Bold";
  color: #202020;
}

input,
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background: #f9f9f9;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #a1a1a1;
  padding: 0.8rem;
  font-family: "Delivery";
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

::-webkit-input-placeholder {
  color: #a1a1a1;
}

::placeholder {
  color: #a1a1a1;
}

select {
  display: block;
  background: #f9f9f9;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #a1a1a1;
  padding: 0.8rem;
  font-family: "Delivery";
  height: 50px;
  margin: 0 0 8px 0;
}

.switch {
  padding: 12px 0;
}

.navbar-fixed {
  height: 57px;
}

.embed-activator {
  display: block;
  margin: 20px;
}

.hidden {
  display: none;
}

#ot-sdk-btn {
  font-size: 1.2rem !important;
}

/* .container {
      max-width: 100%;
      } */

/* Landing page styles start */
#register-form,
#register-footer {
  background: #fff;
  color: #636363;
}

#register-form {
  padding: 20px;
  background: linear-gradient(#f2f2f2 10%, #f2f2f2, #ffffff 90%);
}

.is-invalid {
  border-color: red !important;
}

h3.h3-title {
  font-size: clamp(2.5rem, 3.5rem, 3vw);
  color: #000;
}

h2.h2-title {
  font-size: clamp(2.3rem, 3.5rem, 3vw);
}

h3.h3-title-speaker {
  margin: 6px 0;
  font-family: "Delivery Condensed Black";
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2rem, 2vw);
  text-transform: uppercase;
  color: #d40511;
}

.header-cover {
  width: 100%;
  position: relative;
}

.header-cover img {
  display: block;
}

.que-es-pymes-program {
  padding: 40px 0;
  background-color: #ffcb08;
  background-image: linear-gradient(to bottom, #ffcb08, #ffcb08, #ffefb4);
}

.aprende-y-expande-tu-negocio {
  position: relative;
  padding: 40px 0;
  background-color: #f2f2f2;
  border-radius: 20px;
  box-shadow: 0px 6px 10px #636363;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aprende-y-expande-tu-negocio h3 {
  font-family: "Delivery";
  font-size: clamp(2rem, 3.5rem, 3vw);
  color: #d40511;
}

.por-que-es-importante-el-pymes-program {
  padding: 20px 0;
  background-color: #fff;
}

.impulsa-tu-negocio-con-pymes-program {
  padding: 40px 0;
  background-color: #f2f2f2;
  margin: 0 auto;
}

.como-puedo-ser-parte {
  position: relative;
  padding: 40px 0;
  border-radius: 20px;
  box-shadow: 0px 6px 10px #636363;
  background-color: #f2f2f2;
}

.revive-master-classes {
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  background-color: #f2f2f2;
}

.revive-master-classes a.btn {
  height: auto;
  line-height: normal;
  font-size: 1.3rem;
}

.revive-master-classes .buttons-container a.btn {
  width: 100%;
}

#heading-master-classes {
  margin-top: -16px;
}

#heading-master-classes .speakers__container {
  background: linear-gradient(#ffcc00 70%, #fff);
  background-size: cover;
  background-position: center;
  padding: 80px 16px;
}

#sliders-cards .speaker__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

#sliders-cards .card {
  width: 100%;
}

#sliders-cards .card .card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 16 /9;
}

#sliders-cards .card .card-content {
  position: relative;
  z-index: 0;
  padding: 16px 12px 22px 12px;
  margin-top: -8px;
  border-radius: 12px;
  background: transparent;
}

#sliders-cards .card-content p {
  font-size: 1.5rem;
  padding-bottom: 12px;
}

#sliders-cards .card .card-action:last-child {
  border-radius: 0 0 12px 12px;
}

#sliders-cards .btn-small {
  background-color: #d40511;
  font-family: "Delivery Bold";
  font-size: 1.2rem;
  text-transform: none;
}

#sliders-cards {
  .splide__slide:not(.is-active) {
    opacity: 0.6;
  }

  .splide__arrow {
    background: transparent;
    transform: scale(1.5);
  }

  .splide__arrow svg {
    fill: #202020;
  }

  .splide__arrow--next {
    right: -3em;
  }

  .splide__arrow--prev {
    left: -3em;
  }

  .splide__pagination {
    bottom: -1.5em;
  }

  .splide__pagination__page.is-active {
    background: #d40511;
  }

  .splide__pagination__page {
    background: #d9d9d9;
    transform: scale(1.5);
  }
}

section.event-details .card.horizontal {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
}

section.event-details .card.horizontal .card-image {
  align-self: center;
  display: inherit;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

section.event-details .card.horizontal .card-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
section.event-details .card-content ul > li {
  font-family: Delivery;
  font-size: clamp(1.6rem, 2.2rem, 3vw);
  color: #000;
  list-style: inside;
  text-align: left;
}

section.event-details .card.horizontal .card-content .card-content__info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 0;
}

section.event-details .card.horizontal .card-content p {
  padding-bottom: 12px;
}

#register-form .btn {
  margin: 12px 0;
  background: #d40511;
  text-transform: none;
  font-weight: bold;
  width: 100%;
}

.modal .modal-content {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .navbar-fixed {
    height: auto;
  }

  .navbar-fixed .navbar_normal.alterado .hide-on-med-and-down {
    float: right;
  }

  .navbar-fixed .navbar_normal.alterado {
    min-height: 55px;
  }

  .header-cover {
    padding-top: 56px;
  }
}

.why-pagination {
  bottom: -3.5em;
}

.why-page {
  width: 12px;
  height: 12px;
}
.why-page.is-active {
  transform: scale(1);
  background-color: #d40511;
}

@media screen and (max-width: 600px) {
  #register-form,
  #register-footer {
    box-sizing: content-box;
  }

  #register-footer {
    width: 100%;
    transition: all 0.5s ease-in-out;
  }

  #sliders-cards .speaker__cards {
    flex-direction: column;
    gap: 16px;
  }

  #sliders-cards .speakers__container {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 820px) {
  .event-details .card.horizontal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  section.event-details .card.horizontal .card-content {
    padding: 16px;
  }

  section.event-details .card.horizontal .card-image {
    max-width: 100%;
  }
  .event-details {
    padding-top: 0;
  }
  .aprende-y-expande-tu-negocio {
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 10px #636363;
  }

  .por-que-es-importante-el-pymes-program {
    padding: 0 0 20px 0;
  }

  .impulsa-tu-negocio-con-pymes-program {
    padding: 0;
    width: 100%;
  }
  section.event-details .card.horizontal .card-content {
    align-items: center;
    text-align: center;
  }
  .como-puedo-ser-parte {
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0px 2px 10px #636363;
  }

  .revive-master-classes {
    padding: 0;
    width: 100%;
  }

  a.btn,
  button.btn {
    height: auto;
    line-height: 1;
  }
}
