/*  Elimina los css de la seccion navbar */
#contentHeader,
#header2Wrapper,
#header3Wrapper,
#courseProfileTargetAudience,
#contentModule2 .col-lg-6:nth-child(2) {
  display: none;
}

/* CUSTOMS */

#contentModule2 .col-lg-6 {
  max-width: 100%;
}

#contentModule2>.row {
  display: block;
}

div#siteContent.ce-home {
  max-width: 100%;
  padding: 0;
}


div.aprende div.accordion {
  background-color: white;
  border-radius: 8px;
  padding: 15px 30px;
  box-shadow: 0px 1px 1px 0px rgba(9, 13, 16, 0.15);
}

div.aprende div.mini-banner {
  margin-bottom: 0 !important;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 8fr;
  border-radius: 15px;
}

div.aprende .aprende_hero .explore-link {
  position: absolute;
  font-weight: 600;
  font-size: 0.875rem;
  top: 31px;
  left: 28px;
  z-index: 10;
  background-color: #fafafa;
  padding: 4px 8px;
  color: #070e1c;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0px 8px 20px 0px rgba(7, 14, 28, 0.3);
}

div.aprende .aprende_hero .explore-link:hover {
  background-color: #fafafa;
  color: #fc1244;
}

div.aprende img.logo-mdc-aprende {
  padding-top: 25px;
  margin: -20px;
}

/* faqs  */
div.aprende button.collapse_btn {
  font-family: "Open Sans", sans-serif;
}

div.aprende .faqs_wrap[aria-expanded="true"] i.faqs_icon {
  cursor: pointer;
  font-size: 0.9375rem;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

div.aprende .faqs_wrap[aria-expanded="false"] i.faqs_icon {
  cursor: pointer;
  font-size: 0.9375rem;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

/* Footer */
div.aprende .footer {
  background-color: #405973;
}

/* Centered Section */
div.aprende div.section_centered {
  display: flex;
  height: 725px;
  justify-content: center;
  align-items: center;
}

/* Badge */

div.aprende div.badge {
  height: 32px;
  width: 100%;
  background-color: #e0e5ef;
  border-radius: 15px;
}

/* CART SHOPPING */

div.aprende .cart {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 8px 20px 0px rgba(7, 14, 28, 0.3);
  color: #040e1c;
  z-index: 1;
}

div.aprende .cart_shadow {
  /* right: 90px; */
  width: 520px;
  position: relative;
}

div.aprende table.table td,
div.aprende table.table th {
  border: none;
}

div.aprende div img.img_grid {
  max-width: 770px;
  border-radius: 30px 30px 0 0;
  margin: 0 14px;
  width: 93%;
}

div.aprende div img.img_footer {
  border-radius: 16px !important;
}

/* Aprende */

div.aprende div.aprende-base-card .aprende-link {
  text-decoration: underline !important;
  position: absolute;
  bottom: 14px;
  left: 4%;
}

div.aprende div.carousel {
  overflow: hidden;
}

div.aprende div.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

div.aprende div.carousel-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

div.aprende div.carousel-control {
  cursor: pointer;
  border: none;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  div.aprende .button {
    width: 201px;
  }

  div.aprende .container_footer {
    height: 420px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 76%;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 167px;
    padding: 30px 80px;
  }

  div.aprende .footer {
    height: 700px;
    background: #405973;
  }

  div.aprende div.section_centered {
    display: flex;
    height: 650px;
    justify-content: center;
    align-items: center;
  }

  div.aprende .form {
    width: 545px;
    height: 527px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  div.aprende .footer {
    height: 700px;
    background: rgba(211, 218, 232, 0.3);
  }

  div.aprende .container_footer {
    height: 420px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 57%;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 200px;
    padding: 30px 80px;
  }

  div.aprende div.wrap_form_header {
    top: -131px;
    position: absolute;
    right: -342px;
  }

  div.aprende div.wrap_form_footer {
    top: -131px;
    position: absolute;
    right: -342px;
  }

  div.aprende div.wrap_form_footer form.form_absolute {
    width: 366px;
    position: absolute;
    top: -339px;
    right: 68px;
  }

  div.aprende .footer header.footer_header {
    padding: 40px;
    height: 230px;
    border-radius: 20px 0 0 20px;
    background-color: #405973;
  }

  div.aprende .aprende-container.container_footer {
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 57%;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 110px;
    padding: 30px 80px;
  }

  div.aprende div.section_centered {
    display: flex;
    height: 650px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  div.aprende .container {
    max-width: 1440px;
  }

  div.aprende .container_footer {
    height: 450px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 57%;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 160px;
    padding: 30px 80px;
  }

  div.aprende div.wrap_form_header {
    top: -131px;
    position: absolute;
    right: -342px;
  }

  div.aprende div.wrap_form_header form.form_absolute {
    width: 560px;
    position: absolute;
    top: 116px;
    right: 251px;
  }

  div.aprende div.wrap_form_footer {
    top: -131px;
    position: absolute;
    right: -342px;
  }

  div.aprende .footer {
    height: 700px;
    background: rgba(211, 218, 232, 0.3);
  }

  div.aprende .footer header.footer_header {
    height: 300px;
    border-radius: 15px;
    padding: 30px;
  }

  div.aprende div.mini-banner {
    height: 125px;
  }

  div.aprende div.aprende_hero div.custom_header {
    padding: 0 80px !important;
  }

  div.aprende section.banner {
    padding: 40px 64px 36px 70px !important;
  }

  section.banner.shape {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
  }

  div.aprende div.section_centered {
    display: flex;
    height: 650px;
    justify-content: center;
    align-items: center;
  }

  div.aprende .aprende-container.container_footer {
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 48%;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 110px;
    padding: 30px 80px;
  }

  div.aprende div.aprende-base-card {
    height: 335px;
    padding: 0;
  }

  /* div.aprende div img.img_grid {
    width: 713px;
  } */

  div.aprende div.badge {
    font-size: 0.875rem;
  }

  div.aprende div.mini-banner {
    height: 35px !important;
    display: grid;
    grid-template-columns: 1fr 15fr;
    border-radius: 15px;
  }

  div.aprende .button-primary.lg_none {
    display: none;
  }

  div.aprende .aprende-container.container_hero {
    padding: 0;
  }

  div.aprende .custom_header {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  div.aprende .container_hero .row {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    padding-left: 90px;
  }

  div.aprende .cart_shadow::before {
    width: 500px;
    height: 500px;
    content: " ";
    background-color: var(--color-secondary);
    position: absolute;
    border-radius: 20px;
    top: -50px;
    right: -160px;
    z-index: -1;
  }

  div.aprende div.wrap_form_footer form.form_absolute {
    width: 560px;
    position: absolute;
    top: -331px;
    right: 63px;
  }

  div.aprende img.logo-mdc-aprende {
    width: 450px;
    margin: -27px;
    padding-top: 80px;
  }

  div.aprende .aprende_hero .explore-link {
    position: absolute;
    font-weight: 600;
    font-size: 0.875rem;
    top: 31px;
    left: -838px;
    z-index: 10;
    background-color: #fafafa;
    padding: 4px 8px;
    color: #070e1c;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px rgba(7, 14, 28, 0.3);
  }

  div.aprende .aprende_hero .explore-link:hover {
    background-color: #fafafa;
    color: #fc1244;
  }

  div.aprende .cart_shadow {
    right: 90px;
    width: 520px;
    position: relative;
  }

  div.aprende div.w-lg-75 {
    width: 75% !important;
  }
}
