@font-face {
  font-family: "WorkSans-Regular";
  src: url("../fonts/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "WorkSans-Medium";
  src: url("../fonts/WorkSans-Medium.ttf");
}
@font-face {
  font-family: "WorkSans-Bold";
  src: url("../fonts/WorkSans-Bold.ttf");
}
.border {
  border: 1px dashed #ff0000 !important;
}

body {
  font-family: "WorkSans-Regular";
  padding-top: 75px;
  color: #000;
}

.txt-jus {
  text-align: justify;
}

.fred {
  color: #a82832;
}

.bold {
  font-family: "WorkSans-Bold";
}

.tit1 {
  font-size: 2.4rem;
}

.tit2 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .center-mobile {
    text-align: center !important;
  }
}
header {
  background-color: #fff;
}

.MainLogo {
  width: 150px;
}

#MainMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#MainMenu li a, .dropdown .dropdown-toggle {
  font-family: "WorkSans-Bold";
  text-decoration: none !important;
  color: #111111;
  margin-right: 10px;
  padding: 10px 10px 4px 10px;
  border-radius: 0;
}

.dropdown .dropdown-toggle {
  padding: 0px 10px 0px 10px !important;
  box-shadow: 1px 1px #fff;
}

#MainMenu li a:hover, #MainMenu li a.active, .dropdown .dropdown-toggle.active {
  box-shadow: 0 3px #a82832;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a82832;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #a82832;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

#sidebar .sidebar-header {
  padding: 50px 20px;
  background: #fff;
}

#sidebar ul li a {
  padding: 13px 13px 13px 30px;
  font-size: 1.1em;
  display: block;
  text-decoration: none !important;
  color: #fff;
}

#sidebar ul li a:hover {
  color: #a82832;
  background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded=true] {
  color: #a82832;
  background: #fff;
}

#sidebar a[data-toggle=collapse] {
  position: relative;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  box-shadow: none !important;
  padding: 1rem 1.25rem;
  color: #fff !important;
  text-align: left;
  background-color: #a82832 !important;
  border: 0;
  border-radius: 0;
}

.list-group-item.active {
  z-index: 2;
  color: #a82832;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item {
  border-radius: 0 !important;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 30px;
}

footer .btn_email {
  text-decoration: none !important;
  font-family: "WorkSans-Bold";
  font-size: 1.1rem;
  color: #000;
}

footer .btn_email:hover {
  color: #a82832;
}

.campus {
  font-family: "WorkSans-Medium";
  font-size: 0.9rem;
  line-height: 18px;
}

.blockquote {
  font-family: "WorkSans-Bold";
}

.ofertas {
  position: relative;
}

.oferta-hov1,
.oferta-hov2,
.oferta-hov3,
.oferta-hov4 {
  background-color: rgba(168, 40, 50, 0.8);
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 2;
  width: 96%;
  height: 71%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 15px;
}

.oferta-hov1 .blockquote,
.oferta-hov2 .blockquote,
.oferta-hov3 .blockquote,
.oferta-hov4 .blockquote {
  font-size: 0.9rem;
}

.oferta-hov1 .blockquote-footer,
.oferta-hov2 .blockquote-footer,
.oferta-hov3 .blockquote-footer,
.oferta-hov4 .blockquote-footer {
  color: #fff;
}

@media (max-width: 767px) {
  .kid {
    width: 200px !important;
  }

  .oferta-hov1,
.oferta-hov2,
.oferta-hov3,
.oferta-hov4 {
    height: 54%;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .oferta-hov1,
.oferta-hov2,
.oferta-hov3,
.oferta-hov4 {
    height: 72%;
  }
}
.main-about {
  font-family: "WorkSans-Bold";
  font-size: 3rem;
  line-height: 60px;
}

.main-about2 {
  font-family: "WorkSans-Bold";
  font-size: 1.3rem;
}

.somos {
  font-family: "WorkSans-Bold";
  font-size: 1.5rem;
}

.comprometidos, .razon-de-ser, .somos-globalizacion, .desarollo-hab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
}

.custom-list {
  list-style-type: none;
}

.custom-list li {
  padding-left: 20px;
  background: url("../images/circle.png") left top 7px/9px no-repeat;
}

.backbicolor {
  background: url("../images/background-bicolor.jpg") center center/cover no-repeat;
}

@media (max-width: 767px) {
  .main-about {
    font-size: 2rem;
    line-height: 40px;
  }

  .somos {
    font-size: 1rem;
  }

  .backbicolor .bold {
    color: #000 !important;
  }
}

/*# sourceMappingURL=styles.css.map */
