/* syncopate-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/syncopate-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/syncopate-v19-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* syncopate-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/syncopate-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/syncopate-v19-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v12-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/inter-v12-latin-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
  font-family: 'Inter', sans-serif;
  color: #211000;
  background-color: #feefd8;
  padding-bottom: 20rem;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

header {
  padding-top: 2rem;
}

.navbar-wrapper {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.navbar-brand {
  color: #211000;
  font-weight: 900;
  font-size: 1.6rem;
}

.enma-lcase {
  text-transform: lowercase;
}

.nav-item {
  margin-right: 3rem;
}
.nav-link {
  color: #211000;
  border-bottom: 2px solid transparent;
}
.nav-link:hover {
  color: #211000;
  border-bottom: 2px solid #211000;
}

.navbar-item-container li:last-child {
  margin-right: 0;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 16, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar .navbar-toggler {
  border: 1px solid #211000;
}


/* ==========================================================================
   Hero
   ========================================================================== */

.hero-headline {
  font-family: 'Syncopate', sans-serif;
	font-weight: 700;
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.hero-headline-l1,
.hero-headline-l2,
.hero-headline-l3,
.hero-headline-l4 {
  display: block;
}

.hero-headline-l1,
.hero-headline-l2,
.hero-headline-l3 {
  line-height: 1;
}

.hero-headline-l1::first-letter,
.hero-headline-l3::first-letter {
  text-transform: lowercase;
}

.hero-headline-caps {
  text-transform: uppercase;
}

.hero-headline-l4 {
  text-transform: uppercase;
  font-size: 2rem;
}

.cta {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.cta strong {
  font-weight: 900;
}

.cta-short {
  max-width: 30rem;
}

.cta-highlight {
  background-color: #ffc456;
  padding: 0.2rem 0.6rem;
  font-weight: 900;
}

.cta-disclaimer {
  display: none;
  /*color: #ff4900;*/
  font-size: 0.8rem;
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
  margin-top: 2rem;
}
.modal-title {
  font-weight: 700;
}

.cta-button {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  word-spacing: 0.2rem;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
}

.hero-image-container {
  padding: 4rem;
}

/* ==========================================================================
   Logos
   ========================================================================== */

.logos-inst-section {
  /*padding: 6rem 12rem 4rem 12rem;*/
  text-align: center;
  max-width: 50%;
  margin: 2rem auto 0 auto;
}

.logo-img {
  display: inline-block;
  width: 45%;
  height: auto;
  padding: 0 2rem;
}


/* ==========================================================================
   Sections margin-top
   ========================================================================== */

.featured-section,
.social-media-section,
.project-section,
.contact-section,
.orgs-section {
  margin-top: 10rem;
  padding-top: 4rem;
}

/* ==========================================================================
   Etapa presencial
   ========================================================================== */
.highlight-background {
  background-color: #ffc456;
  padding: 4rem 3rem 3rem;
  border-radius: 1.6rem;
  max-width: 90%;
  margin: 3rem auto 0;
}

.highlight-text-wrapper {
  max-width: 60%;
  margin: 0 auto;
}
.highlight-text-wrapper ul {
  padding-left: unset;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.highlight-text-wrapper ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.highlight-intro {
  font-size: 1.1rem;
  font-weight: 700;
}


/* ==========================================================================
   Social Media
   ========================================================================== */

.section-header {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.social-icons-container {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-left: 20rem;
  padding-right: 20rem;
}

.sm-anchor-facebook,
.sm-anchor-twitter,
.sm-anchor-instagram {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}

.sm-svg-facebook,
.sm-svg-twitter,
.sm-svg-instagram {
  width: 100%;
  height: 3rem;
  fill: #211000;
}

.orgs-para {
  margin-bottom: 1.25rem;
}

.orgs-logos-container {
  padding-left: 6rem;
  padding-right: 6rem;
}

.orgs-logos-container img {
  margin: 2.5rem;
  text-align: center;
  mix-blend-mode: multiply;
}

/* ==========================================================================
   Equipo page **************************************************************
   ========================================================================== */

.equipo-header {
  font-family: 'Syncopate', sans-serif;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.equipo-header,
.equipo-contact {
  max-width: 38rem;
}

.equipo-contact-last {
  margin-bottom: 5rem;
}

.equipo-subheader {
  font-family: 'Syncopate', sans-serif;
  margin-bottom: 2rem;
}

.equipo-names {
  max-width: 20rem;
  margin-bottom: 4rem;
}

.equipo-names li {
  margin-bottom: 1rem;
  font-weight: 700;
}
.equipo-names span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: block;
}
.inst-names li {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  list-style: square;
}

/* ==========================================================================
   Gracias page *************************************************************
   ========================================================================== */
.gracias-container {
  text-align: center;
  padding-top: 8rem;
}

.gracias-header {
  font-family: 'Syncopate', sans-serif;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.gracias-para {
  margin-bottom: 0;
}

.gracias-logo {
  padding-top: 2rem;
}

.gracias-home-btn {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.4rem 2rem;
}

.gracias-btn-container {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.para-resultados,
.url-resultados {
  font-size: 0.9rem;
}

.para-resultados {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* ==========================================================================
   -- max-width: 1199px --
   ========================================================================== */

@media screen and (max-width: 1199px) {
  
	header {
		padding-top: 1rem;
	}

  .hero-section {
    margin-top: 3rem;
  }

  .hero-headline {
    font-size: 3.6rem;
  }
  .hero-headline-l4 {
    font-size: 1.6rem;
  }
  .hero-image-container {
    padding: 3.2rem;
  }

  .cta-short {
    max-width: unset;
  }

  .highlight-background {
    max-width: unset;
  }
  .highlight-text-wrapper {
    max-width: 80%;
  }

} /* END -- max-width: 1199px */


/* ==========================================================================
   -- max-width: 991px --
   ========================================================================== */

@media screen and (max-width: 991px) {
  .nav-link {
    color: #211000;
    border-bottom: 2px solid transparent;
  }
  .nav-link:hover {
    color: #211000;
    border-bottom: 2px solid transparent;
  }

  .hero-headline {
  }
  .hero-headline-l4 {
  }
  .hero-image-container {
    max-width: 80%;
    margin: 0 auto;
  }

  .logo-img {
    padding: 0;
  }

  .logos-inst-section {
    max-width: 70%;
  }
  .social-icons-container {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .orgs-logos-container {
    padding-left: 0;
    padding-right: 0;
  }
  .orgs-logos-container img {
    margin: 1.5rem;
  }
 
  .highlight-background {
    margin: 3rem 0 0;
    padding: 3rem 3rem 2rem;
  }
  .highlight-text-wrapper {
    max-width: unset;
  }

} /* END -- max-width: 991px */

/* ==========================================================================
   -- max-width: 767px --
   ========================================================================== */

@media screen and (max-width: 767px) {

  .hero-image-container {
    max-width: 100%;
    margin: 4rem 0 2rem 0;
    padding: 1rem;
  }
  .logos-inst-section {
    max-width: 90%;
  }
  
  .social-icons-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .highlight-intro {
    font-size: unset;
  }
  .highlight-background {
    padding: 2rem 2rem 1rem;
  }

} /* END -- max-width: 767px */

/* ==========================================================================
   -- max-width: 575px --
   ========================================================================== */

@media screen and (max-width: 575px) {

  .header {
    padding-top: 1rem;
  }
  
  .navbar-brand {
    font-size: 1.2rem;
  }

  .hero-section {
    margin-top: 2rem;
  }

  .hero-headline {
    font-size: 2.5rem;
  }
  .hero-headline-l4 {
    font-size: 1.5rem;
  }
  .hero-image-container {
    max-width: 100%;
    margin: 2rem 0 0 0;
  }
  
  .cta {
    max-width: 100%;
  }

  .cta-disclaimer {
    margin-top: 1.5rem;
  }

  .logos-inst-section {
    max-width: 100%;
  }

  .social-icons-container {
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-section,
  .project-section,
  .contact-section,
  .orgs-section {
    margin-top: 6rem;
  }

  .smicon-wrapper {
    margin-top: 1rem;
  }

  .orgs-logos-container img {
    width: 4rem;
  }

  .equipo-names {
    max-width: none;
  }

  .gracias-logo {
    max-width: 75%;
  }

  .equipo-header {
    margin-bottom: 3rem;
  }

  .equipo-header,
  .equipo-contact {
    max-width: none;
  }

} /* END -- max-width: 575px */

