html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  padding: 0 !important;
}

*::-moz-selection {
  color: #ffffff;
  background: #D49F09;
  /* WebKit/Blink Browsers */
}

*::selection {
  color: #ffffff;
  background: #D49F09;
  /* WebKit/Blink Browsers */
}

*::-moz-selection {
  color: #D49F09;
  background: #D49F09;
  /* Gecko Browsers */
}

*:focus {
  outline: none;
}

strong {
  color: #D49F09;
}

img {
  max-width: 100%;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-body {
  padding: 0;
  border: 0;
}

.section {
  background-color: #ffffff;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.section * {
  z-index: 10;
}

.section .section-title {
  border-bottom: solid 4px #D49F09;
  color: #D49F09;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.3em;
}

.section .section-cta .button {
  display: inline-block;
}

.section.inverse {
  background-position: top left;
  background-color: #222222;
}

.section.inverse .section-title {
  border-color: #ffffff;
  color: #ffffff;
}

.section.inverse::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.section.no-bg::after {
  background-image: none;
}

.content-wrapper {
  margin-top: 110px;
}

.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #D49F09;
  border-radius: 0.6em;
  background-color: transparent;
  color: #D49F09;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.button:hover {
  text-decoration: none;
  background-color: #D49F09;
  color: #ffffff;
}

.button.inverse {
  border-color: #ffffff;
  color: #ffffff;
}

.button.inverse:hover {
  background-color: #ffffff;
  color: #D49F09;
}

.button.filled {
  background-color: #D49F09;
  border-color: #D49F09;
  color: #ffffff;
}

.button.filled:hover {
  background-color: #ffffff;
  color: #D49F09;
}

@media (min-width: 768px) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .section .section-title {
    margin-bottom: 2em;
  }
  .content-wrapper {
    margin-top: 180px;
  }
}

@media (min-width: 1440px) {
  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .section .section-title {
    margin-bottom: 2em;
  }
}

.navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #D49F09;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar-brand img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
}

.navbar .nav-item:last-child {
  width: 100%;
}

.navbar .nav-item:last-child .button {
  text-align: center;
}

.navbar .nav-item:last-child .button .material-icons {
  vertical-align: bottom;
  margin-right: 5px;
  font-size: 26px;
}

.navbar .menu-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff !important;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.navbar .menu-item:hover {
  border-bottom: 3px solid #ffffff;
}

.navbar .button {
  width: 100%;
}

.navbar.scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link {
  color: #D49F09 !important;
}

.navbar.scrolled .navbar-brand img {
  -webkit-filter: none;
          filter: none;
  height: 25px;
}

.navbar.scrolled .menu-item:hover {
  border-bottom: 3px solid #D49F09;
}

.navbar.no-transparent {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar.no-transparent .navbar-brand,
.navbar.no-transparent .nav-link {
  color: #D49F09 !important;
}

.navbar.no-transparent .navbar-brand img {
  -webkit-filter: none;
          filter: none;
}

.navbar.no-transparent .menu-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.navbar.no-transparent .menu-item:hover {
  border-bottom: 3px solid #D49F09;
}

.navbar.no-transparent .button {
  background-color: #D49F09;
  border-color: #D49F09;
  color: #ffffff;
}

.navbar.no-transparent .button:hover {
  background-color: #ffffff;
  color: #D49F09;
}

@media (min-width: 1024px) {
  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navbar .navbar-brand img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 30px;
  }
  .navbar.scrolled .navbar-brand img {
    height: 40px;
  }
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
  z-index: 10;
}

.hero .hero-slider {
  z-index: 100;
}

.hero .hero-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  text-align: center;
  justify-items: center;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
}

.hero .hero-slide .hero-img {
  max-width: 100%;
  margin-bottom: 2em;
}

.hero .hero-slide .hero-icon {
  display: inline-block;
  max-width: 100px;
  margin: 1em;
}

.hero .hero-slide .hero-text-color {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 6px;
}

.hero .hero-slide .hero-title {
  color: #fff;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0.7em;
}

.hero .hero-slide a {
  display: inline-block;
}

.hero #hero-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.hero::after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=mult($alpha)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  background-color: black;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero .hero-slide .hero-icon {
    max-width: 150px;
  }
}

#info .info-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 100%;
  height: 100%;
}

#info .info-img img {
  border-radius: 10px;
  max-width: 90%;
  margin-bottom: 2em;
}

#info .info-text {
  color: #4d4d4d;
  text-align: center;
}

#info .info-text .info-text-title {
  font-size: 2.2em;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 1em;
}

#info .info-text p {
  font-size: 1em;
  line-height: 2rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

#info .info-text strong {
  color: #D49F09;
}

#tweets .section-title {
  margin-bottom: 0.8em;
}

#tweets .cta-text {
  color: #ffffff;
  font-size: 1.5em;
  max-width: 80%;
  margin-bottom: 0.7em;
}

#tweets .cta-button {
  margin-bottom: 1em;
}

#tweets .cta-button i {
  font-size: 0.9em !important;
}

#tweets .cta-button .button {
  border-radius: 0.6em;
  font-size: 1em;
  display: inline-block;
  margin-bottom: 1em;
}

#tweets::after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=mult($alpha)";
  /* IE 5-7 */
  filter: alpha(opacity=10);
  /* Netscape */
  -moz-opacity: 0.1;
  /* Safari 1.x */
  -khtml-opacity: 0.1;
  /* Good browsers */
  opacity: 0.1;
  background-image: url("img/bg-student.png");
  background-size: cover;
  background-position: center;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

@media (min-width: 768px) {
  #alumno .cta-button {
    margin-bottom: 1em;
  }
  #alumno .cta-button .button {
    font-size: 1.3em;
  }
}

@media (min-width: 1024px) {
  #alumno .cta-text {
    font-size: 2em;
  }
}

#galeria .grid-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  max-width: 100%;
}

#galeria .grid-gallery img, #galeria .grid-gallery a {
  width: 100%;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  #galeria .grid-gallery {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  #galeria .grid-gallery img, #galeria .grid-gallery a {
    max-height: 400px;
  }
}

#donaciones .donaciones-title {
  font-size: 2.2em;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 1em;
}

#donaciones p {
  font-size: 1em;
  line-height: 2rem;
  margin-bottom: 3em;
}

#donaciones .advice {
  font-size: 0.9em;
  color: #cc3a3a;
}

#donaciones .donate-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  #donaciones .donaciones-title {
    font-size: 4em;
    line-height: 5rem;
  }
}

#personajes .personajes-title {
  font-size: 2.2em;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 1em;
  color: #ffffff;
}

#personajes p {
  color: #ffffff;
}

#personajes .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 5em;
}

#personajes .video-container iframe,
#personajes .video-container object,
#personajes .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#personajes .protas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 70px 50px;
}

#personajes .protas .pj-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 10px;
  justify-items: center;
}

@media (min-width: 1024px) {
  #personajes .video-container {
    margin-bottom: 8em;
  }
  #personajes .personajes-title {
    font-size: 4em;
    line-height: 5rem;
  }
  #personajes .protas {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #personajes .protas .pj-card {
    -ms-grid-columns: 1fr 5fr;
        grid-template-columns: 1fr 5fr;
    justify-items: center;
  }
}

#comprar .comprar-title {
  font-size: 3em;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 2em;
}

#comprar .comprar-stores {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
}

@media (min-width: 768px) {
  #comprar .comprar-title {
    margin-bottom: 2em;
  }
  #comprar .comprar-stores {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-items: center;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

footer {
  color: #D49F09;
}

footer.inverse .section-title {
  margin-bottom: 1em;
}

footer .footer-logo {
  display: block;
  margin-bottom: 2em;
  height: 50px;
}

footer .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

footer .footer-item i {
  margin-right: 0.2em;
}

footer.inverse {
  color: #ffffff;
}

footer .contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1em;
}

footer .contact-form input,
footer .contact-form select,
footer .contact-form textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  border-radius: 0.4em;
}

footer .contact-form input:focus,
footer .contact-form select:focus,
footer .contact-form textarea:focus {
  -webkit-box-shadow: 0px 0px 3px 2px white;
  box-shadow: 0px 0px 3px 2px white;
}

footer .contact-form textarea {
  resize: none;
}

@media (min-width: 768px) {
  footer::before {
    bottom: 64px;
  }
}

@media (min-width: 1024px) {
  footer .contact-form {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  footer .contact-form select,
  footer .contact-form textarea, footer .contact-form input.button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
/*# sourceMappingURL=style.css.map */