body {
  font-family: 'Roboto', sans-serif;
  color: #292B33;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #191C23;
  line-height: 120%;
  margin: 0 0 25px 0;
}
h1, .h1 {
  font-size: 50px;
  color: #1F1F1F;
}
h2, .h2 {
  font-size: 36px;
  color: #1F1F1F;
}
h3, .h3 {
  font-size: 30px;
  color: #1F1F1F;
  margin-bottom: 5px;
}
h4, .h4 {
  font-size: 18px;
  color: #1F1F1F;  
  margin-bottom: 25px;
}
h5, .h5 {
  margin-bottom: 10px;
}
h6, .h6 {
  margin-bottom: 10px;
  font-weight: 400;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li,
ol li,
p {
  font-size: 15px;
  color: #7D7F85;
  line-height: 140%;
  margin-bottom: 15px;
}
ul li,
ol li {
  margin-bottom: 5px;
}

.intro p {
  font-size: 18px;
  color: #1F1F1F;
  line-height: 160%;
}
.intro { 
  position: relative; 
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.intro:before {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #7CB3C5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
a {
  color: #7CB3C5;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #e6e6e6;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-white * { color: white }
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.bullets ul {
  padding-left: 10px;
}
.bullets li {
  position: relative;
  padding-left: 15px;
}
.bullets li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #7CB3C5;
}
.years span {
  display: inline-block;
}
.years span.years {
  font-size: 59px;
  line-height: 70%;
  color: #1F1F1F;
  font-weight: 800;
  border-right: 1px solid #BABABA;
  padding-right: 20px;
  margin-right: 20px;
}
.years span.txt-years {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: 400;
  width: 100%;
  max-width: 200px;
  line-height: 140%;
}
.second-text {
  border-left: 5px solid #7CB3C5;
  padding-left: 20px;
	font-size: 15px;
	line-height: 120%;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-image: linear-gradient(to bottom, #030303 0%, transparent 100%);
}
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  background: #0c1113;
  height: 70px;
  padding-top: 0;  
  box-shadow: 0px 1px 8px rgba(0,0,0,.4);
}
header.flat {
  background-color: #1F1F1F;
}
.header-navigation { 
  display: flex;
  justify-content: flex-end; 
  align-items: center;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.site-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.5);
  font-size: 13px;
  color: white;
  border-radius: 100px;
}
.site-search:hover {
  color: white;
  background: #7CB3C5;
  border-color: #7CB3C5;
}

/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #0c1113 url(../img/bg-texture-footer.svg) no-repeat left bottom;
  margin-top: 60px;
}
footer p,
footer a { 
  color: white; 
  line-height: 160%;
}
footer a:hover {
  color: #7CB3C5;
}
footer h2 {
  font-size: 18px;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: inline-block;
}
footer h2:before,
footer h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 135px;
  height: 1px;
  background-color: #6A6A6A;
  bottom: 0;
}
footer h2:after {
  width: 30px;
  background-color: #7CB3C5;
}
footer nav ul li {
  display: block;
  margin-right: 0;
}
.copyright {
  border-top: 1px solid #3E3E3E;
  padding: 20px 0 5px 0;
}
.copyright p {
  font-size: 11px;
}
.copyright strong {
  color: #7CB3C5;
}
.cta {
  background-color: #F5F5F5;
  border-left: 5px solid #7CB3C5;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta p {
  font-size: 22px;
  color: #7CB3C5;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
}
.cta p strong {
  font-size: 30px;
  color: #1F1F1F;
  font-weight: 400;
}
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  vertical-align: top;
}
nav ul {
  margin: 0;
}
nav ul li {
  display: inline;
  margin-right: 20px;
}
nav ul li a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  padding: 0;
  padding-top: 2px;
  display: inline-block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a,
nav ul li.current-post-ancestor a {
  color: #7CB3C5;
} 
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #1F1F1F;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #ffffff82;
}
#mobile-menu .icon-close:hover {
  border-color: white;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
.hamburger {
  color: #ffffff;
  float: right;
  font-size: 25px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms;
  background: transparent;
  border: 1px solid #ffffff;
}
.hamburger:hover {
  background: #7CB3C5;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul {
  margin-bottom: 40px;
}
#mobile-menu nav ul li a {
  color: white;
  font-weight: 600;
  padding: 15px 10px;
  display: block;
}
#mobile-menu nav ul li a:hover,
#mobile-menu nav ul li.current-menu-item a,
#mobile-menu nav ul li.current-page-ancestor a  {
  color: #7CB3C5;
  background: #ffffff1f;
}
#mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}
body.open-menu .mask {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
body.open-menu #mobile-menu {
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mt-site { margin-top: 100px; }
.show-md,
.show-xl,
.display-none { display: none; }
.img-cover { position: relative; }
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.btn {
  font-size: 15px;
  color: white;
  background: transparent;
  border-radius: 0;
  height: 54px;
  border: 1px solid;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
  width: fit-content;
  z-index: 0;
  overflow: hidden;
}
.bg-drk { background-color: #0c1113; }
.bg-lght { background-color: #F5F5F5; }
.bg-yellow { background-color: #7CB3C5; }
.txt-yellow { color: #7CB3C5; }
.bg-h-service {
  position: relative;
  background-image: url(../img/bg-texture-service.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
.bg-quotes {
  position: relative;
  background-image: url(../img/bg-quote.svg);
  background-repeat: no-repeat;
  background-position: top right; 
}
.bg-h-service:before {
  content: '';
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
}
.btn i { 
  font-size: 12px; 
  margin-left: 10px;
}
.btn.white {
  color: white;
  border: 1px solid white;
}
.btn.white:hover {
  background: #7CB3C5;
  border-color: #7CB3C5;
}
.btn.yellow {
  color: #7CB3C5;
  border: 1px solid #7CB3C5;
}
.btn.yellow:hover {
  color: white;
  background: #7CB3C5;
  border-color: #7CB3C5;
}
.btn.fill-yellow {
  color: white;
  background-color: #7CB3C5;
  border-color: #7CB3C5;
}
.btn.fill-yellow:hover {
  color: white;
  background-color: #1F1F1F;
   border-color: #1F1F1F;
}
.read-more {
  font-weight: 400;
  font-size: 15px;
  color: #7CB3C5;
  cursor: pointer;
  transition: all 300ms; 
}
.read-more i {
  font-size: 12px;
  margin-left: 10px;
  bottom: -2px;
  position: relative;
}
.read-more:hover {
  color: #1F1F1F;
}
.play-video {
  font-weight: 500;
  font-size: 15px;
}
.play-video:before {
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid;
  border-radius: 60px;
  margin-right: 15px;
}
.play-video.white {
  color: white;
  border-color: white;
}
.play-video.white:hover {
  color: #7CB3C5;
}
.play-video.yellow {
  color: #7CB3C5;
  border-color: #7CB3C5;
}
.play-video.yellow:hover {
  color: #1F1F1F;
}
.stage-medium h1 { 
  color: white; 
  margin-bottom: 5px;
}
.stage-medium {
  height: 360px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.stage-medium:before {
  content: '';
  display: block;
  background: rgb(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.brdcrmb { 
  color: white; 
  font-size: 11px;
}
.brdcrmb span,
.brdcrmb a { 
  font-size: 11px;
}
.brdcrmb a:hover {
  color: #7CB3C5;
}
.brdcrmb span.current-item {
  color: #7CB3C5;
}
.brdcrmb span a {
  font-size: 10px;
  color: white;
} 
ul.social {  }
ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  width: 45px;
  height: 45px;
  border: 1px solid white;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social li a:hover {
  background: #7CB3C5;
  border-color: #7CB3C5;
}
ul.social li a.icon-youtube:before {
  padding-top: 5px;
}
.stage ul.social  {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.stage ul.social li {
  display: block;
  margin: 0 0 5px 0;
}
.stage ul.social li a {
  opacity: .7;
  border: none;
}
.stage ul.social li a:hover {
  color: #7CB3C5;
  opacity: 1;
  background-color: transparent;
}
.stage ul.social:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: rgba(255,255,255,.7);
  margin-right: auto;
  margin-left: auto;
}
.subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #7CB3C5;
  background-size: 13px;
  display: inline-block;
  margin-bottom: 0;
}
.box-service {
  background: white;
  width: 100%;
  padding: 25px;
  border-bottom: 2px solid #7CB3C5;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
}
.box-service h3 {
	min-height: 43px;
}
.service-icon {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #7CB3C5;
  width: 70px;
  height: 70px;
  border-radius: 100px; 
}
.box-service .service-icon {
  margin-bottom: 40px;
}
.item-service .img-item-service {
  height: 460px;
  width: calc(50% + 60px);
  position: relative;
  float: left;
}
.item-service .img-item-service:before {
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.9 ) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70%;
}
.item-service .img-item-service .service-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.item-service .txt-item-service {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: #F5F5F5;
  padding: 40px;
  width: 50%;
  position: absolute;
  top: 40px;
  right: 15px;
  bottom: 40px;
}
.item-service.item-reverse .img-item-service {
  float: right;
}
.item-service.item-reverse .txt-item-service {
  right: auto;
  left: 15px;
}
.item-service.item-reverse .img-item-service .service-icon {
  position: absolute;
  left: auto;
  right: 20px;
}
.call-box {
  display: flex;
  align-items: center;
  margin: 0 0 3px 20px;
}
.call-box i {
  width: 54px;
  height: 54px;
  background: #7CB3C5;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.call-box p {
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 0;
}
.banner {
  padding: 90px 0;
  text-align: center;
}
.banner p.subtitle { color: white; }
.banner:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .txt-banner { padding-bottom: 25px; }
.banner .txt-banner p {
  font-size: 28px;
  color: white;
  font-weight: 300;
  line-height: 120%;
}
.latest-post:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 195px;
  background-color: #7CB3C5;
}
.item-blog { 
  height: 490px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}
.item-blog.small {
  height: 230px;
}
.item-blog img {
  transition: transform .5s, filter .5s ease-in-out;
  z-index: 0;
}
.item-blog:hover img {
  transform: scale(1.1);
}
.item-blog .caption {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.9  ) 100%);
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.item-blog .caption h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}
.item-blog .caption p {
  color: white;
  margin-bottom: 20px;
}
.item-blog .caption .read-more:hover {
  color: white;
}
ul.entry-meta {
  margin-bottom: 5px;
}
ul.entry-meta li {
  display: inline-block;
  font-size: 12px;
  color: white;
  margin-right: 20px;
}
ul.entry-meta li a {
  font-size: 12px;
  color: white;
}
ul.entry-meta li a:hover {
  color: #7CB3C5;
}
ul.entry-meta li:before {
  font-size: 12px;
  color: #7CB3C5;
  margin-right: 10px;
}
ul.entry-meta li.icon-tag:before {
  margin-right: 7px;
  position: relative;
  top: 1px;
}
h2.underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
h2.underline:before {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #7CB3C5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.years-esperience {
  width: 140px;
  height: 140px;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.years-esperience span.years {
  font-size: 59px;
  line-height: 70%;
  color: white;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
.years-esperience span.txt-years-about {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.numeral {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.numeral span.number {
  font-size: 50px;
  font-weight: 800;
  margin-right: 10px;
}
.numeral p {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}
.clients-logos { text-align: center; }
.clients-logos img {
  display: inline-block;
  width: 175px;
  height: 50px;
  margin-bottom: 30px
}
.contact-box {
  padding: 40px 30px;
}
.contact-info {
  width: 100%;
  padding: 50px 30px 30px 30px;
  background-image: url(../img/bg-texture-contact-info.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contact-info ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
}
.contact-info ul li:before {
  font-size: 30px;
  color: white;
  position: absolute;
  left: 0;
}
.contact-info ul li h4 {
  color: white;
  margin-bottom: 0;
}
.contact-info ul li a,
.contact-info ul li p {
  font-size: 15px;
  color: white;
}
.contact-info ul li a:hover {
  color: #1F1F1F;
}
.form p {
  margin-bottom: 0;
}
.video-blog-item {
  display: inline-block;
  background-color: #F5F5F5;
  width: 100%;
}
.video-blog-item .video-blog-item-img {
  height: 240px;
  z-index: 1;
  overflow: hidden;
}
.video-blog-item .video-blog-item-img:before {
  content: '';
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.7 ) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-blog-item .video-blog-item-img img {
  transition: transform .5s, filter .5s ease-in-out;
}
.video-blog-item:hover .video-blog-item-img img {
  transform: scale(1.1);
}
.video-blog-item .caption {
  position: relative;
  padding: 20px;
}
.video-blog-item .caption i {
  width: 54px;
  height: 54px;
  background: #7CB3C5;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  right: 20px;
  z-index: 2;
  transition: all 300ms; 
}
.video-blog-item:hover .caption i {
  background-color: #1F1F1F;
}
.video-blog-item .caption h2.h4 {
  margin-bottom: 0;
}
.video-blog-item .date {
  font-size: 12px;
  margin-bottom: 0;
}
ul.result li {
  margin-bottom: 15px;
}
ul.result li a {
  color: #1f1f1f;
  font-size: 15px;
}
ul.result li a:hover {
  color: #7CB3C5;
}
form.searchform div {
  display: flex;
}
form.searchform input[type=submit] {
  margin-left: 0.625em;
  height: 50px;
}
/*////////////////////////
///     Paginate      ////
////////////////////////*/
ol.wp-paginate {
  text-align: center;
  padding-top: 5px;
}
ol.wp-paginate li { margin: 0 5px; }
ol.wp-paginate li a,
ol.wp-paginate li span {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #1F1F1F;
  font-weight: bold;
}
ol.wp-paginate li span.current {
  background-color: #7CB3C5 !important;
  color: white;
}
ol.wp-paginate li a {
  background-color: #F0F0F1 !important;
  color: #1F1F1F;
}
ol.wp-paginate li a.prev,
ol.wp-paginate li a.next {
  background-color: transparent !important;
  font-size: 30px !important;
}
.newsletter-form .kajabi-form__title {
  line-height: 120% !important;
}
/*////////////////////////
///     Accordeón     ////
////////////////////////*/
.acc {
  padding: 30px;
  background: #F5F5F5;
}
.acc__card {
  position: relative;
}
.acc__title {
	font-size: 18px;
	color: #1F2126;
	font-weight: 600;
	line-height: 120%;
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 19px 60px 19px 20px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.acc__title::after,
.acc__title.active::after {
  font-family: "thrue";
  font-weight: normal;
  font-style: normal;	
  background: #7CB3C5;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc__title::after {
	content: "\70";
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  content: "\66";
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  background: #fff;
  display: none;
  margin: 0;
  padding: 30px;
  margin-bottom: 10px;
}
/*////////////////////////
///      Sidebar      ////
////////////////////////*/
.sidebar h4 {
	font-weight: 400;
	margin-bottom: 10px;
}
.sidebar .wp-block-group {
  background-color: #F5F5F5;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}
.sidebar .wp-block-group:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 3px;
  background-color: #7CB3C5;
}
.sidebar .wp-block-group h3 {
  margin-bottom: 15px;
}
.sidebar .wp-block-group ul li {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
}
.sidebar .wp-block-group ul li a {
  display: block;
  font-size: 14px;
  color: #616161;
  padding: 10px;
}
.sidebar .wp-block-group ul li a:hover {
  background-color: #7CB3C5;
  color: white;
}
.sidebar .wp-block-tag-cloud a {
  font-size: 14px !important;
  color: #616161;
  padding: 10px;
  border: 1px solid #E6E6E6;
  margin-bottom: 10px;
}
.sidebar .wp-block-tag-cloud a:hover {
  background-color: #7CB3C5;
  color: white;
  border-color: #7CB3C5;
}
.single-image {
  position: relative;
}
.single-image .caption {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.9  ) 100%);
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.single-image .caption ul.entry-meta { margin-bottom: 0; }
blockquote {
  background-color: #F5F5F5;
  padding: 30px 30px 15px 60px;
  position: relative;
  margin: 20px 0 20px 10px;
}
blockquote:before {
  font-family: "thrue";
  font-weight: normal;
  font-style: normal;
  content: "\6b";
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 20px;
  color: #7CB3C5;
}
blockquote p {
  color: #1F2126;
  font-style: italic;
}
.wp-block-embed  {
  text-align: center;
  margin: 10px 10px 30px 10px;
}
/*////////////////////////
///      Counter      ////
////////////////////////*/
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
} 
.count {
  counter-reset: num var(--tonum);
}
.count::after {
  content: counter(num);
}
.zero {
  counter-reset: num var(--num);
}
.anim {
  animation: counter 1s forwards ease-out 0.5s;
}
@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: var(--tonum);
  }
}
@media (prefers-reduced-motion: reduce) {
  div {
    animation: none !important;
  }
}
/*////////////////////////
///       Slick       ////
////////////////////////*/
.herobanner .img-cover {
  height: 100vh;
  display: flex;
  align-items: center;
}
.herobanner .img-cover:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.herobanner .slick-slide {
 height: 100vh;
}
.herobanner .caption {
  position: relative;
  z-index: 1;
}
.herobanner .caption h1, 
.herobanner .caption h2 {
  font-size: 50px;
  color: white;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 5px;
}
.herobanner .caption p { 
  font-size: 18px;
  color: white; 
}
.herobanner .caption .btns {
  padding-top: 20px;
  display: flex;
}
.herobanner .caption .btns .play-video {
  margin-left: 25px;
}
ul.slick-dots {
  bottom: -50px;
}
ul.slick-dots li {
  width: auto;
  margin: 0 4px;
}
ul.slick-dots li button {
  width: 20px;
  height: 10px;
  background-color: #B1B1B1;
  opacity: .5;
  border-radius: 10px;
  transition: all 300ms; 
}
ul.slick-dots li.slick-active button {
  width: 10px;
  opacity: 1;
}
ul.slick-dots li button:before {
  content: none;
}
.herobanner ul.slick-dots {
  bottom: 5px;
}
.customers div img {
  margin: 0 auto;
}
/*////////////////////////
///    Testimonials   ////
////////////////////////*/
.slider-for {
  position: relative;
  z-index: 10;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.slide-container {
  width: 80px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sld-wrp .quote-image {
  width: 130px;
  height: 130px;
  transition: all 300ms linear 0ms;
  position: relative;
  margin: 0 auto;
}
.sld-wrp .quote-image img {
  filter: grayscale(1);
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid white;
  opacity: .5;
}
.sld-wrp .quote-image i {
  font-size: 11px;
  color: white;
  width: 28px;
  height: 28px;
  background-color: #7CB3C5;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.sld-wrp .slick-center .quote-image img {
  filter: grayscale(0);
  opacity: 1;
  box-shadow: 0 0 7px rgba(0,0,0,.3);
}
.sld-wrp .slick-center .quote-image i {
  opacity: 1;
  z-index: 2;
}
.sld-wrp .slick-center .quote-image {
  transform: scale(1.6);
  position: relative;
  z-index: 9;
  margin: 8px;
}
.sld-wrp .quote-txt p {
  font-size: 14px;
  color: #7D7F85;
  font-style: italic;
}
.sld-wrp .quote-txt h3 {
  color: #7CB3C5;
  font-weight: 400;
  margin-bottom: 0; 
}
.sld-wrp .quote-txt p.position {
  font-size: 12px;
  color: #1F1F1F;
  font-style: italic;
  margin-bottom: 5px;
}
.sld-wrp .quote-txt p.company {
  font-size: 12px;
  color: #1F1F1F;
  font-style: normal;
}
.slider-for .slick-track {
  padding: 40px 0 25px;
}
.slider-nav {
  max-width: 600px;
  margin: 0 auto;
}
.slider-nav .slick-list {
  padding: 5px 0 0 0 !important;
  margin: 0 30px;
}
.step-txt { text-align: center; }
.step-txt p {
  line-height: 180%;
  font-size: 16px;
}
.sld-wrp .slick-prev, 
.sld-wrp .slick-next {
  top: 0;
}
.sld-wrp .slick-prev, 
.sld-wrp .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  z-index: 60;
  border: 1px solid transparent;
}
.sld-wrp .slick-prev:hover, 
.sld-wrp .slick-next:hover {
  border-color: #7CB3C5;
}
.sld-wrp .slick-prev:before, 
.sld-wrp .slick-next:before {
  font-family: "thrue";
  font-size: 20px;
  color: #7CB3C5;
  font-weight: normal;
  font-style: normal;
  content: "\65";
}
.sld-wrp .slick-prev:before {
  transform: rotate(180deg);
  display: block;
}
.carrousel-clients .slick-slide {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { margin-bottom: 10px; }
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
textarea,
select {
  font-size: 16px;
  color: #222222;
  background: white;
  border: 1px solid #E1E4EB;
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  margin-bottom: 30px;
  border-radius: 0;
}
textarea {
  height: 130px;
}
select {
  font-size: 16px;
  color: #777777;
  font-weight: 600;
  background: url(../img/select-arrow.svg) no-repeat right #F8F8F8;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit],
button {
  width: 170px;
  height: 54px;
  background: #7CB3C5;
  color: white;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 0;
  float: right;
  transition: all 300ms;     
}
input[type=submit]:hover,
button:hover {
  background: #1F1F1F;
}
button { height: 50px; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
a.policy {
  font-size: 12px;
  color: #7D7F85;
}
a.policy:hover {
  color: #1F1F1F;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: #7D7F85;
}
:-moz-placeholder { 
  font-size: 16px;
  color: #7D7F85;
}
::-moz-placeholder { 
  font-size: 16px;
  color: #7D7F85;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: #7D7F85;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "thrue";
  src:url("../fonts/thrue.eot");
  src:url("../fonts/thrue.eot?#iefix") format("embedded-opentype"),
      url("../fonts/thrue.woff") format("woff"),
      url("../fonts/thrue.ttf") format("truetype"),
      url("../fonts/thrue.svg#thrue") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "thrue" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "thrue" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-amil:before {
  content: "\63";
}
.icon-calendar:before {
  content: "\64";
}
.icon-cta-arrow:before {
  content: "\65";
}
.icon-linkedin:before {
  content: "\67";
}
.icon-oclock:before {
  content: "\68";
}
.icon-pin:before {
  content: "\69";
}
.icon-play:before {
  content: "\6a";
}
.icon-quote:before {
  content: "\6b";
}
.icon-search:before {
  content: "\6c";
}
.icon-tag:before {
  content: "\6d";
}
.icon-tel:before {
  content: "\6e";
}
.icon-youtube:before {
  content: "\6f";
}
.icon-minus:before {
  content: "\66";
}
.icon-plus:before {
  content: "\70";
}
.icon-instagram:before {
  content: "\71";
}
.icon-tik-tok:before {
  content: "\72";
}
.icon-facebook:before {
  content: "\73";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {  }
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
  .item-service .img-item-service { 
    width: 100%; 
    float: none;
  }
  .item-service .txt-item-service {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  .item-service.item-reverse .txt-item-service { left: 0; }
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 35px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { }
}  
@media screen and (max-width: 767px) {
  .hide-md { display: none !important; }
  .show-md { display: block; }
  .hide-xs { display: none !important; }
  .reverse-md .col-a { order: 2; }
  .reverse-md .col-b { order: 1; }
  footer { text-align: center; }
  .sld-wrp .slick-center .quote-image { margin: 8px auto; }
  .numeral { justify-content: center; }
  .slick-prev { left: 0; }
  .slick-next { right: 0; }
  .slider-nav .slick-list { margin: 0 40px; }
  .herobanner .caption h1, 
  .herobanner .caption h2 { font-size: 40px; }
  .herobanner .caption p { font-size: 16px; }
  .banner .txt-banner p { font-size: 18px; }
  .acc { padding: 15px; }
  .acc__title { font-size: 15px; }
}
@media screen and (max-width: 425px) {
  .herobanner .caption .btns { flex-flow: column; } 
  .herobanner .caption .btns .play-video { 
    margin-top: 20px; 
    margin-left: 0;
  }
  .years {
		display: flex;
		align-items: center;
  }
  .years span.years { 
		padding-right: 10px;
		margin-right: 10px;
		font-size: 45px; 
   }
  .years span.txt-years { width: 170px; }
  .btns-h { display: block !important; }
  .call-box { margin-top: 20px; margin-left: 0; }
  .about-img { margin-bottom: 70px; }
  .years-esperience { bottom: -70px; }
  .cta { 
	  height: 200px;
	  height: 200px;
    flex-flow: column;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}