body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  
  header.masthead {
    position: relative;
    margin-top: 127px;
    background-color: #343a40;
    background: url("../img/Fondo.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  header.masthead h1 {
    font-size: 2rem;
  }
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 12rem;
      padding-bottom: 12rem;
    }
    header.masthead h1 {
      font-size: 3rem;
    }
  }
  
  .showcase .showcase-text {
    padding: 3rem;
  }
  .showcase .showcase-img {
    min-height: 30rem;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }
  
  .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .features-icons .features-icons-item {
    max-width: 20rem;
  }
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }
  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
  }
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
  }
  
  .testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .testimonials .testimonial-item {
    max-width: 18rem;
  }
  .testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
  }
  
  .call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  
  footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  nav.navbar.bg-light {
    border-bottom: solid 10px #1a9cff;
    background-color: white !important;
  }
  
  .about-us {
    padding: 35px 0;
  }
  .about-us .logo {
    max-width: 250px;
    margin-bottom: 10px;
  }
  .about-us h1 {
    color: #186bac;
    font-family: "Myriad Pro", "Open Sans", Arial, Helvetica, sans-serif;
  }
  
  .principal-blue {
    color: #186bac !important;
  }
  
  .navbar-nav .nav-item.show .nav-link {
    color: #186bac;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #186bac;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    transition: all 0.2s ease;
    color: white;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
    color: white;
    background-color: #bf422d;
    transition: all 0.2s ease;
  }
  .navbar-nav .nav-item .nav-link {
    transition: all 0.2s ease;
    color: #186bac;
    font-weight: bold;
  }
  .navbar-nav .nav-item .nav-link:hover {
    transition: all 0.2s ease;
    color: #bf422d !important;
  }
  
  .dropdown-menu {
    right: 0 !important;
    left: unset;
  }
  
  .showcase-text .btn.btn-danger {
    background-color: #bf422d;
    border: none;
  }
  .showcase-text .btn.btn-danger:active, .showcase-text .btn.btn-danger:hover {
    background-color: #e75036;
  }
  .showcase-text .btn.btn-danger:focus {
    box-shadow: none;
    outline: none;
  }
  .showcase-text img {
    object-position: center;
    max-width: 300px;
    margin: 10px auto;
  }
  .showcase-text h2 {
    color: #bf422d;
    outline: none;
  }
  
  .course-desc {
    font-size: 18px;
  }
  
  .img-about-cont {
    justify-content: center;
  }
  .img-about-cont img {
    width: 50% !important;
  }
  
  .showcase {
    border-top: solid 10px #7dbc50;
  }
  
  .call-to-action-cont {
    margin: 50px 0;
  }
  .call-to-action-cont h2 {
    color: #343a40;
    font-size: 10px;
    font-size: 40px;
  }
  
  .banner-conadis {
    background-image: url("../img/scenario.jpg");
    background-size: cover;
    height: 500px;
  }
  .banner-conadis div.blue {
    background-color: #186bac;
  }
  .banner-conadis + div.green {
    padding: 10px;
    background-color: #186bac;
  }
  .banner-conadis + div.green h3 {
    color: white;
    margin: 15px 0;
  }
  @media screen and (max-width: 991px) {
    .banner-conadis + div.green h3 {
      font-size: 20px;
    }
  }
  
  .footer.bg-light {
    background-color: white !important;
  }
  .footer.bg-light img {
    max-width: 150px;
  }
  
  .list-inline .list-inline-item a {
    color: #186bac;
    font-weight: bold;
  }
  
  /*# sourceMappingURL=landing-page.css.map */
  