:root {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ancizar Sans";
  font-weight: bold;
}

h2 {
  font-size: 1.75rem;
}

main.cs-page-content {
  width: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}
main.cs-page-content .cs-icon {
  min-width: 1rem;
  min-height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
main.cs-page-content .icon-arrow-down {
  background-image: url("/images/icons/arrow-down.png");
}
main.cs-page-content .icon-youtube {
  background-image: url("/images/icons/youtube.png");
}
main.cs-page-content .catedra-banner {
  margin-top: 1.5rem;
  min-height: 20rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
main.cs-page-content .catedra-banner .bg-image {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  background: linear-gradient(360deg, #1A1A1A 12.02%, rgba(25, 25, 25, 0) 100%), url("/images/home/banner-sesion.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: blur(3px);
}
main.cs-page-content .catedra-banner span {
  font-size: 1.5rem;
  z-index: 1;
}
main.cs-page-content .catedra-banner h1 {
  z-index: 1;
}
main.cs-page-content .catedra-banner .catedra-social-links {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  z-index: 1;
}
main.cs-page-content .catedra-banner .catedra-social-links a {
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
}
main.cs-page-content .catedra-banner .catedra-social-links a:hover {
  background-color: #dadada;
}
main.cs-page-content .catedra-banner .catedra-social-links a span {
  margin-right: 0.5rem;
}
main.cs-page-content .grey-scrollbar::-webkit-scrollbar {
  width: 0.5rem;
}
main.cs-page-content .grey-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
main.cs-page-content .grey-scrollbar::-webkit-scrollbar-thumb {
  border: none;
  background-color: rgb(164, 164, 164);
  border-radius: 16px;
}
main.cs-page-content .grey-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgb(139, 139, 139);
}

@media (min-width: 768px) {
  main.cs-page-content {
    width: 100%;
    max-width: 1140px;
    padding: 0 1rem 3rem 1rem;
  }
  main.cs-page-content .catedra-banner {
    width: 100%;
  }
  main.cs-page-content .catedra-banner > span {
    font-size: 2rem;
    margin-top: auto;
  }
  main.cs-page-content .catedra-banner h1 {
    font-size: 3.25rem;
  }
  main.cs-page-content .catedra-banner .catedra-social-links {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  main.cs-page-content .catedra-banner .catedra-social-links a {
    margin: 0 3rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}

/*# sourceMappingURL=general-cs.css.map */
