@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: light;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'ChakraPetch';
  src: url('../fonts/ChakraPetch-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'ChakraPetch';
  src: url('../fonts/ChakraPetch-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'ChakraPetch';
  src: url('../fonts/ChakraPetch-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'ChakraPetch';
  src: url('../fonts/ChakraPetch-Bold.ttf');
  font-weight: bold;
}



:root {
  --primary: #ef5305;
  --secondary: #212529bf;
  --primary-text: #212529bf;
  --secondary-text: #E9EFE1;
  --font-primary: "Poppins";
  --font-secondary: "ChakraPetch"
}

/* container */
@media (min-width: 1200px) {
  .container{
      max-width: 1190px;
  }

  .size-card {
    height: 300px;
  }
 
  .margin-section{ 
    margin-top:-40px;
  }
  
}

body {
  font-family: var(--font-primary);
  color: var(--primary-text);
}

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

h1 {
  font-size: 32px;
  font-family: 'ChakraPetch';
  font-weight: 300;
}

h2 {
  font-size: 56px;
  font-family: 'ChakraPetch';
}

h3 {
  font-size: 40px;
  font-family: 'ChakraPetch';
}

h4 {
  font-size: 31px;
  font-family: 'ChakraPetch';
}

h5 {
  font-family: var(--font-secondary);
  font-size: 28px;
}

h6 {
  font-family: var(--font-secondary);
  font-size: 16px;
}

p {
  line-height: 25px;
}


.form-control {
  background: none;
  color: #2A2E37;
  border-bottom-color: #2A2E37;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid; 
}

.form-control:focus {
  background: none;
  border-bottom-color: var(--primary);
  box-shadow: none;
}


.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none !important;
  
}

.form-select {
  color: #000000;
  border-bottom-color: #000000;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid; 
}

select option {
  padding-left: 20px !important;

}

.line {
  color: #2A2E37;
  border-bottom-color: #2A2E37;
  border-bottom: 1px solid; 
}

.form-check-input{
  background: none;
  border: 1px solid black;
}

.form-check-label{
  font-size: 17px;
  font-family: var(--font-primary);
}


.page-tittle {
  font-weight: 600;
  background: rgb(151, 69, 255);
  background: linear-gradient(10deg,#9745FF, #FF0054, #FF5501, #FF5501);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fs-one {
  font-size: 56px;
}

.fs-two {
  font-size: 60px;
}

.fs-three {
  font-size: 64px;
}

.fs-four {
  font-size: 19px;
}

.fs-five {
  font-size: 19px;
}


.font-six {
  font-size: 24px;
}

.fs-seven {
  font-size: 48px;
}

.fs-eight {
  font-size: 18px;
}

.fs-nine {
  font-size: 17px;
}

.fs-ten {
  font-size: 22px;
}

.fs-blog {
  font-size: 21px;
}

.fs-approach {
  font-size: 64px;
}


.fs-eleven {
  font-size: 59px;
}

.fs-cargo {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fw-300 {
  font-weight: 300;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 22px;
  padding: 10px 30px;
  --bs-btn-active-bg: #2A2E37;
  --bs-btn-active-border-color: #E9EFE1;
}

.btn-primary:hover {
  background-color: #2A2E37;
  border-color: #E9EFE1;
}

.btn-primary:active {
  background-color: #2A2E37;
  border-color: #E9EFE1;
}

.btn-secondary {
  background-color: #2A2E37;
  border-color: #2A2E37;
  border-radius: 22px;
  padding: 10px 30px;
  --bs-btn-active-bg: #2A2E37;
  --bs-btn-active-border-color: #E9EFE1;
}


.btn-secondary:hover{
  border-color: #E9EFE1;
  background-color: #2A2E37;
}



.btn-filter {
  border-radius: 22px;
  border-color:#2A2E37;
  border: 1px solid;
  padding: 10px 30px;
}

.btn-filter:hover {
  border-radius: 22px;
  border-color: #2A2E37;
  border: 1px solid;
  padding: 10px 30px;
  background-color: #2A2E37;
  color: white;
}

.btn-idioma {
  background-color: transparent;
  border: 0;
  margin-top: 10px;
  font-family: 'ChakraPetch';
  letter-spacing: 1px;
}


.items-idioma:hover {
  background-color: var(--primary);
  color: var(--secondary-text)
}


.dropdown-menu {
  background-color:#E9EFE1;
}

.btn-text:hover {
  color: var(--primary);
}

.background-section {
  background-color: #E9EFE1;
}

.background-orange {
  background-color: var(--primary);
}

.background-niebla {
  background-color: #2A2E37;
}

.background-light-blue {
  background-color: #1396CA;
}

.background-blue-k {
  background-image: url(../img/bakcground-blue-k.png);
  background-size: cover;

}


.card-blog{ 
  height: 320px;
 }

 @media (min-width:1200px){ 
  .card-blog { 
  height: 290px;
 }
}




.background-lila {
  background-color: #D0BCEA;
}

.background-violet {
  background-color: #9745FF;
}

.background-yellow {
  background-color: #FD9702;
}

.text-light {
  color: var(--secondary-text) !important;
}

.text-orange {
  color: var(--primary) !important;
}

.text-light-blue {
  color: #5695C6;
}

.text-niebla {
  color: var(--primary-text);
}

.text-violeta {
  color: #9343F9;
}

.font-secondary {
  font-family: 'ChakraPetch';
}

.text-degrade {
  background: linear-gradient(to right top, #9745ff, #9745ff, #9745ff, #ff0075, #ff004b, #ff2939, #ff4124, #ff5500, #ff5500, #ff5500, #ff5500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}

.padding-top-section {
  padding-top: 60px;
}

.padding-bottom-section {
  padding-bottom: 100px;
}

.padding-top-section-2 {
  padding-top: 150px;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.2s ease-in;
}



.header .container {
  display: flex;
  justify-content: space-between;
}

.header-link {
  color: #E9EFE1;
  font-family: 'ChakraPetch';
  --bs-nav-link-hover-color: var(--primary);
}

.header-link:hover {
  color: #E9EFE1;
  border-bottom: 1px solid #E9EFE1;
  
}

.offcanvas-link {
  font-size: 18px;
}

.header-link.active {
  border-bottom: 2px solid var(--primary);
}

.background-offcanvas {
  background-color: #2A2E37;
}

.icon-menu {
  color: var(--secondary-text);
  font-size: 30px;
}

.logo-header {
  max-width: 150px;
}

.footer {
  position: relative;
  background-color: #2A2E37;
  color: #e9efe1;
  font-family: Poppins;
}

.footer-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.footer-img-one {
  background-image: url(../img/footer-img-one.png);
  background-position: top right;
  background-size: 400px;
}


.logo-footer {
  max-width: 220px;
}

.background-index {
  background-image: url(../img/bg-black.png);
  background-size: cover;
}

.background-nearshore {
  background-image: url(../img/bg-nearhore.png);
  background-size: cover;
}


.background-img {
  background-image: url(../img/img-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.background-case-study-banner {
  background-image: url(../img/background-case-study.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.background-img-orange {
  background-image: url(../img/img-orange.svg);
  position: absolute;
}

.index-tittle {
  font-family: "ChakraPetch";
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.padding-section-index {
  padding-left: 40px;
  padding-top: 80px;
}

.background-index-section {
  background-image: url(../img/img-index-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.background-nearshore-section {
  background-image: url(../img/img-1-nearshore.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}

.background-nearshore-section-2{
  background-image: url(../img/img-2-nearshore.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 50vh;
}

.background-nearshore-section-3{
  background-image: url(../img/sebastian.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 50vh;
}

.background-section-evoy {
  background-image: url(../img/image-cart-evoy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.background-section-kennu {
  background-image: url(../img/image-kennu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.background-section-sitefinity{
  background-image: url(../img/image-sitefinity.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}


.background-gradient {
  background: rgb(151, 69, 255);
  background: linear-gradient(45deg,#DC4A07, #774CD5,#4B84B0);
}

.background-section-one {
  background-image: url(../img/background-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-about-us {
  width: 100%;
}

.background-contact {
  background-image: url(../img/background-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.background-join {
  background-image: url(../img/background-join.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.background-case-study {
  background-image: url(../img/bg-case-of-study.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.background-insights {
  background-image: url(../img/background-join.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.card-about-us {
  border-radius: 25px;
  box-shadow: -6px 6px 12px 5px rgba(0, 0, 0, 0.20);
}

.box-shadow { 
  box-shadow: -3px 6px 12px 5px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
}


.card-nearshore {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  height: 295px;

  
}


.background-picture-one {
  background-image: url(../img/img-side.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-position: center right;
}

.background-map {
  background-image: url(../img/map-color.png);
  background-position: top left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.img-map-about {
  height: 600px;
}

.padding-section-explore {
  padding: 100px;
}

.shape-gradient-about {
  position: absolute;
  right: 0px;
  top: -100px;
  max-width: 450px;
}

.background-work {
  width: 100%;
  background-position: bottom center;
  object-fit: cover;
  object-position: center center;
}


.fondo-services {
  width: 100%;
  background-position: center;
  object-fit: cover;
}

.button-work {
  font-weight: 300;
  font-size: 15px;
  border-bottom: 1px solid var(--secondary-text);
  border-radius: 0px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-border-bootom: 1px solid var(--secondary-text);
}

.button-work:hover {
  border-bottom: 1px solid var(--secondary-text);
  border-radius: 0px;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px);
  position: relative;
  z-index: 50;
}

.button-dark{
  
  border-radius: 0px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-border-bootom: 1px solid var(--secondary-text);
}

.button-dark:hover{
color:var(--primary);  
border-bottom: 1px solid var(--primary);
border-radius: 0px;
-webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);
transform: translate(0, -10px);
position: relative;
z-index: 50;
}

.button-dark i{
  visibility: 0;
}


.button-dark i:hover{
  visibility: 1;
}

  



.background-section-services {
  background-image: url(../img/bg-section-services.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.background-services {
  background-image: url(../img/background-services-1.png);
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  margin-bottom: -450px;
}


.background-foto-services {
  background-image: url(../img/bg-foto-section.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.background-img-estrategia {
  background-image: url(../img/fondo-estrategia.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.padding-section-slider {
  width:90%;
  height: 450px;
}

.accordion-services {
  background-color: #D0BCEA;
  font-size: 20px;
  font-weight: 500;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-services:not(.collapsed) {
  background-color: #9745FF !important;
  color: #FFFFFF;
  border-color: transparent;
}


.accordion-border-color {
  border-top: solid 3px #9745FF;
  border-bottom: solid 3px #9745FF;
}

.accordion-button::after {
  background-image: url(../img/icon-plus.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon-minus.svg);
}

.accordion-index {
  background-color: transparent;
  color: var(--primary);
  font-size: 0.7em;
  font-weight: 700;
}

.accordion-button.accordion-index:not(.collapsed){
  background-color: transparent;
  border-color: transparent;
  border-style: transparent !important;
  box-shadow: none;
}

.accordion-button.accordion-index:not(.collapse){
  background-color: transparent;
  border-color: transparent;
  border-style: transparent !important;
  box-shadow: none;
}

.accordion-button.accordion-services:not(.collapsed){
  box-shadow: none;
}

.accordion-button.accordion-services:not(.collapse){
  box-shadow: none;
}

.accordion-button .accordion-index::after {
  background-image: url(../img/icon-plus.svg);
}

.accordion-button.accordion-index:not(.collapsed)::after {
  background-image: url(../img/icon-minus-dark.svg);
}


.icon-linkedin {
  width: 20px;
}

.background-shape-orange {
  height: 100px;
  background: url("../img/vector-orange.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background-solution-orange {
  height: 300px;
  background: url("../img/background-orange-solution.png");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center bottom;
  margin-bottom: -60px;
}

.arrow-button {
  width: 15px;
}

.icon-card-about {
  width: 50px;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: scale(-1);
  text-align: end;
  color: #9745ff;
  font-size: 36px;
}

.padding-slide-services {
  padding: 100px 100px 50px 100px;
}

.img-tittle {
  width: 420px;
}

.container-portada-blog {
  oaspect-ratio: 16/9;
}

.container-detail-blog {
  aspect-ratio: 4/3;
}


.text-grid-container {
  max-width: 150px;
}

.bg-card-background {
  background-image: url("../img/bg-card-gradient.png");
  background-size: cover;
}

.bg-card-background-two {
  background-image: url("../img/bg-card-gradient-two.png");
  background-size: cover;
}

.bg-card-background-three {
  background-image: url("../img/bg-card-gradient-three.png");
  background-size: cover;
 
}

.gradient-card{
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  height: 600px;
}

.text-brand {
  max-width: 550px;
}

.shape-orange-big {
  position: absolute;
  margin-top: -460px;

}

.padding-section-card{
  padding: 100px 200px;
}

.padding-section-card-2{
  padding: 50px 100px;
}

.tittle-maintenance{
  font-size: 80px;
}

.tittle-error{
  font-size: 200px;
}

.background-maintenance{
  background-color: var(--secondary);
  background-image: url(../img/img-maintenance.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 10%;
}

.background-error{
  background-color: var(--secondary);
  background-image: url(../img/shape-page-error.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
background-size: 20%;
}

.card-slider-work {
  height: 600px !important;
}

.card-slider-insights {
  height: 620px !important;
}



/* floating button */
.float {
  position: fixed;
  padding: 16px;
  bottom: 60px;
  right: 0px;
  background: rgb(151, 69, 255);
  background: linear-gradient(45deg, rgba(151, 69, 255, 1) 0%, rgba(255, 85, 0, 1) 100%);
  color: #FFF;
  border-radius: 50px 0px 0px 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  z-index: 10;
}

.my-float {
  margin-top: 22px;
}

/* floating button */


/* carousel */
.cards-wrapper {
  display: flex;
  justify-content: center;
}

.card img {
  max-width: 100%;
  max-height: 100%;
}


.links  {
  background-color: #E9EFE1 !important;
  border-color: #E9EFE1 !important;
  color: #2A2E37;
}




/* carousel multi item */
@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .img-locations{ 
    width: 100%;
    overflow: none;
    filter: drop-shadow(0 0 8px rgba(112, 112, 112, 0.5));
    transition: none !important;
  }
  
  .img-locations:hover{ 
    transform: none !important;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }

}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}


/* transition cards */

.offset-header {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -0.02em;
  max-width: 500px;
  margin: 10px 0;
}

span.offset-header {
  display: block;
  overflow: hidden;
}

span.offset-header>span {
  animation-name: slideUp;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  display: block;
}

.offset-header-odd>span {
  text-align: left;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.offset-header-even>span {
  text-align: right;
  animation-delay: 150ms;
  animation-fill-mode: both;
}

@keyframes slideUp {

  0%,
  50% {
    transform: translateY(100%);
    opacity: 0;
  }

  60%,
  100% {
    transform: translateY(0);
    opacity: 1;

  }
}


/* carousel */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FFFFFF !important;
}

.index-carousel .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primary) !important;
}


@media (max-width: 1950px) {

  .background-picture-one {
    background-size: contain;
  }

  .container-portada-blog {
   aspect-ratio: 4/3;
  }

  .container-portada-blog {
    aspect-ratio: 16/9;
   }

   .img-detail-blog {  
    width: 100% !important;
    height: 600px !important;
    object-fit: cover;
    object-position: center top;
  }  

}


@media (max-width: 1300px) {
  .background-blue-k {
    width: 100%;
  }

  .background-light-blue {
    background-color: #1396CA;
  }


  .background-violet {
    width: 100%;
  }

  .background-light-blue{
    width: 100%;
  }

  .background-niebla {
    width: 100%;
  }

  .background-yellow {
    width: 100%;
  }
  .accordion-index {
    font-size: 0.7em;
  }

   .ipad-index-quote {
    width: 100% !important;
  }

  .scope-services{
    width: 25%;
  }

  .imagenes-solution { 
    display: none;
   }


}

@media (max-width: 1200px) {
  .scope-services{
    width: 100% !important;
  }

  .padding-quote-about { 
    height:230px !important;
   }

  .imagenes-solution { 
    display: none;
   }


}

@media (max-width: 1024px) {
  .background-index-section {
    background-image: url(../img/img-index-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50vh;
  }

  .background-section-evoy {
    min-height: 50vh;
  }

  .background-section-kennu {
    min-height: 50vh;
  }
  
  .background-section-sitefinity {
    min-height: 50vh;
  }
  
  .size-img-about {
    height: 260px !important;
  }

  .background-picture-one {
    height: 780px;
  }
  
  .padding-section-explore {
    padding-top: 50px;
  }

  .tablet {
    padding: 30px 20px 71px 20px !important;
  }

  .tablet-3 {
    padding: 30px 20px 135px 20px !important;
  }

  .tablet-6 {
    padding: 30px 20px 93px 20px !important;
  }

  .ipad-pro {
    width: 50%;
  }

  .card-slider-work {
    height: 620px !important;
  }

  .card-slider-insights {
    height: 620px !important;
  }


  .ipad-pro-2 {
    width: 55%;
    padding-right: 50px;
  }

  .hidden-ipad-pro {
    display: none;
   
  }

  .ipad-pro-acordion {
    width: 100%;
  }

  .ipad-index-quote{
    width: 100% !important;
  }

  .text-left {  
    margin-right:20px !important;
  }

  .vertical-text {
    display: none !important;
  }

  .text-visibility {
    display: block !important;;
  }

  .cards-discovery{ 
    height: 240px !important;
   }

   .img-lealtad-nosotros{
    height: 600px !important;
   }

   .img-index-fromdigital{
    height: 480px!important;
    width: 100%;
    object-position: top;
    object-fit: cover; 
    aspect-ratio: 4/3;
   }



   
}


@media (max-width: 992px) {
  .footer-img-one {
    background-size: 300px;
  }

  .background-map {
    background-image: none;
  }

  .padding-section-index {
    padding-left: 10px;
    padding-top: 30px;
  }

  .card-slide-services {
    max-width: 100%;
  }

  .ipad-index-quote{
    width: 100% !important;
  }


  .fs-ten{
    font-size: 18px !important;
  }

  .fs-nine{
    font-size: 15px !important;
  }

 

   .card-blog{ 
    height: auto !important;
   }
  
   .fs-approach {
    font-size: 45px;
  }


}



@media (max-width: 820px) {

  .img-index-fromdigital{
    height: 450px!important;
    width: 100%;
    object-position: top;
    object-fit: cover; 
    aspect-ratio: 4/3;
   }


}

@media (max-width: 768px) {
  .footer-img-one {
    background-size: 200px;
  }

  .background-map {
    background-image: none;
  }

  .text-brand {
    max-width: 450px;
  }

  .shape-orange-big {
    margin-top: -100px;
  }

  .background-shape-orange {
    height: 200px;
    margin-bottom: -60px;
  }

  .ipad-index-quote{
    width: 100%;
  }

  .img-lealtad-nosotros{
    height: 400px !important;
    object-position: top;
   }
  
   .card-slider-work {
    height: auto !important;
  }

  .card-nearshore{
    margin-top: 10px;
    padding: 20px;
    height: 230px !important;
  }
  
}



@media (max-width: 767px) {
  .padding-quote-about { 
    height:auto !important;
  }
  
  .img-about-mobile {
    width: 100%;
    object-fit: cover;
    height: 220px !important;
  }  

  .background-img-estrategia {
    background-image: none;
    background-color: var(--secondary);
  }

}



@media (max-width: 576px) {
  .footer-img-one {
    background-size: 150px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 29px;
  }


  .index-tittle {
    font-size: 40px;
  }


  .img-map-about {
    height: 400px;
  }

  .ipad-pro-2 {
    width: 100%;
  }

  .fs-one {
    font-size: 34px;
  }

  .fs-two {
    font-size: 35px;
  }

  .fs-three {
    font-size: 41px;
  }

  .fs-four {
    font-size: 15px;
  }

  .fs-cargo {
    font-size: 14px;
  }

  .fs-eleven {
    font-size: 36px;
  }

  .fs-approach {
    font-size: 41px;
  }
  
  .fs-seven {
    font-size: 28px;
  }

  .padding-section-explore {
    padding: 50px 30px;
  }

  .img-tittle {
    width: 210px;
  }

  .background-insights, .background-contact, .background-join{
    height: 200px;
  }

  .background-img-estrategia {
    background-image: none;
    background-color: var(--secondary);
  }


  .card-slider-insights {
    height: 500px !important;
  }

 
  .padding-slide-services {
    padding: 30px 50px;
  }

  .text-brand {
    max-width: 350px;
  }

  .padding-section-card{
    padding: 50px 50px;
  }

  .background-shape-orange {
    height: 150px;
    margin-bottom: -10px;
  }

  .padding-section-slider {
    height: 730px;
  }
  
  .background-work {
    height: 150px;
    object-fit: cover;
   }

   .fondo-services {
    height: 120px;
    object-fit: cover;
    background-position: right !important;
   }

  .btn-filter {
    font-size: 10.5px;
    padding: 10px 18px 10px 18px;
  }

  .btn-filter:hover {
    padding: 10px 18px;
  }
  

  .left-insights-mobile {
    justify-content: start !important;
  }
  
  .img-detail-blog {  
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center top;
  }

  .img-blog{
    height: 300px !important;
   }

   
 .titulo-padding-blog { 
  height: auto!important;
 }

 .titulo-padding-blog-2 { 
  height: 90px!important;
 }

 .titulo-padding-work { 
  height: 40px !important;
 }


 .img-about-mobile {
  width: 100%;
  object-fit: cover;
 
}

.padding-cargo { 
  height: 30px !important;
 }

.img-index-blog{
  width: 100%;
  object-position: center center;
  object-fit: cover; 
 }

 .img-index-work{
  max-height: 350px !important;
  width: 100%;
  object-position: center top;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 .imagenes-solution { 
  display: block;
 }

 .cards-discovery-mobile{ 
  height: 225px !important;
 }

 .padding-index-approach {
  padding-top: 50px!important; 
}

.img-index-blog-2{
  height: 300px !important;
  width: 100%;
  object-position: center top;
  object-fit: cover; 
 }

 .card-slide-services {
  object-fit: cover !important;
  aspect-ratio: 4/3;
  max-height: 450px;
  object-position: top;
  max-width: 100%;
}

.background-about-us {
  width: 100%;
  height: 120px;
  object-fit: cover;
}


}

@media (max-width: 500px) {
  .img-about-mobile {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
  }
}


@media (max-width: 450px) {

  .img-about-mobile {
    width: 100%;
    object-fit: cover;
    height: 180px !important;
  }

}

@media (max-width: 400px) {
  .img-about-mobile {
    width: 100%;
    object-fit: cover;
    height: 150px !important;
  }
}



.icons { 
  color:#2A2E37;
  font-size: 30px;
}

.icons-footer { 
  color:#E9EFE1;
  font-size: 25px;
}


.icons:hover { 
  color:  #DC4A07;
}

.icons-footer:hover { 
  color:  #DC4A07;
}


.size-img-card {
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.size-img-about {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}


.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(190, 190, 190, 0.445);
  z-index: 99;
}


.loader {
  border: 10px solid #ffffff;
  border-top-color: #FF5500;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite; 
}

@keyframes girar {
  form  { transform: rotate(0deg); }
  to  { transform: rotate(360deg); }
}

.img-blog{
 height: 400px;
 width: 100%;
 object-position: center top;
 object-fit: cover; 
}


.img-index-blog{
  width: 100%;
  object-position: center center;
  object-fit: cover; 
  aspect-ratio: 4/3;
  border-radius: 4px;
 }

 .img-casos-services{
  height: 280px;
  width: 100%;
  object-position: center center;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 .img-casos-solutions{
  min-height: 350px;
  width: 100%;
  object-position: center top;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 .img-index-work{
  max-height: 430px !important;
  width: 100%;
  object-position: center top;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 
.img-index-blog-2{
  height: 400px;
  width: 100%;
  object-position: center top;
  object-fit: cover; 
 }


 .titulo-padding-blog { 
  height:95px;
 }

 .titulo-padding-blog-2 { 
  height:90px;
 }


 .titulo-padding-work { 
  height:40px;
 }

 .titulo-padding-abbout{ 
  height:50px;
 }

 .padding-quote-about { 
  height:150px;
 }

 .space-content { 
  min-height:50vh;
 }



.placeholder-white::placeholder {
 color:#E9EFE1;
}


.cards-discovery{ 
  height: 290px;
 }

 .padding-index-approach {
  padding-top: 250px; 
}

.img-services-desktop{
  height: 100px;
}

.card-slide-services {
  object-fit: cover;
  aspect-ratio: 4/3;
  height: 600px;
  object-position: top;
}

.background-violeta-claro{
  background-color: #D0BCEA;
}

.servicios-lealtad{
  border-top: solid 1px #9745FF;
  border-bottom: solid 1px #9745FF;
}

.box-borde{
  border-top: solid 1px #9745FF;
}

.img-lealtad {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.img-cases-leltad{
  max-height: 450px !important;
  width: 100%;
  object-position: top;
  object-fit: cover; 
 }



.img-lealtad-nosotros{
  height: 100%;
  width: 100%;
  object-position: top;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 .img-index-fromdigital{
  height: 800px;
  width: 100%;
  object-position: top;
  object-fit: cover; 
  aspect-ratio: 4/3;
 }

 .cover { 
  object-fit: cover;
 }

.img-explore-about{ 
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center left;
 }


 
[class*=rising] {
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
border-radius: 10px;
}

[class*=rising]:hover {
-webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);
transform: translate(0, -10px);
position: relative;
}

.close-menu:hover {
  cursor: pointer;
  color: var(--primary)
}

.accordion-button:not(.collapsed) {
 
  
  box-shadow: transparent !important;
}

.accordion-button:Onfocus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: transparent !important;
}

.accordion-button:active {
  border-color: transparent !important;
  outline: 0;
  box-shadow: transparent !important;
}

.img-quote-home{ 
  width: 100%; 
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 16/9;
}

.form-label{ 
  font-family: var(--font-primary);
  font-size: 18px;
}


.img-locations{ 
  overflow: hidden;
  filter: drop-shadow(0 0 8px rgba(112, 112, 112, 0.5));
  transition: all 0 ease-in;
}

.img-locations:hover{ 
  transform: scale(1.2);
}


.boton {
	display: inline-flex;
	width: 110px;
	height: 30px;
	background: transparent;
	color: var(--secondary);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: .4s ease all;
	position: relative;
	overflow: hidden;
  left: -5px;
}

.boton span {
	position: relative;
	z-index: 2;
	transition: .4s ease all;
}

.boton.email span {
	transition: .3s ease-in-out all;
	position: absolute;
}

.boton.email .icono {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
	left: -50px;
	transition: .4s ease-in-out all;
	opacity: 0;
  color: var(--primary);
}

.boton:hover{
  border-bottom: 1px solid var(--primary);

  color: var(--primary);
}

.boton.email:hover .icono {
	left: calc(100% - 25px);
	opacity: 1;
  color: var(--primary);
}

.cards-discovery-mobile{ 
  height: 180px;
 }

 .link-breadcrumb{ 
    color: var(--secondary);
  }
 

.link-breadcrumb:hover{ 
  color: var(--primary);
 }

