body {
  font-family: 'HaboroSoft-NorReg'; }

a:hover {
  text-decoration: none; }

p {
  font-size: 15px; }

.w-100 {
  width: 100%; }

.mb00 {
  margin-bottom: 0px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  padding-bottom: 35px; }

.pt120 {
  padding-top: 60px; }

.container {
  max-width: 1024px; }

.btn {
  padding: 10px 25px;
  font-family: 'HaboroSoft-NorMed';
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s; }

.btn:hover {
  box-shadow: 0px 0px 6px #3D3A49; }

.btn-light-blue {
  border: 1px solid #13A7F2;
  color: #13A7F2;
  text-transform: uppercase; }

.btn-yellow {
  background-color: #FDBF0A;
  color: #3D3A49; }

.btn-light-black {
  color: #3D3A49;
  border: 1px solid #3D3A49; }

.btn.arrow {
  position: relative; }

.btn.arrow:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 50%;
  margin-top: -16px; }

.only-mobile {
  display: none; }

/* HEADER */
header {
  width: 100%;
  min-height: 62px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0px 4px 12px #505050; }

h1 {
  width: 138px;
  height: 36px;
  float: left;
  background-image: url(../images/logo-fusiona.png);
  background-size: 138px 36px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 13px 0px 0px; }

nav {
  font-family: 'HaboroSoft-NorDem';
  float: right; }

nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left; }

nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 35px; }

nav li a {
  color: #3D3A49;
  font-size: 15px;
  padding: 20px 0px;
  display: block;
  position: relative; }

nav li a:hover {
  color: #3D3A49; }

nav li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  background-color: #3D3A49;
  position: absolute;
  left: 0px;
  opacity: 0;
  bottom: -1px;
  transition: 0.3s; }

nav li:hover a:before,
nav li.active a:before {
  opacity: 1;
  height: 4px; }

.submenu {
  position: absolute;
  top: 63px;
  background-color: #3D3A49;
  width: 270px;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s; }

nav li:hover > .submenu {
  max-height: 600px; }

nav li .submenu a:before {
  display: none; }

.submenu li {
  display: block;
  margin: 0px;
  padding: 0px 15px; }

.submenu li:hover {
  background-color: #64616D; }

.submenu li a {
  color: #fff;
  display: block;
  padding-left: 5px;
  padding-right: 73px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #2E2C37;
  position: relative;
  line-height: 1.2; }

.submenu li a:hover {
  color: #fff; }

.submenu li:nth-child(2) a {
  padding-right: 110px; }

.submenu li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 18px;
  font-size: 26px; }

.submenu li:last-child a {
  border-bottom: 0px;
  /* padding-top: 25px !important; 
      padding-bottom: 25px !important; newNahuel */ }

.idioma {
  display: inline-block;
  height: 19px;
  padding: 2px 7px;
  margin-top: 20px;
  margin-left: 30px;
  float: left;
  cursor: pointer;
  position: relative;
  color: #13A7F2;
  font-size: 10px;
  border: 1px solid #13A7F2;
  border-radius: 3px; }

/* FOOTER */
footer {
  background-color: #3D3A49;
  width: 100%;
  min-height: 226px;
  color: #fff;
  padding-top: 30px; }

footer p {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 10px; }

footer span {
  font-size: 12px;
  margin: 45px 0px 15px;
  display: inline-block; }

.redes a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 7px 5px 18px;
  border-radius: 50%;
  background: #64616D !important;
  color: #fff;
  font-size: 24px;
  padding-top: 6px;
  transition: 0.3s;
  transform: scale(1); }

.redes a.facebook:hover {
  background: #4464A2 !important; }

.redes a.twitter:hover {
  background: #56D7FE !important; }

.redes a.linkedin:hover {
  background: #0076B7 !important; }

.redes a i {
  transition: 0.3s;
  transform: scale(1); }

.redes a:hover i {
  transform: scale(1.2); }

.redes a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -4px;
  left: -4px;
  padding: 4px;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 0 0 white;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s; }

.redes a:hover:after {
  opacity: 1;
  box-shadow: 1px 1px 0 white; }

.partners img {
  max-width: 100px;
  margin-left: 10px;
  height: 29px;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */ }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* HOME PAGE */
#home {
  background-image: url(../images/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-top: 65px;
  padding-bottom: 80px; }

.video-container-home {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  height: 550px;
  overflow: hidden; }

.video-container-home:after {
  content: '';
  opacity: 0.9;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: #5e3f99;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5e3f99 0%, #13a7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e3f99', endColorstr='#13a7f2',GradientType=1 );
  /* IE6-9 */ }

.video-container-home video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#home h2 {
  font-family: 'HaboroSoft-NorBol';
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin-bottom: 70px; }

#home h2 span {
  border-bottom: 1px solid #fff;
  line-height: 1.15; }

#home h2 span.bajada {
  font-family: 'HaboroSoft-NorDem';
  font-weight: normal;
  font-size: 15px;
  border: 0px;
  margin-bottom: 20px;
  display: inline-block; }

#home h2 span a {
  font-size: 30px;
  text-decoration: none; }

#home p {
  font-size: 15px;
  color: #fff;
  margin: 0px; }

#home a {
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #fff; }

#home a:hover {
  color: #FDBF0B;
  border-color: #FDBF0B; }

#home .btn-yellow {
  margin: 28px 0px 40px;
  border: 0px;
  color: #3D3A49; }

#home .btn-yellow:hover {
  color: #3D3A49; }

.card {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px #3D3A49;
  transition: 0.5s; }

.card .box-img {
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.card .box-img img {
  width: 100%;
  transition: 0.5s;
  transform: scale(1);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */ }

.card .box-img .layer {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0px;
  transition: 0.5s;
  background: -moz-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: -webkit-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/ }

.card .box-img .layer span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-family: 'HaboroSoft-NorRegIt';
  font-style: italic;
  font-size: 12px; }

.card .box-img .layer span h3 {
  display: inline-block;
  font-family: 'HaboroSoft-NorDem';
  font-size: 15px;
  font-style: normal;
  margin: 0px; }

.card p {
  font-family: 'HaboroSoft-NorReg';
  font-size: 15px !important;
  color: #3D3A49 !important;
  padding: 15px 60px 15px 60px;
  position: relative; }

.card p:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 25px;
  font-size: 31px;
  top: 50%;
  margin-top: -25px; }

.card p:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.card p span.logo-marca {
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 8px; }

.card:hover {
  box-shadow: 0px 0px 3px #3D3A49; }

.card:hover .box-img .layer {
  /*background-color: rgba(19, 167, 242, 0.9);*/ }

.card:hover .box-img img {
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: none; }

.card .layer h3 {
  color: #fff;
  font-size: 18px;
  display: table-cell;
  padding: 20px;
  text-align: left;
  width: 100%;
  height: 180px;
  vertical-align: middle; }

.borde-curvo {
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  z-index: 110; }

#contactanos {
  width: 100%;
  min-height: 140px;
  background-color: #F0F0F0; }

#contactanos .btn {
  padding: 10px 25px;
  margin: 10px; }

h3 {
  text-align: center; }

/* Page */
.page-interior {
  margin-top: 70px; }

.page-interior .header-page {
  height: 300px;
  padding-top: 0px; }

.header-page {
  width: 100%;
  padding-top: 60px;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: blue;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px; }

.header-page.color-estrategia {
  background-image: url(../images/bg-ux.png); }

.header-page.color-servicio {
  background-image: url(../images/bg-desarrollo.png); }

.header-page.color-creatividad {
  background-image: url(../images/bg-diseno-y-creatividad.png); }

.header-page.color-creatividad2 {
  background-image: url(../images/bg-interior-servicio.png); }

.header-page.color-creatividad2 span {
  margin-top: 100px;
  margin-bottom: 0px; }

.header-page.color-creatividad2 h2 {
  margin-top: 15px; }

.header-page.color-diseno {
  background-image: url(../images/diseno/gdh-header.png); }

.titulo-paginas {
  position: absolute;
  z-index: 100;
  top: 50px;
  width: 100%; }

.header-page h2 {
  font-family: 'HaboroSoft-NorBol';
  font-weight: bold;
  font-size: 30px;
  margin-top: 70px; }

.header-page span {
  display: inline-block;
  font-family: 'HaboroSoft-NorDem';
  font-size: 15px;
  margin-bottom: 20px; }

.nav-tabs {
  border-bottom: 1px dotted #13A7F2;
  margin-bottom: 35px; }

.nav-tabs > li {
  width: 50%;
  text-align: center; }

.nav-tabs > li > a {
  position: relative;
  font-size: 15px;
  font-family: 'HaboroSoft-NorReg';
  color: #13A7F2; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #13A7F2;
  cursor: default;
  background-color: transparent;
  border: 0px;
  font-family: 'HaboroSoft-NorBol';
  font-weight: bold;
  box-shadow: none; }

.nav-tabs > li.active > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #13A7F2;
  position: absolute;
  left: 0px;
  bottom: -4px; }

#saber-mas {
  background-color: #fff;
  padding: 25px 0px;
  border-top: 2px solid #FDBF0A;
  margin-top: 40px; }

#saber-mas h3 {
  color: #3D3A49;
  font-size: 26px;
  text-align: left; }

#saber-mas p {
  font-size: 15px; }

#saber-mas .btn-yellow {
  margin-top: 25px; }

/* CONOCENOS */
article h3 {
  text-align: left; }

.art-bb {
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 0px;
  margin-bottom: 20px; }

.caja-espiritu {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 25px;
  border-radius: 3px; }

.caja-espiritu h4 {
  font-size: 20px;
  font-family: 'HaboroSoft-NorDem';
  width: 120px;
  margin-left: 110px;
  margin-bottom: 40px;
  position: relative; }

.caja-espiritu h4 span {
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
  left: -100px;
  top: 0px;
  text-align: center; }

.caja-espiritu h4 span img {
  display: inline-block;
  height: auto;
  width: 20px;
  margin-top: 16px;
  position: relative; }

.caja-espiritu h4 span:before {
  content: '';
  transform: rotate(45deg);
  display: block;
  width: 59px;
  height: 59px;
  background-color: #5E3F99;
  position: absolute; }

.caja-espiritu p {
  font-size: 15px;
  font-family: 'HaboroSoft-NorReg'; }

.fusioner {
  width: 20%;
  height: 285px;
  overflow: hidden;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  float: left; }

.fusioner > .image {
  position: relative;
  width: 100%;
  height: 285px;
  overflow: hidden;
  background-color: #e0dede; }

.fusioner > .image img {
  transition: 0.3s;
  transform: scale(1);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */ }

.fusioner:hover > .image img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none; }

.fusioner > .image .nombre {
  position: absolute;
  bottom: 0px;
  font-family: 'HaboroSoft-NorDem';
  text-align: left;
  width: 100%;
  background: transparent;
  transition: 0.3s;
  padding-bottom: 10px; }

.fusioner > .image .nombre h4 {
  font-size: 15px;
  font-family: 'HaboroSoft-NorLig';
  color: #fff;
  margin: 4px 30px 7px 0;
  padding: 4px 4px 4px 7px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3); }

.fusioner > .image .nombre h4 span {
  display: inline-block;
  font-family: 'HaboroSoft-NorExB';
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 0 3px; }

.fusioner > .image .nombre p {
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  color: #3D3A4D;
  padding: 3px 15px;
  margin: 0px;
  line-height: 1.2;
  display: inline-block;
  max-width: 90%;
  opacity: 0;
  transform: translate3d(-360px, 0px, 0px);
  transition: 0.2s; }

.fusioner:hover > .image .nombre p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fusioner .frase {
  background-color: #fff;
  width: 100%;
  margin-top: 0px;
  padding: 10px 20px;
  font-size: 13px;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.fusioner:hover .frase {
  opacity: 1;
  max-height: 200px;
  margin-top: 12px; }

.personas {
  margin-bottom: 20px; }

.personas:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both; }

.flex {
  display: flex;
  justify-content: space-between; }

.round-box {
  width: 29%;
  height: 360px;
  border-radius: 4px;
  background-color: #ddd;
  padding: 15px 30px;
  position: relative;
  color: #fff; }

.red-box {
  background-color: #ED4000; }

.purple-box {
  background-color: #5E3F99; }

.blue-box {
  background-color: #13A7F2; }

.yellow-box {
  background-color: #FCBE2F; }

.round-box:after {
  right: -60px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #64616D;
  border-width: 16px;
  margin-top: -16px; }

.round-box:last-child:after {
  display: none; }

.round-box.round-fix {
  width: 100%;
  height: 280px;
  z-index: 300;
  margin-bottom: 25px;
  position: relative; }

.round-box h4 {
  font-family: 'HaboroSoft-NorDem';
  font-size: 19px;
  position: relative;
  padding-top: 60px;
  margin-bottom: 20px; }

.round-box p {
  font-size: 15px; }

.round-box h4 span {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 0px;
  text-align: center; }

.round-box h4 span:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px; }

.round-box h4 span img {
  position: relative;
  z-index: 9;
  margin-top: 15px; }

.round-box a.ver-mas {
  font-size: 15px;
  font-family: 'HaboroSoft-NorBol';
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #fff; }

.round-box a.ver-mas:hover {
  color: #3d3a49;
  border-color: #3d3a49; }

.round-box a.ver-mas:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow-white.png);
  position: absolute;
  right: -20px;
  top: 5px; }

.round-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.round-box ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 1.2; }

.round-box ul li:after {
  left: 0px;
  top: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -10px; }

/* Contacto */
.form-control {
  min-height: 43px; }

.txt-principal {
  font-size: 16px;
  font-family: 'HaboroSoft-NorRegIt';
  font-weight: normal;
  font-style: italic;
  margin: 15px 0px; }

.contact-country {
  width: 100%;
  margin-bottom: 20px; }

.purplu-bar {
  background-color: #5E3F99;
  color: #fff;
  padding: 8px 15px;
  max-width: 300px; }

.purplu-bar h4 {
  margin: 0px;
  font-size: 15px;
  font-family: 'HaboroSoft-NorDem'; }

.contact-info {
  width: 100%;
  height: 110px;
  padding: 0px 20px;
  margin: 10px 0px 0px;
  background-color: #fff; }

.tc-block {
  display: table-cell;
  height: 110px;
  vertical-align: middle;
  margin-right: 30px; }

.tc-b {
  width: 200px;
  padding: 0px 20px;
  position: relative; }

.tc-b:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #E2E2E2;
  position: absolute;
  right: 0px;
  top: 35px; }

.tc-c, .tc-d {
  padding: 0px 20px 0px 60px;
  position: relative; }

.contact-info h5 {
  color: #3D3A49;
  font-size: 20px;
  font-family: 'HaboroSoft-NorReg';
  font-weight: normal; }

.contact-info p {
  color: #3D3A49;
  font-size: 14px;
  font-family: 'HaboroSoft-NorReg';
  font-weight: normal;
  margin: 0px;
  position: relative; }

.contact-info p i {
  color: #D8D8DB;
  font-size: 24px;
  position: absolute;
  left: -36px;
  bottom: 0px; }

.contact-info a {
  color: #3D3A49; }

.contact-country:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both; }

.data-contacto {
  padding: 30px;
  position: relative; }

.data-contacto p {
  margin: 0px 0px 2px; }

.data-contacto span {
  font-size: 14px; }

.data-contacto i {
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 30px;
  color: #13A7F2; }

#mapa .iframe {
  height: 306px;
  margin: 10px 0px 5px;
  border: 3px solid #fff;
  border-left: 0px;
  border-right: 0px; }

.iframe iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */ }

.iframe iframe.clicked {
  pointer-events: auto; }

.select-control {
  display: inline-block;
  color: #3D3A49;
  border: 1px solid #3D3A49;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px 30px 10px 15px;
  width: 270px;
  height: 42px;
  margin-left: 15px;
  position: relative; }

.linea-horizontal {
  border-top: 1px solid #E2E2E2;
  margin-top: 10px; }

/* */
.box-caso-exito {
  border-radius: 3px;
  overflow: hidden;
  margin: 10px 0px 20px; }

.box-caso-exito .zona-imagen {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.box-caso-exito .zona-imagen img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */ }

.box-caso-exito:hover .zona-imagen img {
  transform: scale(1.3);
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none; }

.box-caso-exito .zona-cliente {
  height: 70px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  position: relative; }

.box-caso-exito .zona-cliente:before {
  content: '';
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px; }

.box-caso-exito .zona-cliente p {
  font-family: 'HaboroSoft-NorReg';
  font-size: 18px;
  color: #3D3A49;
  margin: 0px;
  line-height: 1;
  margin-top: 8px; }

.box-caso-exito .zona-cliente .logo-cliente {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left; }

.box-caso-exito .zona-cliente .info-proyecto {
  padding-left: 60px; }

.box-caso-exito .zona-imagen .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: -webkit-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%); }

.box-caso-exito .zona-imagen .layer h4 {
  font-family: 'HaboroSoft-NorBol';
  font-weight: bold;
  color: #fff;
  padding: 0px 30px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 240px; }

.tag {
  font-family: 'HaboroSoft-NorReg';
  font-size: 11px; }

.tag span {
  margin-right: 5px; }

.tag1 {
  color: #ED4000; }

.tag2 {
  color: #5E3F99; }

.tag3 {
  color: #13A7F2; }

.listado-clientes img {
  margin-bottom: 30px; }

.caja-cliente {
  height: 140px;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff; }

.caja-cliente:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both; }

.logo-cliente-square {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #888;
  width: 140px;
  height: 140px; }

.logo-cliente-square img {
  width: 100%;
  height: auto; }

.cliente-info {
  padding-left: 160px;
  float: left;
  position: relative;
  width: 100%;
  padding-right: 60px; }

.cliente-info:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 20px;
  font-size: 40px;
  top: 50%;
  margin-top: -25px; }

.cliente-info h4 {
  font-size: 18px;
  font-family: 'HaboroSoft-NorDem'; }

.cliente-info p {
  font-size: 15px;
  color: #64616D;
  line-height: 1.3;
  font-family: 'HaboroSoft-NorReg'; }

.cliente-info .desde {
  background-color: #13A7F2;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 12px; }

/* Single Caso */
.singlecaso {
  padding-top: 70px; }

.header-caso {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 40px; }

.header-caso .layer {
  width: 100%;
  height: 320px;
  background: -moz-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: -webkit-linear-gradient(top, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%);
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, #2b2b2b 98%, #2b2b2b 100%); }

.header-caso h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0px 23%;
  margin-top: 90px; }

.volver {
  font-size: 15px;
  color: #3D3A49;
  font-family: 'HaboroSoft-NorReg';
  padding: 20px 0px;
  display: inline-block; }

.info-cliente {
  padding-left: 80px;
  position: relative;
  margin-bottom: 10px; }

.logo-cliente-round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 0px; }

.info-cliente h3 {
  text-align: left;
  margin: 0px;
  font-size: 26px; }

.singlecaso h4 {
  font-size: 20px;
  margin-top: 0px; }
  .singlecaso h4 span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px; }

.sidebar img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.color-estrategia {
  background-color: #ED4000; }

.color-servicio {
  background-color: #13A7F2; }

.color-creatividad {
  background-color: #5E3F99; }

.color-diseno {
  background-color: #FCBE2F; }

span.rombo {
  position: relative;
  margin-top: 60px;
  display: inline-block;
  width: 64px; }

span.rombo img {
  position: absolute;
  width: 30px;
  z-index: 99;
  left: 50%;
  margin-left: -14px;
  top: 13px; }

span.rombo:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 10px; }

.owl-carousel img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  transition: 0.3s; }

.owl-carousel img:hover {
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: 0;
  transform: scale(1.2); }

/*************************/
.listado-link-servicio {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
  border-top: 1px solid #CCCCCC; }

.listado-link-servicio li {
  border-bottom: 1px solid #CCCCCC; }

.listado-link-servicio li a {
  padding: 13px 15px;
  display: block;
  width: 100%;
  position: relative;
  color: #3D3A49;
  font-size: 15px; }

.listado-link-servicio li a span {
  display: inline-block;
  margin-right: 15px; }

.listado-link-servicio li a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 15px;
  font-size: 21px;
  top: 50%;
  margin-top: -14px; }

.panel-default > .panel-heading {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #CCCCCC;
  padding: 13px 15px; }

.panel-group .panel-default {
  background-color: transparent;
  border: 0px; }

.panel-group {
  border-top: 1px solid #CCCCCC;
  padding-top: 4px;
  margin-top: 30px;
  margin-bottom: 50px; }

.panel-title > a {
  display: block;
  position: relative;
  color: #3D3A49;
  font-size: 15px; }

.panel-title > a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0px;
  font-size: 21px;
  top: 50%;
  margin-top: -14px; }

.panel-title > a span {
  display: inline-block;
  margin-right: 20px; }

.clear {
  clear: both; }

.image-box-service {
  position: relative;
  max-width: 500px;
  float: left; }

.image-box-service span {
  display: block;
  border: 2px solid #FDBF0A;
  position: absolute; }

span.forma1 {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 10%;
  left: 100px;
  animation: shine1 3s ease-out infinite forwards; }

span.forma2 {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: 20%;
  right: 130px;
  animation: shine2 3s ease-out infinite forwards; }

span.forma3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 10%;
  left: 90px;
  animation: shine3 3s ease-out infinite forwards; }

@keyframes shine1 {
  80% {
    transform: scale(1);
    opacity: 1; }
  90% {
    transform: scale(0);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(0.5); } }

@keyframes shine2 {
  70% {
    transform: scale(1);
    opacity: 1;
    transform: rotate(45deg); }
  80% {
    transform: scale(0);
    opacity: 0;
    transform: rotate(45deg); }
  90% {
    opacity: 1;
    transform: scale(0.5);
    transform: rotate(45deg); } }

@keyframes shine3 {
  40% {
    transform: scale(1);
    opacity: 1; }
  60% {
    transform: scale(0);
    opacity: 0; }
  70% {
    opacity: 1;
    transform: scale(0.5); } }

.info-infografia {
  float: left;
  max-width: 350px; }

.linea-animada1 {
  width: 45%;
  position: absolute;
  right: 130px;
  top: 50%; }

.linea-animada1 svg path {
  stroke-dasharray: 5,5;
  /*stroke-width: 0;*/
  animation: trazar 3s ease-out infinite forwards; }

#trazo1 {
  stroke-dasharray: 659.5859375;
  stroke-dashoffset: 659.5859375; }

#trazo1b {
  opacity: 1 !important;
  stroke-width: 4 !important; }

#trazo2 {
  stroke-dasharray: 33.708866119384766;
  stroke-dashoffset: 33.708866119384766; }

@keyframes trazar {
  80% {
    stroke-dashoffset: 0;
    /*stroke-width: .5;  // todas las propiedades de path son modificables */ }
  90% {
    stroke-width: 1;
    opacity: 1; }
  100% {
    opacity: 0;
    stroke-dashoffset: 0; } }

/****** SERVCICIO *******/
/***********************/
.zone-service {
  position: relative;
  padding: 0px 75px; }

.zone-service:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both; }

.zone-service .inf-serv h4 {
  font-size: 32px;
  color: #13A7F2;
  font-family: 'HaboroSoft-NorLig';
  font-weight: 300;
  font-style: italic;
  max-width: 310px;
  background-color: #f0f0f0;
  position: relative;
  padding-left: 15px; }

.zone-service .inf-serv h4:after {
  left: 0px;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #13A7F2;
  border-width: 10px;
  margin-top: -10px; }

.zone-service .inf-serv p {
  font-size: 18px;
  color: #3D3A49;
  padding-left: 15px; }

.zone-service .inf-serv p strong {
  font-family: 'HaboroSoft-NorDem'; }

.zone-service .inf-serv {
  width: 65%;
  float: left;
  z-index: 50;
  position: relative; }

.zone-service .bx-image {
  width: 35%;
  float: left;
  z-index: 50;
  position: relative; }

.parte1 .bx-image img {
  margin-left: -65px; }

.parte2 .bx-image img {
  margin-left: 65px; }

.parte2 .inf-serv {
  margin-top: 30px; }

.parte2 .inf-serv h4 {
  max-width: 245px; }

.parte2 .inf-serv h4:after {
  left: initial;
  right: -140px;
  top: 18px;
  transform: rotate(180deg); }

.parte3 .bx-image img {
  margin-left: -65px; }

.parte3 .inf-serv {
  margin-top: 25px; }

.linea-animada1 {
  width: calc(100% - 150px);
  position: absolute;
  right: 0px;
  top: 25px; }

.linea-animada1 svg path {
  stroke-dasharray: 5,5;
  /*stroke-width: 0;*/
  animation: trazar 3s ease-out infinite forwards; }

.linea-animada2 {
  width: 35%;
  position: absolute;
  left: 0px;
  top: 55px; }

.linea-animada2 svg path {
  stroke-dasharray: 5,5;
  /*stroke-width: 0;*/
  animation: trazar 3s ease-out infinite forwards; }

.show-on {
  opacity: 0;
  transition: 1s; }

.show-on.active {
  opacity: 1; }

.video-content {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  height: 300px;
  overflow: hidden; }

.video-content:after {
  content: '';
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: #5e3f99;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5e3f99 0%, #13a7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e3f99', endColorstr='#13a7f2',GradientType=1 );
  /* IE6-9 */ }

.video-content video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.no-job-box {
  width: 100%;
  height: 160px;
  margin: 30px 0px 50px;
  color: #fff;
  padding: 30px;
  background: #5e3f99;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5e3f99 0%, #13a7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5e3f99 0%, #13a7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e3f99', endColorstr='#13a7f2',GradientType=1 );
  /* IE6-9 */ }

.no-job-box h4 {
  font-size: 24px; }

.no-job-box p {
  font-size: 15px; }

.no-job-box a {
  color: #fff;
  text-decoration: underline; }

.linkedin, .getonbrd {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center; }

.linkedin {
  background-color: #0076B7;
  background-image: url(../images/Linkedin-Logo.png); }

.getonbrd {
  background-color: #60606C;
  background-image: url(../images/getonbrd.png); }

.json-test:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both; }

.mensaje_error {
  color: #c33131;
  font-weight: bold;
  margin-left: 10px; }

.margin-box-services {
  margin-top: -110px; }

.fade.in {
  opacity: 1; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s; }

#responsiveTab {
  text-align: center;
  display: inline-block;
  width: 100%; }

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  border-bottom: 1px dotted #13A7F2;
  margin-bottom: 35px;
  text-align: center;
  display: inline-block; }

.tabs li {
  display: inline-block; }

.tabs li a {
  text-decoration: none;
  padding: 10px 16px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #13A7F2; }

.tabs li.active a,
.tabs li.active a:focus,
.tabs li.active a:hover {
  color: #13A7F2;
  cursor: default;
  background-color: transparent;
  border: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  box-shadow: none; }

.tabs li.active a:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #13A7F2;
  position: absolute;
  left: 0px;
  bottom: -4px; }

.tab-content {
  width: 100%; }

.tab-pane {
  padding: 10px;
  display: none; }

.tab-pane.active {
  display: block; }

.toggle-tab-menu {
  color: #25A8EF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  margin: 0;
  padding: 10px 0 10px 15px;
  text-align: left;
  display: none;
  cursor: pointer;
  position: relative; }

.toggle-tab-menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #13A7F2;
  position: absolute;
  left: 0px;
  bottom: -4px; }

.thumbnail-tab a figure {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  transform: scale(1);
  transition: all 600ms ease; }
  .thumbnail-tab a figure:hover {
    transform: scale(1.2); }

.thumbnail-tab {
  overflow: hidden; }

.thumbnail-tab a .caption {
  z-index: 100;
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #fff;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  padding: 8px 15px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.8em; }

#graphic-design .thumbnail-tab a .caption {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #f0f0f0; }

.title-design {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px; }

.subtitle-design {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: normal; }

.squares-service {
  margin-bottom: 1px; }

.w-0 {
  width: 1px;
  display: inline-block; }

.tagdesign {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.tagdesign li, .tagdesign a {
  color: #ffffff; }

.tagdesign li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 20px;
  margin: 3px 11px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  text-align: center;
  text-decoration: none; }

.tagdesign li::before {
  border-style: solid;
  border-width: 10px 0 10px 5px;
  content: "";
  left: -5px;
  margin-top: 0;
  position: absolute;
  top: 0; }

.tagdesign li::after {
  border-style: solid;
  border-width: 10px 5px 10px 0;
  content: "";
  margin-top: 0;
  position: absolute;
  right: -5px;
  top: 0; }

.tagdesign li.bg-red {
  background: #ED4002; }

.tagdesign li.bg-red::before {
  border-color: #ED4002 #ED4002 #ED4002 transparent; }

.tagdesign li.bg-red::after {
  border-color: #ED4002 transparent #ED4002 #ED4002; }

.tagdesign li.bg-purple {
  background: #5E3F98; }

.tagdesign li.bg-purple::before {
  border-color: #5E3F98 #5E3F98 #5E3F98 transparent; }

.tagdesign li.bg-purple::after {
  border-color: #5E3F98 transparent #5E3F98 #5E3F98; }

.tagdesign li.bg-yellow {
  background: #FDC006; }

.tagdesign li.bg-yellow::before {
  border-color: #FDC006 #FDC006 #FDC006 transparent; }

.tagdesign li.bg-yellow::after {
  border-color: #FDC006 transparent #FDC006 #FDC006; }

.tagdesign li.bg-blue {
  background: #164BD3; }

.tagdesign li.bg-blue::before {
  border-color: #164BD3 #164BD3 #164BD3 transparent; }

.tagdesign li.bg-blue::after {
  border-color: #164BD3 transparent #164BD3 #164BD3; }

.tagdesign li.bg-lightBlue {
  background: #24A7F2; }

.tagdesign li.bg-lightBlue::before {
  border-color: #24A7F2 #24A7F2 #24A7F2 transparent; }

.tagdesign li.bg-lightBlue::after {
  border-color: #24A7F2 transparent #24A7F2 #24A7F2; }

#section-character-design-cla img {
  width: 100%;
  margin: 8px 0px; }

@media (max-width: 1199px) {
  .round-box h4 {
    font-size: 19px; }
  .round-box p {
    font-size: 15px; } }

@media (max-width: 900px) {
  .fusioner {
    width: 25%;
    height: 260px; } }

@media (max-width: 767px) {
  .ptmob40 {
    padding-top: 40px; }
  .tabs {
    border-bottom-width: 0;
    width: 100%; }
  .tabs li {
    border-bottom: 1px dotted #13A7F2;
    width: calc(100% - 50px);
    float: left; }
  .tabs li.active {
    display: none; }
  .tabs li a {
    padding-left: 15px;
    text-align: left; }
  .tabs li.active a:before {
    height: 0; }
  .tab-content {
    margin-top: 40px; }
  .tab-pane.active {
    display: block; }
  .toggle-tab-menu {
    position: relative; }
  .toggle-tab-menu img {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: rotate(180deg); }
  .toggle-tab-menu img.rotate {
    transform: rotate(0deg); }
  .toggle-tab-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #13A7F2;
    position: absolute;
    left: 0px;
    bottom: -4px; } }

@media (max-width: 600px) {
  .only-mobile {
    display: block; }
  .remove-mobile {
    display: none; }
  h1 {
    margin-left: 15px; }
  header .container {
    padding: 0px; }
  .menu {
    padding: 6px 8px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -56px; }
  .menu span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 0px;
    border-radius: 1.5px;
    background-color: #3D3A49; }
  nav {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px; }
  nav ul {
    float: initial;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s; }
  nav ul.open {
    max-height: 700px; }
  nav ul li {
    display: block;
    border-top: 1px solid #c5c5c5;
    background-color: #3D3A49;
    margin-left: 0px; }
  nav ul li:first-child {
    /*margin-top: 20px;*/ }
  nav ul li a {
    margin-left: 0px;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px; }
  nav ul li .submenu li {
    background-color: #2E2C37; }
  nav ul li .submenu li a {
    padding-left: 25px; }
  .idioma {
    /*display: block;*/
    display: none;
    position: absolute;
    right: 50px;
    top: -68px;
    text-transform: uppercase; }
  #home .card {
    margin: 20px 0px 0px; }
  #home .btn-yellow {
    margin: 28px 0px 20px; }
  .contact-info {
    width: 100%;
    float: left;
    padding: 10px 20px 20px;
    margin: 10px 0px;
    border-right: 0px; }
  .data-contacto {
    margin-left: 40px; }
  .fusioner {
    width: 33.33%;
    height: 240px; }
  .fusioner > .image {
    height: 240px; }
  .fusioner > .image img {
    height: 245px;
    width: auto; }
  .caja-espiritu {
    min-height: 220px;
    height: auto; }
  .round-box {
    width: 100%;
    margin-bottom: 20px; }
  .round-box:after {
    display: none; }
  .video-content {
    height: 200px; }
  .header-page {
    height: 260px; }
  .header-page span {
    margin-bottom: 35px; }
  .header-page h2 {
    padding: 0px 10px; }
  .header-page.color-creatividad,
  .header-page.color-servicio,
  .header-page.color-estrategia,
  .header-page.color-creatividad2,
  .header-page.color-diseno {
    height: auto; }
  .header-page.color-estrategia {
    background-image: url(../images/bg-ux-mobile.png); }
  .header-page.color-servicio {
    background-image: url(../images/bg-desarrollo-mobile.png); }
  .header-page.color-creatividad {
    background-image: url(../images/bg-diseno-y-creatividad-mobile.png); }
  .header-page.color-creatividad2 {
    background-image: url(../images/bg-interior-servicio.png); }
  .header-page.color-creatividad2 span {
    margin-top: 50px; }
  .header-page.color-creatividad2 h2 {
    margin-top: 20px; }
  .header-page.color-diseno {
    border-radius: 0 0 50% 50% / 6%; }
  .header-page.color-diseno span.rombo {
    display: none; }
  .submenu {
    position: relative;
    top: initial;
    width: 100%; }
  .flex {
    display: block; }
  .card .box-img {
    height: 120px; }
  .card .layer h3 {
    height: 120px; }
  .fusioner > .image .nombre h4, .fusioner > .image .nombre h4 span {
    font-size: 13px;
    margin-bottom: 0px; }
  .fusioner > .image .nombre h4 {
    margin-left: 10px; }
  .margin-box-services {
    margin-top: 0px; }
  .reset-padd-mobile {
    padding: 0px; }
  .panel-title > a {
    padding: 0px 20px; }
  .panel-title > a span {
    position: absolute;
    left: -9px;
    top: 2px; }
  .padding-fix-tab {
    margin-right: -5px;
    margin-left: -5px; }
  .header-caso h2 {
    font-size: 25px;
    padding: 0px 5%; }
  .page.servicios {
    overflow: hidden; }
  .contacto-tab {
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parte2 .inf-serv {
    margin-top: 10px; }
  .linea-animada2 {
    top: 33px; }
  .parte3 .inf-serv {
    margin-top: 0; }
  .parte3 .inf-serv > h4 {
    margin-top: 0; } }

@media only screen and (min-width: 731px) and (max-width: 991px) {
  .fusioner {
    width: 25%;
    height: 260px; }
  .fusioner > .image .nombre {
    bottom: 20px; }
  .fusioner > .image .nombre p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px; } }

@media only screen and (min-width: 320px) and (max-width: 730px) {
  .fusioner {
    width: 33.33% !important;
    height: 285px; }
  .fusioner > .image .nombre {
    bottom: 0px; }
  .fusioner > .image .nombre p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px; } }

@media only screen and (min-width: 502px) and (max-width: 600px) {
  .fusioner {
    height: 240px; }
  .fusioner > .image img {
    height: 280px; } }

@media only screen and (min-width: 401px) and (max-width: 501px) {
  .fusioner {
    width: 50% !important;
    height: 285px; }
  .fusioner > .image {
    height: 285px; }
  .fusioner > .image img {
    height: 350px; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .fusioner {
    width: 50% !important;
    height: 245px; }
  .fusioner > .image {
    height: 245px; }
  .fusioner > .image img {
    width: 100%;
    height: auto; }
  .partners img {
    height: 22px; } }

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-info {
    padding: 15px 20px; }
  .tc-block {
    height: auto;
    display: block;
    padding-left: 90px; }
  .tc-a {
    width: 80px;
    position: absolute;
    padding-left: 0px; }
  .tc-b, .tc-c, .tc-d {
    width: 100%; }
  .tc-b:before {
    display: none; }
  .contact-info p i {
    display: none; }
  .contact-info h5 {
    margin-bottom: 0px; }
  .linea-animada1, .linea-animada2 {
    display: none; }
  .zone-service {
    padding: 0;
    float: left;
    width: 100%; }
  .zone-service .bx-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .zone-service .inf-serv h4:after {
    display: none; }
  .zone-service .bx-image:after {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #13A7F2;
    border-width: 10px;
    margin-top: -10px;
    z-index: 3; }
  .zone-service .bx-image:before {
    left: 0;
    top: 49.5%;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    height: 1px;
    content: "";
    position: absolute;
    z-index: 1; }
  .zone-service.parte1 .bx-image:after, .zone-service.parte3 .bx-image:after {
    right: 10%; }
  .zone-service.parte2 .bx-image:after {
    left: 10%;
    transform: rotate(180deg); }
  .zone-service.parte2 .bx-image img {
    float: right; }
  .bx-image img {
    margin: 0 !important;
    width: 37%;
    position: relative;
    z-index: 2; }
  .zone-service .inf-serv {
    width: 65%;
    padding-top: 23%;
    margin-top: 0; }
  .parte1 .inf-serv, .parte3 .inf-serv {
    float: right; }
  .parte2 .inf-serv {
    float: left; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .bx-image img {
    width: 66%; }
  .zone-service {
    margin-bottom: 20px; }
  .zone-service.parte1 .bx-image img, .zone-service.parte3 .bx-image img {
    left: -25%; }
  .zone-service.parte2 .bx-image img {
    right: -25%; }
  .zone-service .inf-serv {
    padding-top: 38%; }
  .zone-service .inf-serv h4 {
    font-size: 22px; }
  .zone-service .inf-serv p {
    font-size: 14px; } }

.mt0 {
  margin-top: 0px !important; }

.pt-1 {
  padding-top: 8px; }

.pt-2 {
  padding-top: 16px; }

.pt-3 {
  padding-top: 32px; }

.pt-4 {
  padding-top: 48px; }

.pb-1 {
  padding-bottom: 8px; }

.pb-2 {
  padding-bottom: 16px; }

.pb-3 {
  padding-bottom: 32px; }

.pb-4 {
  padding-bottom: 48px; }

.bg-white {
  background: #FFF; }

.d-block {
  display: block; }

.gd-banner-design-layout-content {
  padding-top: 63px; }

.gd-banner-design-layout-content .banner-content {
  padding-top: 23px; }

.gd-banner-design-layout-image {
  padding-top: 30px; }

.gd-banner-content h3 {
  color: #25A8EF;
  font-family: "Open Sans";
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  padding-bottom: 16px; }

.gd-banner-content p {
  color: #9B9B9B;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px; }

.gd-margin-top-images {
  margin-top: 20px; }

.gd-bg-white {
  background-color: #ffffff; }

.gd-footnote-text {
  color: #9B9B9B;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px; }

.gd-footnote-text-height {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center; }

.gd-img-responsive {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.gd-paleta-colores {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 60px 0 0 0;
  text-align: center; }
  .gd-paleta-colores li {
    border-radius: 50%;
    display: inline-block;
    height: 53px;
    margin: 0px 6px 45px 6px;
    width: 53px; }
    .gd-paleta-colores li:nth-child(1) {
      background-color: #5A4A42; }
    .gd-paleta-colores li:nth-child(2) {
      background-color: #676735; }
    .gd-paleta-colores li:nth-child(3) {
      background-color: #9B9B67; }
    .gd-paleta-colores li:nth-child(4) {
      background-color: #CCCC9A; }
    .gd-paleta-colores li:nth-child(5) {
      background-color: #CDCBCC; }
    .gd-paleta-colores li:nth-child(6) {
      background-color: #F1EFF0; }
    .gd-paleta-colores li:nth-child(7) {
      background-color: #98CECE; }
    .gd-paleta-colores li:nth-child(8) {
      background-color: #A4248D; }
    .gd-paleta-colores li:nth-child(9) {
      background-color: #F28C20; }
    .gd-paleta-colores li:nth-child(10) {
      background-color: #95C23D; }
    .gd-paleta-colores li:nth-child(11) {
      background-color: #CD2028; }

.gd-equal-height-flex {
  align-items: center;
  display: flex; }

.gd-width-100 {
  width: 100%; }

.gd-width-83 {
  width: 83%; }

.gd-equal-h {
  flex: 1; }

.gd-relative {
  position: relative; }

.gd-absolute-image-float-right:nth-child(3),
.gd-absolute-image-float-right:nth-child(4) {
  position: absolute;
  right: calc(0px + 15px);
  margin-left: auto;
  margin-right: auto; }

.gd-absolute-image-float-right img {
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  right: 15px; }

.gd-absolute-image-float-right:nth-child(3) {
  top: 0;
  height: 44%;
  height: 40.5%; }

.gd-absolute-image-float-right:nth-child(4) {
  bottom: 0;
  height: calc(56% - 15px);
  height: calc(59.5% - 15px); }

.gd-hr {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
  border-top: 1px solid #979797; }

.gd-banner-content--footer {
  padding-bottom: 55px;
  display: inline-block; }

.gd-banner-content--footer h3 {
  margin-bottom: 15px;
  margin-top: 15px; }

.gd-categorias {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.gd-categorias li {
  display: inline-block;
  margin: 11px 17px; }

.gd-categorias img {
  max-width: 288px;
  width: 100%; }

.gd-margin-top-neg-190-md {
  margin-top: -190px; }

.gd-margin-left-push-md {
  margin-left: 0.1px; }

.gd-footnote-text-height-fr {
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0; }

.col-side-left {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .col-side-left {
      padding-right: 8px; } }

.col-side-right {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .col-side-right {
      padding-left: 8px; } }

@media (max-width: 767px) {
  .bg-flex-order {
    display: flex;
    flex-wrap: wrap; }
  .gd-banner-design-layout-content {
    padding-top: 30px;
    order: 2; }
  .gd-banner-design-layout-image {
    padding-top: 30px;
    order: 1; }
  .gd-banner-content h3 {
    font-size: 36px;
    margin-top: 10px; }
  .gd-paleta-colores {
    padding-top: 30px; }
    .gd-paleta-colores li {
      height: 40px;
      margin-bottom: 12px;
      width: 40px; }
  .gd-width-100,
  .gd-width-83 {
    width: auto; }
  .gd-no-padding-xs {
    padding-left: 0;
    padding-right: 0; }
  .gd-margin-bottom-45 {
    margin-bottom: 45px; }
  .gd-block-xs {
    display: block; }
  .gd-absolute-image-float-right {
    position: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    height: inherit !important;
    right: inherit !important; }
  .gd-absolute-image-float-right img {
    position: inherit;
    height: inherit;
    width: auto;
    right: inherit; }
  .gd-banner-content--footer {
    padding-bottom: 110px; }
  .gd-margin-top-images-xs {
    margin-top: 20px; }
  .gd-categorias li {
    margin: 2px 6px; }
  .gd-categorias li:nth-child(3) {
    display: block; }
  .gd-categorias img {
    max-width: 143px; }
  .gd-margin-left-push-md {
    margin-left: 0; }
  .bg-flex-order-fr-xs {
    order: 4; }
  .gd-footnote-text-height-fr {
    height: 66px; } }

#section-gd-clinica-sm, #section-recycle, #section-tuto-credichile, #section-nuevopudahuel, #section-cajalosandes, #section-gd-christmas-greeting, #section-fusionainfo, #bcoestado, #grillmeter, #bch-pasos, #section-time-line {
  padding-bottom: 32px;
  background-color: white; }
  #section-gd-clinica-sm + #saber-mas, #section-recycle + #saber-mas, #section-tuto-credichile + #saber-mas, #section-nuevopudahuel + #saber-mas, #section-cajalosandes + #saber-mas, #section-gd-christmas-greeting + #saber-mas, #section-fusionainfo + #saber-mas, #bcoestado + #saber-mas, #grillmeter + #saber-mas, #bch-pasos + #saber-mas, #section-time-line + #saber-mas {
    margin-top: 0px !important; }
  #section-gd-clinica-sm .gd-img-responsive.last-img, #section-recycle .gd-img-responsive.last-img, #section-tuto-credichile .gd-img-responsive.last-img, #section-nuevopudahuel .gd-img-responsive.last-img, #section-cajalosandes .gd-img-responsive.last-img, #section-gd-christmas-greeting .gd-img-responsive.last-img, #section-fusionainfo .gd-img-responsive.last-img, #bcoestado .gd-img-responsive.last-img, #grillmeter .gd-img-responsive.last-img, #bch-pasos .gd-img-responsive.last-img, #section-time-line .gd-img-responsive.last-img {
    margin-bottom: 16px; }

#grillmeter .content-top {
  padding-bottom: 48px; }

#grillmeter .cont-line {
  border-bottom: solid 1px #979797;
  padding-bottom: 48px; }

#grillmeter .text-title-footer {
  padding-top: 32px;
  padding-bottom: 52px; }

.bg-tcc-top {
  background-color: #f0f0f0; }

#section-tuto-credichile .gd-banner-design, #section-time-line .gd-banner-design {
  background-color: #eef1f6; }

#section-time-line .bg-tcc-top, #section-time-line .gd-banner-design {
  background-color: #f0f0f0; }

#section-time-line .container-head-banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 370px; }
  @media screen and (max-width: 767px) {
    #section-time-line .container-head-banner {
      height: unset; } }
  #section-time-line .container-head-banner:before {
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #fff;
    width: 100vw;
    left: -100vw;
    top: 0px; }
  #section-time-line .container-head-banner .bdlc-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 16px !important;
    background-color: #fff; }
  #section-time-line .container-head-banner .gd-img-responsive {
    max-height: 310px; }

#section-time-line .gd-banner-design {
  background-image: url("../images/diseno/time-line/pantalla_teleton_fondo.jpg");
  background-size: cover;
  background-position: center; }

@media screen and (min-width: 768px) {
  #section-time-line .tl-video-header {
    max-width: 700px; } }

#graphic-design .gdh-text-head {
  max-width: 43em; }

#section-gd-christmas-greeting .gd-video-responsive, #section-time-line .gd-video-responsive {
  width: 100%;
  height: auto;
  margin: auto; }

#section-time-line .tl-big-title {
  font-size: 30px;
  line-height: 1.3; }

#section-time-line .banner-gradient {
  background-image: linear-gradient(#0e2659, #3DDBEB); }
  @media screen and (max-width: 767px) {
    #section-time-line .banner-gradient .pb-1.gd-margin-top-images-xs.w-100 {
      margin-bottom: -40px;
      top: -16px; } }

#section-time-line .tl-imgs-screens {
  position: relative;
  top: -16px; }

#section-fusionainfo .gd-banner-design {
  background-color: white; }

#section-fusionainfo .tl-video-header {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 100%; }
