
/* Seccion de Cards Offset*/
.cards-section.offset-section .card-title.white-text {
  max-width: 80%
}

.switch-card {
  margin-top: -180px;
}

.switch-card .card-box {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px;
  padding-top: 5rem;
  overflow: hidden;
}

.switch-card .card-container {
  z-index: 1;
  position: relative;
  border-radius: 30px;
}

.switch-card .card {
  aspect-ratio: unset;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: relative;
  border-radius: 30px;
}

.card:hover .card-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.switch-card .card:hover {
  overflow: visible;
}


.switch-card .card .card-container .card-img {
  aspect-ratio: 435/326;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}

.switch-card .card .card-container .card-title {
  color: white;
}

.switch-card .text,
.switch-card span {
  color: white;
}

.switch-card span {
  float: left;
  width: 100%;
}

.switch-card .card:hover .card-img {
  opacity: 1;
  background: unset;
  border-radius: 30px;
}

.switch-card .card:hover .card-content {
  opacity: 1;
  border-radius: 30px;
  background: unset;
}

.switch-card .card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}



.switch-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: auto;
  background: #233E99;
  color: white;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: unset;
  min-height: 100%;
}

.switch-card .card-overlay * {
  color: white;
}

.switch-card .card-overlay .card-title {

  margin: 60px 0 0;
}

.switch-card .card-overlay .card-subtitle {

  margin: 0 0 20px;
}

.switch-card .card:hover .card-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: visible;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 0;
}

.switch-card .card:hover .card-container {
  background: unset
}


/* Highlight */
.highlight-section {
  min-height: 368px;
  margin: 70px auto;
}

.highlight-left {
  background: #F8F8F8;
  aspect-ratio: unset;
  position: relative;
  height: auto;
}

.highlight-left *,
.highlight-left span {
  color: #233E99;
  max-width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 75%;
}

.highlight-left .banner-text {
  height: 100%;
  padding-left: 38px;
  min-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.highlight-right {
  aspect-ratio: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -9.5%;
}

.highlight-right p {
  margin-bottom: 18px;
}

/* Video section */
.video-section {
  aspect-ratio: 1330/689;
}


/* Netbook */
@media screen and (min-width: 1000px) and (max-width: 1410px) {
  /* Seccion de Cards Offset*/

  .switch-card .card-overlay {
    gap: 6px
  }

  .switch-card .card .card-container .card-title,
  .switch-card .card-overlay .card-title {
    font-size: 24px;
    line-height: 28px;
  }


  .switch-card .card-overlay .card-title {

    padding-bottom: 20px;
  }

  .switch-card .card-overlay .card-subtitle {
    margin: 0 0 10px;
    font-size: 15px;
  }

  .switch-card .card-overlay .text {
    font-size: 13px;
    line-height: 18px;
  }
}


@media screen and (max-width: 1200px) {

  /* Seccion de Cards Offset*/

  .switch-card .card-box {
    padding-top: 8rem;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1100px) {
  /* Seccion de Cards Offset*/


  .switch-card .card-box {
    padding-top: 8rem;
    aspect-ratio: 1;
  }


  .switch-card .card {
    aspect-ratio: 1;
  }

  .switch-card .card .card-container .card-img {
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 1100px) {


  /* Seccion de Cards Offset*/

  .switch-card .card-title {
    font-size: 30px;
    line-height: 38px;
  }

  .switch-card .card-box {
    padding-top: 8rem;
  }


  /* Highlight */
  .highlight-right.blue-content {
    margin-left: 0px;
    margin-top: -5%;
  }

  .highlight-left *,
  .highlight-left span {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

  /* Certifications Banner */
  .hero-dashboard .banner-section {
    margin-top: 0px;
  }

}


@media screen and (max-width: 1000px) {

  /* Highlight */
  .highlight-section {
    margin: 70px auto 0;
  }

  /* Seccion de Cards Offset*/
  .switch-card .card-box {
    aspect-ratio: 4/3;
  }


  .switch-card .card {

    aspect-ratio: 4/3;
  }

  .switch-card .card .card-container .card-img {
    aspect-ratio: 4/3;
  }

  .switch-card .card-box {
    padding-top: 0rem;
  }

}

@media screen and (max-width: 768px) {

  div#services-container {
    margin-bottom: 180px;
  }


  /* Seccion de Cards Offset*/
  .cards-section.offset-section .card-title.white-text {
    max-width: 90%
  }

  .switch-card .card-box {
    aspect-ratio: 349/292;
    -webkit-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
    transition: padding-top 0.6s ease;

  }


  .switch-card .card {

    aspect-ratio: 349/292;

  }

  .switch-card .card .card-container .card-img {
    aspect-ratio: 349/292;

  }


  .switch-card .card-box:hover {
    padding-top: 0rem;
    -webkit-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
    transition: padding-top 0.6s ease;
  }

  .switch-card .card-box:nth-last-child(2) {
    padding-top: 0rem;
    -webkit-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
    transition: padding-top 0.6s ease;
  }

  .switch-card .card-box:last-child:hover {
    padding-top: 0rem;
    -webkit-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
    transition: padding-top 0.6s ease;
  }

  .switch-card .card:hover {
    overflow: visible;
  }

  .switch-card .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin: 0;
  }

  /* Highlight */
  .highlight-section {
    margin: 70px auto 5%;
  }


  .highlight-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 30px;
    /* aspect-ratio: 390/368; */
    position: relative;
    height: 100%;
  }

  .highlight-left .banner-text {
    padding-left: 5%;
    width: 100%;
    min-width: auto;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
    /* padding-top: 3.5rem; */
  }

  .highlight-left *,
  .highlight-left span {
    color: #233E99;
    max-width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 90%;
    font-size: 24px;
    margin-bottom: 1.5rem;
  }

  .highlight-right {
    margin-left: 0;
    margin-top: -140px;
  }

  /* Video Banner */
  .hero-dashboard .banner-section {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .hero-dashboard .banner-section,
  .video-section {
    height: 100%;
  }

  .video-section,
  .video-section img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 21px;
    height: 100%;
  }
}


@media screen and (max-width: 515px) {
  div#services-container {
    margin-bottom: 120px;
  }

  .switch-card .card-box:first-of-type:hover {
    padding-top: 4rem;
    transition: padding-top 0.6s ease;
    -webkit-transition: padding-top 0.6s ease;
    -moz-transition: padding-top 0.6s ease;
    -ms-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
  }

  .switch-card .card-box:last-child:hover {
    padding-top: 0rem;
  }

  .switch-card .card-box {
    aspect-ratio: unset
  }
}


@media screen and (max-width: 460px) {

  .switch-card .card-box:first-of-type:hover {
    padding-top: 4rem;
    transition: padding-top 0.6s ease;
    -webkit-transition: padding-top 0.6s ease;
    -moz-transition: padding-top 0.6s ease;
    -ms-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
  }
}

@media screen and (max-width: 440px) {
  .switch-card .card-box:last-child:hover {
    padding-top: 3rem;
  }

  .switch-card .card-box:first-of-type:hover {
    padding-top: 10rem;
    transition: padding-top 0.6s ease;
    -webkit-transition: padding-top 0.6s ease;
    -moz-transition: padding-top 0.6s ease;
    -ms-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
  }
}

@media screen and (max-width: 390px) {
  .switch-card .card-box:last-child:hover {
    padding-top: 5rem;
  }

  .switch-card .card-box:first-of-type:hover {
    padding-top: 10rem;
    transition: padding-top 0.6s ease;
    -webkit-transition: padding-top 0.6s ease;
    -moz-transition: padding-top 0.6s ease;
    -ms-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
  }
}

@media screen and (max-width: 375px) {
  .switch-card .card-box:first-of-type:hover {
    padding-top: 12rem;
  }
}