@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");

body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 300px;
}
a{
  color: rgb(255, 126, 0);
}
h1 {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
  color: rgb(255, 126, 0);
  margin: 0;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ff7e00;
  text-transform: uppercase;
  margin: 0.2rem 0;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

h5 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 38px;
}

h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  margin: 2rem 0 0;
  text-transform: uppercase;
}

small {
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-size: 18px;
}

.application_bar {
  height: 75px;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.application_container {
  display: grid;
  grid-template-columns: 0.5fr 2.7fr 0.8fr;
  line-height: 15px;
  font-family: "Changa";
  width: 1264px;
  margin-right: 2rem;
}

.application_container img {
  position: sticky;
  width: 93px;
  height: 62px;
  margin-top: 0.3rem;
}

.application_logo {
  padding-left: 2rem;
}

.description_bar {
  text-align: end;
  padding: 0.4rem 2rem 0 0;
}

.description_bar h2 {
    margin-top: 0.9rem;
}

.button_bar {
  display: flex;
  justify-content: end;
}

.button_bar a {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(255, 126, 0, 1);
  width: 100%;
  height: 75px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}

.image_header {
  height: 606px;
}

.image_header img {
  width: 100%;
  height: 606px;
  object-fit: cover;
  object-position: center;
}

.title_header {
  background: rgba(0, 0, 0, 0.6);
  border-style: none;
  border-radius: 0px;
  top: 75px;
  z-index: 2;
  width: 50%;
  height: 531px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.title_header_container {
  width: 440px;
  padding-right: 4rem;
}

.title_header_container h1 {
  padding: .5rem 0 0;
}

.title_header_container h3 {
  color: rgb(255, 255, 255);
}

.title_header_container small {
  color: rgb(255, 255, 255);
}

.title_header_container p {
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.date_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background: linear-gradient(#fa7d05, #dc3d01);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 28px;
}

.intro {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.intro_container {
  max-width: 1010px;
  box-sizing: border-box;
}

.invitation {
  color: #666666;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.invitation p {
  margin-top: 0.5rem;
}

.logos {
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}

.logos_container {
  display: flex;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  font-size: 12px;
  text-transform: uppercase;
  color: #6f6c82;
  width: 100%;
  max-width: 1232px;
  box-sizing: border-box;
}

.logos_container.logos_container__2 {
  display: flex;
  /*grid-template-columns: 1fr 1fr;*/
  font-size: 12px;
  text-transform: uppercase;
  color: #6f6c82;
  width: 100%;
  max-width: 700px; /*1232px*/
  box-sizing: border-box;
}

.logos_row {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  /* height: 116.56px; */
  text-align: center;
}

.logos_row p {
  margin: 1rem 0;
}

.category {
  flex: 1;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  gap: 1rem;
}

.category img {
  height: auto;
  width: auto;
  display: block;
  max-height: 110px;
  max-width: 110px;
  margin: 0 6px;
}

@media screen and (max-width: 480px) {
  .category {
    flex-direction: column;
  }
}

.category.category__1 img {
  max-height: 100px;
  max-width: initial;
}

.category_img__3_1 {
  scale: .6;
}

.category hr {
  width: 100%;
  margin: 0.3rem;
  border: none;
}

.participants {
  display: flex;
  margin: 2rem 3rem 0;
  text-align: justify;
  justify-content: center;
}

.participants_content {
  font-size: 20px;
  line-height: 22px;
  max-width: 1098px;
  box-sizing: border-box;
}

.participants_content h5 {
  margin: 2rem 0;
}

.participants_content ul {
  list-style: none;
  line-height: 29px;
  padding: 0;
}

.participants_content p strong {
  color: #ff7e00;
}

.participants_apply {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 2rem 3rem;
  gap: 1rem;
}

.participants_apply_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #ff7e00;
  width: 360px;
  height: 78px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  border: 1px solid #ff7e00;
}
.participants_apply_link__doc {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ff7e00;
  height: 54px;
  font-weight: 400;
}

.collage {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
  height: 383px;
  text-align: center;
}

.collage_img {
  height: 383px;
  width: 100%;
  box-sizing: border-box;
}

.collage_img img {
  width: 33.3%;
  height: 383px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.img1 {
  clip-path: polygon(10% 0, 100% 0, 80% 100%, 10% 100%);
}

.img2 {
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

img.img2 {
  margin-left: -4.5%;
}

.img3 {
  clip-path: polygon(20% 0, 90% 0, 90% 100%, 0 100%);
}

img.img3 {
  margin-left: -4.5%;
}

.stripe {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.steps {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem;
}

.steps_background {
  text-align: center;
  max-width: 950px;
}

.steps_background h5 {
  margin: 2rem 0;
}

.steps_content {
  display: grid;
  grid-template-columns: 1fr 25px 1fr 25px 1fr;
  width: 100%;
  margin-bottom: 1rem;
}

.steps_content h1 {
  font-size: 48px;
  font-weight: 800;
}

.steps_content p {
  font-size: 20px;
  line-height: 21px;
  margin: 0;
}

.step_number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.step_number img {
  width: 66px;
  height: 65px;
}

.step1 {
  margin-right: 1rem;
}

.step2 {
  margin: 0 1rem;
}

.step3 {
  margin: 0 1rem;
}

.step4 {
  margin-left: 1rem;
}

.arrow {
  margin-top: 3rem;
}

.arrow_down {
  display: none;
}

.description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.1rem 0 2rem;
}

.description_container {
  display: grid;
  grid-template-columns: 6fr 4fr;
  margin: 4rem 2rem 3rem;
  max-width: 1232px;
  box-sizing: border-box;
}

.description_container h5 {
  font-size: 48px;
  margin-top: 0;
  padding: 4rem 0 2rem;
  line-height: 48px;
}

.stages {
  padding: 0 2.5rem;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 160px;
}

.stages p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 2rem;
}

.stages .apply {
  display: none;
}

p.date {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0 0;
}

.stages p strong {
  color: #ff7e00;
}

.rules {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}

.rules a {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
  max-width: 329px;
  height: 70px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #ff7e00;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.awards {
  background-image: url("https://www.nadanosdetiene.cl/site/templates/componentes/landing/assets/background_awards.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.awards_container {
  text-align: center;
  padding: 0 2rem;
  background: rgba(255, 255, 255, 0.41);
  color: #000000;
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 160px;
}

.awards_container h5 {
  margin: 0;
}

.awards_container p {
  font-size: 24px;
  line-height: 29px;
}

p.place {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #ff7e00;
  margin: 3rem 0 1.5rem;
}

p.first {
  font-size: 52px;
}

hr {
  width: 60%;
  margin-top: 4rem;
  border-width: 2px;
}

.apply {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}

.apply a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #ff7e00;
  width: 100%;
  max-width: 329px;
  height: 70px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
}

.footer_info{
  background-color: #ffffff;
  color: #222;
  padding: 1rem 2rem;
}
.footer_info_container{
  max-width: 1232px;
  width: 100%;
  margin:0 auto;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_info_container .logos_container.logos_container__2 {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 830px;
    margin-top: 1rem;
}

.footer_info_container_img {
    filter: grayscale(100%);
}

.all_championships {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 183px;
}

.all_championships_container {
  display: grid;
  grid-template-columns: 6fr 4fr;
  max-width: 1232px;
  box-sizing: border-box;
}

.championships_social_media {
  position: relative;
  margin: 2rem 0 2.5rem;
}

.nnd_social_media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 380px;
  box-sizing: border-box;
  align-items: center;
}

.logo_nnd_img {
  max-height: 150px;
  max-width: 150px;
}

.nnd_social_media_txt {
  font-size: 24px;
}

.nnd_social_media_txt p {
  margin: 0.5rem;
}

.nnd_social_media_icons {
  display: flex;
  margin: 0.5rem;
}

.nnd_social_media_link {
  color: #f56721;
  display: block;
  padding-right: 24px;
  font-size: 24px;
}

.other_championships {
  text-align: center;
}

.other_championships_title {
  font-weight: 700;
  font-size: 24px;
  margin: 1rem 0 0;
}

.other_championships_content {
  font-weight: 500;
  font-size: 16px;
  margin: 0.5rem 1.4rem 1rem;
}

.other_championships_button {
  width: 100%;
}

.other_championships_button a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f56721;
  width: 100%;
  max-width: 405px;
  height: 55px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}

.footer_note {
  text-align: center;
  padding-top: 1.4rem;
  margin-bottom: -0.8rem;
  font-style: italic;
  font-size: 12px;
}

.footer_container {
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer_container img {
  width: 77px;
  height: 51px;
  margin-top: 1.3rem;
}

.footer_container p {
  font-size: 14px;
  margin-top: 2rem;
  line-height: 15px;
}

.footer_container p a {
  color: #ffffff;
}

.footer_description {
  width: 39%;
}

.footer_line {
  margin: 0.5rem 0 1.5rem;
  display: flex;
  justify-content: center;
}

.footer_line hr {
  width: 100%;
  margin: 0;
  border: 0.5px solid #ffffff;
  opacity: 0.3;
  max-width: 1050px;
}

.social_media {
  position: relative;
  font-size: 16px;
  max-width: 1050px;
  align-self: center;
}

.follow_us {
  margin-top: 0.5rem;
}

.icons {
  display: flex;
  justify-content: space-between;
  height: 35px;
  width: 50%;
  margin-left: 2rem;
}

.icons img {
  height: auto;
  max-height: 35px;
  margin: 0;
}

.contact_us {
  display: flex;
  justify-content: end;
}

.contact_us p {
  margin-top: 0.5rem;
}

.contact_us p a {
  color: #ffffff;
}

.form {
  padding: 75px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_container {
  margin: 3rem 2rem;
  padding: 2rem;
  background-color: #ffffff;
  text-align: center;
  max-width: 1232px;
  box-sizing: border-box;
}

.form_container h5 {
  margin: 1rem 0;
  font-size: 48px;
  line-height: 48px;
}

.form_container p {
  margin: 0;
}

.form_row {
  display: flex;
  flex-wrap: wrap;
}

.box {
  width: 50%;
  min-width: 300px;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 0.8rem 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 800px) {
  .box {
    min-width: 240px;
  }
}
.box input,
.box select,
.box label,
.box textarea {
  display: block;
}

.box_checkbox {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.box_checkbox input {
  margin-right: 1rem;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.box_button {
  align-items: center;
  margin-top: 2rem;
  display: flex;
  align-self: flex-end;
}

.application_bar_form {
  height: 75px;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.application_bar_form_container {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  line-height: 15px;
  font-family: "Changa";
  width: 1264px;
  margin-left: 2rem;
}

.application_bar_form_container img {
  position: sticky;
  width: 93px;
  height: 62px;
  margin-top: 0.3rem;
}

form {
  font-size: 17px;
  text-align: left;
  line-height: 21px;
  margin-top: 2rem;
}

label {
  font-weight: 700;
}

.box small {
  font-weight: 400;
  font-size: small;
}

.input_text {
  width: 98%;
  margin-top: 0.5rem;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 17px;
  font-family: "roboto condensed";
  height: 34px;
  padding-left: 0.5rem;
  box-shadow: inset 0px 2px 3px #cecece;
}

.input_select {
  width: 100%;
  margin-top: 0.5rem;
  background: #f4f4f4;
  border: 1px solid #f9f9f9;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 17px;
  font-family: "roboto condensed";
  height: 38px;
  padding: 0.5rem;
}

textarea {
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin-top: 0.5rem;
  width: 98%;
  background: #f4f4f4;
  border: 1px solid #f9f9f9;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 17px;
  font-family: "roboto condensed";
  resize: none;
}

.company_type {
  font-weight: 400;
  line-height: 20px;
}

#form_rules {
  display: flex;
  justify-content: start;
  position: relative;
  bottom: 0;
}

#form_rules a {
  position: inherit;
  margin-bottom: 0;
  max-width: 358px;
  height: 76px;
  font-size: 24px;
  font-weight: 500;
  font-family: Poppins;
}

.send {
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 0;
  width: 360px;
  height: 78px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  font-family: Poppins;
  background: rgba(255, 137, 0, 1);
}

.sending {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 0;
  width: 360px;
  height: 78px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  font-family: Poppins;
  background-color: rgba(255, 126, 0, 0.5);
}

/* Ocultar flechas de campo number en Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formError .formErrorContent {
  border: none !important;
  font-weight: 600;
  font-size: 14px !important;
}

.msj_container {
  display: none;
  margin: 3rem 2rem;
  padding: 2rem;
  background-color: #ffffff;
  text-align: center;
  max-width: 1232px;
  box-sizing: border-box;
}

.msj_container h5 {
  margin: 1rem 0;
}

.msj_container p {
  font-size: 17px;
}

.msj_loading {
  display: block;
}

.form_container_msj {
  height: 75vh;
}

@media screen and (max-width: 1023px) {
  .application_bar {
    height: 55px;
  }

  .application_bar img {
    width: 67px;
    height: 44px;
    left: 0;
    top: 0;
  }

  .application_container {
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem 0 1.5rem;
    margin-right: 0;
  }

  .application_container img {
    margin-top: 0.4rem;
  }

  .application_logo {
    padding-left: 0;
  }

  .description_bar {
    display: none;
  }

  .button_bar a {
    height: 55px;
    font-size: 16px;
    width: 176px;
  }

  .image_header {
    height: 482px;
  }

  .image_header img {
    height: 482px;
  }

  .title_header {
    width: 100%;
    height: 213px;
    top: 55px;
    align-items: flex-start;
  }

  .title_header_container {
    width: auto;
    height: 213px;
    padding: 0 2rem;
    margin-top: 1.8rem;
  }

  .title_header_container p {
    font-size: 16px;
    margin: 0.5rem 0;
    line-height: 16px;
  }

  .date_banner {
    display: block;
    height: auto;
    width: auto;
    padding: 1rem 4rem;
    font-size: 15px;
    text-align: center;
  }

  .awards_banner {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    height: auto;
    width: auto;
  }

  .awards_banner p {
    margin: 0;
  }

  .intro {
    display: block;
    margin: 2rem 3rem;
  }

  .intro_container {
    display: block;
  }

  h3 {
    font-size: 18px;
    margin: 0.2rem 0;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .title {
    margin-right: 0;
  }

  .title p {
    font-weight: 700;
    font-size: 15px;
  }

  .invitation {
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .participants_apply_link {
    height: 68px;
    font-size: 20px;
    width: 291px;
  }
  .participants_apply_link__doc {
    height: 48px;
  }

  .logos_container {
    display: inline;
    text-align: center;
    font-size: 9px;
    margin: 0;
    width: 100%;
  }

  .logos_container.logos_container__2 {
    display: inline;
    text-align: center;
    font-size: 9px;
    margin: 0;
    width: 100%;
  }

  .logos_row {
    height: auto;
    margin-bottom: 1rem;
  }

  .logos_row p {
    margin-bottom: 0.5rem;
  }

  .category {
    min-height: 0;
  }

  .category img {
    max-width: 72px;
    max-height: 72px;
  }

  .category.category__1 img {
    max-width: initial;
    max-height: 72px;
  }

  .participants {
    margin: 0 3rem;
    text-align: left;
  }

  h5 {
    font-size: 26px;
    margin: 1rem 0;
    line-height: 28px;
  }

  .participants_content {
    font-size: 16px;
  }

  .participants_content h5 {
    margin: 2rem 0 1rem;
  }

  .participants_content ul {
    line-height: 23px;
  }

  .participants_content p {
    line-height: 18px;
  }

  .collage {
    margin: 2rem 0.5rem 0;
    height: 143px;
  }

  .collage_img img {
    height: 143px;
  }

  .description {
    display: block;
  }

  .description_container {
    display: flex;
    margin: 2rem;
    flex-direction: column-reverse;
  }

  .description_container h5 {
    font-size: 32px;
    padding: 2rem 0;
    text-align: center;
    line-height: 32px;
    margin: 0;
  }

  .stages {
    padding: 1rem;
    margin-top: 3rem;
    padding-bottom: 1.4rem;
  }

  .stages .apply {
    display: flex;
  }

  h6 {
    font-size: 22px;
    margin: 0.5rem 0;
  }

  p.date {
    font-size: 17px;
    margin: 0;
  }

  .stages p {
    font-size: 16px;
    margin: 1rem 0;
    line-height: 18px;
  }

  .awards {
    margin: 1rem 0 0;
  }

  .awards p {
    font-size: 20px;
  }

  .awards_container {
    padding: 0 2rem 2rem;
  }

  .apply {
    position: relative;
    bottom: 0;
    padding-top: 2rem;
  }
  .rules {
    position: relative;
    bottom: 0;
    margin-top: 1.4rem;
  }

  p.place {
    font-size: 36px;
    margin: 2rem 0 1.5rem;
  }

  p.first {
    font-size: 52px;
  }

  hr {
    margin-top: 2rem;
  }

  .button_apply {
    margin: 1rem;
  }

  .button_apply a {
    font-size: 18px;
    height: 63px;
    line-height: 20px;
  }

  .closed {
    font-size: 18px;
    height: 63px;
    line-height: 20px;
  }

  .all_championships {
    max-height: none;
  }

  .all_championships_container {
    display: flex;
    flex-direction: column;
  }

  .championships_social_media {
    margin: 1.5rem 0 1rem;
    align-self: center;
  }

  .logo_nnd_img {
    max-height: 86px;
    max-width: none;
  }

  .nnd_social_media {
    max-width: 335px;
  }

  .nnd_social_media_txt {
    font-size: 20px;
  }

  .nnd_social_media_link {
    font-size: 22px;
  }

  .other_championships {
    border-top: 0.5px solid #d9d9d9;
    margin: 0 1rem;
  }

  .other_championships_button {
    width: 100%;
    text-align: -webkit-center;
  }

  .other_championships_button a {
    margin: 1rem 2rem;
    width: auto;
    max-width: 405px;
    height: 55px;
    font-weight: 500;
    font-size: 16px;
  }

  .footer_note {
    padding-top: 1rem;
    margin-bottom: 0.4rem;
  }

  .footer_container {
    margin: 1.5rem 1rem 0;
    text-align: center;
  }

  .footer_container img {
    margin-top: 0.1rem;
  }

  .footer_container p {
    margin: 0.5rem;
    text-align: center;
  }

  .footer_description {
    width: 100%;
  }

  .footer_line {
    margin: 1rem;
  }
  
  .footer_info_container .category__3 {
    margin-top: 1rem;
  }

  .social_media {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  .icons {
    margin: 1rem 30%;
    width: 40%;
  }

  .icons img {
    max-height: 28px;
  }

  .contact_us {
    justify-content: center;
  }

  .application_bar_form {
    height: 55px;
    padding: 0 2rem 0 1.5rem;
  }

  .application_bar_form_container {
    margin-left: 0;
  }

  .application_bar_form_container img {
    width: 67px;
    height: 44px;
  }
}

@media screen and (max-width: 820px) {
  .awards {
    background-repeat: round;
  }

  .steps_content {
    display: block;
  }

  .steps_content p {
    margin-top: 0.5rem;
  }

  .step_number h1 {
    margin-bottom: 6px;
  }

  .step1 {
    margin: 0;
  }

  .step2 {
    margin: 0;
  }

  .step3 {
    margin: 0;
  }

  .step4 {
    margin: 0;
  }

  .arrow {
    display: none;
  }

  .arrow_down {
    display: inline-block;
    margin: 1.5rem 1rem 1.5rem 0;
    width: 33px;
    height: 25px;
  }

  .form_container {
    padding: 0.5rem 0.5rem 1.5rem;
    margin: 1rem 2rem 2rem;
  }

  .form_container h5 {
    font-size: 32px;
    line-height: 32px;
  }

  form {
    margin-top: 2rem;
  }

  .box {
    padding: 0 0.5rem 0.8rem;
  }

  .box_button {
    margin-top: 0;
  }

  .input_text {
    width: auto;
  }

  textarea {
    width: auto;
  }

  #form_rules a {
    min-width: 100%;
    height: 70px;
    font-size: 20px;
  }

  .send {
    width: 100%;
    height: 70px;
    font-size: 20px;
    margin-top: 1rem;
  }

  .formError .formErrorContent {
    font-size: 12px !important;
    width: auto !important;
  }

  .sending {
    margin-top: 1rem;
    width: 100%;
    height: 70px;
    font-size: 20px;
  }
}
