
:root {
  --primary: #E91E00 !important;
  --secundary: #000000;
  --white: #ffffff;
  --white-color: #ffffff;
  --white2: #f3f6f7;
  --grey: #707070;
  --grey-strong: #63656a;
  --primary-font: "Avenir Roman", san-serif;
  --black-font: "Avenir Black", san-serif;
  --medium-font: "Avenir Medium", san-serif;
  --primary-dark: #E91E00 !important;
}




@media (min-width: 1112px) {
	
	main#main { 
		margin-top: 115px !important;
	} 
}


@font-face {
  font-family: "Avenir Medium";
  src: url("./fonts/avenir_medium.ttf") format("opentype");
}

@font-face {
  font-family: "Avenir Black";
  src: url("./fonts/avenir_black.ttf") format("opentype");
}

@font-face {
  font-family: "Avenir Roman";
  src: url("./fonts/avenir_roman.ttf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none; 
  border: none;
}

body {
  padding-top: 0 !important;
}

.sr-only {
  display: none;
}

hr {
  height: 5px !important;
  width: 50vw;
  background: var(--primary);
  margin: 30px auto !important;
  border: none;
}

hr.small,
hr.narrow {
  max-width: 85px;
}

hr.medium {
  max-width: 50vw;
}

hr.wide,
hr.full {
  max-width: 100%;
}

hr.red {
  background-color: var(--primary);
}

hr.black {
  background-color: #000000;
}

hr.white {
  background-color: #ffffff;
}

/* //////////////////////// */
/* ALERT MODULE */ 

.alert__module {
  background-color: var(--white);
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 1100;
}

.alert__module a {
  color: var(--primary-dark);
}

.alert__content {
  flex-grow: 1;
  line-height: 20px;
  font-size: 16px;
  font-family: var(--medium-font);
  color: var(--secundary);
}

.alert__close {
  flex-shrink: 0;
  border-radius: 4px;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

.alert__module .alert__container {
  background: var(--white);
  display: flex;
  padding: 1.2em;
  box-sizing: border-box;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

.alert__module p {
  margin-bottom: 0;
}

@media (max-width: 1112px) {
    .alert__module {
        position: unset;
    }
}


/* //////////////////////// */
/* NATIONAL HEADER MODULE */ 

.national__mobile__hero {
  display: none;
}

.header__desktop__hero {
  overflow: hidden;
  z-index: 100000;
  margin-top: 5rem;
}

.header__desktop__hero img {
  width: 100%;
}

.header__desktop {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1001;
  transition: top 0.25s;
}

.navigation {
  width: 100%;
  height: 60px;
  background-color: var(--secundary);
  font-family: var(--black-font);
}

.navigation a {
  display: block;
  float: right;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  color: var(--white) !important;
  padding: 0 1rem;
}

.nav__header__container {
  position: relative;
  background-color: #000000;
  opacity: 95%;
  font-size: 16px;
  height: 138px;
  width: 100%;
  z-index: 1001;
  justify-content: space-around;
}

.nav__container {
  padding: 1rem;
}

.nav__container,
.nav__header {
  font-family: var(--black-font);
  max-width: 1266px;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nav_skip {
  position: absolute;
  top: 9px;
  left: 15px;
}

.nav_skip a {
  padding: 0;
  color: var(--primary) !important;
  background: var(--white);
  text-transform: uppercase;
  font-family: var(--black-font);
  text-align: center;
  height: 1px;
  width: 1px;
  text-indent: -9999px;
  opacity: 0;
  clip-path: polygon(15% 1%, 100% 0%, 85% 100%, 1% 100%);
  -webkit-clip-path: polygon(15% 1%, 100% 0%, 85% 100%, 1% 100%);
}

.nav_skip a:focus {
  height: auto;
  width: auto;
  text-indent: 0;
  opacity: 1;
  padding: 10px 40px;
}

.nav__eyebrow {
  float: right;
  display: flex;
  padding-top: 0.2rem;
}

.nav__eyebrow li a:hover {
  text-decoration: none;
}

/* Header, logo and links */
.nav__header {
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.header__menu {
  display: flex;
  width: fit-content;
  place-items: center;
  justify-content: flex-start;
}

 

.header__menu__picture {
  display: flex;
  width: 276.3px;
  height: 43px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}

.header__logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Search bar when toggle */
.nav__searchBar {
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 1rem;
  display: none;
  margin-right: 1rem;
  padding-left: 12rem;
}

.nav__searchBar label {
  display: none;
}

.nav__searchInput {
  display: flex;
  width: 453px;
  height: 54px;
  padding: 0 2rem;
  padding-right: 6rem;
  outline: none;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.nav__searchInput::placeholder {
  font-size: 16px;
  font-family: var(--primary-font);
  line-height: 21px;
  font-weight: normal;
}

.nav__searchBar form {
  margin: 0;
  padding: 0;
}

.nav__searchBar .submit {
  position: absolute;
  top: 50%;
  right: 18px;
  height: 21.27px;
  width: 21.27px;
  transform: translate(-50%, -50%);
  background-image: url(img/ico-red-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
}



/* X to close */
.close {
  position: absolute;
  right: 75px;
  transform: translateY(-50%);
  top: 50%;
  width: 17px;
  height: 17px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
  cursor: pointer;
}
.close:before,
.close:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 17px;
  width: 3px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}



.nav__searchImg {
  width: 100%;
  height: auto;
}

.nav__menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.desktopMenu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 1rem 0rem 0;
  align-items: center;
}

.nav__header > li {
  float: left;
}

.nav__header li a {
  color: var(--white);
  text-decoration: none;
  padding: 1rem 1rem;
  display: block;
  justify-content: left;
  align-items: center;
}

.nav__header li ul {
  display: none;
  position: absolute;
  width: 160px;
  justify-content: left;
  text-align: left;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav__header li:hover > ul,
.nav__header li:focus-within > ul {
  display: block;
}

.nav__header ul {
  display: flex;
  margin-top: 0.8rem;
}

.menu {
  z-index: 200;
  padding: 0;
  margin: 0;
}
.menu__link {
  font-family: var(--black-font);
  width: 100%;
  white-space: nowrap;
}

.menu__link:hover {
  background-color: var(--secundary);
}

.submenu__link,
.submenu__link__img {
  background-color: var(--secundary);
  color: var(--white);
  padding: 0.5rem 1rem;
  font-size: 14.5px;
}

.submenu__link__img {
  margin: 0 auto;
  width: 210px;
}
.submenu img {
  width: 21px;
  height: 21px;
  margin: 0 auto;
  margin-right: 5px;
  padding-top: 5px;
}

.submenu .sublink__campus,
.submenu .sublink__item {
  background-color: var(--secundary);
  padding: 0.5rem 1rem;
  font-size: 14.5px;
}

.submenu .sublink__campus {
  padding-left: 55px;
  width: 210px;
}

.submenu .sublink__item {
  width: 160px;
  padding-left: 30px;
}

.submenu .submenu__link {
  padding: 0.7rem 1rem;
  width: 160px;
  margin-bottom: -4px;
}

.submenu .sublink__item:hover {
  background-color: var(--primary);
}

.submenu__link:hover,
.sublink:hover,
.sublink__campus:hover,
.sublink__item:hover {
  background-color: var(--primary);
}

/* Button */
.get-btn .national-cta {
  width: 210px;
  height: 54px;
  font-family: var(--black-font);
  text-align: center;
  clip-path: polygon(15% 1%, 100% 0%, 85% 100%, 1% 100%);
  -webkit-clip-path: polygon(15% 1%, 100% 0%, 85% 100%, 1% 100%);
}

.national-cta a {
  transition: all 0.2s ease-out;
  color: var(--white) !important;
  font-size: 16px;
  display: block;
  padding: 15px 0;
  background: #e10a22;
}

.national-cta a:hover,
.national-cta a:focus,
.national-cta a:active {
  background: var(--white);
  color: #e10a22 !important;
  text-decoration: none;
}

/* Search bar */
.searchButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
}

.searchButton__picture {
  width: 100%;
  height: auto;
}

.header__mobile {
  display: none;
}

/* -----Utilities----- */

.showFullSearchBar {
  display: block;
}

.active {
  display: block;
}

.noActive {
  display: none;
}

@media (max-width: 1112px) {
  .header__desktop__hero {
    display: none;
  }

  .header__desktop {
    display: none;
  }

  .header__mobile {
    width: 100%;
    display: block;
    background-color: var(--secundary);
  }

  .nav__input__container {
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1rem;
  }
  .nav__mobile__menu {
    padding: 0;
    margin: 0;
  }
  .nav__input {
    width: 100%;
    height: 60px;
    padding: 1rem 1rem;
    outline: none;
  }

  .nav__input::placeholder {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
  }

  .nav__input__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31.27px;
    width: 31.27px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 22.03px;
  }

  .nav__input__img {
    width: 100%;
    height: auto;
  }

  /* Mobile menu */

  .nav__mobile {
    width: 100%;
    height: auto;
    display: none;
  }

  .nav__item__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .nav__item__layer {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  .nav__item__layer:after {
    content: "";
    height: 1px;
    background: #707070;
    display: block;
    width: 97%;
    margin: 0 auto;
    margin-top: 51px;
  }

  .nav__sub__sublink--bottom::after {
    content: "";
    height: 1px;
    background: #707070;
    display: block;
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav__sub__sublist {
    margin: 0;
    padding: 0;
  }

  .arrowDown__picture {
    place-items: center;
    display: block;
    cursor: pointer;
    width: 18px;
    margin-right: 1rem;
    margin-top: 5px;
  }

  .arrowDown__img {
    width: 100%;
    height: auto;
  }

  .nav__item {
    color: var(--white) !important;
    font-size: 17px;
    font-family: var(--black-font);
    line-height: 24px;
    text-decoration: none;
    list-style: none;
    display: block;
    padding: 1rem;
    opacity: 1;
  }

  .nav__submenu {
    display: none;
    padding: 0;
    margin: 0;
  }

  .nav__subitem {
    font-size: 17px;
    font-family: var(--medium-font);
    line-height: 34px;
    color: var(--white) !important;
    opacity: 1;
    margin-left: 2rem;
    padding-top: 16px;
  }

  .nav__subitem--bold {
    font-family: var(--black-font);
  }

  .nav__sub__sublink {
    width: 90%;
    font-weight: lighter;
    font-size: 17px;
    font-family: var(--medium-font);
    line-height: 34px;
    color: var(--white) !important;
    opacity: 1;
    padding: 17px 0px 17px 0px;
    margin-left: 3rem;
  }
  .nav__contact__list {
    padding: 0;
    margin: 0;
  }
  /* Logo */

  .header__container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    place-items: center;
    padding-left: 1.5rem;
    position: relative;
  }

  .header__picture {
    display: flex;
    width: 260px;
  }

  .header__img {
    width: 100%;
    height: auto;
  }

  .burger {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 43px;
    background-color: var(--primary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .line1 {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--white);
    margin-bottom: 5px;
    margin-top: 12px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .line2,
  .line3 {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--white);
    margin: 6px 9px;
    transition: 0.4s;
  }

  .change .line1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }

  .change .line2 {
    opacity: 0;
  }

  .change .line3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }

  /* Contact us */
  .nav__contact {
    width: 85%;
    height: 188px;
    background: rgb(255, 255, 255);
    clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%);
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }

  .nav__contact__list a {
    text-transform: uppercase;
    font-family: var(--black-font);
    font-size: 16px;
    font-style: oblique;
    line-height: 41px;
    list-style: none;
    color: var(--primary);
    padding: 1rem 1rem;
    opacity: 1;
  }

  .nav__students {
    background-color: var(--secundary);
    width: 100%;
    height: auto;
    display: flex;
    padding: 1.5rem 1rem;
  }

  .nav__students__list {
    padding: 0;
    margin: 0;
  }

  .nav__students__list a {
    list-style: none;
    text-decoration: none;
    color: var(--white) !important;
    font-size: 15px;
    font-family: var(--black-font);
    line-height: 35px;
    padding-bottom: 1rem;
    opacity: 1;
  }
}

@media (max-width: 400px) {
  .nav__input {
    height: 48px;
    margin-bottom: 0;
  }

  .nav__input__picture {
    height: 21.27px;
    width: 21.27px;
  }

  .nav__sub__sublink--bottom::after {
    width: 73%;
  }

  .nav__item__layer:after {
    width: 93%;
  }
}

@media (max-width: 300px) {
  .nav__contact {
    width: 80%;
  }

  .nav__contact__list a {
    font-size: 14px;
  }
}

/* Utilities */
.showMenu {
  display: block;
}

.active {
  display: block;
}

.arrowUp {
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: 10px;
}

.beforeScroll {
  top: 0;
  height: 138px;
  transition: all 0.7s ease-in-out;
}

.afterScroll {
  height: 82px;
  transition: all 0.7s ease-in-out;
}

.hideNav {
  display: none;
  transition: top 0.25s;
}

.showNav {
  display: block;
}


/* /////////////////////////// */
/* NATIONAL HERO VIDEO MODULE */

.location__hero__video {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.location__hero__video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  right: 0;
  z-index: -10;
}

.video-overlay {
  position: relative;
  width: 100%;
  height: auto;
}

.location__hero select {
  border: none;
  height: 40px;
  margin-bottom: 20px;
}

.location__hero__video .panel-control {
  bottom: 0;
  padding: 20px;
  z-index: 99;
  text-align: center;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 2.5%;
  border: 5px solid white;
  margin-bottom: 2rem;
}

.location__hero__video .panel-control:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.location__hero__video .panel-control,
.location__hero__video .panel-control::before,
.location__hero__video .panel-control__left,
.location__hero__video .panel-control__right {
  transition: border 0.11s ease-in-out, width 0.11s ease-in-out,
    height 0.11s ease-in-out, margin 0.11s ease-in-out, background-color 0.22s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.35, 1);
}

.location__hero__video .panel-control--pause .panel-control__left {
  border-right: 5px solid transparent;
}

.location__hero__video .panel-control--pause .panel-control__left,
.location__hero__video .panel-control--pause .panel-control__right {
  margin: 0;
  border-left: 5px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  height: 25px;
}

.location__hero__video .panel-control--play .panel-control__left {
  margin-left: 5px;
  border-left: 26px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
}

.location__hero__video .panel-control--play .panel-control__right {
  display: none;
}

.location__hero__video .panel-control,
.location__hero__video .panel-control::before,
.location__hero__video .panel-control__left,
.location__hero__video .panel-control__right {
  display: inline-block;
  vertical-align: middle;
}

.location__hero__video .svg path {
  fill: #ffffff;
}



.location__hero .mini-rif-form,
.location__hero .hero__desc__video .mini-rif-form__title {
  background: transparent;
  font-family: var(--black-font);
}

.location__hero select {
  color: #555555;
  display: block;
  border: none;
  height: 53px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.5em;
  font-weight: 300;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  background-position: right;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 21px;
  background-image: url(img/ico-arrow-down-select.svg);
  margin: 0 1em 2rem 0;
  overflow: hidden;
  padding: 0.3125em 1.75em 0.3125em 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: var(--primary-font);
  outline: none;
}

.location__hero select:focus-visible {
  outline: 3px solid var(--primary);
}

.hero__desc__video .mini-rif-form__title {
  color: white;
}

.mini__rif__form__btn {
  margin: 0 13px 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: #e10a22;
  color: #fff;
  padding: 20px 53px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  font-family: var(--black-font);
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.mini__rif__form__btn:focus-visible {
  outline: 3px solid #ffffff;
}

.mini__rif__form__btn span {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
  z-index: 20;
}

.hero_title {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100%;
    max-width: 450px;
    color: #FFF;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
}



/* Video header media queries */
@media screen and (max-width: 1280px) {
  .location__hero .hero__desc__video .mini-rif-form__title {
    font-size: 2em;
  }
  .location__hero select {
    font-size: 18px;
  }
  .mini__rif__form__btn {
    font-size: 1em;
  }
}

@media (min-width: 1224px) {
  .location__hero__video video {
    position: absolute;
  }

  .location__hero__video .panel-control {
    top: auto;
    position: absolute;
  }

  .location__hero__video .panel-control:focus-visible {
    outline: 5px solid var(--primary);
  }

  .hero__desc__video {
    width: 100%;
    pointer-events: none;
    position: absolute;
    max-width: 831px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    color: #fff;
    clip-path: polygon(28% 29%, 100% 29%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(28% 29%, 100% 29%, 100% 100%, 0% 100%);
    background: rgba(000, 000, 000, 0.6);
  }

  .hero__desc__video .mini-rif-form {
    pointer-events: all;
    float: right;
    left: -24%;
    position: relative;
    margin-top: 187px;
    max-width: 385px;
  }

  .hero__desc__video .mini-rif-form__title {
    margin: 0;
    font-size: 2.125em;
    line-height: 2.875em;
    text-align: left;
    background: #2b2727;
    font-weight: 900;
  }

  .mini-rif-form .column__wrapper {
    display: block !important;
  }
  .mini-rif-form__location {
    margin: 0 0 8em;
  }
  .mini__rif__form__btn {
    float: right;
  }
  .hero_title { 
    left: 20%;
  }
}

@media screen and (max-width: 1223px) {
  .location__hero__video video {
    height: 600px;
  }

  .location__hero__video {
    height: auto;
  }

  .location__hero .hero__desc__video .mini-rif-form__title {
    font-size: 1.5em;
    line-height: 2.063em;
    padding-bottom: 20px;
    text-align: center;
  }

  .location__hero__video .panel-control {
    display: none;
  }
  .location__hero .hero__desc__video .mini-rif-form__title {
    text-align: left;
  }
  .location__hero .hero__desc__video {
    margin-top: -1rem;
    width: 100%;
    padding: 24px 18px 40px 18px;
    background: #000000;
  }
  .mini__rif__form__btn {
    margin: 15px;
    display: block;
  }
}

@media (max-width: 600px) {
  .location__hero__video video {
    height: 450px;
  }
}

@media (max-width: 400px) {
  .nav__input {
    height: 48px;
    margin-bottom: 0;
  }

  .nav__input__picture {
    height: 21.27px;
    width: 21.27px;
  }

  .nav__sub__sublink--bottom::after {
    width: 73%;
  }

  .nav__item__layer:after {
    width: 93%;
  }
}

@media (max-width: 300px) {
  .nav__contact {
    width: 80%;
  }

  .nav__contact__list a {
    font-size: 14px;
  }
}


/* //////////////////////// */
/* PROGRAMS MODULE */ 

.program__section {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.program__section:after {
  display: none;
}

.stroke__title__span {
  position: relative;
  display: block;
  font-size: 14vw;
  text-indent: -9999px;
  font-weight: 700;
  white-space: nowrap;
  font-family: var(--black-font);
}

.program__section .stroke__title__span:after {
  content: 'PROGRAMS';
  position: absolute;
  left: 4vw;
  text-shadow: -0.5px -0.5px 0 #fddfdd, 0.5px -0.5px 0 #fddfdd,
  -0.5px 0.5px 0 #fddfdd, 0.5px 0.5px 0 #fddfdd;
  color: var(--white);
  text-indent: 0;
}

.box__programs__container {
  display: flex;
  position: relative;
  transform: translateY(-11.2vw);
  width: 100%;
  max-width: 1236px;
  box-sizing: border-box;
  padding-right: 17rem;
  padding-left: 17rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.2rem;
}

/* Container Left */
.box__programs__content {
  width: 50%;
  display: flex;
  align-items: center;
}

/* Text */
.box__programs__title {
  font-size: 90px;
  margin-bottom: 1.8rem;
  padding: 0;
  font-family: var(--black-font);
  color: var(--secundary);
}
.box__programs__line {
  position: absolute;
  left: -16vw;
  width: 20vw;
  height: 5px;
  background-color: var(--primary);
}

.box__programsText {
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-right: 2rem;
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 2rem;
  color: var(--secundary);
}

@media (max-width: 768px) {
  .box__programsText {
    padding-right: 0;
  }
}

/* Container right */
.box__card {
  width: 50%;
  transform: translateY(-1.2vw);
}

/* Container Images */
.card__square {
  max-width: 560px;
  height: 560px;
  margin-left: 1em;
  display: flex;
  flex-wrap: wrap;
}

/* Component IMG */
.card__img {
  width: 50%;
  max-height: 280px;
  height: 50%;
  position: relative;
  transition: transform 0.5s ease-out;
  background-position: center center;
  background-size: cover;
}

.card__img:hover,
.card__img:focus-within {
  transform: scale(1.1);
  z-index: 1;
  cursor: pointer;
}


.card__img:hover .card__color__top--1,
.card__img:focus-within .card__color__top--1 {
  background-color: #008A00;
  opacity: 0.4;
  box-shadow: 5px 5px 5px #2726262a;
}

.card__img:hover .card__color__top--2,
.card__img:focus-within .card__color__top--2 {
  background-color: #3366cb;
  opacity: 0.4;
  box-shadow: 5px 5px 5px #2726262a;
}

.card__img:hover .card__color__top--3,
.card__img:focus-within .card__color__top--3 {
  background-color: #983398;
  opacity: 0.4;
}

.card__img:hover .card__color__top--4,
.card__img:focus-within .card__color__top--4 {
  background-color: #ff9732;
  opacity: 0.4;
  box-shadow: 5px 5px 5px #2726262a;
}

/* Zoom in with hover */
.card__img:hover .card__links,
.card__img:focus-within .card__links {
  opacity: 1;
  display: flex;
  /* transform: translateY(3rem); */
}

.card__img:hover .card__link,
.card__img:focus-within .card__link {
  transform: translateY(0);
  transition: all 0.5s ease-out;
}

.card__img:hover .card__text,
.card__img:focus-within .card__text {
  margin-bottom: 2rem;
  transition: all 0.5s ease-out;
}

.card__img:hover .card__divisor,
.card__img:focus-within .card__divisor {
  margin-bottom: 2rem;
  transition: all 0.5s ease-out;
}

/* Background images */
.card__img--1 {
  background-image: url(img/pic-programs-design.png);
}

.card__img--2 {
  background-image: url(img/pic-programs-media-arts.png);
}

.card__img--3 {
  background-image: url(img/pic-programs-fashion.png);
}

.card__img--4 {
  background-image: url(img/pic-programs-culinary.png);
  background-position: top;
}

/* Div color for IMG */
.card__color {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  filter: saturate(2);
}

.card__color__top {
  width: calc(100% - 3.1rem);
  height: calc(100% - 3.1rem);
  opacity: 0;
  margin: 1.5rem;
}

/* Text of IMG */
.card__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card__divisor {
  margin-top: 1rem;
  width: 30px;
  height: 2.4px;
  background-color: var(--white);
}

.card__title {
  margin: -15px 0 15px 0;
  font-family: var(--black-font);
  color: var(--white);
  font-size: 30px;
  position: relative;
}

.card__title::after {
  position: absolute;
  content: '';
  bottom: -10px;
  width: 30px;
  height: 3px;
  left: calc(50% - 15px);
  background-color: var(--white);
}

.card__links {
  position: relative;
  opacity: 0;
  display: none;
  flex-direction: column;
  text-align: center;
  overflow-y: hidden;
}

.card__link:link,
.card__link:visited {
  font-size: 0.75rem;
  font-weight: 100;
  color: #fafafa;
  margin-top: 0.3rem;
  transform: translateY(-410%);
  font-family: var(--primary-font);
}

/* Desktop small  */
@media (max-width: 1400px) {
  .box__programs__container {
    padding-left: 50px;
  }

  .card__square {
    height: 490px;
  }

  .box__programs__body {
    margin: 0 1rem 0 6rem;
  }

  .box__programs__title {
    font-size: 4.2rem;
    padding: 0;
  }

  .card__square {
    margin-left: 0;
  }

  .box__programs__line {
    left: -6vw;
  }
}

@media (max-width: 1200px) {
  .box__programs__container {
    transform: translateY(-115px);
  }

  .box__programs__body {
    margin: 0 1rem 0 1rem;
  }

  .box__card {
    margin-right: 1.7rem;
  }
}

/* Ipad */
@media (max-width: 768px) {
  .stroke__title__span {
    font-size: 6.3rem;
    margin-left: -8vw;
  }

  .box__programs__container {
    flex-direction: column;
    transform: none;
    padding: 0;
    margin-top: -2.5em;
  }

  .box__programs__content {
    width: 100%;
    justify-content: flex-start;
    padding: 0rem 2rem;
  }

  .box__programs__body {
    width: 100%;
  }

  .box__programs__title {
    font-size: 30px;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.4rem;
  }

  .box__programsText {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .box__programs__line {
    width: 30vw;
  }

  .box__text {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }

  .box__card {
    width: 100%;
    transform: none;
  }

  .card__square {
    width: 100%;
    max-width: none;
    height: auto;
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .card__divisor {
    margin-top: 0.4rem;
  }

  .card__img {
    width: 100%;
    height: 207px;
  }

  .card__img:hover,
  .card__img:focus-within {
    transform: scale(1);
  }

  .card__title {
    font-size: 30px;
  }

  .card__divisor {
    width: 38px;
  }

  .card__link {
    font-size: 1rem;
  }

  .card__img:hover .card__text {
    margin-bottom: 1rem;
  }

  .card__img:hover .card__divisor {
    margin-bottom: 5rem;
  }
}

/* Mobile */
@media (max-width: 400px) {
  .box__programs__content {
    padding: 0rem 1rem;
  }

  .box__programs__title {
    padding-top: 0.1em;
  }

  .box__programs__line {
    width: 35vw;
  }

  .box__text {
    font-size: 1rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .card__title {
    font-size: 30px;
  }

  .card__link {
    font-size: 0.75rem;
  }

  .card__img:hover .card__text {
    margin-bottom: 2rem;
  }

  .card__img:hover .card__divisor {
    margin-bottom: 2rem;
  }
}
/* program images hover style*/
@media (max-width: 768px) {
    .card__img_1_row:hover,
    .card__img_1_row:focus-within{
        max-height: none;
        height: 50vh;
    }
    .card__img_2_row:hover,
    .card__img_2_row:focus-within{
        max-height: none;
        height: 50vh;
    }
    .card__img:focus-within .card__links,
    .card__img:hover .card__links {
        position: relative;
    }
    .card__img:hover .card__divisor,
    .card__img:focus-within .card__divisor {
        margin-bottom: -2rem;
    }
}
@media (min-width: 768.1px) {
    .card__img_1_row:hover,
    .card__img_1_row:focus-within{
        max-height: none;
        height: 100%;
        margin-bottom: -245px;
    }
    .card__img_2_row:hover,
    .card__img_2_row:focus-within{
        max-height: none;
        height: 100%;
        margin-top: -245px;
    }
}
@media (min-width: 1400.1px) {
    .card__img_1_row:hover,
    .card__img_1_row:focus-within{
        margin-bottom: -280px;
    }
    .card__img_2_row:hover,
    .card__img_2_row:focus-within{
        margin-top: -280px;
    }
}





/* //////////////////////// */
/* OPEN HOUSE MODULE */ 

.open-house__module {
  position: relative;
}

.open-house__container {
  display: flex;
  position: relative;
  width: 100%;
  height: 550px;
}

/* Title and subtitle */
.open-house__left {
  background-color: #000000;
  width: 60%;
}

.open-house__content {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 30%;
  position: absolute;
  width: 550px;
  color: #fafafa;
}

.open-house__info {
  font-family: var(--primary-font);
  font-size: 17px;
  position: relative;
  line-height: 30px;
  width: 550px;
  padding-top: 1em;
}

.open-house__line {
  width: 38vw;
  height: 5px;
  background-color: var(--primary);
  position: absolute;
  left: 60%;
  top: 0;
}

.open-house__title {
  font-family: var(--black-font);
  font-size: 50px;
  margin: 0;
  padding-top: 0;
}

.open-house__subtitle {
  font-family: var(--black-font);
  font-size: 30px;
  margin: 2rem 0;
}

.open-house__info-text {
  margin: 1rem 0;
}

.open-house__right {
  width: 40%;
  position: relative;
}

.open-house__img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(img/open-house.jpeg);
}

.open-house__img-color {
  background-color: rgba(5, 5, 5, 0.096);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.join-btn {
  width: 100%;
  height: auto;
}

/* Button */
.cta-join {
  width: 170px;
  height: 54px;
  font-size: 16px;
  font-family: var(--black-font);
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-out;
  background: #e11a22;
  color: var(--white);
  clip-path: polygon(14% 0, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(14% 0, 100% 0%, 85% 100%, 0% 100%);
  margin-top: 1rem;
}

.mobile-btn {
  display: none;
}

.cta-join:focus-visible, .cta-join:hover, .cta-join:active,
.mobile-join:focus-visible, .mobile-join:hover, .mobile-join:active {
    background: var(--white);
    color: #e11a22;
    text-decoration: none;
}

/* Desktop small */
@media (max-width: 1200px) {
  .open-house__content {
    left: 40%;
  }
}
/* Ipad */
@media (max-width: 768px) {
  .cta-join {
    display: none;
  }

  .mobile-btn {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .mobile-join {
    display: block;
    width: 320px;
    height: 54px;
    font-size: 16px;
    font-family: var(--black-font);
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-out;
    background: var(--primary);
    color: var(--white-color);
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  }

  .open-house__container {
    flex-direction: column;
    background-position: center center;
    background-size: cover;
    background-image: url(img/open-house.jpeg);
    text-align: center;
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 520px;
  }

  .open-house__shadow {
    background-color: rgba(0, 0, 0, 0.397);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .open-house__content {
    position: static;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    color: #fafafa;
    padding: 3rem;
  }

  .open-house__left {
    width: 100%;
  }
  .open-house__right {
    height: 0px;
  }
  .open-house__img {
    background-position: 70%;
  }

  .open-house__title {
    font-size: 30px;
    margin-top: 7rem;
    white-space: nowrap;
  }
  .open-house__subtitle {
    font-size: 20px;
  }

  .open-house__info {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    margin-bottom: 3em;
    font-size: 16px;
  }
  .open-house__info-text {
    font-family: var(--primary-font);
    line-height: 30px;
    margin-top: 1rem 0;
  }
  .open-house__line {
    position: static;
    margin: 0 auto;
    width: 20vw;
  }
}


/* //////////////////////// */
/* WORK STUDENT MODULE */ 

.polygon__background {
	width: 100%;
	pointer-events: none;
	position: absolute;
	max-width: 1270px;
	height: 710px;
	right: 0;
	margin: 0 auto;
	clip-path: polygon(19% 35%, 100% 35%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(19% 35%, 100% 35%, 100% 100%, 0% 100%);
	background: #fafafa;
	bottom: 0;
}

.student__work {
	overflow-x: hidden;
}

.stroke__title__span {
	position: relative;
	display: block;
	font-family: var(--black-font);
	font-size: 14vw;
	text-indent: -9999px;
	font-weight: 700;
	white-space: nowrap;
}

.student__work .stroke__title__span:after {
	content: 'STUDENT WORK';
	position: absolute;
	left: -7vw;
	text-indent: 0;
	text-shadow: -0.5px -0.5px 0 #FDDFDD, 0.5px -0.5px 0 #FDDFDD,
	-0.5px 0.5px 0 #FDDFDD, 0.5px 0.5px 0 #FDDFDD;
	color: #fff;
}

.box__container {
	display: flex;
	transform: translateY(-15%);
	padding: 0rem 2rem;
	height: auto;
}

.box__content {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.box__body {
	z-index: 2;
	margin-left: auto;
	margin-right: 1vw;
}

h2.box__title {
	font-weight: bold;
	font-family: var(--black-font);
	font-size: 90px;
	margin: 2rem 0rem;
	max-width: 300px;
}

.box__line {
	position: absolute;
	left: 0;
	width: 18vw;
	height: 5px;
	background-color: var(--primary);
}

.box__text {
	font-family: var(--primary-font);
	margin-top: 5rem;
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	max-width: 540px;
}

.slider {
	display: flex;
	align-items: center;
	width: 50%;
	z-index: 2;
}

.slider__body {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	max-width: 606px;
}

.slider__container {
	overflow-x: hidden;
    position: relative;
}

.slider__container::-webkit-scrollbar {
	display: none;
}

.slider__list {
	width: auto;
	display: flex;
	margin-left: 0;
	transition: all 1s ease-out;
}

.slider__picture {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.slider__img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.slider__footer {
	background-color: var(--slider-footer);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	padding: 1.5rem;
}

.slider__name {
	color: var(--secundary);
	font-family: var(--black-font);
	margin: 0;
	margin-bottom: 0.5rem;
	font-size: 14px;
}

.slider__footer .slider__rol {
	color: #e11a22;
	font-family: var(--black-font);
	margin: 0;
	font-size: 13px;
}

.slider__control {
	display: flex;
	margin-left: auto;
	padding: 1rem 0rem;
}

.slider__control.hide {
	display: none;
}

.slider__button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--primary-opacity);
	background: var(--slider-footer);
	margin: 0rem 0.2rem;
	cursor: pointer;
}

.slider__container .playbutton {
    position: absolute;
    left: 2%;
    bottom: 2%;
    border: 5px solid white;
}

.student__work .panel-control--play .panel-control__left {
    margin-left: 5px;
    border-left: 26px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
}

.student__work .panel-control--play .panel-control__right {
    display: none;
}

.slider__button:focus {
    background-color: var(--primary);
}

@media (max-width: 2560px) {
	.box__body {
		margin-right: 7vw;
	}
}

@media (max-width: 1880px) {
	.box__line {
		width: 19vw;
	}
}

/* Mobile and devices  */

@media (max-width: 1200px) {
	.box__container {
		transform: translateY(-20px);
	}

	.slider {
		padding-top: 4rem;
	}
}

@media (max-width: 768px) {

	.student__work {
		background-color: var(--slider-footer);
	}

	.stroke__title__span {
		font-size: 6.3rem;
		margin-left: -5vw;
	}

	.box__container {
		flex-direction: column;
		transform: translateY(-50px);
	}

	.box__content {
		width: 100%;
		justify-content: flex-start;
	}

	.box__container .box__body {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

	h2.box__title {
		font-size: 30px;
		max-width: 100%;
		width: 100%;
		margin-bottom: 1.3rem;
	}

	.box__line {
		width: 32vw;
	}

	.box__text {
		max-width: 100%;
		width: 100%;
	}

	.slider {
		width: 100%;
		padding-top: 0;
	}

	.slider__body {
		width: 100%;
		margin: 2rem 0 0 0;
		max-width: 100%;
	}

	.slider__picture {
		max-width: 100%;
		max-height: 100%;
	}

	.slider__footer {
		width: auto;
	}

	.slider__control {
		margin: 0 auto;
	}

	.polygon__background {
		height: 248px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		top: 0;
		background-color: #ffffff00;
	}

    .student__work .panel-control {
        display: inline-block;
        z-index: 99;
        position: absolute;
        bottom: 2%;
        right: 2.5%;
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        padding: 27px;
        width: 20px;
        height: 20px;
        font-size: 0;
        white-space: nowrap;
        text-align: center;
        box-sizing: content-box;
        cursor: pointer
    }
    .student__work .panel-control:before {
        content: "";
        height: 20px
    }
    .student__work .panel-control,
    .student__work .panel-control:before,
    .student__work .panel-control__left,
    .student__work .panel-control__right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: border .11s ease-in-out, width .11s ease-in-out, height .11s ease-in-out, margin .11s ease-in-out, background-color 0.22s;
        -moz-transition: border .11s ease-in-out, width .11s ease-in-out, height .11s ease-in-out, margin .11s ease-in-out, background-color 0.22s;
        transition: border .11s ease-in-out, width .11s ease-in-out, height .11s ease-in-out, margin .11s ease-in-out, background-color 0.22s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.35, 1)
    }
    .student__work .panel-control:hover {
        background-color: rgba(0, 0, 0, 0.45)
    }
    .student__work .panel-control--pause .panel-control__left,
    .student__work .panel-control--pause .panel-control__right {
        margin: 0;
        border-left: 7px solid #fff;
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
        height: 24px
    }
    .student__work .panel-control--pause .panel-control__left {
        border-right: 5px solid transparent
    }
    .student__work .panel-control--play .panel-control__left {
        margin-left: 0;
        margin-top: -3px;
    }
}

@media (max-width: 400px) {
	.stroke__title__span {
		margin-left: -12vw;
	}

	.box__container {
		padding: 0rem 1rem;
	}

	.box__text {
		font-size: 1rem;
		margin-top: 3rem;
		margin-bottom: 0;
		line-height: 30px;
	}

	.slider__footer {
		padding: 0.7rem;
	}

	.slider__name {
		font-size: 14px;
		margin-bottom: 0.1rem;
	}

	.slider__rol {
		font-size: 13px;
	}

	.slider__control {
		padding: 1.3rem 0;
	}

	.slider__button {
		margin: 0rem 0.4rem;
	}
}

.btnSliderSelected {
	background-color: var(--primary);
}


/* //////////////////////// */
/* CAMPUSES MODULE */ 

.modules {
  width: 100%;
  max-width: 1236px;
  box-sizing: border-box;
  padding-right: 17rem;
  padding-left: 17rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section__modules {
  display: flex;
}

.section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
}

.section__title {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.campuses__title {
  font-size: 50px;
  font-family: var(--black-font);
  padding-bottom: 1.2rem;
}

/* Campuses Cards */

.section__cards {
  display: flex;
  padding: 4rem 2rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 1200px;
}

.section__card {
  width: 236px;
  height: 291px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem;
  padding: 2rem;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0px 0px 9px #0000001a;
  opacity: 1;
}

.img__card {
  width: 100%;
  height: auto;
}

.picture__card {
  display: block;
  justify-content: flex-start;
  width: auto;
  height: 40px;
}

.section__name {
  font-size: 30px;
  font-family: var(--black-font);
  padding: 0;
  margin: 2rem 0;
}

.section__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.section__link {
  text-decoration: none;
  color: var(--primary-dark) !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  font-family: var(--primary-font);
  font-weight: 600;
  cursor: pointer;
}

.section__link:active {
  color: var(--primary-dark) !important;
}

.section__link:hover {
  text-decoration: underline;
  text-align: center;
}

.banner-links .divisor {
  width: 85px;
  height: 5px;
  position: relative;
  bottom: 0;
  background: var(--primary);
}

.modules figure {
    margin: 0;
}

/* Mobile and devices  */

@media (max-width: 1200px) {
  .title {
    font-size: 40px;
  }
  .divisor {
    width: 10vw;
    bottom: 0;
  }

  .section__name {
    font-size: 1.6em;
  }

  .section__link {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
  }

  .section__cards {
    width: auto;
    margin: 2rem;
    padding: 0;
  }

  .section__link::after {
    content: " /";
  }

  .section__link:last-child::after {
    content: "";
  }
}

@media (max-width: 768px) {
  .section__text {
    padding: 0;
  }

  .title {
    font-size: 30px;
    margin-bottom: 0.5em;
  }

  .divisor {
    width: 14vw;
    top: 80%;
  }

  .section__title {
    margin-bottom: 25px;
  }

  .section__name {
    font-size: 30px;
  }

  .section__link {
    padding: 0;
  }

  .section__links {
    padding-top: 0;
  }

  .link1::after {
    content: " / ";
  }

  .section__cards {
    margin-top: 30px;
    box-shadow: 0px 0px 9px #0000001a;
    flex-wrap: wrap;
  }
  .section__card {
    height: 180px;
    padding: 0;
    box-shadow: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }

  .section__name {
    font-size: 23px;
  }

  .section__links {
    display: block;
  }

  .section__link {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .section__cards {
    max-width: 300px;
  }
  .section__name {
    font-size: 20px;
  }

  .section__link {
    font-size: 16px;
  }
}


/* //////////////////////// */
/* ALUMNI SPOTLIGHT MODULE */ 

.alumniSpotlight__desktop {
	overflow-x: hidden;
	background-color: var(--secundary);
}

.stroke__title__span {
	font-family: var(--black-font);
	font-size: 14vw;
	margin-left: -7vw;
	white-space: nowrap;
	text-indent: -9999px;
	position: relative;
	display: block;
	color: #fff;
}

.stroke__title__span:after {
	content: 'ALUMNI SPOTLIGHT';
	position: absolute;
	position: absolute;
	left: -1.7vw;
	top: 0;
	text-indent: 0;
	text-shadow: -0.5px -0.5px 0 #490f0b, 0.5px -0.5px 0 #490f0b, -0.5px 0.5px 0 #490f0b, 0.5px 0.5px 0 #490f0b;
	color: var(--secundary);
}

.alumniSpotlight__container {
	width: 100%;
	transform: translateY(-4%);
	max-width: 1236px;
	box-sizing: border-box;
	padding-right: 17rem;
	padding-left: 17rem;
	margin-right: auto;
	margin-left: auto;
	padding: 1.2rem;
}

.alumniSpotlight__header {
	width: 100%;
	height: auto;
	margin-top: 0;
}

.alumniSpotlight__title {
	font-size: 90px;
	font-family: var(--black-font);
	color: var(--white);
	margin: 0;	padding: 0 0 2rem 0;
}

.alumniSpotlight__divisor {
	background-color: var(--primary);
	width: 390px;
	height: 5px;
	left: -17.5vw;
	position: absolute;
}

.alumniSpotlight__body {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alumniSpotlight__desc {
	font-size: 17px;
	font-family: var(--primary-font);
	line-height: 30px;
	color: var(--white);
	padding: 2rem 0;
	margin: 0;
}

.alumniSpotlight__youtubeWrapper {
	height: 675px;
}

.alumniSpotlight__glide {
	position: relative;
	margin-bottom: 1.5rem;
}

.alumniSpotlight__glide .glide__track .glide__slides {
	margin: 0;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a {
	transition: transform 0.2s;
	display: block;
	position: relative;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a:hover, .alumniSpotlight__glide .glide__track .glide__slides .glide__slide a:focus {
	transform: scale(1.1);
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a:hover div, .alumniSpotlight__glide .glide__track .glide__slides .glide__slide a:focus div {
	background-color: #fff;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a img {
	width: 100%;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a div {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-family: var(--black-font);
	height: 30px;
	text-align: left;
	padding-left: 25px;
	line-height: 30px;
	font-size: 0.8rem;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide a div span {
	color: #e10a22;
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide.glide__slide--active a {
	transform: scale(1.1);
}

.alumniSpotlight__glide .glide__track .glide__slides .glide__slide.glide__slide--active a div,
.alumniSpotlight__glide .glide__track .glide__slides .glide__slide.glide__slide:hover a div,
.alumniSpotlight__glide .glide__track .glide__slides .glide__slide.glide__slide:focus-within a div {
	background-color: #fff;
	color: #000;
}

.slider__bullets {
	position: absolute;
	z-index: 2;
	bottom: -1.5rem;
	left: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider__bullet {
	background-color: transparent;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	line-height: 0;
	margin: 0 0.25em;
}

.slider__bullet:focus {
	outline: none;
}

.slider__bullet:focus,
.slider__bullet:hover {
	border: 1px solid var(--primary);
	background-color: var(--primary);
}

.slider__bullet[class*="active"] {
	background-color: var(--primary);
}

.slider__arrow {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 70px;
	height: 100%;
	line-height: 100%;
	color: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 2rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.slider__arrow span {
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider__arrow--next {
	right: 0;
}

.slider__arrow--prev {
	left: 0;
}

@media only screen and (max-width: 768px) {
	.alumniSpotlight__title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.stroke__title__span {
		font-size: 6.3rem;
		margin-left: -9.5vw;
	}

	.alumniSpotlight__youtubeWrapper {
		margin: 0 -1.2rem;
	}

	.alumniSpotlight__header {
		text-align: center;
	}

	.alumniSpotlight__divisor {
		background-color: var(--primary);
		width: 80px;
		height: 5px;
		margin: 0 auto;
		position: relative;
		left: auto;
		bottom: auto;
	}

	.alumniSpotlight__glide .glide__arrows {
		display: none;
	}

	.alumniSpotlight__glide .glide__track {
		display: none;
	}
}

@media only screen and (min-width: 481px) {
	.alumniSpotlight__glide .glide__bullets {
		display: none;
	}
}


/* //////////////////////// */
/* BANNER LINKS MODULE */ 

.banner-links .divisor {
  width: 85px;
  height: 5px;
  background: var(--primary);
  margin: 30px auto;
}

.banner-links {
  text-align: center;
  padding: 76px 0;
}
.banner-links h2 {
  font-size: 50px;
  line-height: 68px;
  font-family: var(--black-font);
  margin: 0;
}
.banner-links p {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 30px;
}
.banner-links .container {
  padding: 1.2em;
  box-sizing: border-box;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

.banner-links .links {
  padding-top: 43px;
  text-align: center;
  justify-content: space-around;
  display: flex;
  font-family: var(--black-font);
}
.banner-links .links a {
  padding-top: 43px;
  color: #E91E00;
  font-size: 16px;
  line-height: 21px;
  display: block;
  text-decoration: none;
}
.banner-links .links a:hover {
  text-decoration: underline;
}
.banner-links .links a:after {
  display: inline-block;
  content: " ";
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin-left: 12px;
  position: relative;
  top: 4px;
  background-image: url(img/ico-red-arrow-right-go.svg);
}

@media (max-width: 768px) {
  .banner-links {
    margin: 0px 32px 0px 32px;
    padding: 60px 0;
  }
  .banner-links .container {
    padding: 0;
  }
  .banner-links .links {
    display: block;
    padding-top: 0;
  }

  .banner-links p {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
  }

  .banner-links h2 {
    font-size: 30px;
    line-height: 41px;
  }
}

/* //////////////////////// */
/* BLOG POSTS MODULE */

.blogPosts__mobile {
  display: none;
}

.blogPosts__desktop {
  width: 100%;
  height: auto;
  position: relative;
}

.blogPosts__desktop p {
  margin: 1em 0;
}

.blogPosts__container {
  width: 100%;
  max-width: 1236px;
  box-sizing: border-box;
  padding-right: 17rem;
  padding-left: 17rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.blogPosts__content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.blogPosts__content__title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
}

.blogPosts__title {
  font-family: var(--black-font);
  font-size: 50px;
  line-height: 68px;
  margin: 0;
}

.blogPosts__text {
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  padding: 1.5rem 85px;
  justify-content: center;
  align-items: center;
}

.blogPosts__paragraph {
  font-family: var(--primary-font);
  font-size: 17px;
  text-align: center;
}

.blogPosts__divisor {
  background-color: var(--primary);
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: 0;
}

.blogPosts__card__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  z-index: 2;
}

.blogPosts__card__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
}

.blogPosts__card {
  position: relative;
  background-color: var(--white);
  max-width: 350px;
  height: auto;
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 12px #0000001a;
  opacity: 1;
  align-items: flex-start;
  align-content: flex-start;
  transition: all .5s ease-out;
}

.blogPosts__card:hover {
  box-shadow: 0px 0px 18px #0000005b;
}

.blogPosts__card__link {
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.blogPosts__card .cardTitle {
  display: block;
  text-decoration: none;
  color: var(--secundary) !important;
  font-family: var(--black-font);
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.blogPosts__card:hover .cardTitle {
  text-decoration: underline;
}

.blogPosts__card__figure {
  width: 100%;
  max-height: 200px;
  position: relative;
}

.blogPosts__card__picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.blogPosts__card__image {
  display: block;
  width: 100%;
  height: 100%;
}

.blogPosts__card__button {
  width: 225px;
  height: 40px;
  clip-path: polygon(15% 16%, 87% 16%, 79% 100%, 6% 100%);
  -webkit-clip-path: polygon(15% 16%, 87% 16%, 79% 100%, 6% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #ffffff;
  border: none;
  font-size: 13px;
  line-height: 1rem;
  padding-top: 10px;
  padding-right: 15px;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.blogPosts__card__button--1 {
  background-color: #983398;
}

.blogPosts__card__button--2 {
  background-color: #008a00;
}

.blogPosts__card__button--3 {
  background-color: #3366cb;
}

.blogPosts__card__body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
}

.blogPosts__card__time {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #5b7b8f;
  line-height: 30px;
}

.blogPosts__card__date {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  font-family: var(--primary-font);
}

.blogPosts__card__dateText {
  font-family: var(--primary-font);
  padding-top: 10px;
  color: #5B7A8E;
  margin: 1em 0;
}


.timeicon {
  position: relative;
  padding-left: 25px;
}

.timeicon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background-image: url(img/ico-time.svg);
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
}

.blogPosts__card__readTime {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}

.blogPosts__card__readTimePic {
  width: 20px;
  height: 20px;
  margin: 10px 3px 0 0;
}

.blogPosts__card__readTimeImg {
  width: 100%;
  height: auto;
}

.blogPosts__card__copy {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 30px;
}
.blogPosts__card__copyLink {
  display: block;
  text-decoration: none;
  color: var(--secundary) !important;
  font-family: var(--black-font);
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.blogPosts__card__text {
  font-family: var(--primary-font);
  text-align: left;
  padding-bottom: 1rem;
}

.blogPosts__cta {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.blogPosts__link {
  display: block;
  position: relative;
  font-size: 16px;
  font-family: var(--black-font);
  line-height: 21px;
  padding-right: 40px;
  text-decoration: none;
  color: #e10a22;
}

.blogPosts__link:hover {
  text-decoration: underline;
}

.blogPosts__link:after {
  content: '';
  top: -25%;
  right: 0;
  position: absolute;
  background-image: url();
  background-position: center;
  background-size: contain;
  background-image: url(img/ico-red-arrow-down-go.svg);
  height: 28px;
  width: 28px;

}

.blogPosts__link__picture {
  display: block;
  width: 28px;
  height: 28px;
}

.blogPosts__link__img {
  width: 100%;
  height: auto;
}

.blogPosts__polygon {
  width: 100%;
  pointer-events: none;
  position: absolute;
  max-width: 1270px;
  height: 900px;
  right: 0;
  margin: 0 auto;
  clip-path: polygon(19% 35%, 100% 35%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(19% 35%, 100% 35%, 100% 100%, 0% 100%);
  background: #fafafa;
  bottom: 0;
}

@media (max-width: 768px) {
  .blogPosts__desktop {
    display: none;
  }

  .blogPosts__mobile {
    display: block;
  }

  .blogMobile__container {
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .blogMobile__content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .blogMobile__content__title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .blogMobile__title {
    font-family: var(--black-font);
    font-size: 30px;
    line-height: 41px;
    margin: 0;
  }

  .blogMobile__text {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blogMobile__paragraph {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .blogMobile__divisor {
    background-color: var(--primary);
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: var(--primary);
  }

  /* ----Slider---- */

  .blogSlider {
    width: 100%;
    height: 100%;
  }

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

  .blogSlider__content {
    overflow-x: hidden;
  }

  .blogSlider__content::-webkit-scrollbar {
    display: none;
  }

  .blogSlider__content__list {
    width: 300%;
    display: flex;
    margin-left: 0;
    transition: all 1s ease-out;
  }

  .blogMobile__card {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 12px #0000001a;
    opacity: 1;
    margin: 10px;
  }

  .blogMobile__card__figure {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .blogMobile__card__picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .blogMobile__card__image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .blogMobile__card__button {
    width: 150px;
    height: 40px;
    clip-path: polygon(15% 16%, 87% 16%, 79% 100%, 6% 100%);
    -webkit-clip-path: polygon(15% 16%, 87% 16%, 79% 100%, 6% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: #ffffff;
    border: none;
    font-size: 13px;
    line-height: 1rem;
    padding-top: 10px;
    padding-right: 15px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    cursor: pointer;
  }

  .blogMobile__card__button--1 {
    background-color: #983398;
  }

  .blogMobile__card__button--2 {
    background-color: #008a00;
  }

  .blogMobile__card__button--3 {
    background-color: #3366cb;
  }

  .blogMobile__card__body {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
  }

  .blogMobile__card__time {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #758e9f;
    line-height: 30px;
    margin-top: 1rem;
  }

  .blogMobile__card__date {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .blogMobile__card__dateText {
    font-family: var(--primary-font);
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 13px;
  }

  .blogMobile__card__readTime {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .blogMobile__card__readTimePic {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 13px;
    margin-right: 3px;
  }

  .blogMobile__card__readTimeImg {
    width: 100%;
    height: auto;
  }

  .blogMobile__card__copy {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 30px;
  }
  .blogMobile__card__copyLink {
    display: block;
    text-decoration: none;
    color: var(--secundary) !important;
    font-family: var(--black-font);
  }

  .blogMobile__card__text {
    font-family: var(--primary-font);
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .blogSlider__control {
    display: flex;
    margin: 0 auto;
    padding: 1rem 0rem;
  }

  .blogSlider__button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--primary-opacity);
    background: #ffffff;
    margin: 0rem 0.2rem;
    cursor: pointer;
  }

  .blogMobile__cta {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .blogSlider {
    width: 100%;
  }
  .blogSlider__control {
    padding: 1.3rem 0;
  }
  .blogSlider__button {
    margin: 0rem 0.4rem;
  }
}

.blogBtnSliderSelected {
  background-color: var(--primary);
}


/* //////////////////////// */
/* SEARCH MODULE */ 

.search-module {
  margin: 2em 0 1em 0;
}

.search-module .search-input {
  display: inline-block;
  width: calc(100% - 40px);
  border: none;  
  background-color: transparent;
  font-size: 30px;
  font-family: "Avenir Light";
  font-weight: normal;
  color: #000000;
  padding-left: 40px;
  padding: 9px 0;
  outline: none;
  margin: 0;
}

.search-module .search-input::placeholder {
  color: #000000;
  opacity: 1;
}

.search-module form {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #0000001a;
}

.search-module form .submit {
  display: inline-block;
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border-radius: 0;
  background-image: url(img/ico-red-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sr-only {
  display: none;
}

@media (max-width: 768px) {
  .search-module .search-input {
    font-size: 20px;
    padding: 13px 40px;
  }
  .search-module {
    margin: 0px 18px 0px 18px;
  }
}


/* //////////////////////// */
/* NATIONAL FOOTER MODULE */ 

.nationalMobileFooter {
  display: none;
}

.nationalFooter {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: auto;
  background-color: var(--secundary);
  font-family: var(--light-font);
  display: flex;
  padding-top: 1rem;
}

.nationalFooter__container {
  width: 100%;
  max-width: 1236px;
  box-sizing: border-box;
  padding-right: 17rem;
  padding-left: 17rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.2rem;
}

.nationalFooter__container__logo {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  position: relative;
}

.nationalFooter__picture {
  width: 328px;
  height: 56px;
  display: block;
  margin: 0;
}

.nationalFooter__image {
  width: 100%;
  height: auto;
}

.nationalFooter__line {
  height: 5px;
  background-color: var(--primary);
  width: 366px;
  position: absolute;
  bottom: 0;
  left: -20vw;
}

.nationalFooter__content {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
}

.nationalFooter__menu {
  width: 100%;
  height: auto;
  display: flex;
  padding-top: 1rem;
}

.nationalFooter__box {
  display: inline-flex;
  justify-content: left;
  width: 100%;
  height: auto;
}

.nationalFooter__list {
  padding: 10px 0;
  opacity: 1;
  line-height: 35px;
}

.nationalFooter__list__item {
  color: var(--white-color);
  font-size: 17px;
}

.nationalFooter__list__item_name {
  font-family: var(--black-font);
  color: var(--white-color) !important;
}

.nationalFooter__list__item_name:hover {
  text-decoration: none;
}

.nationalFooter__sublist {
  padding: 1rem 0;
  margin: 0px;
}
.nationalFooter__subsublist {
  padding: 0px;
  margin: 0px;
}
.nationalFooter__list__sublink {
  text-decoration: none;
  color: var(--white-color) !important;
  font-size: 16px;
  font-family: var(--light-font);
}

.nationalFooter__list__sublink:hover {
  text-decoration: none;
}

.nationalFooter__list__subsublink {
  margin-left: 1rem;
  text-decoration: none;
  color: var(--white-color) !important;
  font-family: var(--light-font);
}
.nationalFooter__list__subsublink:hover {
  text-decoration: none;
}

.nationalFooter__list__subsublink--nowrap {
  margin-left: 0;
}

.nationalFooter__list__subsublink--nowrap2 {
  margin-left: 0;
}

.nationalFooter__list__subsublink--nowrap2::after {
  content: " &";
  white-space: pre;
  cursor: default;
}

.nationalFooter__list__subsublink--left {
  margin-left: 1rem;
  white-space: pre;
}

.nationalFooter__list__subsubitem {
  text-align: left;
}

.nationalFooter__contactUs {
  width: 100%;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.nationalFooter__contactUs a {
  color: #e10a22;
}

.nationalFooter__contactUs__polygon {
  width: 1100px;
  height: 54px;
  background: rgb(255, 255, 255);
  clip-path: polygon(7% 0, 98% 0%, 94% 100%, 3% 100%);
  -webkit-clip-path: polygon(7% 0, 98% 0%, 94% 100%, 3% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
}

.nationalFooter__contactUs__list {
  color: var(--primary);
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.nationalFooter__contactUs__list li {
  position: relative;
}

.nationalFooter__contactUs__list li:after {
  content: " /";
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 15px;
  font-size: 21px;
  font-style: italic;
}

.nationalFooter__contactUs__list li:last-child:after {
  content: none;
  padding: 0;
}

.nationalFooter__contactUs__link {
  text-decoration: none;
  list-style: none;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 32px;
  font-family: var(--black-font);
}


.nationalFooter__socialMedia {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nationalFooter__socialMedia__container {
  width: 100%;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.7rem;
}

.nationalFooter__socialMedia__picture {
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0 16.41px;
  justify-content: center;
  align-items: center;
}

.nationalFooter__socialMedia__image {
  width: 100%;
  height: auto;
}

.nationalFooter__policy {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nationalFooter__policy__text {
  width: 85%;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nationalFooter__policy__paragraph {
  color: var(--white-color);
  padding: 1rem;
  font-size: 14px;
  font-family: var(--medium-font);
  line-height: 20px;
  text-align: center;
}

.nationalFooter__policy__link {
  color: var(--white-color) !important;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--medium-font);
  line-height: 20px;
  cursor: pointer;
}
.nationalFooter__policy__link:hover {
  text-decoration: none;
}

.nationalFooter__policy__link::after {
  content: "|";
}

.nationalFooter__policy__link:last-child::after {
  content: "";
}

/* IPAD */
@media (max-width: 1920px) {
  .nationalFooter__line {
    width: 24.3vw;
  }
}

@media (max-width: 935px) {
  .nationalFooter {
    display: none;
  }
  .nationalMobileFooter {
    width: 100%;
    display: block;
  }

  .nationalMobileFooter .container {
    background-color: var(--secundary);
    display: block;
    width: 100%;
    height: auto;
  }

  /* Mobile menu */

  .navfooter__mobile {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--secundary);
  }
  .navfooter__mobile__menu {
    padding: 0;
    margin: 0;
  }
  .navfooter__item__container {
    width: 100%;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  
  .navfooter__item__layer {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  .navfooter__item__layer:after {
    content: "";
    height: 1px;
    background: #707070;
    display: block;
    width: 97%;
    margin: 0 auto;
    margin-top: 51px;
  }

  .navfooter__sub__sublink--bottom::after {
    content: "";
    height: 1px;
    background: #707070;
    display: block;
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .arrowFooter__picture {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
  }

  .arrowFooter__img {
    width: 100%;
    height: auto;
  }

  .navfooter__item {
    color: var(--white-color) !important;
    font-family: var(--black-font);
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    list-style: none;
    display: block;
    opacity: 1;
  }

  .navfooter__submenu {
    display: none;
    padding: 0;
    margin: 0;
  }

  .navfooter__subitem {
    font-family: var(--medium-font);
    font-size: 17px;
    line-height: 34px;
    color: var(--white-color) !important;
    opacity: 1;
    margin-left: 2rem;
    padding-top: 16px;
  }

  .navfooter__sub__sublink {
    font-family: var(--medium-font);
    width: 90%;
    font-weight: lighter;
    font-size: 17px;
    line-height: 34px;
    color: var(--white-color) !important;
    opacity: 1;
    padding: 17px 0px 17px 0px;
    margin-left: 3rem;
  }

  .navfooter__sub__sublist,
  .navfooter__sub__submenu {
    padding: 0;
    margin: 0;
  }

  /* Logo */

  .nationalMobileFooter .header__container {
    width: 100%;
    height: 100px;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    place-items: center;
    background-color: --secundary;
  }

  .nationalMobileFooter .header__picture {
    width: 235px;
    padding-top: 20px;
  }

  .nationalMobileFooter .header__img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Contact us */
  .navfooter__contact {
    width: 85%;
    height: 188px;
    background: rgb(255, 255, 255);
    clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%);
    display: flex;
    align-items: center;
    margin-top: 3rem;
  }

  .navfooter__contact__list {
    font-family: var(--black-font);
    font-style: oblique;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 1rem;
  }

  .navfooter__contact__link {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 41px;
    list-style: none;
    color: var(--primary);
  }

  .mobileFooter__socialMedia {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobileFooter__socialMedia__container {
    width: 100%;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }

  .mobileFooter__socialMedia__picture {
    display: flex;
    width: 21px;
    height: 21px;
    margin: 0 10px;
    justify-content: space-around;
    align-items: center;
  }

  .mobileFooter__socialMedia__image {
    width: 100%;
    height: auto;
  }

  .mobileFooter__policy {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
  }

  .mobileFooter__policy__text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobileFooter__policy__paragraph {
    font-family: var(--medium-font);
    color: var(--white-color);
    padding: 1rem;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .policy__text {
    font-family: var(--medium-font);
    color: var(--white-color) !important;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
  }

  .policy__text::after {
    content: "|";
  }

  .policy__text:last-child::after {
    content: "";
  }
}

@media (max-width: 400px) {
  .nationalFooter {
    display: none;
  }

  .navfooter__sub__sublink--bottom::after {
    width: 73%;
  }

  .navfooter__item__layer:after {
    width: 93%;
  }
}

@media (max-width: 300px) {
  .navfooter__contact {
    width: 80%;
  }

  .navfooter__contact__link {
    font-size: 14px;
  }
}

/* utilities */

.arrowFooter {
  transform: rotate(180deg);
}

.activeFooter {
  display: block;
}
 