body {
  font-family: 'Barlow';
  color: #666;
  margin: 0px;
}
h1 {
  margin: 0px;
  font-family: 'Barlow Condensed';
  font-size: 40px;
}
h2 {
  margin: 0px;
  font-family: 'Barlow Condensed';
  font-weight: 300;
  font-size: 23px;
}
h3 {
  margin: 0px;
  font-family: 'Barlow Condensed';
  font-weight: 300;
  font-size: 20px;
  color: #8d8d8e;
}
p {
  margin: 0;
}
.body-overflow-hidden {
    overflow: hidden !important;
}
.anchor span {}
.anchor-selected {
    opacity: 0.5;
}
@-webkit-keyframes rotating {
  from{
    -webkit-transform: rotate(0deg);
  }
  to{
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 4s linear infinite;
}
.recaptcha-box {
  width: 100%; text-align: right; margin-top: 10px;
}
.g-recaptcha {
  float: right;
}
#wt_mobile {
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 17px;
  display: none;
  z-index: 10000;
}
#wt_desktop {
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 17px;
  display: inherit;
  z-index: 10000;
}

.wt_header_mobile {
  display: none;
}
.wt_header_desktop {
  display: inherit;
}


#footer {
  background-color: white;
  width: 100%;
  float: left;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  padding-bottom: 30px;
  border-top: 1px solid #dad9d9
}
#footer-left {
  width: 70%;
  float: left;
}
#footer-right {
  float: right;
  margin: 41px 50px 30px 0;
  text-align: right;
}
.footer-left-trayectoria {
  padding-right: 30px;
  border-right: 1px solid black;
  margin-top: 30px;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  display: flow-root;
  margin: 0px 0 0 30px;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  text-align: left;
}
#footer li {
  padding-bottom: 4px;
  color: #000000;
}

#footer ul .title {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
}
#footer a {
  color: black;
  text-decoration: none;
}
.footer-bar {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px 20px 0px 20px;
  box-sizing: border-box;
  font-size: 14px;
  float: left;
}
#header-bar {
  background-color: white;
  height: 15px;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}
#header {
  color: black;
  background-color: rgba(255, 255, 255, 0);
  height: 59px;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#header-bar.shrink {
  background-color: rgba(255, 255, 255, 1);
}
#header.shrink {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  height: 60px;
  top: 0px;
  background-color: rgba(255, 255, 255, 1);
}
#header a {
  color: black;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}
#header a:hover {
  color: #0840f4;
}
.nav-home {
  color: white!important;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.nav-home:hover {
  color: #ccc!important;
}
.nav-home.shrink {
  color: black!important;
  text-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.text-trayectoria-home {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 100px;
  display: inherit;
  z-index: 2;
}
.icon-trayectoria-home {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 100px;
  display: inherit;
}
.contact-home {
  position: absolute;
  bottom: 40px;
  right: 30px;
  display: inherit;
  color: white;
  text-align: right;
}
.faq {
  text-align: left;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-right: 200px;
  box-sizing: border-box;
}
.faq h1 {
  font-size: 30px;
  line-height: 26px;
}
.faq h2 {
  font-size: 46px;
  margin-bottom: 29px;
  font-family: 'Barlow';
  font-weight: 400;
}
.faq h3 {
  font-size: 16px;
  margin-bottom: 30px;
  background-color: black;
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
  display: -webkit-inline-box;
  font-family: 'Barlow';
  font-weight: 600;
}
.faq h4 {
  font-size: 21px;
  max-width: 100% !important;
  line-height: 27px;
  margin-bottom: 6px;
  font-weight: 700;
  margin-top: 3px;
}
.faq p, {
  font-size: 16px;
  max-width: 100% !important;
  line-height: 24px;
}
.faq ul {
  font-size: 16px;
  line-height: 24px;
}
.product {
  text-align: left;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: table;
  font-size: 16px;
  line-height: 22px;
}
.product h2 {
  font-size: 21px;
  max-width: 100% !important;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 3px;
  font-family: 'Barlow';
}
.product h3 {
  font-size: 24px;
  width: 100% !important;
  line-height: 27px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-family: 'Barlow';
}
.product p {
  font-size: 16px;
  max-width: 100% !important;
  line-height: 24px;
}
.product-col-1 {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding-right: 50px;
  box-sizing: border-box;
}
.product-col-2 {
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.product-main-img {
  width: 100%;
  max-width: 400px;
  border-radius: 200px;
}
.product-img {
  max-height: 300px;
  height: 100%;
  display: inline;
  margin-right: 5px;
  margin-bottom: 3px;
}
.more-images {
  margin-top: 40px;
}
.produc-option {
  margin-top: 34px;
  padding: 20px 30px 23px 30px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background-color: black;
  color: white;
}

.product-data {
  -webkit-columns: 40px 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 60px 3;
  /* Firefox */
  columns: 60px 3;
  column-gap: 60px;
  margin-top: 60px;
}
.product-contact {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  font-size: 17px;
  padding: 4px 19px;
  display: table;
  margin-top: 28px;
  font-weight: 400;
}
.promoBanner {
  width: 100%;
  max-width: 700px;
  margin-bottom: 30px;
  margin-top: 10px;
}
#banner {
  width: 100%;
  height: 100vh;
  background-position: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-txt {
  width: auto;
  padding: 15px 24px 15px 34px;
  text-align: center;
  margin: auto;
  background-color: white;
  font-size: 32px;
  color: black;
  font-family: 'Barlow Condensed';
  display: -webkit-inline-box;
  letter-spacing: 10px;
}
.banner-arrow {
    width: 40px;
    margin: auto;
    display: block;
    padding-bottom: 30px;
}
.bannerSection {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  background-color: black;
  margin-top: 74px;
  padding: 0 0 20px 0;
  box-sizing: border-box;
}
.bannerSection h1 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  font-family: 'Barlow';
  line-height: 39px;
}
.bannerbox  {
  width: 100%;
  text-align: left;
  padding: 0 30px;
  max-width: 1280px;
}
#main-logo-box {
  width: 23%;
  display: inline-block;
  margin-right: -0.25em;
  text-align: left;
  box-sizing: border-box;
}
#main-logo {
  width: 100%;
  max-width: 220px;
  padding: 5px 0px 0px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#main-logo.shrink {
  max-width: 190px;
  padding: 14px 0px 0px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#main-logo-mobile {
  width: 100%;
  max-width: 300px;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.main-logo-white {
  display: inherit;
}
.main-logo-white.shrink {
  display: none;
}
.main-logo-black {
  display: none;
}
.main-logo-black.shrink {
  display: inherit;
}



.social-insta-white {
  display: inherit;
}
.social-insta-white.shrink {
  display: none;
}
.social-insta-black {
  display: none;
}
.social-insta-black.shrink {
  display: inherit;
}

#nav {
    display: inline-block;
    margin: 0;
    padding: 13px 30px 0 0;
    text-align: right;
    font-size: 15px;
    margin-right: -.25em;
    vertical-align: top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    letter-spacing: 0;
    float: right;
}

#nav.shrink {
    padding: 21px 30px 0px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-size: 13px;
    letter-spacing: 0px;
}
#nav li {
    padding: 0 11px;
    list-style-type: none;
    display: inline-block;
}

#nav-extras {
  display: inline-block;
  margin-right: -0.25em;
  text-align: right;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  float: right;
}
#nav-extras.shrink {
    padding: 8px 0px 0px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#social-box {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    padding: 8px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 29px;
}
#social-box img {
    width: 28px;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    border-radius: 24px;
    background-color: #ccc;
}
#social-box img:hover {
    width: 28px;
    opacity: 0.6;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
#social-box li {
  padding: 0px 2px;
  list-style-type: none;
  display: inline-block;
}
#lang-box {
    display: inline-block;
    margin: 0;
    padding: 2px 7px;
    /* border: 1px dashed #c3c3c3; */
    font-size: 14px;
    vertical-align: top;
}
#lang-box a {
    opacity: 0.3;
}
#lang-box li {
    padding: 5px 5px;
    list-style-type: none;
    display: inline-block;
}
#lang-box-mobile {
    display: inline-block;
    margin: 0px;
    padding: 0px 7px;
    /* border: 1px solid #444444; */
    font-size: 12px;
    vertical-align: top;
    height: 31px;
}

#lang-box-mobile a {
    font-size: 18px;
    opacity: 0.4;
    margin-bottom: 0px;
}

#lang-box-mobile li {
    padding: 6px 7px;
    list-style-type: none;
    display: inline-block;
}

.changeLangColor {
    opacity: 1 !important;
}

.container {
  width: 100%;
  text-align: center;
  color: black;
  padding: 0px 30px 0px 30px;
  box-sizing: border-box;
}
.container p {
  max-width: 1024px;
  margin: auto;
}
.home-container {
    width: 100%;
    text-align: center;
    color: black;
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
}
.home-container h1 {
    max-width: 1024px;
    margin: auto;
}
.home-container p {
    max-width: 1024px;
    margin: auto;
}
.home-divider {
    width: 100%;
    border-top: 1px solid #dad9d9;
}
.about-logo {
    max-width: 340px;
    width: 100%;
}
.home-text-featured {
  padding: 30px 40px 0px 40px;
  font-size: 25px;
  line-height: 30px;
  box-sizing: border-box;
}
.home-text {
  padding: 20px 40px 0px 40px;
  font-size: 19px;
  line-height: 23px;
  box-sizing: border-box;
}
.module-title {
    width: auto;
    padding: 11px 19px 12px 25px;
    text-align: center;
    margin: auto;
    background-color: black;
    font-size: 26px;
    color: white;
    font-family: 'Barlow Condensed';
    display: -webkit-inline-box;
    letter-spacing: 10px;
    margin-top: 70px;
}


#contact-form {
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

#contact-form input {
    width: 100%;
}

#contact-form h2 {
  font-size: 14px;
  margin-bottom: 4px;
  font-family: 'Barlow';
  font-weight: 400;
}

.clients-title {
    width: auto;
    padding: 11px 20px 11px 23px;
    text-align: center;
    margin: auto;
    font-size: 26px;
    font-family: 'Barlow Condensed';
    display: -webkit-inline-box;
    /* letter-spacing: 10px; */
    margin-top: 70px;
    font-weight: 400;
}



#contact-container {
    width: 100%;
    text-align: center;
    background-color: #efefef;
    color: black;
    padding: 0 0 40px 0;
}

.contact-title {
    margin: 0px;
    margin-bottom: 0px;
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-size: 36px;
    max-width: 536px;
    margin: auto;
    padding: 40px;
    line-height: 34px;
}

.contact-form {
    background-color: white;
    color: black;
    padding: 30px;
    margin-top: 40px;
    max-width: 600px;
    display: -webkit-inline-box;
    width: 100%;
    box-sizing: border-box;
}

.form-data1 {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid black;
  padding: 23px 11px 10px 11px;
  box-sizing: border-box;
  font-size: 14px;
}
.form-data2 {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid black;
  padding: 11px 11px 10px 11px;
  box-sizing: border-box;
  font-size: 14px;
  height: 200px;
  font-family: Arial!important;
}
.form-button {
  padding: 8px 25px 6px;
  font-size: 17px;
  border: 0px solid black;
  white-space: nowrap;
  border-radius: 0;
  background-color: black;
  cursor: pointer;
  color: white;
  margin: 0px;
  font-weight: 400;
  float: left;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}
.form-button:hover {
  background-color: #0840f4;
  color: white;
}

.padding-desktop {
  padding: 0 15px;
}
.module {
  width: 100%;
  box-sizing: border-box;
  margin: 60px 0;
}
.module .box {
  width: 100%;
  text-align: center;
}
.module .box h2 {
  display: -webkit-inline-box;
  text-align: center;
  padding: 0 0 40px;
  margin: auto;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: black;
  font-family: 'Barlow';
  font-weight: 900;
}

.product-home {
    display:table;
    height: 243px;
    width: 100%;
}
.product-home-text {
    display:table-cell;
    text-align: left;
    vertical-align: bottom;
}
.product-home-info {
    display:table-cell;
    text-align: right;
    width: 250px;
    vertical-align: bottom;
    padding-right: 40px;
}
.product-button {
    padding: 9px 35px;
    border: 0px solid black;
    white-space: nowrap;
    border-radius: 0;
    background-color: white;
    cursor: pointer;
    color: black;
    margin: 0px;
    font-size: 23px;
    float: right;
    font-family: 'Barlow';
    font-weight: 700;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.product-button:hover {
    background-color: #0840f4;
    color: white;
}

.services {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.services h2 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 30px 0 28px;
    color: white;
    letter-spacing: -1px;
}
.services p {
    width: 100%;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 21px;
    color: white;
    padding: 9px 30px 0 30px;
    max-width: 500px!important;
    margin: inherit!important;
}
.services li {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
}
.services li .services-padding {
    margin: 10px;
    padding: 0 0 30px 0;
    text-align: left;
    background-position: center center;
    background-size: cover;
    color: white;
    min-height: 350px;
    background-color: black;
}
.services li .services-item-top {
    width: 100%;
    text-align: right;
}

.services li:nth-child(1) .services-item-top {

}

.services li:nth-child(2) .services-item-top {

}

.services li:nth-child(3) .services-item-top {

}

.services li:nth-child(4) .services-item-top {

}


.cv-btn {
    color: white;
    padding: 12px 17px;
    display: table;
    text-align: center;
    background-color: #000306;
    margin: auto;
    font-size: 18px;
    margin-top: 30px;
    /* border-radius: 17px; */
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.cv-btn:hover {
    background-color: #00ff9d;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.cv-btn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}

.cv-btn img {
    width: 28px;
    display: table-cell;
    vertical-align: middle;
}

.clients-item-top {
    width: 100px;
    height: 16px;
    margin: auto;
    background-color: black;
    margin-bottom: 11px;
}

.clients_filter {
    margin: 0px;
    padding: 0 28px 0px 28px
}

#clients_filter_box {
    box-sizing: border-box;
    background-image: url(../img/background-services.png);
    background-position: top center;
    background-repeat: repeat-x;
    margin-top: 100px;
}

.clients_filter_title {
    font-size: 15px;
    font-family: barlow;
    color: #000;
    padding: 0px 29px 0 29px;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    font-weight: 400;
    margin-top: 10px;
    border-top: 13px solid #00a4ff;
}

.clients_filter_title span {
    background-color: #00a4ff;
    padding: 7px 14px;
    color: white;
    margin-bottom: 10px;
}

#grid-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 21px;
    box-sizing: border-box;
    /* border: 3px solid black; */
    /* border-bottom-left-radius: 40px; */
    /* border-bottom-right-radius: 40px; */
}


#grid-container h2 {
    margin: 0px;
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 4px;
}

#grid-container h3 {
    margin: 0px;
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 16px;
    color: black;
}

#grid-container .project-period {
    width: 100%;
}

#grid-container .project-period h4 {
    font-size: 12px;
    font-weight: 400;
    background-color: #00a4ff;
    color: white;
    padding: 5px 8px;
    display: -webkit-inline-box;
    margin-top: 5px;
}
}


#grid {
    margin: 0 auto;
    /* centered */
}

#grid:after {
    content: '';
    display: block;
    clear: both;
}


.item {
    color: #3b3b3b;
    width: 300px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 25px 30px;
    margin-bottom: 10px;
    border-radius: 40px;
    height: 250px;
    float: left;
    margin-left: 10px;
}

.client-logo {
    max-width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.isologos {
    text-align: center;
    background-color: white;
    padding: 20px;
}
.testimonials {
    text-align: center;
    background-color: white;
    margin: 10px 13px 0 13px;
    padding: 20px;
    margin-top: 10px;
    border-top: 13px solid #00a4ff;
}
.testimony-box {
    width: 25%;
    float: left;
    padding: 0 35px;
    box-sizing: border-box;
    margin-bottom: 14px;
    margin-top: 29px;
}

.testimony-box h1 {
    margin: 15px 0 3px;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Barlow Condensed';
}

.testimony-box h2 {
    font-size: 15px;
    font-family: 'Barlow Condensed';
}

.testimony-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
    font-size: 16px;
    line-height: 23px;
}


#testimony-complete-data h1 {
    margin: 15px 0 3px;
    font-weight: 400;
    font-size: 34px;
    font-family: 'Barlow Condensed';
    color: #00a4ff;
}

#testimony-complete-data h2 {
    font-size: 19px;
    font-family: 'Barlow Condensed';
    margin-bottom: 15px;
}


.client-logo-small {
    max-height: 64px;
    margin: 0 12px 12px 0;
}

.client-logo-box {
    border: 0px solid #d6d6d6;
    display: -webkit-inline-box;
    border-radius: 20px;
    padding: 11px 15px;
    margin: 0px 0px;
    height: 94px;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#filter-display {
    font-size: 18px;
    padding: 0.5em;
    border: 1px solid #CCC;
    color: blue;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 20px;
}

.tags {
    margin-top: 16px;
    font-size: 13px;
}

.tags-icon {
    width: 21px;
    float: left;
    margin-top: 17px;
    margin-right: 12px;
}

.client-tag {
    padding: 4px 6px;
    margin-right: 5px;
    float: left;
    background-color: white;
    border-radius: 7px;
    margin-bottom: 4px;
}

.client_period {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
}

.clients_btn {
    font: inherit;
    border: 0px;
    padding: 26px 0px;
    /* font-size: 43px; */
    /* margin-right: 3px; */
    /* margin-bottom: 3px; */
    /* background-color: transparent; */
    text-decoration: none;
    color: #909091;
    display: block;
}

.icon-more {
    width: 20px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    opacity: 0.2;
    margin-top: 10px;
}

.icon-more:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.option-set {
    float: left;
    padding: 15px 24px 13px 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #00a4ff;
}

.option-set button {
    font: inherit;
    border: 0px solid #CCC;
    padding: 3px 5px;
    font-size: 13px;
    margin-right: 1px;
    outline: none;
    margin: 1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    font-weight: 300;
    background-color: transparent;
}

.option-set button:hover {
    background-color: #E2E2E2;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    cursor: pointer;
}

.option-set button:nth-child(even) {
    color: black;
}

.option-set button:nth-child(odd) {
    color: #00a4ff;
}

.option-set button.is-active {
    background: #bfbfbf;
    color: white;
}

.title {
    font-size: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: opacity 500ms;
}

.popup {
    margin-top: 115px;
    padding: 80px 30px 50px 30px;
    width: 100%;
    max-width: 800px;
    position: relative;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    margin: auto;
}

.popup h1 {}

.popup h2 {}

.popup h3 {}

.popup.shrink {
    margin-top: 50px;
}

.popup .close-box {
    width: 100%;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.9);
    float: left;
    position: fixed;
    top: 60px;
    right: 0;
}

.popup #close {
    position: absolute;
    top: 10px;
    left: 0px;
    transition: all 200ms;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: black;
    padding: 1px 7px;
    height: 32px;
    /* margin-bottom: 20px; */
    border-radius: 20px;
    right: 0;
    margin: auto;
    width: 21px;
}

.popup #close:before {
    content: "×";
    font-size: 46px;
    line-height: 25px;
}

.popup #close:hover {
    color: #00a4ff;
}

.popup .tags {
    color: white;
    margin-bottom: 17px;
    background-color: #00A4FE;
    padding: 9px 8px;
    box-sizing: border-box;
    width: 100%;
}

.popup p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0px;
    line-height: 23px;
}
.popup .tags strong {
    display: block;
}
.popup-in-icon {
    width: 35px;
    border: 1px solid #191919;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    border-radius: 24px;
    margin-top: 20px;
}
.hide-mobile {
    display: inline;
}

@media (max-width: 1440px) {
  .services h2 {
    font-size: 37px;
    line-height: 40px;
  }
  .services p {
    line-height: 22px;
    font-size: 19px;
  }
}



@media (max-width: 1120px) {
  .product-home {
    display: table-cell;
    vertical-align: bottom;
  }
  .product-home-text {
    display: table;
  }
  .product-home-info {
    display: table;
    margin-left: 30px;
    margin-top: 20px;
    width: auto;
  }
  .services h2 {
    width: auto;
  }
  .product-button {
    padding: 7px 25px;
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .faq {
    padding-right: 0px;
  }
  .testimony-box {
    width: 50%;
  }
  #nav {
    display: none;
  }
  #nav-extras {
    display: none;
  }
  #main-logo-box {
    width: 100%;
  }
  .product-col-1 {
    display: table;
    width: 100%;
  }
  .product-col-2 {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .product-img {
    max-height: 200px;
  }
  .product-data {
      -webkit-columns: 40px 2;
      -moz-columns: 60px 2;
      columns: 60px 2;
  }
}
@media (max-width: 1200px) {
  .services li {
    width: 50%;
  }
  .services li:nth-child(1) .services-item-top {
  }
  .services li:nth-child(2) .services-item-top {
  }
  .services li:nth-child(3) .services-item-top {
  }
  .services li:nth-child(4) .services-item-top {
  }
}
@media (max-width: 1100px) {
  #nav {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .testimony-box {
    width: 100%;
  }
  #module .box h1 {
    font-size: 42px;
  }
  #wt_mobile {
    display: inherit;
  }
  #wt_desktop {
    display: none;
  }
  .wt_header_mobile {
    display: inherit;
  }
  .wt_header_desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .services li {
    width: 100%;
  }
  .recaptcha-box {
    width: 100%; text-align: right; margin-top: 10px; margin-bottom: 20px;
  }
  .g-recaptcha {
    float: left;
  }
}
@media (max-width: 700px) {

  #module {
    margin: 40px 0;
    }
  .home-text-featured {
    font-size: 21px;
    line-height: 27px;
  }
  .home-text {
    font-size: 17px;
    line-height: 22px;
  }
  .services li {
      margin-left: 0px;
  }
  #footer ul .title {
      font-size: 23px;
  }

  #footer li {
      font-size: 14px;
  }

  #footer-left {
      width: 50%;
  }
  .popup {
      width: 100%;
      max-width: 100%;
      border: 0px solid black;
      border-top: 0px solid black;
      margin: 0px;
  }
  .overlay {
      background: rgba(255, 255, 255, 1);
  }
  .services li {
      width: 100%;
  }
  .services li .services-padding {
    margin: 0 0 22px;
  }
}

@media (max-width: 650px) {
  .module {
    margin: 40px 0;
  }
  .module .box h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
  }
  .module .box {
    text-align: left;
  }
  .product-img {
    max-height: 140px;
  }
  .product-data {
    -webkit-columns: 40px 1;
    -moz-columns: 60px 1;
    columns: 60px 1;
  }
  .produc-option {
    text-align: center;
  }
  .bannerSection h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .faq h1 {
    font-size: 30px;
    line-height: 26px;
  }
  .faq h2 {
    font-size: 28px;
    font-family: 'Barlow';
    font-weight: 400;
  }
  .faq h3 {
    font-size: 16px;
    margin-bottom: 30px;
    background-color: black;
    color: white;
    padding: 6px 12px;
    border-radius: 10px;
    display: -webkit-inline-box;
    font-family: 'Barlow';
    font-weight: 600;
  }
  .faq h4 {
    font-size: 19px;
    max-width: 100% !important;
    line-height: 25px;
    margin-bottom: 6px;
    font-weight: 700;
    margin-top: 3px;
  }
  .product h2 {
    font-size: 19px;
    max-width: 100% !important;
    line-height: 25px;
    font-weight: 700;
    margin-top: 3px;
  }
  .faq p, .product p {
    font-size: 15px;
    line-height: 22px;
  }
  .faq ul {
    font-size: 15px;
    line-height: 22px;
  }

  .padding-desktop {
    padding: 0 0 !important;
  }
  .services h2 {
    font-size: 31px;
    line-height: 36px;
    padding: 0 30px 0 20px;
  }
  .services p {
    line-height: 21px;
    font-size: 17px;
    padding: 9px 30px 0 20px;
  }
  .services-item-top img  {
    width: 70px;
  }
  .product-home-info {
    display: table;
    margin-left: 20px;
    margin-top: 20px;
    width: auto;
  }
  .home-text-featured {
    padding: 30px 0px 0px 0px;
  }
  .home-text {
    padding: 20px 0px 0px 0px;
  }
  .hide-mobile {
      display: none;
  }
  #contact-form h2 {
      font-size: 17px;
  }
  .form-data2 {
      height: 160px;
  }
  #home-container {
      padding: 0 0 0 0;
  }
  .clients_filter {
      padding: 0 8px 0px 7px;
  }
}
@media (max-width: 450px) {
  .product-img {
    max-height: 100%;
    width: 100%;
  }
  .footer-left-trayectoria {
    padding-right: 0px;
    border-right: 0px solid black;
  }
  #footer ul .title {
    margin-top: 23px;
    font-size: 15px;
    font-weight: 700;
  }
  #module .box h1 {
    padding: 11px 16px 12px 22px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .client-logo-small {
    max-height: 70px;
    display: block;
    margin: 14px auto;
  }
  #footer ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  #footer li {
    text-align: center;
    width: 100%;
  }
  #footer-left {
    text-align: center;
    width: 100%;
  }
  #footer-right {
    float: left;
    margin: 27px 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
  }
}
@media (max-width: 320px) {
  .item {
    width: 264px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .testimony-box {
    padding: 0 0px;
  }
}
