@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica Neue Heavy";
  src: url("../fonts/HelveticaNeueCyr-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica Neue Black";
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("../fonts/HelveticaNeueBoldCondensed.woff2") format("woff2");
}

body {
  font-family: "Helvetica Neue Medium", sans-serif;
  overflow-x: hidden;
}

nav {
  font-family: "Helvetica Neue", sans-serif;
}

nav ul li a {
  color: #979797 !important;
  transition: all 0.25s;
  text-decoration: none;
}

nav ul li a:hover {
  transition: all 0.25s;
  transform: translateY(1px);
  color: #006fb9 !important;
  font-weight: bold;
}

.navbar-toggler-icon {
  background-color: #979797;
  border-radius: 5px;
}

#CollapsingNavbar nav {
  margin-left: 50% !important;
}

@media (max-width: 976px) {
  #CollapsingNavbar nav {
    margin-left: 3% !important;
  }
}

/*FOOTER*/
footer {
  margin-bottom: 1%;
  margin-top: 1%;
  color: #979797;
  font-weight: 500;
}

@media (max-width: 976px) {
  footer {
    text-align: center;
  }
}

footer p {
  margin-top: 1%;
}
/*PAGINA PRINCIPAL*/

.img-header {
  padding-top: 12%;
  padding-bottom: 12%;
  width: 100%;
  background-image: url("../img/header.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}

.img-header h1 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-style: normal;
  font-size: 6em;
}

.img-header h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.11em;
  font-size: 26px;
  line-height: 120%;
}

@media (max-width: 976px) {
  .img-header h1 {
    font-size: 3em;
  }
  .img-header h4 {
    font-size: 1em;
  }
}

.img-header button {
  background: linear-gradient(
    180deg,
    #0291d2 0%,
    #006fb9 99.99%,
    rgba(255, 66, 66, 0) 100%
  );
  color: white;
  border-radius: 100px;
  border: none;
  padding: 18px 41px;
  font-size: 1.7em;
  margin-top: 5%;
}

#eventos {
  margin-top: 5%;
  margin-bottom: 5%;
}

#eventos .col-img {
  position: absolute;
  left: 60%;
  width: 100%;
}

@media (max-width: 976px) {
  #eventos .col-img {
    position: static;
  }
}

#eventos a {
  text-decoration: none;
}

#eventos .option {
  transition: all 0.3s;
}

#eventos .option img {
  margin-bottom: 6%;
}

#eventos .option:hover {
  background: #f5f5f5;
  border-radius: 20px;
  transition: all 0.3s;
}

#eventos h1 {
  text-align: center;
}

#eventos small {
  color: #949494;
  font-size: 0.8em;
  font-style: italic;
}

#eventos .info img {
  margin-top: 13%;
}

#eventos .eventos-row {
  margin-bottom: 3%;
}

#eventos .eventos-col {
  margin-top: 8%;
}

#mooc {
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
  margin-top: 2%;
  margin-bottom: 2%;
}

#mooc .text {
  margin-top: 20%;
  width: 75%;
}

#mooc p {
  font-size: 0.9em;
}

#mooc h1 {
  font-size: 2em;
  font-weight: bold;
}

@media (max-width: 976px) {
  #mooc .text {
    margin-top: 4%;
    margin-bottom: 4%;
    width: 100%;
  }

  #mooc {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
  }
}

#mooc button {
  color: #006fb9;
  background-color: transparent;
  border-color: #006fb9;
  border-radius: 20px;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-width: 1px;
}

#mooc button:hover {
  background-color: #006fb9;
  color: white;
  transition: all 0.25s;
}

#sirv {
  background-color: #23242a;
  color: white;
  border-radius: 12px;
  padding: 4%;
  margin-top: 10%;
  margin-bottom: 8%;
}

@media (max-width: 976px) {
  #sirv {
    text-align: center;
  }
  #sirv_page .text-button {
    text-align: center;
  }

  #sirv_page img {
    margin-bottom: 15%;
  }
}

#sirv button {
  background-color: transparent;
  border-color: white;
  color: white;
  border-radius: 20px;
  padding-right: 8%;
  padding-left: 8%;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  margin-top: 5%;
  border-width: 1px;
}

#sirv button:hover {
  background-color: white;
  color: black;
  transition: all 0.25s;
}

#sirv .img {
  padding-left: 10%;
}

#sirv h1 {
  font-size: 2em;
}

#sirv p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1em;
  margin-top: 5%;
}

#accesos {
  margin-bottom: 5%;
}

#accesos .info {
  text-align: center;
}

#accesos .images img {
  height: 55%;
  margin-top: 10%;
}

#accesos button {
  color: #006fb9;
  background-color: transparent;
  border-color: #006fb9;
  border-radius: 20px;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-width: 1px;
}

#accesos button:hover {
  background-color: #006fb9;
  color: white;
  transition: all 0.25s;
}

/*PRESENTACION OFERTA ACADÉMICA*/

#oferta hr {
  color: #23242a;
}

#oferta_content .header-hr {
  border: 3px solid #006fb9;
  opacity: 100%;
  width: 6%;
  margin-top: 5%;
}

#oferta_content .breadcrumb {
  margin-left: 13%;
}

#oferta_content .breadcrumb_mooc {
  margin-left: 0% !important;
}

@media (max-width: 976px) {
  #oferta_content .header-hr {
    width: 15%;
  }

  #oferta_content .breadcrumb {
    margin-left: 0%;
  }
}

#oferta_content h1 {
  font-weight: bold;
  width: 100%;
}

#oferta_content img {
  width: 100%;
}

#oferta_content .img-title {
  margin-top: 3%;
  position: relative;
  display: inline-block;
  text-align: center;
}

#oferta_content .img-title img {
  filter: brightness(30%);
}

#oferta_content .text {
  position: absolute;
  top: 20%;
  left: 5%;
  color: white;
  font-family: "Helvetica Neue Bold", sans-serif;
  width: 90%;
  text-align: left;
}

#oferta_content .header-hr-title {
  border: 3px solid #006fb9;
  opacity: 100%;
  width: 12%;
}

@media (max-width: 976px) {
  #oferta_content .text {
    position: absolute;
    top: 10%;
    left: 5%;
    font-family: "Helvetica Neue", sans-serif;
    width: 100%;
    text-align: left;
  }

  #oferta_content .data {
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid #979797;
    border-left: none !important;
    height: 100%;
  }
  #red_gestores .image {
    text-align: center;
    margin-bottom: 5%;
  }

  #img-title-jornada .text h1 {
    font-size: 1.7em !important;
  }

  #img-title .text h1 {
    font-size: 1.7em !important;
  }

  #oferta_content .text {
    position: absolute;
    top: 0%;
    width: 90%;
    text-align: left;
  }

  .nav-link--oferta-academica,
  .nav-link--mooc {
    margin-left: 25px !important;
  }
}

#oferta_content .body {
  margin-top: 10%;
  font-family: "Helvetica Neue", sans-serif;
}

#oferta_content .data {
  border-left: 1px solid #979797;
  height: 300px;
  padding-left: 3%;
  padding-top: 1%;
}

#oferta_content .descripcion {
  margin-right: 3%;
}

/*VIEW*/

#oferta_content_view h1 {
  font-family: "Helvetica Neue Bold", sans-serif;
}

#oferta_content_view .button_filter {
  background-color: white;
  border: none;
  color: #979797;
  font-size: 1.2em;
  margin-top: 10%;
}

#oferta_content_view .header-hr-list {
  border: 3px solid #006fb9;
  opacity: 100%;
  width: 13%;
  margin-top: 5%;
}

#oferta_content_view .card {
  margin: 3%;
  border: none;
}

#oferta_content_view .card-body {
  font-size: 0.9em;
}

#oferta_content_view .card-header {
  background-color: white !important;
  border-bottom: none;
  font-size: 1em;
  font-weight: bold;
  color: #4d4f55;
  margin-bottom: 0%;
}

#oferta_content_view img {
  height: 150px !important;
  object-fit: cover !important;
}

#oferta_content_view .button_container {
  text-align: center;
  margin-top: 15%;
}

#oferta_content_view .card-body a {
  border: 2px solid #006fb9;
  border-radius: 20px;
  padding: 4%;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}

#oferta_content_view .card-body a:hover {
  border: 2px solid #006fb9;
  background-color: #006fb9;
  color: white;
  transition: all 0.4s;
}

#oferta_content_view button {
  border: 2px solid #006fb9;
  border-radius: 20px;
  text-align: center;
  background-color: #006fb9;
  color: white;
  transition: all 0.4s;
}

#oferta_content_view nav {
  margin-left: 40%;
}

#oferta_content_view nav a {
  border-color: transparent;
  border-radius: 25px;
}

#oferta_content_view nav li {
  width: 5.9%;
  text-align: center;
  margin: 1%;
}

#oferta_content_view span {
  border-radius: 25px;
}

#oferta_content_view nav a:hover {
  color: white !important;
  background-color: #006fb9;
}

#img-title-jornada h1 {
  font-size: 2em !important;
  margin-top: 0% !important;
}

/*SIRV*/

#sirv_page {
  margin-bottom: 20%;
}

#sirv_page .header-hr-title {
  border: 3px solid #006fb9;
  opacity: 100%;
  width: 7%;
  margin-top: 6%;
}

#sirv_page h1 {
  font-family: "Helvetica Neue Bold", sans-serif;
}

#sirv_page p {
  font-family: "Helvetica Neue", sans-serif;
}

#sirv_page button {
  color: #006fb9;
  background-color: transparent;
  border-color: #006fb9;
  border-radius: 20px;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-width: 1px;
  margin-top: 7%;
}

#sirv_page button:hover {
  background-color: #006fb9;
  color: white;
  transition: all 0.25s;
}

#sirv_page .info {
  margin-top: 10%;
}

/*RED DE GESTORES*/

#red_gestores .header-hr-title {
  border: 3px solid #006fb9;
  opacity: 100%;
  width: 7%;
  margin-top: 6%;
}

#red_gestores h1 {
  font-family: "Helvetica Neue Bold", sans-serif;
}

#red_gestores a {
  text-decoration: none;
  color: black;
}

#red_gestores .info {
  padding-left: 15%;
}

#red_gestores .row {
  margin-top: 5%;
}

#sirv_page .calidad-img {
  height: 65%;
}

#amecyd-bg {
  background-image: url("../img/mundo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#amecyd-bg img {
  margin-top: 9%;
}

#login {
  margin-top: 5%;
}

.nav-link--oferta-academica,
.nav-link--mooc {
  margin-top: 2px !important;
}
