body {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 500;
  background-color: #131313;
  overflow-x: hidden;
  font-size: 18px; }

.row {
  margin-left: 0;
  margin-right: 0; }

p {
  text-align: justify; }

.simplescrollup__button {
  position: fixed;
  bottom: 3%;
  right: 2%;
  transition: 1s all;
  z-index: 10000;
  font-size: 40px;
  color: #21AA9A; }

.simplescrollup__button:hover {
  color: #21AA9A; }

.simplescrollup__button--show {
  transform: translateX(0); }

.simplescrollup__button--hide {
  transform: translateX(100px); }

header .contact {
  background-color: #21AA9A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 100px; }
  header .contact a {
    color: #fff;
    font-size: 14px; }

header nav {
  padding: 2px 100px !important;
  background-color: #000; }
  header nav .nav-link {
    color: #fff !important;
    font-size: 14px !important; }
  header nav .transition {
    display: flex; }
    header nav .transition li .nav-link {
      position: relative; }
    header nav .transition li .nav-link + .nav-link {
      margin-left: 1rem; }
    header nav .transition li .nav-link::after {
      content: "";
      position: absolute;
      bottom: 8px;
      left: 0;
      width: 100%;
      height: 2px !important;
      transform: scaleX(0);
      transition: transform 0.5s ease;
      transform-origin: bottom right;
      background: #21AA9A; }
    header nav .transition li .nav-link:hover::after {
      transform-origin: bottom left;
      transform: scaleX(1); }

.btn {
  background-color: #21AA9A;
  font-weight: 600;
  color: white;
  border-radius: 3px; }

.btn:hover {
  color: white; }

.educacion {
  background-image: url(d-img/bg-hero.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 100px; }
  .educacion p {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    max-width: 800px;
    text-align: center;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.hero {
  margin-bottom: 0; }
  .hero .carousel {
    position: relative;
    height: 500px; }
    .hero .carousel .carousel-caption {
      bottom: 180px; }
      .hero .carousel .carousel-caption .logo {
        width: 100%;
        max-width: 330px;
        height: auto; }
      .hero .carousel .carousel-caption h2 {
        font-weight: 700;
        font-size: 42px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .hero .accesos a {
    background-color: #1a1a1a;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .hero .accesos a h5 {
      margin-top: 10px;
      font-weight: 500;
      color: #ffffff; }
  .hero .contenido {
    padding: 30px 20px; }
    .hero .contenido h1 {
      font-family: 'Oswald', sans-serif;
      font-size: 36px;
      border-bottom: 3px solid #21AA9A;
      width: fit-content;
      margin: auto;
      display: block; }
    .hero .contenido section {
      margin-top: 50px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap; }
      .hero .contenido section .general {
        background-color: #1a1a1a;
        padding: 3% 2%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        min-width: 330px;
        box-shadow: 0 3px 6px rgba(48, 48, 48, 0.16), 0 3px 6px rgba(39, 39, 39, 0.23);
        max-width: 330px;
        height: 515px;
        margin: 20px 30px;
        border-radius: 17px; }
        .hero .contenido section .general img {
          max-width: 120px; }
        .hero .contenido section .general h2 {
          margin-top: 20px;
          color: #21AA9A;
          font-size: 22px;
          font-weight: 500; }
        .hero .contenido section .general p {
          line-height: 25px;
          font-size: 18px; }
    .hero .contenido .texto {
      padding: 10px 80px;
      font-size: 18px;
      line-height: 30px; }
  .hero .educacion {
    background-image: url(d-img/bg-hero.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 100px; }
    .hero .educacion p {
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      max-width: 800px;
      text-align: center;
      color: white;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

footer {
  border-top: 20px solid #21AA9A;
  background-color: #000;
  padding: 50px 100px; }
  footer .navegacion {
    display: flex;
    flex-direction: column;
    align-items: center; }
    footer .navegacion ul {
      margin-top: 50px; }
      footer .navegacion ul li {
        display: inline !important;
        list-style-type: none;
        text-transform: uppercase;
        margin: 0 20px; }

.espacio {
  display: none; }

#nosotros .contenido {
  padding: 30px 80px; }
  #nosotros .contenido h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    border-bottom: 3px solid #21AA9A;
    width: fit-content;
    margin: auto;
    display: block; }
  #nosotros .contenido h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px; }
  #nosotros .contenido .texto {
    padding: 10px 80px;
    font-size: 18px;
    line-height: 30px; }
    #nosotros .contenido .texto span {
      font-weight: 600;
      color: #21AA9A; }
  #nosotros .contenido .lista {
    padding: 0 80px;
    width: 100%;
    justify-content: center; }
    #nosotros .contenido .lista ul li {
      background-color: #131313; }
      #nosotros .contenido .lista ul li i {
        color: #21AA9A; }
    #nosotros .contenido .lista ul .list-group-item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      #nosotros .contenido .lista ul .list-group-item p {
        text-align: start !important; }
    #nosotros .contenido .lista .img img {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: auto; }

#nosotros .redes {
  margin-top: 30px;
  height: fit-content;
  padding: 1% 5%; }
  #nosotros .redes a {
    color: #21AA9A !important; }

@media (max-width: 1024px) {
  .hero .carousel img {
    height: 500px; }
  .hero .carousel .carousel-caption {
    bottom: 150px; }
  .hero .contenido {
    padding: 30px 20px; }
    .hero .contenido section .general {
      height: auto;
      margin: 20px 30px; } }

@media (max-width: 768px) {
  header nav .nav-link {
    text-align: center; } }

@media (max-width: 640px) {
  header .contact {
    padding: 5px 20px; }
    header .contact span {
      display: none; }
  header nav {
    padding: 2px 20px !important; }
    header nav .navbar-brand img {
      max-width: 200px; }
  .espacio {
    display: block; }
  .educacion {
    background-image: url(d-img/bg-hero.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px; }
    .educacion p {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase; }
  .hero .carousel {
    height: 300px !important; }
    .hero .carousel img {
      height: 300px; }
    .hero .carousel .carousel-caption {
      bottom: 60px; }
      .hero .carousel .carousel-caption .logo {
        width: 100%;
        max-width: 200px;
        height: auto; }
      .hero .carousel .carousel-caption h2 {
        font-size: 24px; }
  .hero .accesos a {
    padding: 5%; }
    .hero .accesos a img {
      max-width: 60px; }
  .hero .contenido {
    padding: 30px 20px; }
    .hero .contenido .texto {
      padding: 30px 30px;
      font-size: 16px;
      line-height: 25px; }
  footer {
    padding: 50px 100px; }
    footer .navegacion ul {
      padding-left: 0;
      margin-top: 30px; }
      footer .navegacion ul li {
        text-align: center !important; }
        footer .navegacion ul li a {
          text-align: center !important; }
  #nosotros .contenido {
    padding: 30px 20px; }
    #nosotros .contenido h1 {
      font-size: 24px; }
    #nosotros .contenido .texto {
      padding: 10px 20px; }
    #nosotros .contenido .lista {
      padding: 10px 10px; }
      #nosotros .contenido .lista .list-group-item {
        display: flex;
        flex-direction: row; }
      #nosotros .contenido .lista .img img {
        margin-top: 30px; } }

@media (max-width: 320px) {
  .hero .contenido {
    padding: 30px 20px; }
    .hero .contenido h1 {
      font-size: 24px; }
    .hero .contenido .texto {
      padding: 30px 10px; }
    .hero .contenido section {
      margin-top: 10px; }
      .hero .contenido section .general {
        min-width: 300px !important; }
        .hero .contenido section .general h2 {
          font-size: 18px; }
        .hero .contenido section .general p {
          font-size: 14px; }
  footer {
    padding: 50px 20px; }
    footer .navegacion ul {
      padding-left: 0;
      margin-top: 30px; }
      footer .navegacion ul li {
        text-align: center !important; }
        footer .navegacion ul li a {
          text-align: center !important; }
  .educacion {
    padding: 20px 10px !important; }
    .educacion p {
      font-size: 16px !important; }
  #nosotros p {
    font-size: 14px !important;
    line-height: 25px !important; }
  #nosotros .contenido {
    padding: 30px 20px; }
    #nosotros .contenido h1 {
      font-size: 22px; }
    #nosotros .contenido .texto {
      padding: 10px 20px; }
    #nosotros .contenido .lista {
      padding: 10px 10px; }
      #nosotros .contenido .lista .list-group-item {
        display: flex;
        flex-direction: row; }
      #nosotros .contenido .lista .img img {
        margin-top: 30px; } }
