/* Default CSS */
:root {
  --primary-color: #bcdffd;
  --primary-black-color: #0050c3;
  --gray-dark: #F5FDED;
  --heading-color: #171e43;
}

.theme-btn.style-one {
  color: var(--heading-color);
}

/* Hero Section */
.kode-hero-ma {
 position: relative;
  z-index: 1;
  height: 100vh;
  background-color: var(--primary-black-color);
  display: flex;
  align-items: center;     
  justify-content: center; 
}

.kode-hero .theme-btn.style-one {
    display: inline-block;
    padding: 18px 30px;          
    font-size: 20px;
    font-weight: 500;
    color: #fff;                 
    border: 2px solid #fff;      
    border-radius: 10px;         
    text-decoration: none;
    background-color: transparent; 
}

.kode-hero-ma .hero-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kode-hero-ma .shape {
  position: absolute;
  z-index: -1;
}
.kode-hero-ma .shape.shape-one {
  top: 15%;
  left: 10%;
}
@media (max-width: 767.98px) {
  .kode-hero-ma .shape.shape-one {
    top: 10%;
    left: 5%;
  }
}
.kode-hero-ma .shape.shape-two {
  top: 15%;
  right: 10%;
}
@media (max-width: 767.98px) {
  .kode-hero-ma .shape.shape-two {
    top: 10%;
    right: 5%;
  }
}
.kode-hero-ma .shape.shape-three {
  top: 45%;
  left: 5%;
}
@media screen and (max-width: 1199.98px) {
  .kode-hero-ma .shape.shape-three {
    top: 55%;
  }
}
@media (max-width: 767.98px) {
  .kode-hero-ma .shape.shape-three {
    display: none;
  }
}
.kode-hero-ma .shape.shape-four {
  top: 35%;
  right: 5%;
}
@media screen and (max-width: 1199.98px) {
  .kode-hero-ma .shape.shape-four {
    top: 55%;
  }
}
@media (max-width: 767.98px) {
  .kode-hero-ma .shape.shape-four {
    display: none;
  }
}
.kode-hero-ma .hero-content {
  margin-bottom: 20px;
}

/* Desktop */
.kode-hero-ma .hero-content h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: -2px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.kode-hero-ma .hero-content h1 span {
  display: block;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
}

.kode-hero-ma .hero-content p {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: var(--white-color);
  max-width: 960px;
  margin: 0 auto 40px;
}

/* Tablet */
@media (max-width: 991px) {
  .kode-hero-ma .hero-content h1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -2px;
  }
  .kode-image-box img {
    width: 350px;
  }
  .kode-hero-ma .hero-content h1 span {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 48px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .kode-hero-ma .hero-content h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -1px; 
  }
  .kode-image-box img {
    width: 280px;
  }
  .kode-hero-ma .hero-content h1 span {
    font-size: 33px;
    letter-spacing: 0;
    line-height: 35px;
  }
  .kode-hero-ma .hero-content p {
  font-size: 20px;
  line-height: 28px;
  }
}

/* Plataforma */
.kode-work-process-ma {
background: linear-gradient(to bottom, #0050c3, #022688);
}
.kode-work-process-ma .kode-process-item {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  max-width: 410px;
  width: 100%;
}
.kode-work-process-ma .kode-process-item h5{
  text-transform: uppercase;
}
@media screen and (max-width: 1199.98px) {
  .kode-work-process-ma .kode-process-item {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.kode-work-process-ma .kode-image-box {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .kode-work-process-ma .kode-image-box {
    margin-bottom: 40px;
  }
}
.kode-work-process-ma .kode-image-box span.circle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(90, 114, 178, 0.7);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .kode-work-process-ma .kode-image-box span.circle-line {
    width: 350px;
    height: 350px;
  }
}
.kode-work-process-ma .kode-client-item .thumbnail img {
    border-radius: 10px;
  }

.kode-process-item {
  padding: 30px 30px 35px;
  background-color: var(--white-color);
  border: 1px solid rgba(12, 36, 26, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kode-process-item .content h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.kode-process-item .content h5 span.number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(12, 36, 26, 0.1);
  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;
  margin-right: 20px;
}
.kode-process-item .content img {
  width: 250px;
}
.kode-process-item .content p {
  line-height: 26px;
  padding-top: 18px;
}
.kode-process-item:hover {
  background-color: var(--primary-color);
}
.kode-process-item:hover .content h5 span.number {
  border-color: var(--primary-black-color);
}

/* Start Animated Headline Section */
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
          animation: marquee_left 35s linear infinite;
}
.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Que Ofrecemos */
@media screen and (max-width: 1199.98px) {
  .kode-about-ma .kode-image-box {
    display: none;
  }
}
.kode-about-ma .kode-image-box img {
  border-radius: 20px;
}
.kode-about-ma .kode-image-box .image-one {
  margin-left: -100px;
}
@media (max-width: 1399.98px) {
  .kode-about-ma .kode-image-box .image-one {
    margin-left: -70px;
  }
}
.kode-about-ma .kode-image-box .image-two {
  margin-right: -100px;
}
@media (max-width: 1399.98px) {
  .kode-about-ma .kode-image-box .image-two {
    margin-right: -70px;
  }
}
.kode-about-ma .kode-content-box .kode-counter-box {
  max-width: 250px;
  margin: 0 auto 10px;
}
.kode-about-ma .kode-content-box p.para {
  margin: 0 10px 75px 10px;
  font-size: 26px;
  font-family: var(--heading-font);
  line-height: 30px;
}

@media (max-width: 575px) {
.kode-about-ma .kode-content-box p.para {
  font-size: 20px;
  line-height: 23px;
  }
}
.kode-about-ma .kode-counter-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.kode-about-ma .section-title {
  padding: 0 12px 0 12px;
}

.kode-counter-box {
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 30px 30px;
}

.kode-counter-box .content h2 {
  margin-bottom: 15px;
  color: #0050c3;
}

.kode-counter-box .content p {
  text-transform: uppercase;
}

.kode-partners-ma {
  background: #edf2ff;
}

/* Paid Media */
.kode-services-ma {
  background: linear-gradient(to bottom, #0050c3, #022688);
}

.kode-service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kode-service-wrapper .kode-service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18.5%;
}
@media (max-width: 1650px) {
  .kode-service-wrapper .kode-service-item {
    width: 30%;
  }
}
@media screen and (max-width: 991.98px) {
  .kode-service-wrapper .kode-service-item {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .kode-service-wrapper .kode-service-item {
    width: 100%;
  }
}

.kode-service-item {
  background-color: #171e43;
  padding: 40px 45px;
  border-radius: 10px;
}
@media screen and (max-width: 1199.98px) {
  .kode-service-item {
    padding: 40px 25px;
  }
}
.kode-service-item .icon {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 25px;
}
.kode-service-item .icon img {
  width: 60px;
}
.kode-service-item .content h3 {
  color: var(--white-color);
  font-size: 22px;
  margin-bottom: 15px;
}
.kode-service-item .content p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 25px;
  line-height: 23px;;
}
.kode-service-item .content ul.check-list {
  margin-bottom: 30px;
}
.kode-service-item .content ul.check-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex !important;
  color: var(--white-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kode-service-item .content ul.check-list li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex !important;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white-color);
  margin-right: 10px;
}
.kode-service-item .content .style-one {
  width: 100%;
}

/* Service Section */
.kode-service-ai .service-wrapper {
  background: -webkit-gradient(linear, right top, left top, color-stop(19.31%, rgba(193, 116, 214, 0.1)), to(rgba(138, 135, 216, 0.1)));
  background: linear-gradient(270deg, rgba(193, 116, 214, 0.1) 19.31%, rgba(138, 135, 216, 0.1) 100%);
}
.kode-service-ai .kode-image-box {
  background: -webkit-gradient(linear, right top, left top, from(#CE6FD5), to(#8A87D8));
  background: linear-gradient(270deg, #CE6FD5 0%, #8A87D8 100%);
  padding: 33px 35px;
  border-radius: 17px;
  text-align: center;
}

/* Packs y Precios */
.kode-pricing-item {
  padding: 40px 33px 33px;
  background: -webkit-gradient(linear, right top, left top, from(#edf2ff), to(#edf2ff));
  background: linear-gradient(270deg, #edf2ff 0%, #edf2ff 100%);
  border-radius: 15px;
}
@media screen and (max-width: 991.98px) {
  .kode-pricing-item {
    padding: 50px 30px 40px;
  }
}
.kode-pricing-item .pricing-header {
  margin-bottom: 30px;
}
.kode-pricing-item .pricing-header div.plan {
  padding: 0 15px 15px 15px;
  line-height: 1;
  font: 600 32px var(--heading-font);
  color: var(--heading-color);
  text-align: center !important;
}
.kode-pricing-item .pricing-header h4 {
  font-size: 30px;
  text-align: center !important;
  font-weight: 400;
}
.kode-pricing-item .pricing-header h2 {
  font-size: 38px;
  line-height: 40px;
  color: #0050c3;
}
.kode-pricing-item .pricing-header span.iva {      
  font-size: 15px;
  display: block; 
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #0050c3;     
}
.kode-pricing-item .pricing-header h2 span.duration {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;  
}
.kode-pricing-item .pricing-header p {
  margin-top: 20px;
  font-size: 19px;
  line-height: 23px;
  font-style: italic;
}
.kode-pricing-item .pricing-body .kode-button {
  margin: 30px 0 5px 0;
}
.kode-pricing-item .pricing-body .theme-btn {
  width: 100%;
}
.kode-pricing-item .pricing-body .theme-btn.style-one {
  background: #0050c3;
  color: #fff;
  font-size: 18px;  
  font-weight: 500;
}
.kode-pricing-item .pricing-body .check-list li  {
  font-size: 18px;
  display: flex;
  align-items: baseline;
}
.kode-pricing-item .pricing-body .check-list li i {
  margin-right: 10px;
  color: #0050c3;
}
.kode-pricing-item .pricing-body .check-list li i.fa-times {
  margin-right: 10px;
  color: #f53e55;
}
.kode-pricing-item .pricing-body .check-list li:not(:last-child) {
  margin-bottom: 2px;
}

/* Spacer Section */
.kode-spacer-ma  {
  background-color: var(--primary-black-color);
}
.kode-spacer-ma .kode-content-box p {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}
.kode-spacer-ma  .kode-process-item {
  background: transparent;
  border: 1px solid #fff;
  font-size: 18px;
}

.kode-iconic-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--heading-color);
  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;
  margin-bottom: 20px;
}
.kode-iconic-box .content h5 {
  line-height: 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}
.kode-features-ma .kode-image-box {
  height: 570px;
  position: relative;
  z-index: 1;
}
.kode-features-ma .kode-image-box .kode-counter-card {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #171e43 !important;
  max-width: 365px;
  border-radius: 15px 0px 10px 0px;
}
.kode-features-ma .kode-image-box .kode-counter-card .content {
  border-radius: 15px 0px 10px 0px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#99EA48), to(rgba(153, 234, 72, 0)));
  background: linear-gradient(180deg, #99EA48 0%, rgba(153, 234, 72, 0) 100%);
}

.kode-features-ma .kode-content-box {
  padding-left: 50px;
}
@media screen and (max-width: 1199.98px) {
  .kode-features-ma .kode-content-box {
    padding-left: 0;
  }
}
.kode-features-ma .kode-content-box .check-list.style-one li {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-black-color);
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .kode-features-ma .kode-content-box .check-list.style-one li {
    font-size: 16px;
  }
}
.kode-features-ma .kode-content-box .check-list.style-one li i {
  color: var(--primary-black-color);
  font-size: 22px;
}

/* Casos de Exito */
.kode-project-ma {
  background-color: #fafafa;
}
.project-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.project-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.kode-project-item {
  position: relative;
}
.kode-project-item .thumbnail {
  position: relative;
}
.kode-project-item .thumbnail img {
  width: 100%;
}
.kode-project-item .thumbnail .hover-item {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.kode-project-item .thumbnail .content {
  border-radius: 10px;
  padding: 30px 40px;
  background-color: var(--primary-black-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kode-project-item .thumbnail .content span {
  color: var(--white-color);
}
.kode-project-item .thumbnail .content h4 {
  color: var(--white-color);
}
.kode-project-item h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}
@media screen and (max-width: 991.98px) {
  .kode-project-item .thumbnail .content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

/* Marcas */
.kode-counter-item {
  border-bottom: 0px solid rgba(25, 25, 25, 0.07);
}
.kode-counter-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.kode-counter-item .content h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: -4px;
  justify-content: flex-end;
  margin-right: 2vw;
  font-size: 70px;
  color: #0050c3;
}
.kode-team-item {
  padding: 0;
  border-radius: 0;
  background-color: var(--white-color);
  border: 0px solid rgba(12, 36, 26, 0.1);
  text-align: center;
}
.kode-team-item .thumbnail img {
  border-radius: 50%;
}
.kode-team-item .content {
  padding-top: 20px;
}
.kode-team-item .content h4 {
  font-size: 22px;
}

/* Start Faqs Section */
.kode-accordion-item {
  padding: 12px 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .kode-accordion-item {
    padding: 12px 15px;
  }
}
.kode-accordion-item.accordion-active {
  background-color: rgba(226, 226, 226, 0.3);
}
.kode-accordion-item .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .kode-accordion-item .accordion-header .accordion-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
    margin-left: 10px; 
  }
}
.kode-accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}
.kode-accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kode-accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.kode-accordion-item .accordion-content p {
  padding-top: 10px;
}


/* Comentarios Clientes */
.kode-testimonial-ma .testimonial-wrapper {
  padding: 100px 30px 50px;
  background: linear-gradient(to bottom, #0050c3, #022688);
}
@media screen and (max-width: 991.98px) {
  .kode-testimonial-ma .testimonial-wrapper {
    padding: 40px 15px 50px;
  }
}
.kode-testimonial-ma .testimonial-slider-wrap {
  position: relative;
  z-index: 1;
}
.kode-testimonial-ma .testimonial-slider-wrap .inner {
  padding: 50px 70px;
  background-color: var(--white-color);
  border: 1px solid rgba(28, 28, 33, 0.1);
  border-radius: 15px;
}
@media screen and (max-width: 991.98px) {
  .kode-testimonial-ma .testimonial-slider-wrap .inner {
    padding: 30px 15px;
  }
}
.kode-testimonial-ma .testimonial-slider-wrap:before, .kode-testimonial-ma .testimonial-slider-wrap:after {
  content: "";
  height: 100px;
  position: absolute;
  border-radius: 10px;
}
.kode-testimonial-ma .testimonial-slider-wrap:after {
  left: 20px;
  z-index: -2;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% - 30px);
}
.kode-testimonial-ma .kode-counter-card {
  max-width: 355px;
}
.kode-testimonial-ma .kode-counter-card .content h3 {
  color: var(--white-color);
}
.kode-testimonial-ma .kode-counter-card .content p {
  color: var(--white-color);
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #FB8B24;
}

.avatar-box ul.avatar-list li {
  display: inline-block;
}
.avatar-box ul.avatar-list li:not(:first-child) {
  margin-left: -15px;
}
.avatar-box ul.avatar-list li img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.avatar-box ul.avatar-list li .icon-btn {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: none;
  font-size: 15px;
  color: var(--heading-color);
}

.kode-counter-card {
  padding: 40px 50px;
  background-color: #171e43;
  border-radius: 15px;
}
.kode-counter-card .content h3 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1.65px;
  margin-bottom: 20px;
}
.kode-counter-card .content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.kode-testimonial-item .testimonial-content .author-thumb-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kode-testimonial-item .testimonial-content .author-thumb-ratings .author-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.kode-testimonial-item .testimonial-content .author-thumb-ratings .author-thumb img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.kode-testimonial-item .testimonial-content .author-thumb-ratings .author-thumb .icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 5px solid var(--white-color);
  background-color: var(--primary-color);
  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;
  margin-left: -15px;
}
.kode-testimonial-item .testimonial-content p {
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 24px;
  margin-bottom: 30px;
}

.kode-testimonial-item .testimonial-content h4 {
  font-size: 20px;
  letter-spacing: -0.1px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .kode-testimonial-item .testimonial-content p {
    font-size: 18px;
  }
}

