/* stylelint-disable property-no-vendor-prefix */

/*
 * Globals
 */

/* Links */

/* @font-face {
  font-family: 'Montserrat', sans-serif;
    src: url('/fonts/Montserrat-Regular.ttf');
} */
*{
  font-family: 'Montserrat', sans-serif;
}

a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */

.btn-header{
  background-color: #f0bc00 !important;
  color: white !important;
  padding: 8px 20px !important;
}
.btn-header:hover{
  background-color: #e0b002 !important;
}

.btn-footer{
  position:relative; 
  border: 1px solid white; 
  font-size: .6em;
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding: 1.4vh 1.2vw 1.4vh 1.2vw; 
  bottom: .5vh;
  color: #fff;
  border-radius: 8px;
}
.btn-footer:hover{
  background: #fff;
  color: #e86806;
}

.btn-default, .btn-header{
  font-size: 16px;
}

.btn-default{
  background:#fec600;
}
.btn-default, .btn-header{
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #666;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
}

.btn-default:hover{
  background:#f0bc00 !important;
}


.cnt_fab .fab svg.email {
  width: 4.6vw;
  height: 4.6vw;
  top: 1.9vw;
  left: .95vw;
  position: relative;
}

.btn-default.send{
  background:#fec600;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 600;
}

.btn-default span{
  vertical-align: middle;
  font-size: 1.4vw;
  margin-left: .3vw;
}
.btn-circle{
  border-radius: 50%;
  padding: 3px;
  height: 2.5vw;
  width: 2.5vw;
  background-color: #daeaff;
  border: none;
  color: #016FFF;
}
.btn-circle span{
  margin-top: .56em;
  font-size: 1vw;
}

/*
 * Base structure
 */


html,
body {
  height: 100%;
  font-family: 'Montserrat Regular';
/*   overflow-x: hidden; */
  scroll-behavior: smooth;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  padding-top: 80px;
  /* background-color: green; */
  width: 100%;
  min-height: 100vh;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.site-wrapper h2{
  font-weight: bold;
  font-size: 2.6vw;
  line-height: 1;
}
.site-wrapper p{
  font-size: .98em;
}
.site-wrapper p,
.site-wrapper h2{
  color: #fff;
}
.title{
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}
.title h2{
  color: #434343;
  font-size: 3.9vw;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 99;
  animation: textAnimate 1.2s;
  animation-timing-function:ease-in-out;
}
.site-wrapper h2 span{
  font-size: 1.5em;
}
.lead .btn-default.send{
  padding: 8px 45px;
}
.title span{
  color: transparent;
  -webkit-text-stroke: 1px #016FFF;
  font-weight: 800;
  font-size: 3.9vw;
}

/* Padding for spacing */
.inner {
    padding: 20px 80px;
}

.nav-background{
  background-color: #E86806;
  padding-bottom: 10px;
  box-shadow: 10px 10px 22px 0px rgba(59,59,59,0.2);
  -webkit-box-shadow: 10px 10px 22px 0px rgba(59,59,59,0.2);
}
.title-section{
  color: #E86806;
  padding: 40px 100px;
  font-weight: 700;
  font-size: 2.5vw;
}
/*
 * Header
 */
.masthead-brand,
.masthead-nav {
  padding-top: 20px;
}

.masthead-nav{
  align-items: center;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 1vw;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff; /* IE8 proofing */
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.42);
  /* border-bottom-color: rgba(255, 255, 255, 0.25); */
} 
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #666;
  border-bottom-color: #016FFF;
}


.dropbtn {
  font-size: 16px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a.products{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #d5d5d5;}



/* HEADING */
.heading{
  background-image: url('../images/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 700;
}

.section_number.small_number{
  width: 5vw;
  margin-right: 10px;
  margin-bottom: 8px;
}
.section_number.big_number{
  width: 10vw;
  margin-right: 10px;
  margin-bottom: 8px;
}

/* SERVICIOS */
section.services{
  padding-top: 70px;
  min-height: 80vh;
}
.card-solution{
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 75%;
  padding: 1.7vw;
  background-color: #fff;
  box-shadow: 7px 10px 35px -11px rgba(28,28,28,0.6);
  -webkit-box-shadow: 7px 10px 35px -11px rgba(28,28,28,0.6);
  transition: all 0.4s ease-out;
}
.card-solution:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to top, #ffd43a  0%, #fff  100%);
}
.card-solution.marketing:hover {
  background-image: linear-gradient(to top, #32f8da  0%, #fff  100%);
}
.card-solution.consulting:hover {
  background-image: linear-gradient(to top, #af68f7  0%, #fff  100%);
}
.card-solution:hover img{
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}
.card-solution img{
  vertical-align: bottom;
}
.card-solution button{
  float: right;
  color: #016FFF;
  background-color: rgba(0, 110, 255, 10%);
  border-color: rgba(0, 110, 255, 10%);
}
.card-solution button:hover{
  background-color: #016FFF;
  border-color: #016FFF;
  color: #fff;
}
.card-solution h3{
  width: 80%;
  display: inline-block;
  color: #666666;
  font-weight: 600;
  font-size: 1.6vw;
}

section.products{
  background-image: url("../images/back-products-sm.svg");
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 38%;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  margin-top: 90px;
}
section.products .title h2,
section.products .title p{
  color: #fff; 
}
section.products .title span{
  -webkit-text-stroke: .5px #fff;
  vertical-align: bottom;
  font-size: 100px;
}
section.products .title h2{
  width: 400px;
  line-height: 100%;
}
.client_card_reference{
  width: 400px;
  margin-left: 1vw;
}


.card-product{
  width: 100%;
  /* background: linear-gradient(130deg, rgba(60,54,129,1) 0%, rgba(9,9,121,1) 0%, rgba(46,51,83,0.35) 100%); */
  background-image: url('../images/bg-products.svg');
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  /* padding: 40px 30px; */
  padding: 3em 4.2em 3em 1em;
  color: #fff;
  opacity: 0;
  transform: translateX(50px);
  transition: .5s;
  margin-bottom: 20px;
  min-height: 450px;
}
.product-r{
  transform: translateX(-50px);
}
.card-product.show{
  opacity: 1;
  transform: translateX(0);
}

.in-view {
    transform: none;
    visibility: visible;
    opacity: 1;
}
.card-product h3{
  font-size: 3em;
  font-weight: 600;
}
.card-product p{
  font-weight: 100;
}
.card-product .btn-default{
  color: #fff;
  font-weight: 600;
  filter: hue-rotate(-165deg) saturate(5);
  padding: 10px 33px;
  font-size: 16px;
}

/* Industrias */
section.industries{
  position: relative;
  width: 100%;
  padding-top: 150px;
  background-image:url('../images/bg-infustries.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;

}
.card-industries{
  position: relative;
  margin: 15px;
}
.card__front,
.card__back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  box-shadow: 4px 5px 8px rgb(51 51 51 / 40%);
  height: 100%;
  width: 100%;
  transition: transform .2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
      background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(10px);
}
.card__back .btn {
  margin-left: auto;
  color: #fff;
}
.card-industries img{
  display: block;
  margin-top: auto;
}

.card-industries:not(.card--flipped) .card__back {
  transform: rotateY(180deg);
} 
.card-industries.card--flipped .card__front {
  transform: rotateY(180deg);
}
.card-industries h3{
  font-weight: 600;
  font-size: 24px;
}
.card__back h3{
  padding: 10px;
  font-size: 1.5rem;
}
.card__back p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: auto;
  text-align: center;
  margin-top: 15px;
}
.card-industries .logos{
  text-align: center;
}
.card-industries .logos img{
  display: inline-block;
  width: 135px;
  margin: 0 10px;
}
.card-industries img.small{
  opacity: .8;
}
.card-industries .logos img.southern{
  width: 230px  !important;
  display: block;
  margin: 0 auto;
}
.title-card {
  width: 100%;
  padding-left: 20px;
  margin-top: auto;
  align-items: center;
}
.title-card button{
  border-radius: 50px 0 20px 0;
  padding: 14px;
  line-height: 10px;
}
.card-1{
  width: 25%;
  height: 380px;
}
.card-2{
  width: 32%;
  height: 310px;
}
.card-3{
  width: 27%;
  height: 310px;
}
.card-4{
  width: 32%;
  height: 310px;
}
.card-5{
  width: 18%;
  height: 300px;    
}
.card-6{
  width: 20%;
  height: 320px;
  margin-top: -50px;
}
.card-7{
  width: 24%;
  height: 350px;
  margin-top: -50px;
}
.card-3 h3{
  position: relative;
  bottom: 10px;
}

/* About us */

.about-us{
  margin-bottom: 4em;
  padding-top: 7em;
  overflow: hidden;
}
.tabs-about{
  list-style: none;
  padding: 0;
  border: none;
  position: relative;
  z-index: 100;
}
.tabs-about li {
  display: inline-block;
  width: 33%;
  
}
.tabs-about li button.nav-link{
  background-color: #ccc;
  width: 100%;
  text-align: center;
  border-radius: 50px 20px 50px 20px !important;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
}

.tabs-alliances{
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.tabs-alliances .nav-item{
  width: 15%;
}

.nav-tabs .nav-link{
  border: none;
  background-color: #71acff;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.tabs-about.nav-tabs .nav-link.active{
  background-color: #016FFF;
  color: #fff;
  border: none;
}
.text-history{
  padding: 40px;
  background-color: #F8F8F8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 66%;
  align-items: center;
  margin-top: 30px;
  display: inline-flex;
}
.text-history h3{
  color: #016FFF;
  font-weight: 600;
}
.img-history{
  width: 30%;
  position: absolute;
  left: 7%;
  top: -12%;
}
.tab-content>.tab-pane{
  position: relative;
}

.how-work{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-title{
  position: relative;
}
.bg-title::after{
  content: '';
  height: 260px;
  width: 640px;
  background-image: url(../images/shape1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -240px;
  top: -70px;
  z-index: 9;
  opacity: .5;
}


/* End About us */
/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */

/* Software Solutions */
.tabs-about.software-solution{
  display: flex;
  justify-content: center;
}

.tabs-about li.li-software{
  display: flex;
  width: auto !important;
  margin: 0px 10px;
}


.tabs-about li button.nav-link.in-software{
  border: none ;
  padding: .5em 1.9em;
  background-color: #fff292;
  color: rgb(178, 178, 178);
}
.tabs-about li button.nav-link.in-software:hover,
.tabs-about li button.nav-link.in-software.active{
  background-color: #ffd43a ;
  color: #434343;
}

/* Fin Software solutions */

.img-animated{
  width: 42vw;
  margin-left: 8vw;
}

.clients-carousel-container{
  max-width: 87%;
  margin-right: auto;
  margin-left: auto;
  position: relative; 
  bottom: 7.5em;
}

.more-clients-text{
  font-size: 1.4vw;
}

.logo-header{
  padding: 10px 0px 0px 0px;
  margin-left: -4px;
}





.tab__list {
    display: flex;
    background-color: white;


}

.tab__list__inside{
  display: block;
  margin-bottom: 24px;
}
.tab__item {
    overflow: hidden;
    cursor: pointer;
    padding: 12px 8px;
    margin-right: 24px;
    text-shadow: 0 0 0.5px currentColor;
    letter-spacing: 1px;
    transition: 0.2s;
    font-size: 18px;
    position: relative;
    color: #777;
}
.tab__item:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #19d9b4;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}
.tab__item.is--active {
    color: #444;
    position: relative;
}
.tab__item.is--active:before {
    visibility: visible;
    opacity: 1;
}
.tab__content {
    padding: 32px;
    background: #fff;
    border-radius: 0 10px 10px;
}
.tab__content-item {
    display: none;
}
.tab__content-item.is--active {
    display: flex;
}

.tab-block{
  display: block !important;
}

.tab__content-title {
    padding: 24px 24px 24px 0;
}
.tab .tab .tab__item {
    font-size: 16px;
}
.tab .tab .tab__content {
    padding: 0;
}

.clients-container{
  display: flex;
}

#tabs {
  width: 100%;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 3em;
}

#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5 {
outline-offset: -5px;
}

.li-firstClients-tabs{
  margin: 5px ;
}

.li-firstClients-tabs.firstTab{
  margin-left: -25px ;
}

.slidingTabs {
  overflow-x: hidden;
  display: flex;

}


.slidingTabs .tab {
  margin: 10px 20px;
  padding: 30px 30px 10px 30px;
  box-shadow: 0px 0px 20px rgba(174, 174, 174, 0.5);
  display: flex;
  align-items: center;
  margin-top: 40px;
  border-radius: 15px;
  border-top-left-radius: 90px;
  max-width: 650px;

}
.client-tags-container{

}
.client-tags-container .client-tag{
  display: inline-block;
  background-color: #016FFF;
  color: white;
  padding: 7px 15px;
  font-size: 12px;
  margin-top: 6px;
  border-radius: 50px;
}

.product-tags-container{
  margin-top: 1em;
  margin-bottom: 1.2em;
}
.product-tags-container .product-tag{
  display: inline-block;
  background-color: #D9D9D9;
  color: #18214D;
  font-weight: 700;
  margin-top: .5em;
  padding: .6em 1.1em;
  font-size: .8em;
  border-radius: 50px;
}


.ui-widget-content{
  border: none !important;
}

.ui-widget-header{
  border: none;
  background-color: transparent;
  display: flex;
  list-style: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{

  border-bottom: 2px solid #016FFF;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom: 2px solid green;
}

.ui-tabs .ui-tabs-nav li{
  border: none;
  width: 8.5%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  filter: grayscale(1) opacity(.4);
  background-color: transparent;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
  filter: grayscale(.1) opacity(.6);
  background-color: transparent;
  transition: .08s all ease-out;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover{
  border-bottom: 2px solid #016FFF;
  padding-bottom: 14px;
  transition: .08s all ease-out;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
  color: #016FFF;
  border-bottom: 2px solid #016FFF;
  padding-bottom: 15px;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  filter: grayscale(0) !important;
}
.ui-state-default a, .ui-state-default a:link{
  color: #c4c4c4;
}

.ui-tabs-tab .ui-corner-top .ui-state-default .ui-tab .ui-tabs-active .ui-state-active{
  filter: none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  padding: .9em .2em;
  float: none;
}

.esquinero-tiempo{
  display: flex;
  position:relative;
  top: -50%; 
  left: 7%; 
  width: 90px; 
  text-align: center;
}

.star-class{
  width: 30px;
}
.margin-star, .start-class{
  margin-left: 7px;
}


/* Ends Tabs de Clientes */

/* PRIMER SLIDER */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}

.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}

.slick-list:focus {
 outline: none;
}

.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
}

.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before,
.slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}

.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.technology-slider.slick-initialized .slick-slide{
  display: contents;
}

.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}

.client-slider, .technology-slide {
 padding-top: 40px;
 padding-bottom: 10px;
}
.slick-track{
  display: flex;
  align-items: center;
}

.slide img{
/*   width: 120px;
  max-height: 60px; */
  width: 8vw;
  max-height: 10vh;
  /* filter: grayscale(1) brightness(1.2); */
}

.slide img:hover{
  filter: grayscale(0);
}

/* Termina Primer Slider */

/* SEGUNDO SLIDER */

.box {
	display: grid;
	align-items: center;
	justify-items: center;
	width: 65%;
	height: auto;
	transition: transform .5s ease-in;
	margin: 8px auto;
}
.box img {
	max-height: 60px;
	width: 100%;
  filter: grayscale(1) brightness(1.2);
}
.box img:hover {
	filter: grayscale(0);
}
.owl-stage{
  display: flex;
  align-items: center;
}


/* BLOG-SECTION */

section.blog-section .title span{
  -webkit-text-stroke: .5px #fff;
}

.blog-section{
  padding-top: 100px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  background: linear-gradient(0deg, rgba(96,49,133,1) 0%, rgba(141,67,187,1) 50%, rgba(146,52,251,1) 100%); 
}
.blog-cardtitle{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card{
  background-color: white;
  border-radius: 1em;
  border:none;
  box-shadow: 1px 5px 6px rgba(47, 47, 47, 0.352);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-img{
  width: 100%;
  height: 26vh;
  background-position: top;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog-tag{
  font-size:.8em;
  padding:3px 10px; 
  border:1px solid #8a8a8a; 
  border-radius: 50px; 
  margin-right: 2px;
  color: #8a8a8a;
}

#tabs ul li a .tab-img{
  width: 100%; 
  height: 30px;
}

.inside-tab-img{
  width: 100px;
}

/* TABS CONTACT */
section.contact-us{
  background-image: url('../images/bg-contact-bia.svg');
  background-size: contain;
  background-position: 68%;
  background-repeat: no-repeat;
}
.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs-contact {
  position: relative;
  margin: 3rem 0;
  background: #1abc9c00;
  height: 600px;
}
.tabs-contact::before,
.tabs-contact::after {
  content: "";
  display: table;
}
.tabs-contact::after {
  clear: both;
}
.tab {
  float: left;
  width: 50%;
}
.tab-switch {
  display: none;
}

.label-form{
  display: block;
  font-size: 14px;
  margin: 10px 0px 4px 0px;
}

.input-form{
  border-radius: 5px;
  border: none;
  height: 40px;
  padding: 10px;
  width: 100%;
}
.input-form::placeholder{
  font-size: 13px;
}

textarea{
  border-radius: 5px;
  border: none;
}

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #729CFF;
  /* border-right: 0.125rem solid #f4f4f4; */
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content_contact {
/*   height: 12rem; */
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #035BDA;
  color: white;
  opacity: 0;
  transition: all 0.35s;
  border-radius: 0px 0px 10px 10px;
}
.tab-switch:checked + .tab-label {
  background: #035BDA;
  color: white;
  border-bottom: 0;
 /*  border-right: 0.125rem solid #fff; */
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content_contact {
  z-index: 2;
  opacity: 1;
  transition: all 0.15s;
}

.img-contact-us{
  width: 500px;
  margin-top: 150px;
  margin-left: 50px;
}
form{
  background: rgb(232,104,6);
  background: linear-gradient(180deg, rgba(232,104,6,1) 35%, rgba(255,159,23,1) 100%);
  border-radius: 10px;
}
/* FOOTER */

.footer-bg{
  margin-top: 180px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.footer-bg-img{
 width: 100%;
}
.footer ul{
 list-style: none;
}
.footer ul li a{
  text-decoration: none;
}
.divisor{
  background-image: url('../images/bg-footer.svg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0 4%;
  z-index: 4;
  position: relative;
  top:35px;
}
.btn-social{
  margin-right: 10px;
}


.cnt_fab {
  display: block;
  position: fixed;
  right: 6.5vw;
  bottom: 20vh;
  z-index: 100;
}
.cnt_fab .fab{
  text-align: center;
  background-color: #016FFF;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
  width: 6vw;
  height: 6vw;
  display: block;
  position: absolute;
  left: -1vw;
  top: -1vh;
  overflow:hidden;
  cursor: pointer;
}

.cnt_fab .fab:hover{
  background-color: #0055c4;
}
.cnt_fab .fab:active{
  background-color: #016FFF;
}
.cnt_fab .fab svg.open {
  width: 2.8vw;
  height: 2.8vw;
  top: 1.5vw;
  left: 1.3vw;
  position: relative;
}
.cnt_fab .fab svg.close{
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
  position: relative;
  float: none;
  opacity: 1;
}
.cnt_fab .fab.active{
  width: 60px;
  height: 60px;
}

.cnt_fab:not(.active) .close,
.cnt_fab.active .open {
  display: none;
}

.cnt_fab.active .close,
.cnt_fab:not(.active) .open {
  display: block;
}
.cnt_fab .fab_children{
  text-align: center;
  background-color: #016FFF;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.cnt_fab .fab_children:hover{
  background-color: #0055c4;
}
.cnt_fab .fab_children:active{
  background-color: #016FFF;
}
.cnt_fab .messenger {
  position: absolute;
  top: -80px;
  left: 50px;
}

.cnt_fab .phone {
  position: absolute;
  top: -46px;
  left: -46px;
}

.cnt_fab .mail {
  position: absolute;
  top: 50px;
  left: -80px;
}
.fab:not(.active) .close, .fab.active .open {
  display: none;
}
.fab.active .close, .fab:not(.active) .open {
  display: block;
}
*[class*="icon_"]{
  font-size: 0;
	text-align: center;
	font-style: italic;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/sprite.svg);
	background-size: 200px;
	width: 40px;
	height: 40px;
}

.icon_facebook 		{background-position: -45px -580px;}
.icon_instagram 		{background-position: -80px -580px;}
.icon_linkedin 		{background-position: -120px -581px;}
.icon_messenger 		{background-position: -125px -504px;}
.icon_phone 		 	{background-position: -85px -504px;}
.icon_mail 	 		{background-position: -43px -505px;}

/* ENDS FOOTER */

/* PORTFOLIO */

.filter{
  width: auto;
  text-align: center;
  border-radius: 50px 20px 50px 20px !important;
  padding: 8px 25px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  color: #434343;
  margin: 6px;
}
.filter:hover{
  background-color: #dae9fd;
}
.filterActive{
  background-color: #016FFF;
  text-decoration: none;
  color: white;
}
.filterActive img{
  filter: brightness(0) invert(1);
}

.box-portfolio {
  max-height: 300px;
  width: calc(33% - 10px);
  float: left;
  margin: 5px;
  border-radius: 3px;
}

/* ENDS PORTFOLIO */

/* MENU PARA MOBILE */
.mobile-nav{
  display: none;
}
.mobile-nav .menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 103;
  width: 100%;
  height: 80px;
  background: #FFF;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
  cursor: pointer;
  
}

.isologo-styles{
  display: none;
  width: 60px;
  top: 13px !important;
  left: 3% !important;
  z-index: 1005;
  position: fixed !important;
}

.mobile-nav .hamburger {
  position: absolute;
  top: 45%;
  right: 8%;
  width: 30px;
  height: 2px;
  background: #E86806;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobile-nav .hamburger:after, .mobile-nav .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #E86806;
}

.mobile-nav .hamburger:before { top: -10px; }

.mobile-nav .hamburger:after { bottom: -10px; }

.mobile-nav input { display: none; }

.mobile-nav input:checked + .menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;
  
}

.mobile-nav input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

.mobile-nav input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

.mobile-nav input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

.mobile-nav input:checked + .menu + ul { opacity: 1;   right: 30%;}

.mobile-nav ul {
  z-index: 200;
  position: fixed;
  top: 30%;
  right: 130%;
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  list-style: none;
  font-size: 22px;
}

.mobile-nav a {
  margin-bottom: 1em;
  display: block;
  color: #E86806;
  text-decoration: none;
  
}



/* ENDS MENU MOBILE */

/* SWUP */

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}


/* END SWUP */

/* NOTAS EN SOFTWARE A MEDIDA - DIGITAL MARKETING - DIGITAL CONSULTING  */
.note-styles-software{
  background-image: url('../images/services/bg-note-software-solution.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: rgb(29, 29, 29);
  padding: 30px 0px;
}

.card-software h4,
.card-marketing h4,
.card-consulting h4{
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600; 
}
.content-tab-services{
  background: #F8F8F8;
  border-radius: 30px;
  padding: 2.7em;
  font-size: .98em;
}
.content-tab-services h3{
  color: #016FFF;
  font-weight: 600;
  font-size: 1.6em;
}
.card-software{
  border-radius: 0px 0px .7em .7em; 
  background: linear-gradient(0deg, #ffd43a 0%, rgba(146,52,251,0) 100%); 
  padding: 4em 1em 1em 1em; 
}
.card-marketing{
  border-radius: 0px 0px .7em .7em; 
  background: linear-gradient(0deg, #00DFBE 0%, rgba(146,52,251,0) 100%); 
  padding: 4em 1em 1em 1em;
}
.card-consulting{
  border-radius: 0px 0px .7em .7em; 
  background: linear-gradient(0deg, #9138EB 0%, rgba(146,52,251,0) 100%); 
  padding: 4em 1em 1em 1em;
}
/* END  */
button[aria-expanded="true"] {
  background-color: #016FFF;
}
button[aria-expanded="true"] .material-symbols-outlined{
  color: white;
  transform: rotate(90deg);
  transition: .3s all;
}
button[aria-expanded="false"] .material-symbols-outlined{
  transform: rotate(0deg);
  transition: .3s all;
}

/* FAKE TABS IN SERVICES SECTIONS */
.fake-tab-container{
  margin-top: 1em;
  margin-bottom: 2em;
}
.fake-tab-selected{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #67a9ff;
  min-height: 8.6vh;
/*   background-color: rgb(220, 220, 255); */
  border-radius: 40px 10px 0px 0px;
}
.fake-tab-selected p{
  font-weight:600; 
  font-size: 1.1vw; 
  text-decoration: none; 
  color: #016FFF;
}
.fake-tab-not-selected{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid rgb(201, 201, 201);
  min-height: 8.6vh;
}

.fake-tab-not-selected p{
  font-size: 1.1vw; 
  text-decoration: none; 
  color: rgb(201, 201, 201);
}


.services-margin{
  margin: 5vh 0px 0px 0px; 
}

@keyframes textAnimate{
  0%{
    opacity: 0;
    letter-spacing: 12px;
    margin-left: 10%;
  }
  50%{
    opacity: 1;
    margin-left: 0px;
  }
  100%{
    letter-spacing: normal;
  }
}

@keyframes textAnimate{
  0%{
    opacity: 0;
    letter-spacing: 12px;
    margin-left: 10%;
  }
  50%{
    opacity: 1;
    margin-left: 0px;
  }
  100%{
    letter-spacing: normal;
  }
}

/* BIA */
.site-wrapper-bia{
  background-image: url('../images/bg-bia.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* END BIA */


/* scroll-sections */
.scroll-sections{
  position: fixed;
  z-index: 999;
  right: 4%;
  top: 33%;
}
.scroll-sections ul{
  list-style: none;
}
.scroll-sections ul li{
  margin-bottom: 1.1vw;
}
.scroll-sections ul li a::after{
  content: '';
  width: .8vw;
  height: .8vw;
  display: block;
  background-color: #969696;
  border-radius: 50%;
  transition: .5s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.393) ;
  opacity: .6;
}
.scroll-sections ul li a.selected::after{
  background-color: #2883f9;
  opacity: 1;
}
@keyframes taadaa { 
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate{
  animation: taadaa .5s;
}

h1 > div {
  position: relative;
  margin: 0;
}
.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}
.text-heading {
  width: 900px;
}

.description_section{
  font-size: 1em;
}

.logo-footer{
  height: 6vh;
}
.logo-footer-bia{
  height: 8vh;
}
.btn-social img{
  width: 2vw;
  margin-right: .3em;
}

.footer-titles{
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 2668px) {
  .cover-heading{
    font-size: 4vw ;
  }
  .cover-leyend{
    font-size: 1.2vw ;
  }

  .logo-header{
    padding: 22px 0px 13px 0px ;
  }
  .cnt_lang > a{
    border-radius: 30px ;
  }

}

@media (max-width: 992px) {
  .cnt_fab .fab svg.email {
    width: 5.6vw;
    height: 5.6vw;
    top: 2.5vw;
    left: 1vw;
  }
  .img-history{
    width: 56%;
    left: -13%;
    top: -61px;
  }
  input[type="radio"]{
    width: 2vw;
  }
  .cnt_inputs label, .cnt_textareas label{
    font-size: 1.6vw;
  }
  .divisor{
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }
  .center-element{
      justify-content: center;
  }
  .cnt_fab{
    right: 10.5vw;
  }
  .cnt_fab .fab{
    left: -3vw;
    width: 8vw;
    height: 8vw;
    top: 5vh;
  }
  .cnt_fab .fab svg.open{
    width: 3.8vw;
    height: 6.8vw;
    top: 0.5vw;
    left: 1.7vw;
  }
  
  .scroll-sections{
    display: none;
  }
  #tabs {
    margin-left: 0em;
  }
  .ui-tabs .ui-tabs-nav li{
    width: 15%;
  }

  .slidingTabs .tab{
    width: 78%;
  }
  .esquinero-tiempo{
    top: -50%;
    left: 7%;
  }
  .cnt_lang{
    top: 37px !important;
    left: 50% !important;
    z-index: 1000 !important;
    position: fixed !important;
  }
  .masthead-nav{
    display: none;
  }

  .mobile-nav{
    display: block;
  }
  .cnt_inputs label, .cnt_textareas label{
    font-size: 13px !important;
  }
  .isologo-styles{
    display: block;
  }
  section.services{
    min-height: auto;
  }
  .site-wrapper{
    min-height: auto;
  }
  .clients-container{
    display: block;
  }
  .card-product{
    background-size: cover;
  }
  .card-product .row{
    padding: 50px 0;
  }

  

}

@media only screen and (max-width: 390px) {
  .ui-widget-header{
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1270px){
  .esquinero-tiempo{
    top: -51%; 
  }
}


.strats-alliances-display{
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us{
  margin-bottom: 100px;
}

/* ------BTN LANG ---------*/

.cnt_lang {
  /* background-color: rgb(222, 222, 222); */
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  height: auto;
  display: inline-flex;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 95.7%;


}
.cnt_lang > a {
  color: #ffffff;
  font-size: 0.875rem;
  margin: 2px;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
  
}
.cnt_lang > a:hover {
  border-radius: 50px;
  background: #1a89f76e;
  transition: .2s all ease-in-out;
  color: white;

}

@keyframes hoverLang {
  0% {
      width: 0;
 }
  100% {
      width: 30px;
 }
}
.cnt_lang .active {
  font-size: 0.875rem;
  color: rgb(106, 106, 106);
  background-color: #ffffff;
  border-radius: 50px;
}
.cnt_lang .active:hover:after {
  content: "";
  animation: none;
  background: #f2822c;
}
/* -------END BTN LANG------- */

/* ----MODAL CONTACT US------- */
.home-contact-us{
  position: absolute;
  right: 0;
}

.modal-header.modal-header-contact-us{
  border-bottom: none;
  justify-content: center;
  backdrop-filter: blur(8px);
  border-radius: 10px 10px 0px 0px;
}
.modal-content h4{
  text-transform: uppercase;
  font-size: 18px;
  color: white;
}

.btn-close.btn-close-contact{
  filter:invert(1)
}

.nav-link{
  color: white;
  padding: .5em 1em;
}
.modal-content .modal-body {
  padding: 0px;
  padding-top: 0;
}
.cnt_inputs {
  position: relative;
  margin: .7em 0;
  white-space: normal!important;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
.cnt_inputs  input{
  color: #676767;
  border: 2px solid rgb(255, 255, 255);
  border-radius: .5em;
  width: 100%;
  margin: 0;
  padding: .6em;
}
.cnt_inputs label,
.cnt_textareas label {
  font-size: 1vw;
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 31px;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 25%;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.cnt_inputs input:focus,
.cnt_textareas input:focus{
  border-color: #71acff;
  transition: .2s all ease;
}
.modal-content.modal-contact-us{
  background-color: transparent;
  border-radius: 15px;
  box-shadow: 1px 1px 8px #1e1e1e;
  border: 0px;
}

.modal-body .cnt_btn button.btn_success{
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -1008px; /* svg ratio on moz */
}

.modal-body .cnt_btn button.btn_error{
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -966px;
}

.modal-body .cnt_btn button.btn_loading{
  color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  background-image: url('../images/Isologo-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}

@keyframes pulse-animation {
  0% {
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
    transform: scale(1);
  }
  50%{
    filter: drop-shadow( 0px 0px 8px rgba(0,0,0,.5));
    transform: scale(1.13);
  }
  100% {
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
    transform: scale(1);
  }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #035BDA;
  color: white;
}
.msg-error{
  text-align: center;
  color: #e55a5a;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}
.msg-success{
  text-align: center;
  color: #5ae584;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.modal-sw .modal-header{
  background: #ffd43a;
}
.modal-sw .modal-body{
  background: rgb(255, 212, 58, .1);
  padding: 40px 10px;
}
.cnt_inputs label> small{
  font-size: 75%;
}
.cnt_inputs>.line, 
.cnt_textareas>.line {
/*   background-color: #19e3b1; */
  opacity: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: scalex(calc(10/300));
}
.cnt_textareas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  padding-bottom: 0;
}
.cnt_textareas textarea {
  color: #676767;
  border: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding: 8px;
  margin: 0;
  margin-top: 8px;
  resize: vertical;
}
input:required + label:before,
textarea:required + label:before{

  content: "*";
  color: red;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin-right: -6px;	
}
.modal-content .modal-body .cnt_btn{
  padding-top: 30px;
}
.modal-content .modal-body .cnt_btn button{
  margin: 0 auto;
  display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #035BDA;
  color: white;
}

.cnt_file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4.8vh;
  margin: 0;
    margin-top: 0px;
  margin-top: 21px;
  padding: 8px;
  border: 1px dashed #dadada;
  cursor: pointer;
}
.cnt_file input {
  color: #676767;
  border: none;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer
}
.cnt_file span.placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 1em;
  color: #b0b0b0;
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.cnt_file label {
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: -1.9em;
  width: 100%;
  text-align: left;
  font-size: .7em;
}
.cnt_file label + .btn_outline_primary {
  transform-origin: 0 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: block;
  top: -24px;
  border-radius: 8px;
  border: 1px solid #7fbfff;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #7fbfff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
}

#input-products, #input-products-modal {
  display:none;
}

.select-products{
  color: #676767;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: white;
  margin-top: 10px;
}

/* ENDS MODAL CONTACT */

.dropdown_animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.carousel-prev, .carousel-next{
  width: 3.1vw;
  height: 3.1vw;
}

.btn-carousel{
  width: .8vw;
  padding: 2px;  
  margin-bottom: 2px;
  filter: invert(.4);
}
.btn-outline-light{
  background-color: rgb(255, 255, 255);
  border: none;
}

.slick-prev, .slick-next{
  top: 62%;
  background-color: rgb(66, 66, 66) !important;
  border-radius: 50px;
  width: 33px;
  height: 33px;
}

.client-slider.slick-initialized.slick-slider img{
  padding: 7px;
}
.technology-slide.slick-initialized.slick-slider img{
  padding: 7px;
}

.slick-prev:hover, .slick-next:hover{
  background-color: rgb(133, 133, 133);
  transition: .2s all ease-in-out;

}

input[type=radio] {
  width: 1vw;
  height: 1em;
}

.lottie-delay{
  animation-delay: .7s
}

.technology-carousel-container{
  margin: -40px -33px 0px -42px
}

/* ESTILOS BIA */

.btn-bia{
  background: #fec600;
  border: none;
  color: white;
}
.lead .btn-default.send.btn-bia{
  padding: 10px 45px;
}

.bg-bia-works{
  background-image: url("../images/bg-section.svg")
}
.bg-bia-operations{
  background-image: url("../images/bg-section2.svg")
}

.bg-bia-works, .bg-bia-operations{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pills-operations{
  border: 1px solid rgb(227, 227, 227);
  border-radius: 1vw;
  padding: 0vw 1.5vw;
  background-color: rgba(255, 255, 255, 0.389);
  backdrop-filter: blur(9px);
  box-shadow: 1px 6px 10px rgb(188, 188, 188);
  min-height: 16vh;
}


.pills-operations p {
  font-size: 1vw;
  font-weight: 600;
  color: rgb(135, 135, 135);
  margin-bottom: 0;
  line-height: 1.4;
}
.pills-clients{
  border: 1px solid rgb(227, 227, 227);
  border-radius: 1vw;
  border-top-left-radius: 5vw;
  padding: 0vw 1.5vw;
  background-color: rgba(255, 255, 255, 0.389);
  backdrop-filter: blur(9px);
  box-shadow: 1px 6px 10px rgb(188, 188, 188);
  min-height: 20vh;
}
.pills-clients p{
  font-size: 1vw;
  font-weight: 600;
  color: rgb(135, 135, 135);
  margin-bottom: 0;
  line-height: 1.4;
  margin-left: 1vw;
}
.pills-clients img{
  width: 10vw;
}
.icons-bia{
  width: 4.5vw;
  height: auto;
  margin-right: 16px;
}
.sub-title{
  font-size: 2vw;
  color: #E86806; 
  font-weight:700;
}
.home-img{
  width: 42vw; 
  margin-left: 4vw;
}

/* END ESTILOS BIA */

@media only screen and (max-width: 375px){
  .slidingTabs .tab{
    min-width: 300px;
    margin-left: 9px;
    padding: 30px 0px 20px 7px ;
  }
}
@media only screen and (max-width: 575px){
  .btn-footer{
    font-size: 14px;
    margin-top: 3vh;
    padding: 12px 30px; 
    bottom: .5vh;
  }
  .cnt_fab .fab svg.email {
    width: 12vw;
    height: 12vw;
    top: 4.3vw;
    left: 2vw;
  }
  .pills-operations{
    min-height: 13vh;
  }
  .icons-bia{
    width: 80px;
    margin-right: 16px;
  }
  .pills-operations p{
    font-size: 14px
  }
  .sub-title{
    font-size: 18px;
  }
  .home-img{
    width: 100%;
    margin-left: 0
  }
  .lead .btn-default.send.btn-bia{
    padding: 15px 45px;
  }

  .btn-default span{
    font-size: 16px;
    margin-left: 10px;
  }
  
  .cover-heading{
    font-size: 37px !important;
  }
  .footer-titles{
    font-size: 1.25rem;
  }

  .home-contact-us{
    margin: 0;
    padding: 0;
  }
  #g-recaptcha-commercial div, #g-recaptcha-hr div {
    transform: scale(1);
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .carousel-prev, .carousel-next {
    width: 40px;
    height: 40px;
  }

  .btn-outline-light{
    z-index: 10;
    box-shadow: 0px 1px 10px rgb(233, 233, 233);
  }

  .technology-carousel-container .btns-container{
    margin: 0 35px
  }
  .client_card_reference{
    margin-left: 16px;
  }
  .isologo-styles{
    display: block;
  }

  .btn-carousel{
    width: 3vw;
    padding: 2px;
  }
  .services-margin{
    margin: -4vh 0px 0px 0px;
  }
  .card-software h4, .card-marketing h4, .card-consulting h4{
    font-size: 16px;
  }
  .tabs-about li.li-software{
    margin: 7px 10px;
  }
  .content-tab-services h3{
    font-size: 21px;
  }
  .content-tab-services{
    font-size: 14px;
  }
  .card-product{
    margin-bottom: 0px;
  }
  .product-tags-container .product-tag{
    font-size: 10px;
  }
  .card-product h3{
    font-size: 35px;
  }
  #tabs{
    margin-left: 0em;
  }
  .cnt_inputs{
    margin: 0.9em 0;
  }
  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 15px;
  }
  .radio-div{
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
  }
  input[type=radio] {
    width: 35px;
    height: 1.2em;
  }
  .more-clients-text{
    font-size: 18px;
  }
  .card-solution{
    margin-bottom: 30px;
    padding: 20px;
  }
  .card-solution h3{
    font-size: 20px;
  }
  .btn-circle{
    height: 50px;
    width: 50px;
    padding: 5px;
  }
  .btn-circle span{
    font-size: 19px;
    margin-top: 9px;
  }
  .cnt_fab {
    right: 22.5vw;
    bottom: 20vh;
    z-index: 100;
  }
  .cnt_fab .fab{
    width: 15vw;
    height: 15vw;
    left: 2.5vw;
    top: 3vh;
  }
  .cnt_fab .fab svg.open{
    width: 9vw;
    height: 9vw;
    top: 2.5vw;
    left: 2.5vw;
  }

  .section_number.small_number{
    width: 14vw;
    margin-bottom: 0px;
  }

  .section_number.big_number{
    width: 72px;
    margin-bottom: 2px;
  }
  .contact-us{
    margin-bottom: 0px;
  }
  .strats-alliances-display{
    display: block;
  }
  .client-slider, .technology-slide{
    padding-top: 15px;
  }
  .clients-carousel-container{
    max-width: 96%;
    bottom: 117px;
  }
  .slide img{
   /*  width: 60px !important; */
    max-height: 9vh
  }
  .btn-carousel{
    width: 13px;
  }

  .technology-slider .slide img{
    width: 100px !important;
  }
  .card-product p{
    font-size: 16px;
  }
  .description_section{
    font-size: 16px
  }
  section.products{
    padding-top: 126%;
    background-size: 317%;
    background-image: none;
    
  }
  section.products::before{
    content: '';
    top: 15%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(96,49,133,1) 0%, rgba(141,67,187,1) 50%, rgba(146,52,251,1) 100%);
  }
  section.products::after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/back-products-xs.png');
    background-position: top center;
    background-size: cover;
  }
  .products-xs{
    position: relative;
    z-index: 90;
  }
  .how-work{
    display: block;
  }
  .how-work img{
    width: 100%;
  }
  .modal-dialog{
    max-width: 500px
  }
  .divisor{
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }
  .site-wrapper h2{
    font-size: 50px;
  }
  .site-wrapper p{
    font-size: 12px;
  }
  .img-animated{
    width: 100%;
    margin-left: 0px;
  }
  .mobile-nav{
    display: block;
  }
  .title{
    margin-left: 0px;
  }
  .title h2{
    font-size: 32px;
    margin-top: 10px;
    line-height: 1;
  }
  .ui-tabs .ui-tabs-nav li{
    padding: 4px;
    width: 15%;
  }
  
  #tabs ul li a {
    padding: 2px;
  }
  .ui-widget{
    font-size: .76em;
  }
  .slidingTabs .tab{
    min-width: 320px;
  }
  .inside-tab-img{
    width: 60px;
  }
  .esquinero-tiempo{
    top: -113px; 
    left: -43px;
  }
  .img-contact-us{
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .footer-bg{
    margin-top: 580px;
  }
  .center-element{
    justify-content: center;
  }

  .box-portfolio{
    width: 100%;
  }

  .blog-card{
    width: 300px;
    margin: 10px auto;
  }
  .text-history{
    width: 100%;
    display: block;
  }
  .img-history{
    width: 69%;
    left: -29%;
    top: -44px;
  }
  .tabs-about li button.nav-link{
    font-size: 12px;
    line-height: 1.4;
  }
  .masthead-nav{
    display: none;
  }
  .home-contact-us{
    position: relative !important;
  }
  section.contact-us{
    min-height: auto;
  }
  .card-1,.card-2,.card-3,.card-4,.card-5,.card-6,.card-7{
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 420px;
  }

  .cnt_lang {
    /* background-color: rgb(222, 222, 222); */
    top: 37px !important;
    left: 50% !important;
    z-index: 1000;
    position: fixed !important;
    border: 1px solid #E86806;
  }
  .cnt_lang .active{
    background-color: #E86806;
    color: #fff;
  }
  .cnt_lang > a{
    color: rgb(106, 106, 106);
  }
  .scroll-sections{
    display: none;
  }
  .tabs-about{
    z-index: 97;
  }
  .bg-title::after{
    width: 100%;
  }
  .tabs-alliances .nav-item{
    width: 30%;
  }
  .btn-social img{
    width: 35px;
    margin-right: 0;

  }
  .card-solution {
    margin-bottom: 40px;
    height: auto;
  }
  .product-tags-container .product-tag{
    font-size: .7em;
  }
  .title-section{
    font-size: 5.5vw;
    padding: 40px 30px;
  }
  .pills-clients img{
    width: 26vw;
  }
  .pills-clients p{
    font-size: 3vw;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px){
  .home-img{
    width: 100%;
    margin-left: 0
  }
  .pills-operations{
    min-height: 13vh;
  }
  .icons-bia{
    width: 80px;
    margin-right: 16px;
  }
  .pills-operations p{
    font-size: 14px
  }
  .sub-title{
    font-size: 18px;
  }
  .lead .btn-default.send.btn-bia{
    padding: 15px 45px;
  }

  .btn-default span{
    font-size: 16px;
    margin-left: 10px;
  }
  .how-work img {
    width: 100%;
  }
  .btn-carousel{
    width: 13px;
  }
  .carousel-prev, .carousel-next {
    width: 13px;
    height: 13px;
  }

  .card-solution {
    margin-bottom: 40px;
    height: auto;
  }
  .card-solution img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .card-solution h3{
    font-size: 1.4em;
  }
  .card-product p{
    font-size: 1em;
  }
  .text-history {
    width: 100%;
    display: block;
  }
  .description_section{
    font-size: 1em;
  }
  section.products{
    padding-top: 63%;
    background-size: 189%;
  }
  .site-wrapper h2 span{
    font-size: 1em;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6,
  .card-7{
    width: 45% !important; 
    margin: 10px;
  }
  .card-2,
  .card-4{
    height: 420px;
  }
  .card-3{
    height: 320px;
  }
  .img-animated {
    width: 100%;
    margin-left: 8vw;
    margin-top: -20%;
  }
/*   .ui-tabs .ui-tabs-nav li{
    width: 15%;
  }
  #tabs ul li a .tab-img{
    width: 80%;
  }
  .slidingTabs .tab{
    width: 66%;
  }
  .esquinero-tiempo {
    left: -25%;
  } */
  #tabs ul li a .tab-img{
    width: 78%;
    height: 22px;
  }
  .ui-tabs .ui-tabs-nav li{
    width: 25%;
  }

  .slidingTabs .tab{
    width: 78%;
  }
  .esquinero-tiempo{
    top: -50%;
    left: -7%;
  }
  .isologo-styles {
    display: block;
  }
}
@media only screen and (max-width: 806px){
  
  .card-2{
    height: 420px;
  }
}
@media (max-width: 992px) {
  .logo-header{
    display: none;
  }
}
@media (max-width: 992px) {
  .pills-operations{
    min-height: 13vh;
  }
  .lead .btn-default.send.btn-bia{
    padding: 15px 45px;
  }

  .btn-default span{
    font-size: 16px;
    margin-left: 10px;
  }
  .footer-titles{
    font-size: 1.25rem;
  }
  .btn-carousel {
    width: 13px;
  }
  .btn-circle{
    height: 2.5em;
    width: 2.5em;
  }
  .btn-circle span{
    font-size: 1em;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6,
  .card-7{
    width: 46%;
    margin: 10px;
  }
  .img-animated {
    width: 90%;
    margin-left: 20%;
    margin-top: -20%;
  }
  .technology-slider .slide img {
    width: 110px;
  }
}
@media (max-width: 1166px){
  .slide img{
    width: 100%;
  }
  .card-1, .card-2, .card-4,
  .card-3, .card-5, .card-6, .card-7{
    width: 40%;
    margin-top: 0;
    margin: 10px;
  }
  .img-animated {
    margin-left: 20%;
    margin-top: -20%;
  }
  .logo-footer{
    height: 4vh;  
  }
}
@media (min-width: 992px) {
  .container {
    width: 82% !important;
  }

  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
  /* Pull out the header and footer */
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  .masthead {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; /* Start the vertical centering */
  }
  .masthead,
  .mastfoot{
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .site-wrapper h2 span{
    font-size: 1em;
  }
}
@media only screen and (min-width: 905px) and (max-width: 992px){
  
  .slidingTabs .tab{
    width: 70%;
  }
  .esquinero-tiempo {
    right: -5%;
    left: auto;
  }
  .ui-tabs .ui-tabs-nav li{
    width: 16%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1035px){
  .slidingTabs .tab{
    width: 60%;
  }
}
@media only screen and (min-width: 1035px) and (max-width: 1140px){
  .slidingTabs .tab{
    width: 56%;
  }
}
@media only screen and (min-width: 1237px) and (max-width:1299px){
  .card-5{
    width: 19%;
  }
}
@media only screen and (min-width: 1023px) and (max-width:1236px){
  .card-6,.card-5{
    width: 24%;
  }
}
@media only screen and (max-width:1296px){
  .card-7{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1186px){
  .card-7{
    margin-top: 0;
  }
  .card-4{
    height: 330px;
  }
}
@media (min-width: 1024px){
  .img-animated{
    width: 42vw;
    margin-left: 8vw;
    margin-top: 0;
  }
 
}
@media (min-width: 1600px) {

  .modal-dialog{
    max-width: 33%;
    font-size: 1.1vw;
  }

  .modal-content h4{
    text-transform: uppercase;
    font-size: 1.2vw;
    color: white;
  }
  
  .card-product{
    padding: 3em 7em 3em 1em;
  }
  
  .logo-header{
    width: 10vw;
    padding: 12px 0px 3px 0px;
  }
  

  .esquinero-tiempo{
    top: -90px !important;
  }

  .clients-carousel-container{
    max-width: 90% !important
  }

  .container-big{
    max-width: 80% !important;
  }
  .divisor{
    padding: 8% 0 !important;
    font-size: 1.2vw;
  }
  .modal-dialog{
    max-width: 80% !important;
    font-size: 1.1vw;
  }
  .img-contact-us{
    width: 100% !important;
  }
  .cnt_inputs label, .cnt_textareas label{
    /* font-size: .67vw; */
  }

  .card-industries  .btn-default{
    font-size: 1em !important;
    padding: 13px 40px !important;
  }
  .card-solution h3{
    height: 3em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 2199px) {
  .content-tab-services{
    font-size: 1.2em;
  }
  .content-tab-services h3{
    font-size: 2em;
  }
  .ui-tabs .ui-tabs-nav li{
    width: 8%;
  }
  .fake-tab-container{
    margin-bottom: 3em;
  }
  .card-product{
    padding: 3em 7em 3em 1em;
  }
  .services-margin{
    margin: 10vh 0 0 0;
  }
  #g-recaptcha-commercial div, #g-recaptcha-hr div{
    transform: scale(1.1);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cnt_lang > a{
    font-size: .9vw ;
    margin: .2vw ;
    padding: 2px .7vw 2px .7vw;
  }
  .masthead-nav{
    padding-top: 1.7%;
  }
  .masthead-nav li a, .masthead-nav button, .masthead-nav .slideIn {
    font-size: .9vw;
  }
  .clients-carousel-container{
    bottom: 160px;
  }

  .py-4{
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .mt-1{
    margin-top: .6em !important;
  }
  .blog-tag{
    font-size: 1em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6{
    font-size: 1.3em;
  }
  .pb-3{
    padding-bottom: 1em !important;
  }
  .m-3{
    margin:1em !important
  }
  .about-us{
    margin-bottom: 10em;
    padding-top: 20em;
  }
  .btn-default{
    font-size: 1.1vw !important;
    padding: 1em 3em !important;
  }
  .btn-default span{
    font-size: 1.4vw;
    margin-left: .5vw;
  }
  #tabs {
    position: relative;
    left: 10% ;
    transform: scale(1.2) ;
    margin-left: 40px;
  }
  .section{
    padding: 4em 0;
  }
  .tabs-about li button.nav-link{
    font-size: 1.5em;
  }
  .strats-alliances-display img{
    width: 25em !important;
    height: auto !important;
  }
  .strats-alliances-display .logos img {
    width: 8em !important;
    margin-right: 1em;
  }
  .site-wrapper p,
  .description_section,
  .card-product p{
    font-size: 1.2em;
  }
  .card-industries h3{
    font-size: 1.7em;
  }
}
@media only screen and (min-width: 2200px) and (max-width: 3567px) {
  .ui-tabs .ui-tabs-nav li{
    width: 5.6%;
  }
  .fake-tab-container{
    margin-bottom: 4em;
  }
  .card-product{
    padding: 5em 10em 5em 1em;
  }
  .services-margin{
    margin: 12vh 0 0 0;
  }
  .tooltip{
    font-size: 1.5em;
 }
  .cnt_file label + .btn_outline_primary{
    top: -56px;
    font-size: 20px;
    min-width: 39px !important;
    height: 39px !important;
    border-radius: 50px;
  }
  h5{
    font-size: 1.3vw;
  }
  #g-recaptcha-commercial div, #g-recaptcha-hr div{
    transform: scale(1.3);
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .cnt_lang > a{
    font-size: .9vw ;
    margin: .2vw ;
    padding: 2px .7vw 2px .7vw;
  }
  .cnt_lang .active{
    font-size: .9vw;
  }
  .masthead-nav{
      padding-top: 2.2%;
    }
  .masthead-nav li a, .masthead-nav button, .masthead-nav .slideIn {
    font-size: .9vw;
  }
  .clients-carousel-container{
    bottom: 200px;
  }

  .py-4{
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .mt-1{
    margin-top: .6em !important;
  }
  .blog-tag{
    font-size: 1.5em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6{
    font-size: 1.9em;
  }
  .pb-3{
    padding-bottom: 2em !important;
  }
  .m-3{
    margin:2em !important
  }
  .about-us{
    margin-bottom: 10em;
    padding-top: 20em;
  }
  .btn-default{
    font-size: 1.1vw !important;
    padding: 1em 3em !important;
  }
  .btn-default span{
    font-size: 1.4vw;
    margin-left: .5vw;
  }
  #tabs {
    position: relative ;
    left: 37%  ;
    transform: scale(1.7)  ;
    margin-left: 40px;
  }
  .section{
    padding: 7em 0;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4{
    height: 30em;
  }
  .card-5,
  .card-6,
  .card-7{
    height: 35em;
  }
  .card-6,
  .card-7{
    margin-top: 0;
  }
  .card__front img{
    width: 25em;
  }
  .card-industries .logos img{
    width: 15em !important;
  }
  .card-industries .logos img.southern{
    width: 32em !important;
  }
  .card-industries img.small{
    width: 13em !important;
  }
  .card-industries h3,
  .card__back p{
    font-size: 2.2em;
  }
  .card__back .material-symbols-outlined{
    font-size: 1.4em;
  }
  .card__front .material-symbols-outlined{
    font-size: .7em;
  }
  .card__back .btn{
    font-size: 1.6em !important;
  }
  .card__front .btn{
    font-size: 3.2em;
  }
  .card-industries .ecommerce img{
    width: 115%!important;
    margin: 6% auto;
  }
  .card__front, .card__back{
    border-radius: 30px;
  }
  .title-card button{
    border-top-left-radius: 70%;
  }
  .tabs-about li button.nav-link,
  .text-history h3{
    font-size: 2em;
  }
  .strats-alliances-display img{
    height: auto !important;
  }
  .how-work img,
  .strats-alliances-display img{
    width: 35em !important;

  }
  .strats-alliances-display .logos img{
    width: 12em !important;
    margin-right: 1em;
  }
  .technology-slider .slide img {
    width: 10em;
    max-height: 80px;
  }
  .description_section,
  .card-product p,
  .site-wrapper p{
    font-size: 1.2vw;
  }
  .product-tags-container .product-tag{
    font-size: 1.2em;
  }
  .card-product h3{
    font-size: 4em;
  }
  .content-tab-services{
    font-size: 1vw;
  }
  .content-tab-services h3{
    font-size: 1.6vw;
  }
  section.contact-us{
    background-position: 69%;
  }
  .footer-titles{
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 3568px) and (max-width: 6000px) {
  .content-tab-services{
    font-size: 1.2vw;
  }
  .content-tab-services h3{
    font-size: 1.6vw;
  }
  .img-history{
    width: 19%;
    left: 9%;
    top: -12%;
  }
  .fake-tab-container{
    margin-bottom: 9em;
  }
  .services-margin{
    margin: 14vh 0 0 0;
  }
  .tooltip{
    font-size: 2.4em;
 }
  .cnt_file label + .btn_outline_primary{
    top: -66px;
    font-size: 27px;
    min-width: 53px !important;
    height: 49px !important;
    border-radius: 50px;
  }
  .mb-1{
    margin-bottom: 40px !important;
  }
  .divisor{
    padding: 15% 0!important;
  }
  h5{
    font-size: 1.3vw;
  }
  #g-recaptcha-commercial div, #g-recaptcha-hr div{
    transform: scale(1.6);
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .cnt_lang > a{
    font-size: .9vw ;
    margin: .2vw ;
    padding: 2px .7vw 2px .7vw;
  }
  .cnt_lang .active{
    font-size: .9vw;
  }
  .masthead-nav{
      padding-top: 1.3%;
    }
  .masthead-nav li a, .masthead-nav button, .masthead-nav .slideIn {
    font-size: .9vw;
  }
  .clients-carousel-container{
    bottom: 310px;
  }

  .py-4{
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .mt-1{
    margin-top: .6em !important;
  }
  .blog-tag{
    font-size: 3em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6{
    font-size: 3em;
  }
  .pb-3{
    padding-bottom: 3em !important;
  }
  .m-3{
    margin:3em !important
  }
  .about-us{
    margin-bottom: 15em;
    padding-top: 20em;
  }
  .mt-5{
    margin-top: 13em !important;
  }
  .btn-default{
    font-size: 1.1vw !important;
    margin-top: 40px;
    padding: 1em 3em !important;
  }
  .btn-default span{
    font-size: 1.4vw;
    margin-left: .5vw;
  }
  .card-product{
    padding: 8em 17em 8em 1em;
  }
  .card-product p{
    font-size: 3.3em;
  }
  #tabs {
    position: relative;
    left: 90% ;
    transform: scale(2.8) ;
    margin-left: 40px ;
  }
  .card-1, .card-2, .card-3, .card-4{ 
    height: 45em; 
  } 
  .card-5, .card-6, .card-7{ 
    height: 50em; 
  } 
  .card-6, .card-7{ 
    margin-top: 0; 
  } 
  .card__front img{ 
    width: 34em; 
  } 
  .card-industries .logos img{ 
    width: 25em !important; 
  } 
  .card-industries .logos img.southern{ 
    width: 50em !important; 
  } 
  .card-industries img.small{ 
    width: 20em !important; 
  } 
  .card-industries h3, .card__back p{
     font-size: 4.2em; 
  } 
  .card__front .material-symbols-outlined{ 
    font-size: 2.2em; 
  } 
  .card__back .material-symbols-outlined{ 
    font-size: 3.4em;
  } 
  .card__front .btn{ 
    font-size: 1.5em; padding: 25px; 
  } 
  .card-industries{ 
    margin: 30px; 
  } 
  .card-industries .ecommerce img{ 
    width: 155%!important; margin: 6% auto; 
  } 
  .card__front, .card__back{
     border-radius: 30px; 
  } 
  .card-industries .btn-default{ 
    padding: 30px 70px !important; 
    font-size: 2.8em !important; 
  }
  .title-card button{ 
    border-top-left-radius: 70%; 
  }
  .tabs-about li button.nav-link,
  .text-history h3{
    font-size: 3.2em;
  }
  .tabs-about li button.nav-link{
    border-radius: 90px 40px 90px 40px !important;
    width: 90%;
    margin: 0 auto;
  }
  .strats-alliances-display img{
    height: auto !important;
  }
  .how-work img,
  .strats-alliances-display img{
    width: 50em !important;

  }
  .strats-alliances-display .logos img{
    width: 17em !important;
    margin-right: 3em !important;
  }
  .technology-slider .slide img {
    width: 20em;
    max-height: 80px;
  }
  .description_section,
  .product-tags-container .product-tag,
  .site-wrapper p{
    font-size: 3.1em;
  }
  .ui-tabs .ui-tabs-nav li {
    width: 3.5%;
  }
  .card-product h3{
    font-size: 10em;
  }
  .product-tags-container .product-tag{
    font-size: 3em;
  }
  .btn-header{
    padding: 4% 12% !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 320px){
  nav .nav-tabs{
    font-size: 13px;
  }
  .star-class{
    width: 15px;
  }
  .client_card_reference{
    width: 154px;
  }
  .slidingTabs .tab{
    min-width: 233px;
  }
  section.products{
    padding-top: 118%;
    background-size: 377%;
  }
  .esquinero-tiempo{
    top: -170px;
    left: -43px;
  }
  .esquinero-tiempo img{
    width: 80px;
  }

  .esquinero-tiempo span {
    right: 53px !important;
    top: 19px !important;
  }
  .esquinero-tiempo span p{
    font-size: 15px !important;
  }
  .site-wrapper h2{
    font-size: 30px;
  }
  .blog-card {
    width: 200px;
  }
  section.products .title h2{
    width: 165px;
    font-size: 23px;
  }
  .title h2{
    font-size: 15px;
  }
  .section_number.big_number {
    width: 48px;
  }

  #g-recaptcha-commercial div, #g-recaptcha-hr div{
    transform: scale(0.8);
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .rc-anchor-normal .rc-anchor-pt{
    position: relative !important;
    right: 0;
  }
  .cnt_inputs label, .cnt_textareas label{
    font-size: 11px !important;
  }
  input[type=radio]{
    width: 16px !important;
  }
}