/*======================================================================*
    Mixing Media Query
*======================================================================*/
/*======================================================================*
    Mixing Media Query Personalizado
*======================================================================*/
/*== Colores Corporativos ===*/
.btn-wrap {
  text-align: center;
  margin-top: 25px;
}
.btn-wrap.align--left {
  text-align: left;
}

.cta-btn {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  background: #0071FF;
}

.hero .btn-get-started,
.header .btn-getstarted,
.onfocus .content .read-more {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 5px;
}

.hero .btn-get-started:hover,
.cta-btn:hover,
.scroll-top:hover {
  background-color: #0A4CE7;
  color: #FFFFFF;
}

.header .btn-getstarted:hover,
.onfocus .content .read-more:hover {
  background-color: #FFFFFF;
  color: #0A4CE7;
}

.hero {
  padding: 0;
}
.hero-wrap {
  position: relative;
  border-radius: 0 0 50px 50px;
  height: calc(100vh - 112px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-wrap {
    height: calc(90vh - 96px);
  }
}
@media (min-width: 1200px) {
  .hero-wrap {
    height: calc(95vh - 96px);
  }
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(10, 76, 231, 0.4);
  z-index: 1;
}
.hero-info {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 0px);
  padding: 50px 25px;
  top: 0px;
  text-align: center;
}
.hero-info h1, .hero-info p {
  color: #FFFFFF;
}
.hero-info h1 span, .hero-info p span {
  color: #05CDDD;
}
@media (min-width: 768px) {
  .hero-info {
    padding: 50px;
  }
}

.contact .php-email-form input[type=tel] {
  height: 48px;
  padding: 10px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  background-color: color-mix(in srgb, #FFFFFF, transparent 50%);
  border-color: color-mix(in srgb, #1a1f24, transparent 80%);
}
.contact .php-email-form input[type=tel]:focus {
  border-color: #0071FF;
}

.section-title.ttl-white h2, .section-title.ttl-white h3, .section-title.ttl-white h4,
.onfocus .content h2,
.onfocus .content h3,
.onfocus .content h4,
.footer .footer-links h2,
.footer .footer-links h3,
.footer .footer-links h4 {
  color: #FFFFFF;
}

.img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-ttl-secundary {
  text-align: center;
  padding-top: 48px;
  margin-bottom: 24px;
}

.container-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  list-style: none;
  padding: 0;
  gap: 24px;
}

.card-item-secondary {
  background-color: #FFFFFF;
  /* color: var(--color-secondary); */
  border: 0;
  padding: 25px 20px;
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0s;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}
.card-item-secondary i {
  font-size: 32px;
  line-height: 0;
}
.card-item-secondary h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: var(--surface-color);
  color: var(--color-secondary);
  border: 0;
  padding: 25px 20px;
  -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0s;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
}

.features .nav-link:hover,
.features .nav-link.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--accent-color);
  color: var(--contrast-color) !important;
  border-color: var(--accent-color);
}

.features .nav-link:hover h4,
.features .nav-link.active h4 {
  color: var(--contrast-color);
}

.features .nav-link:hover i,
.features .nav-link.active i {
  color: var(--contrast-color) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .features-items.active {
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}

.features .features-items h3 {
  font-weight: 600;
  font-size: 28px;
}

.features .features-items ul {
  list-style: none;
  padding: 0;
}

.features .features-items ul li {
  padding-bottom: 10px;
}

.features .features-items ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--accent-color);
}

.features .features-items p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .header .btn-getstarted {
    min-width: 180px;
    text-align: center;
  }
}

.footer h4::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.footer-links {
  text-align: center;
}
.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  .footer-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
  .footer-links ul li {
    padding: 10px 0 !important;
  }
}