.header-aprender-parent {
  height: 697px;
  width: 100%;
}

.image-content-dynamic-aprender {
  height: 640px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-aprender {
  height: 100%;
  width: 60%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 500;
  padding-bottom: 100px;
}

.header-aprender-banner {
  height: 100%;
  width: 55%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 500;
  padding-bottom: 100px;
}

.header-aprender-title {
  font-family: Yellix;
  font-weight: 600;
  font-style: normal;
  font-size: 65px;
  text-align: left;
  color: #fff;
  vertical-align: top;
  line-height: 65px;
  margin-bottom: 20px;
}

.header-aprender-description {
  width: 65%;
  font-family: Metric;
  font-style: regular;
  font-size: 20px;
  vertical-align: center;
  color: #fff;
  line-height: 30px;
}

.btn-link-aprender-header {
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  font-family: Metric;
  font-style: regular;
  font-size: 20px;
  padding: 0px !important;
}

.btn-link-aprender-header:hover {
  text-decoration: none !important;
  color: #fff;
}

.btn-link-aprender-header:focus {
  box-shadow: none !important;
}

.image-aprender-header-blur {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.button-container {
  height: 130px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  overflow-x: auto;
}

.btn-custom-tab-aprender {
  color: #1833E8;
  background-color: #fff;
  border: 1px solid #1833E8;
  border-radius: 10px;
  font-family: "Metric";
  font-size: 20px;
  font-weight: 400;
  line-break: 30px;
  height: 48px;
  min-width: 206px;
}

.btn-custom-tab-aprender:hover {
  color: #1833E8;
}

.btn-custom-tab-aprender.active {
  border-radius: 10px;
  background-color: #1833E8;
  color: #fff;
  border: none;
}

.carousel-container-aprender {
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}

.horizontal-container {
  width: 100%;
  height: 340px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.vertical-container {
  width: 100%;
  height: 610px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 15px;
}

.horizontal-card {
  width: 1069px;
  height: 324px;
  border-radius: 10px;
  background-color: #001341;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 1px;
}

.vertical-card {
  width: 528px;
  height: 584px;
  border-radius: 10px;
  background-color: #001341;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
}

.text-horizontal-container {
  width: 50%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  background-color: #001341;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-right: 50px;
  padding-left: 30px;
}

.image-vertical-card {
  width: 481px;
  height: 239px;
  border-radius: 10px 10px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right;
}

.carousel-text-title {
  font-size: 33px;
  font-family: Yellix;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
  font-style: normal;
}

.carousel-text-subtitle {
  font-size: 20px;
  font-family: Metric;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  font-style: normal;
}

.image-horizontal-container {
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: #001341;
  mix-blend-mode: normal;
  color: #fff !important;
  border: none;
  width: 76px;
  height: 32px;
  border-radius: 100px;
  font-family: Yellix;
  font-style: Bold;
  font-size: 12px;
  text-align: Left;
  vertical-align: Top;
}

.carousel {
  overflow-x: clip;
}

.carousel-indicators > li {
  height: 32px;
  width: 32px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #acacac;
  font-size: 12px;
  font-weight: 600;
  font-family: Yellix;
  font-style: normal;
  text-indent: 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.carousel-indicators > li.active {
  background-color: #001341;
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 35px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.carousel-indicators {
  z-index: 0;
  margin-right: 0;
  margin-left: 0;
}

.btn-custom-flex-aprender {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.btn-custom-flex-aprender:focus {
  text-decoration: none;
}

.change-background {
  background-color: #f5f5f5;
}

.btn-link-custom.active {
  color: #001341;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: Metric;
  text-decoration: none;
}

.nav-link-color {
  font-size: 20px;
  font-weight: 600;
  font-family: Metric;
}

.nav-link.active {
  color: #f6904d !important;
}

.fixed-top-scroll {
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-link-alt {
  color: #001341 !important;
}

.nav-link-alt-toggle {
  color: #001341 !important;
}

.dropdown-active {
  background-color: rgba(255, 255, 255);
}

.btn-login-scroll,
.btn-login-scroll-mobile {
  border-color: #1833E8;
  color: #1833E8 !important;
}

.create-btn-scroll,
.create-btn-scroll-mobile {
  background-color: #001341;
  color: #fff;
}

.dropdown-menu {
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.nav-link:hover {
  color: #f6904d !important;
}

/*.custom-toggler .navbar-toggler-icon.navbar-toggler-icon-light {
  background-image: url("http://localhost/Interval/wp-content/themes/tivalsa/assets/svg/icon-menu.svg") !important;
}

.custom-toggler.navbar-toggler.navbar-toggler-light {
  border-color: rgb(255, 255, 255) !important;
}

.custom-toggler .navbar-toggler-icon.navbar-toggler-icon-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler.navbar-toggler-dark {
  border-color: rgb(0, 0, 0);
}8?

/*Media query responsive navbar*/

@media (max-width: 820px) {
  .fixed-top {
    top: auto;
  }

  .header-aprender {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    width: 100%;
    text-align: center;
    padding-top: 160px;
  }

  .header-aprender-description {
    width: 100%;
    font-family: Metric;
    font-style: regular;
    font-size: 20px;
    vertical-align: center;
    color: #fff;
    line-height: 30px;
    padding-top: 30px;
  }

  .header-aprender-banner {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .fixed-top {
    top: 0px;
  }

  .header-aprender {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-banner {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    font-size: 50px;
    text-align: center;
    width: 100%;
    line-height: 55px;
    margin-top: 50px;
    padding-top: 20px;
  }

  .fq-title {
    font-size: 50px;
    text-align: center;
    line-height: 55px;
    margin: 45px 0px;
  }

  .button-container {
    justify-content: space-between;
  }

  .image-vertical-card {
    width: 300px;
  }

  .header-aprender-description {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .vertical-card {
    width: 340px;
  }
}

@media (max-width: 576px) {
  .header-aprender-title {
    padding-top: 30px;
  }

  .header-aprender-description {
    padding-top: 20px;
  }

  .btn-link-aprender-header {
    padding-top: 10px !important;
  }
}

@media (max-width: 450px) {
  .header-aprender-title {
    padding-top: 80px;
  }

  .header-aprender-description {
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .header-aprender-title {
    padding-top: 120px;
  }
}

@media (max-width: 395px) {
  .header-aprender-title {
    font-size: 50px !important;
    text-align: center;
    width: 100%;
    line-height: 50px !important;
    margin-top: 50px;
  }

  .header-aprender-description {
    width: 90%;
    font-family: Metric;
    font-style: regular;
    vertical-align: center;
    color: #fff;
    line-height: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 17px;
  }

  .btn-link-aprender-header {
    padding-top: 0px !important;
  }
}

@media (max-width: 320px) {
  .header-aprender-title {
    text-align: center;
    width: 100%;
    font-size: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1167px) {
  .navbar-collapse {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media (width: 768px) {
  .fixed-top {
    top: auto;
  }

  .header-aprender {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    text-align: center;
    width: 100%;
    padding-top: 160px;
  }

  .header-aprender-description {
    width: 65%;
    font-family: Metric;
    font-style: regular;
    font-size: 20px;
    vertical-align: center;
    color: #fff;
    line-height: 30px;
    padding-top: 30px;
  }

  .header-aprender-banner {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    text-align: center;
    width: 100%;
  }
}

@media (width: 912px) {
  .fixed-top {
    top: auto;
  }

  .header-aprender {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    text-align: center;
    width: 100%;
  }

  .header-aprender-banner {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .header-aprender-title {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fixed-top {
    top: auto;
  }
}

@media (min-width: 1675px) {
  .padding-full-size {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media only screen and (max-width: 379px) {
  .fixed-top {
    top: auto;
  }
}
