html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #333;
  font-family: "Lato", sans-serif;
}
#page {
  overflow-x: hidden;
}

#lblError,
#lblExito {
  margin: 15px;
}

ul {
  list-style: none;
}

h1 {
  /*tiutulo home*/
  font-size: 70px;
  line-height: 65px;
  font-weight: 800;
}

h2 {
  /*tiutulo seccion*/
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}
h3 {
  /*tiutulo seccion*/
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

h4 {
  /*textodestacado*/
  font-size: 20px;
  font-weight: 800;
}

h5 {
  /*tit chico*/
  font-size: 18px;
  font-weight: 800;
}
h6 {
  /*tit chico*/
  font-size: 12px;
  font-weight: 600;
}

h7 {
  /**/
  font-size: 14px;
  line-height: 25px;
  font-weight: 800;
}
p {
  /**/
  font-size: 15px;
  line-height: 20px;
  color: #303030;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
}
::-moz-placeholder {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
}

.parallax {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section {
  position: relative;
  clear: both;
}

#main {
  overflow: hidden;
}

#footer {
  padding: 15px 0 15px 0;
}
#footer p {
  font-size: 13px;
  font-weight: 400;
}
.Contenedor {
  position: relative;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mfp-hide {
  display: none !important;
}
.blue-pop-tit {
  background: #00ffff;
  height: 50px;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 1047px;
  min-height: 621px;
  margin: 20px auto;
  padding: 0px;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(36 102 139 / 35%);
}

.mfp-close-btn-in .mfp-close {
  color: #0b0f14;
}

.mfp-bg {
  z-index: 10420;
}
.mfp-wrap {
  z-index: 10439;
}

#alert-content .titulomodal {
  padding: 15px 30px;
  background-color: #193a8d;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#alert-content.white-popup {
  position: relative;
  color: #fff;
  background-color: #193a8d;
  padding: 20px;
  width: auto;
  max-width: 400px;
  min-height: 100px;
  margin: 20px auto;
  padding: 0px;
  font-size: 19px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */

/*******************************************************************/

.cta {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(51, 204, 255, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #33ccff;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}

.seccion {
  padding: 40px 0;
  position: relative;
}
#nav .menu li a {
  display: block;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 1px;
}
.home-slider .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
  max-height: 100%;
}
#nav .menu li a.ico-instagram {
  -webkit-mask-image: url(../images/instagram.svg);
  mask-image: url(images/../instagram.svg);
  background-color: #333;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 24px;
  height: 20px;
  padding: 0;
  margin-top: 14px;
}
#nav .menu li a.ico-instagram:hover {
  background: linear-gradient(#36c8fb, #6c60b6);
}
#nav-desplegable .menu li a.ico-instagram {
  -webkit-mask-image: url(../images/instagram.svg);
  mask-image: url(images/../instagram.svg);
  background-color: #333;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 24px;
  height: 20px;
  padding: 0;
  margin-top: 14px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #dad9d9;
  box-shadow: #333 0px 0px 15px -10px;

  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

#header .logo {
  position: absolute;
  z-index: 99;
  display: block;
  top: 15px;
  left: 25px;
  width: 146px;
  height: 30px;
  background-image: url(../images/logo.png);
  background-size: cover;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.nav-toggle {
  position: absolute;
  right: 20px;
  top: 39px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 11px;
  width: 30px;
  z-index: 10;
  transition: top 0.5s ease;
}

.scrolled .nav-toggle {
  top: 29px;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #666666;
  content: "";
  height: 1px;
  width: 30px;
}

.nav-toggle .nav-toggle-bar {
  top: 5px;
}

.nav-toggle .nav-toggle-bar::after {
  width: 50%;
}
.nav-toggle .nav-toggle-bar::before {
  width: 30px;
}

.nav-toggle.expanded .nav-toggle-bar,
.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before,
.nav-toggle:hover .nav-toggle-bar,
.nav-toggle:hover .nav-toggle-bar::after,
.nav-toggle:hover .nav-toggle-bar::before {
  width: 30px;
}

.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
  margin-top: 5px;
}

.nav-toggle .nav-toggle-bar::before {
  margin-top: -5px;
}

.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  transform: rotate(45deg);
  margin-top: 0px;
  width: 21px;
  left: 4px;
}
.nav-toggle.expanded .nav-toggle-bar::before {
  transform: rotate(-45deg);
  margin-top: 0px;
  width: 21px;
  left: 4px;
}

.menu-desplegable {
  position: fixed;
  z-index: 9;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0;
  background: #fff;
  color: #333333;
  visibility: hidden;
  opacity: 0;
  padding: 60px 0 25px 0;
  text-align: center;
  overflow: auto;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-desplegable.expanded {
  visibility: visible;
  opacity: 1;
}

.menu-desplegable ul li {
  position: relative;
  display: block;
  margin: 0;
}

.menu-desplegable ul li.upOnFull {
  position: absolute;
  top: 0;
}

.menu-desplegable ul li.hasSub:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-desplegable ul li.expanded.hasSub:after {
  transform: rotate(135deg);
}

.menu-desplegable ul li a {
  display: inline-block;
  padding: 5px 25px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
}

.menu-desplegable ul li a::after {
  content: none;
}

.menu-desplegable ul.fullMenuUp > li > a {
  font-size: 14px;
  letter-spacing: 3px;
  color: #333333;
}

.menu-desplegable ul li a.menu-cta {
  margin-top: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #33ccff 0%, #6d5eb3 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  box-shadow: rgba(51, 204, 255, 0.35) 0 14px 30px -18px;
}

.menu-desplegable ul.fullMenuUp {
  position: relative;
}
/*
  .menu-desplegable ul.fullMenuUp::before
  {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50px;
      left: 50%;
      transform: translate(-50%, 0);
      background-image: url(images/menu_white_cross.svg);
      background-size: cover;
  }*/

.menu-desplegable ul li ul {
  padding: 30px 0 40px 0;
}

.menu-desplegable ul li ul li {
}
.menu-desplegable ul li ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 12px 25px;
  color: #333;
}

.menu-desplegable ul.fullMenuUp li ul li a {
  font-size: 18px;
}

#nav-desplegable {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .nav-toggle {
    top: 25px;
  }
}

.slider-wrapper {
  position: relative;
}

@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
div.mouse-container {
  display: block;
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

a.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 64px;
  border: solid 2px #fff;
  border-radius: 25px;
  -webkit-animation: scroll-mouse 1.5s;
  animation: scroll-mouse 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
a.mouse span.scroll-down {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 15% auto auto auto;
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/********************* SLIDE ********************************/
.slick-slide {
  position: relative;
}

.slick-slide h3 {
  position: absolute;
  left: 0%;
  top: 50%;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  opacity: 0;
  letter-spacing: 380px;
  transform: translate(-50%, -50%);
  margin-top: -220px;
  font-size: 242px;
}

.slick-slide.nextSlide h3 {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  letter-spacing: 380px;
  margin-top: -220px;
  font-size: 242px;
  /*left: 100%;
    transform: translate(0);*/
}

.slick-active h3 {
  font-size: 27px;
  left: 50%;
  opacity: 1;
  letter-spacing: 1px;
  margin-top: -105px;
  /**text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;**/
}

.slick-slide h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -ms-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;

  transition-delay: 0.6s;

  transform: translate(-50%, -50%);
  margin-top: 65px;
}

.slick-slide.nextSlide h4 {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;

  top: 100%;
}

.slick-active h4 {
  top: 180px;
  /**text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;**/
  font-size: 18px;
  font-weight: 500;
}

.bgLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-text-content {
  background-image: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 54px;
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(12, 12, 12, 0.065);
  pointer-events: none;
}

.over-text {
  position: relative;
}

.bg-vn {
  background-image: url(../images/vn.png);
}

.bg-calidad {
  background-image: url(../images/calidad.png);
}
.bg-design {
  background-image: url(../images/design.png);
}
.bg-works {
  background-image: url(../images/works.png);
}

.center-wrapper {
  text-align: center;
}
#home #quienes-somos .col .titulo {
  font-size: 50px;
  font-weight: 900;
  color: #0c0c0c;
  line-height: 45px;
  text-align: left;
}
#home #quienes-somos .col .cta {
  margin-top: 30px;
}
#que-hacemos {
  background-color: #f8f8f8;
}

#que-hacemos .servicios {
  margin: 50px 0 40px 0;
}

#que-hacemos .servicio {
  position: relative;
  margin-bottom: 30px;
  padding: 0px 0px 5px 90px;
}

#que-hacemos .servicio .icono {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.icon-web {
  background-image: url(../images/icon-diseno-web.png);
}
.icon-diseno {
  background-image: url(../images/ico-dg.png);
}
.icon-app {
  background-image: url(../images/icon-web-app.png);
}
.icon-social {
  background-image: url(../images/ico-sm.png);
}
.icon-marketing {
  background-image: url(../images/icon-marketing-digital.png);
}
.icon-hosting {
  background-image: url(../images/ico-h.png);
}

#que-hacemos .servicio .nombre {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0c0c0c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#que-hacemos .servicio .nombre:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #e9e9e9;
}

#que-hacemos .servicio .descripcion {
  font-size: 16px;
  font-weight: 400;
  color: #0c0c0c;
}

#que-hacemos .servicio .nombre {
}

#que-hacemos .servicio .btLink {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #33ccff;
}
/*********** SERVICIOS *********************************************/
.servicios-sup {
  position: relative;
}
.servicios-txt {
  background-image: url(../images/servicios.png);
  background-repeat: no-repeat;
  height: 228px;
  margin: -50px auto;
  background-size: contain;
}

#servicios .subtitulo {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #0c0c0c;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 25px 0;
  width: 810px;
}

#servicios .servicio {
  position: relative;
  height: 420px;
  text-align: center;
}
#servicios .nombre {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}
#servicios .descripcion {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

#servicios .servicio {
  background-size: cover;
}

#servicios .servicio .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1;
}

#servicios .servicio .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  padding: 40px;
}

.c-black .overlay {
  background-color: #0c0c0c;
}
.c-purple .overlay {
  background-color: #905fbb;
}
.c-blue .overlay {
  background-color: #33ccff;
}

#servicios .servicio.desarrollo-web {
  background-image: url(../images/servicios/desarrollo-web.jpg);
}
#servicios .servicio.diseno-grafico {
  background-image: url(../images/servicios/diseno-grafico.jpg);
}
#servicios .servicio.web-app {
  background-image: url(../images/servicios/web-app.jpg);
}
#servicios .servicio.social-media {
  background-image: url(../images/servicios/social-media.jpg);
}
#servicios .servicio.marketing-digital {
  background-image: url(../images/servicios/marketing-digital.jpg);
}
#servicios .servicio.hosting {
  background-image: url(../images/servicios/hosting.jpg);
}

#servicios .servicio .icono {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px auto;
  background-size: cover;
  width: 90px;
  height: 73px;
}

#servicios .servicio.desarrollo-web .icono {
  background-image: url(../images/servicios/icon-desarrollo-web.png);
}
#servicios .servicio.diseno-grafico .icono {
  background-image: url(../images/servicios/icon-diseno-grafico.png);
}
#servicios .servicio.web-app .icono {
  background-image: url(../images/servicios/icon-web-app.png);
}
#servicios .servicio.social-media .icono {
  background-image: url(../images/servicios/icon-social-media.png);
}
#servicios .servicio.marketing-digital .icono {
  background-image: url(../images/servicios/icon-marketing-digital.png);
}
#servicios .servicio.hosting .icono {
  background-image: url(../images/servicios/icon-hosting.png);
}

#servicios .servicio .btLink {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

/********************SOCIAL MEDIA****************************/
.b-social-media {
  background-image:
    linear-gradient(rgba(12, 12, 12, 0.45), rgba(12, 12, 12, 0.45)),
    url(../images/redes-sociales/vndigital-social-media.png);
  background-position: center;
  background-size: cover;
}

#social-media {
  background-color: #fff;
}

#social-media .banner-superior {
  height: auto;
  min-height: 430px;
  position: relative;
}

#social-media .banner-superior .titulo {
  padding-top: 120px;
  padding-bottom: 55px;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

#social-media .banner-superior h1 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: none;
}

#social-media .banner-superior p {
  display: block;
  margin: 18px 0 22px 0;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}

#social-media .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  height: 50px;
  padding: 0 24px 0 28px;
  border-radius: 34px;
  background: linear-gradient(135deg, #33ccff 0%, #6d5eb3 100%);
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.34) 0 14px 34px -18px;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#social-media .hero-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
  margin: 0;
}

#social-media .hero-cta:hover {
  background: linear-gradient(135deg, #6d5eb3 0%, #33ccff 100%);
  box-shadow: rgba(51, 204, 255, 0.35) 0 16px 34px -18px;
  transform: translateY(-1px);
}

#social-media .hero-cta:hover span {
  transform: translateX(2px);
}

#social-media .hero-cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-hero span {
  color: #fff;
}

#social-media .banner-superior .cta span {
  color: #fff;
}

#social-media .banner-superior .cta svg {
  stroke: #fff;
}

#social-media .banner-superior .cta {
  margin-top: 8px;
  padding: 17px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #33ccff 0%, #6d5eb3 100%);
  box-shadow: rgba(0, 0, 0, 0.28) 0 12px 28px -16px;
}

#social-media .banner-superior .cta:before {
  content: none;
}

#social-media .banner-superior .cta span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
}

#social-media .banner-superior .cta svg {
  margin-left: 12px;
  transform: translateX(0);
}

#social-media .banner-superior .cta:hover {
  background: linear-gradient(135deg, #6d5eb3 0%, #33ccff 100%);
  transform: translateY(-1px);
}

#social-media .banner-superior .cta:active {
  transform: scale(0.98);
}

#social-media .social-summary {
  margin-top: 40px;
}

#social-media .social-copy p {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 26px;
}

#social-media .social-copy .cta {
  margin-top: 30px;
}

#social-media .social-points {
  margin: 30px 0;
}

#social-media .social-point,
#social-media .case-point,
#social-media .plan-item,
#social-media .social-list-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 21px;
  color: #303030;
}

#social-media .social-point:before,
#social-media .case-point:before,
#social-media .plan-item:before,
#social-media .social-list-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #33ccff;
}

#social-media .social-visual {
  position: relative;
  margin-top: 35px;
  padding-bottom: 40px;
}

#social-media .visual-photo {
  height: 320px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  box-shadow: #000 0px 10px 30px -20px;
}

#social-media .visual-note {
  position: relative;
  width: calc(100% - 30px);
  margin: -45px 0 0 30px;
  padding: 28px 24px;
  border-radius: 22px;
  background-color: #0c0c0c;
  color: #fff;
  box-shadow: #000 0px 10px 30px -20px;
}

#social-media .visual-note p {
  color: #fff;
}

#social-media .note-title,
#social-media .plan-topline {
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#social-media .note-title {
  color: #33ccff;
  margin-bottom: 12px;
}

#social-media .social-solution {
  background-color: #f8f8f8;
}

#social-media .social-process {
  background-color: #fff;
}

#social-media .social-solution-copy {
  max-width: 820px;
  margin: 0 auto 32px auto;
  text-align: center;
}

#social-media .social-solution-copy p {
  font-size: 17px;
  line-height: 25px;
}

#social-media .social-benefit {
  margin-bottom: 20px;
}

#social-media .social-benefit .rectangle {
  height: 100%;
  padding: 8px 4px 14px 4px;
  border: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#social-media .social-benefit h5 {
  color: #0c0c0c;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 23px;
}

#social-media .social-benefit p {
  max-width: 260px;
  color: #8d93a3;
  font-size: 16px;
  line-height: 27px;
}

#social-media .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 14px;
}

#social-media .benefit-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

#social-media .social-list-grid,
#social-media .social-process-grid,
#social-media .social-faq-grid {
  margin-top: 10px;
}

#social-media .social-faq-grid {
  margin-top: 30px;
}

#social-media .social-process-grid {
  position: relative;
  margin-top: 42px;
  margin-bottom: 44px;
  padding-left: 42px;
}

#social-media .social-process-grid:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 13px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #6d5eb3 0%, #33ccff 100%);
}

#social-media .social-list-item {
  padding: 18px 20px 18px 48px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}

#social-media .social-list-item:before {
  top: 23px;
  left: 20px;
}

#social-media .social-step {
  position: relative;
  margin-bottom: 18px;
  padding: 24px 22px;
  min-height: 112px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 22px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 14px 32px -24px;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}

#social-media .social-step:before {
  content: "";
  position: absolute;
  top: 34px;
  left: -36px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6d5eb3 0%, #33ccff 100%);
  box-shadow: 0 0 0 6px #fff;
}

#social-media .social-step:after {
  content: "";
  position: absolute;
  top: 41px;
  left: -22px;
  width: 22px;
  height: 1px;
  background-color: #dfdfdf;
}

#social-media .social-step:last-child {
  margin-bottom: 0;
}

#social-media .social-step span {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  color: #33ccff;
}

#social-media .social-process-cta {
  margin-top: 0;
  text-align: center;
}

#social-media .social-process-cta p {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
}

#social-media .social-case {
  overflow: hidden;
}

#social-media .social-case-intro {
  max-width: 760px;
  margin: 0 auto 34px auto;
  text-align: center;
}

#social-media .social-case-intro p {
  font-size: 17px;
  line-height: 28px;
}

#social-media .brick-social-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 34px;
}

#social-media .brick-carousel-stage {
  position: relative;
  min-height: 535px;
  touch-action: pan-y;
}

#social-media .brick-side-posts {
  position: absolute;
  top: 112px;
  left: 50%;
  width: 100%;
  height: 310px;
  transform: translateX(-50%);
  pointer-events: none;
}

#social-media .brick-side-post {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 284px;
  border-radius: 18px;
  object-fit: cover;
  opacity: 0;
  filter: blur(1.5px);
  box-shadow: rgba(0, 0, 0, 0.16) 0 20px 46px -24px;
  transition:
    opacity 0.35s ease,
    filter 0.35s ease;
}

#social-media .brick-side-post.is-prev {
  opacity: 0.38;
  transform: translateX(-122%);
}

#social-media .brick-side-post.is-next {
  opacity: 0.38;
  transform: translateX(22%);
}

#social-media .brick-side-post.is-active,
#social-media .brick-side-post.is-hidden {
  opacity: 0;
  transform: translateX(-50%) scale(0.94);
}

#social-media .brick-phone {
  position: relative;
  z-index: 4;
  width: 282px;
  margin: 0 auto;
  display: block;
}

#social-media .brick-phone-frame {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#social-media .brick-post-media {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 33px;
  width: 219px;
  height: 421px;
  overflow: hidden;
  background-color: #f2f2f2;
}

#social-media .brick-screen-post {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(100%);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

#social-media .brick-screen-post.is-active {
  opacity: 1;
  transform: translateX(0);
}

#social-media .brick-screen-post.is-enter-left {
  opacity: 0;
  transform: translateX(-100%);
}

#social-media .brick-screen-post.is-enter-right {
  opacity: 0;
  transform: translateX(100%);
}

#social-media .brick-screen-post.is-exit-left {
  opacity: 0;
  transform: translateX(-100%);
}

#social-media .brick-screen-post.is-exit-right {
  opacity: 0;
  transform: translateX(100%);
}

#social-media .brick-carousel-arrow {
  position: absolute;
  z-index: 6;
  top: 242px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 16px 34px -20px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

#social-media .brick-carousel-arrow:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
}

#social-media .brick-carousel-prev {
  left: 0;
}

#social-media .brick-carousel-prev:before {
  transform: rotate(45deg);
}

#social-media .brick-carousel-next {
  right: 0;
}

#social-media .brick-carousel-next:before {
  left: 13px;
  transform: rotate(-135deg);
}

#social-media .brick-carousel-arrow:hover {
  background-color: #33ccff;
  transform: translateY(-1px);
}

#social-media .brick-carousel-arrow:hover:before {
  border-color: #fff;
}

#social-media .brick-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

#social-media .brick-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d7d7d7;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

#social-media .brick-carousel-dots button.is-active {
  background-color: #33ccff;
  transform: scale(1.35);
}

#social-media .social-case-cta {
  margin-top: 30px;
  text-align: center;
}

#social-media .social-case-cta .plan-card-cta {
  display: inline-block;
  min-width: 260px;
  margin-top: 0;
}

#social-media .social-faq {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #f8f8f8;
}

#social-media .social-plans {
  background-color: #f8f8f8;
}

#social-media .social-plan-grid {
  margin-top: 42px;
  margin-bottom: 30px;
}

#social-media .social-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 32px 24px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: #000 0px 10px 30px -24px;
}

#social-media .social-plan-featured {
  padding-top: 46px;
  border-color: #33ccff;
  background: linear-gradient(180deg, #ffffff 0%, #f0fbff 100%);
  box-shadow: rgba(51, 204, 255, 0.42) 0px 24px 46px -24px;
}

#social-media .plan-badge {
  position: absolute;
  top: -15px;
  left: 24px;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d5eb3 0%, #33ccff 100%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: rgba(109, 94, 179, 0.35) 0 12px 28px -14px;
}

#social-media .social-plan h5 {
  margin: 12px 0 14px 0;
  color: #0c0c0c;
}

#social-media .plan-price {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #0c0c0c;
}

#social-media .plan-topline {
  color: #33ccff;
}

#social-media .plan-summary {
  margin-bottom: 24px;
}

#social-media .plan-card-cta {
  display: block;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid #33ccff;
  border-radius: 999px;
  background-color: rgba(51, 204, 255, 0.08);
  color: #0c0c0c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

#social-media .plan-card-cta:hover {
  background-color: #33ccff;
  color: #fff;
}

#social-media .social-plan-note {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #646464;
}

#social-media .social-plan-cta {
  margin-top: 28px;
  text-align: center;
}

#social-media .social-faq-item {
  margin-bottom: 18px;
  padding: 26px 24px;
  border: 1px solid #dfdfdf;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 38px -30px;
}

#social-media .social-faq-item h5 {
  margin-bottom: 12px;
  color: #0c0c0c;
}

#social-media .social-final-cta {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}

#social-media .social-final-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

#social-media .final-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #33ccff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#social-media .social-final-box h2 {
  margin-bottom: 18px;
  line-height: 1.15;
  color: #0c0c0c;
  text-transform: none;
}

#social-media .social-final-box p {
  max-width: 650px;
  margin: 0 auto 26px auto;
  font-size: 17px;
  line-height: 25px;
}

/*********** TRABAJOS *********************************************/
.works-txt {
  background-image: url(../images/works-g.png);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 108px;
  background-size: contain;
  margin-bottom: -20px;
}
.trabajos-wrapper {
  position: relative;
}
.trabajos:after {
  content: "";
  display: block;
  clear: both;
}
.trabajos .trabajo {
  position: relative;
  height: 145px;
  display: block;
  overflow: hidden;
  width: 50%;
  float: left;
}
.trabajos .trabajo .imagen {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(1);

  -webkit-transition: transform 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -moz-transition: transform 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -ms-transition: transform 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: transform 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}
.trabajos .trabajo .overlay {
  position: absolute;
  padding: 40px 80px 40px 40px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  color: #fff;

  -webkit-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -moz-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -ms-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -o-transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: opacity 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}
.trabajos .trabajo:hover .imagen {
  transform: scale(1.1);
}
.trabajos .trabajo:hover .overlay {
  opacity: 1;
}

.trabajos .trabajo .overlay .etiquetas {
  position: relative;
  display: block;
  margin: 10px 0;
}

.trabajos .trabajo .overlay .etiquetas a {
  margin-right: 5px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.trabajos .trabajo .overlay .etiquetas a:after {
  content: "/";
  margin-left: 5px;
}

.trabajos .trabajo .overlay .etiquetas a:last-child:after {
  content: "";
  margin-left: 0px;
}

.trabajos .trabajo .overlay .etiquetas a:hover {
  color: #33ccff;
}

.trabajos .trabajo .overlay svg {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 50px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 1;
  opacity: 0;
  transform: translateX(-85px);
  transition: all 0.5s ease;
}

.trabajos .trabajo:hover .overlay svg {
  opacity: 1;
  transform: translateX(0px);
}
:focus {
  outline: none;
}

.titulo {
  position: relative;
  text-align: center;
  padding: 25px 0;
}

.titulo span {
  display: block;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.button {
  padding: 10px 17px;
  background: 0 0;
  border: none;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  font-weight: 500;
  font-family: Lato;
  color: #0c0c0c;
  letter-spacing: 1px;
}

.button.is-checked,
.button:active {
  background: rgb(102, 102, 204);
  background: linear-gradient(
    90deg,
    rgba(102, 102, 204, 1) 0%,
    rgba(0, 204, 255, 1) 100%
  );
  color: #fff;
  border-radius: 16px;
}

.button:hover {
  color: #33ccff;
}
.button.is-checked {
  color: #fff;
}

.button-group {
  padding-top: 10px;
  margin: 40px 20px 30px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.parallax {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#contacto-banner {
  color: #fff;
  text-align: center;
}

#contacto-banner.parallax {
  background-image: url(../images/contacto-vn-digital2.jpg);
}

#contaccontacto-bannerto .titulo {
  font-size: 42px;
  font-weight: 600;
}

#contacto-banner p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 17px;
  margin: 0px 0 20px 0;
  line-height: 25px;
}

#contacto-banner p b {
  font-weight: 600;
}

.cta-wp {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 35px 40px 50px;
  color: #4caf50;
  letter-spacing: 1px;
  background-color: #fff;
  margin: 10px 15px;
  box-shadow: #000 0px 0px 20px -5px;
  border-radius: 28px;
  -webkit-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -moz-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -ms-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -o-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}
.cta-wp:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(../images/whatsapp.png);
  background-position: bottom;
}
.cta-wp:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(../images/whatsapp.png);
  background-position: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-wp:hover {
  background-color: #4caf50;
  color: #fff;
}
.cta-wp:hover:after {
  opacity: 0;
}
.cta-mail {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 35px 40px 50px;
  color: #0c0c0c;
  letter-spacing: 1px;
  background-color: #fff;
  margin: 10px 15px;
  box-shadow: #000 0px 0px 20px -5px;
  border-radius: 28px;

  -webkit-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -moz-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -ms-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  -o-transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
  transition: all 0.5s cubic-bezier(0.05, 0.43, 0.04, 0.87);
}
.cta-mail:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 27px;
  height: 20px;
  background-image: url(../images/cta-contacto.png);
  background-position: top;
}
.cta-mail:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 27px;
  height: 20px;
  background-image: url(../images/cta-contacto.png);
  background-position: bottom;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-mail:hover {
  background-color: #0c0c0c;
  color: #fff;
}
.cta-mail:hover:after {
  opacity: 0;
}
.cta-wp span,
.cta-mail span {
  display: none;
}
.cta span {
  display: inline-block;
}
/******************** - HOME - destacados****************************/

#destacados .container {
  padding: 0;
}
#destacados .trabajos {
  margin: 20px 0;
}
/********************NOSOTROS****************************/
.banner-superior {
  height: 250px;
  background-repeat: no-repeat;
}
.b-nosotros {
  background-image: url(../images/b-nosotros.jpg);
}

.banner-superior h2 {
  color: #33ccff;
  letter-spacing: 0.8px;
}
.banner-superior h7 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.banner-superior .titulo {
  padding-top: 135px;
}

.quienes-somos .titulo {
  background-image: url(../images/vn.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 20px;
  background-size: contain;
}
#nosotros .subtitulo {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #0c0c0c;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 25px 0;
}

.mision-vision {
  position: relative;
}
.mision-vision .col-left {
  padding: 20px 0px;
}

.why-choose {
  background-color: #f8f8f8;
  padding: 60px 0 80px;
}

#nosotros .items {
  position: relative;
  padding: 20px 0 60px 0;
}
#nosotros .fila {
  position: relative;
  margin: 25px auto;
  padding: 25px 0;
  box-sizing: content-box;
}
#nosotros .fila h5 {
  color: #9b90cb;
  letter-spacing: 0.5px;
}

#nosotros .fila .icon-wrapper {
  position: absolute;
  left: -200px;
  top: 10%;
  z-index: 9;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1px solid #ccc;
  opacity: 0;
  transition: all 0.7s ease;
  background-color: #fff;
}
#nosotros .fila .text-wrapper {
  background-color: #fff;
  opacity: 0;
  transition: all 0.7s ease;
}

#nosotros .fila.appear .icon-wrapper {
  left: 0;
  opacity: 1;
}
#nosotros .fila.appear .text-wrapper {
  right: 0;
  opacity: 1;
}

#nosotros .fila:nth-child(even) .icon-wrapper {
  right: -200px;
  left: auto;
}
#nosotros .fila:nth-child(even) .text-wrapper {
  left: -200px;
  right: auto;
}

#nosotros .fila.appear:nth-child(even) .icon-wrapper {
  right: 0;
  opacity: 1;
}
#nosotros .fila.appear:nth-child(even) .text-wrapper {
  left: 0;
  opacity: 1;
}

#nosotros .fila .icono {
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center center;
}

#nosotros .fila .ico-graph {
  background-image: url(../images/nosotros/ico-graph.png);
}
#nosotros .fila .ico-computer {
  background-image: url(../images/nosotros/ico-tech.png);
  background-size: 60px;
}
#nosotros .fila .ico-lupe {
  background-image: url(../images/nosotros/ico-idea.png);
}
#nosotros .fila .ico-hand {
  background-image: url(../images/nosotros/ico-hand.png);
}
#nosotros .fila .ico-magic {
  background-image: url(../images/nosotros/ico-magic.png);
  background-size: 55px;
}

.rectangle {
  border: 1px solid #ccc;
  padding: 51px 20px 26px 20px;
}
/********************HOSTING****************************/
#hosting {
}
#hosting .banner-superior {
  height: auto;
  background-repeat: no-repeat;
  background-color: #000;
}
#hosting .b-hosting {
  background-image: url(../images/hosting/banner.png);
}
#hosting .b-hosting {
  background-position: bottom;
}
#hosting .banner-superior h1 {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  margin-top: 30px;
}
#hosting .banner-superior h5 {
  margin-top: 100px;
  font-size: 18px;
  color: #6d5eb3;
  font-weight: 400;
  padding: 10px 0 0 0;
}
#hosting .titulo {
  position: relative;
  text-align: left;
  padding: 25px 0;
}
#hosting .caracteristicas-p {
  position: relative;
  padding: 0 30px;
}

#hosting .item {
  position: relative;
}
#hosting .item .icono {
  width: 65px;
  height: 60px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px 15px 0;
  vertical-align: middle;
}
#hosting .item .nombre {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.icon-espacio {
  background-image: url(../images/hosting/espacio.png);
}
.icon-servidores {
  background-image: url(../images/hosting/servidores.png);
}
.icon-certificado {
  background-image: url(../images/hosting/certificado.png);
}
.icon-correos {
  background-image: url(../images/hosting/correos.png);
}
#hosting .cta {
  margin-top: 40px;
}

#hosting .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgb(51 204 255 / 82%);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
#hosting .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
#hosting .cta:hover:before {
  width: 100%;
  background: #6e5cb3;
}
#hosting .titulo span {
  color: #fff;
}
#hosting .cta svg {
  stroke: #fff;
}

#hosting li {
  background-image: url(../images/hosting/check.png);
  background-repeat: no-repeat;
  list-style: none;
  display: block;
  padding: 0 35px;
  margin: 16px 0;
  background-position: 0 8px;
  font-size: 18px;
}

.hosting .titulo {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: auto;
}

.hosting .titulo h5 {
  font-size: 18px;
  color: #6d5eb3;
  font-weight: 400;
}
.hosting .subtitulo {
  font-size: 55px;
  font-weight: 900;
  margin-top: 10px;
}
.hosting .col-left {
}
.hosting .col-right {
  margin-top: 30px;
}

.mail-hosting {
  display: block;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  padding-left: 40px;
  background-image: url(../images/ico-mail-pink.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}

/********************WORK - DETALLE****************************/
.superior {
  background-color: #f6f6f6;
  height: 145px;

  padding: 30px 0;
  background-image: url(../images/work.png);
  background-repeat: no-repeat;
  background-position: center 12px;
  margin-top: 30px;
}

#cliente {
  position: relative;
}

.breadcrumb {
  padding: 15px 20px 12px 20px;
}
.breadcrumb p {
  font-size: 35px;
  color: #0c0c0c;
  font-weight: 400;
  padding: 10px 0;
}
.breadcrumb a {
  color: #33ccff;
  font-weight: 600;
}
.breadcrumb a:hover {
  opacity: 0.5;
}

/********************contacto****************************/
#contacto {
  background-color: #f9f9f9;
}
#contacto .titulo h3 {
  font-size: 32px;
  font-weight: 300;
}
.main-contact .titulo h3 span {
  font-weight: 600;
  font-size: 32px;
  color: #0c0c0c;
  display: inline-block;
}
#contacto .subtitulo {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #0c0c0c;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 25px 0;
}
#contacto .subtitulo a {
  font-weight: 400;
  display: block;
}
#contacto .banner-superior {
  height: 200px;
  background-repeat: no-repeat;
}
#contacto .banner-superior .titulo {
  padding-top: 75px;
}

.b-contacto {
  background-image: url(../images/b-contacto.jpg);
}

.main-contact {
  position: relative;
  padding-top: 80px;
}

.formulario-contacto {
  position: relative;
  background-image: url(../images/big-mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0 50px;
}
.formulario-contacto .container {
  width: 615px;
  padding: 20px 0 110px 0;
}
.formulario-contacto input {
  height: 55px;
  width: 100%;
  margin: 2% 3% 2% 0;
  background-color: #fff;
  border: none;
  padding-left: 15px;
  box-shadow: #333 0px 0px 10px -7px;
}
.formulario-contacto input:nth-child(2n) {
  margin-right: 0%;
}
.formulario-contacto textarea {
  border: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 175px;
  width: 100%;
  background-color: #fff;
  padding-left: 15px;
  padding-top: 20px;
  box-shadow: #333 0px 0px 10px -7px;
}

@media only screen and (min-width: 1024px) {
  .formulario-contacto input {
    width: 48%;
    margin: 2% 3% 2% 0;
  }
}

#contacto #contacto-banner {
  display: none;
}

.formulario-contacto .cta {
  float: right;
  margin: 0 0 0 0;
}
.datosRequeridos {
  float: right;
  padding: 22px 25px 0 0;
  font-size: 14px;
}
@media only screen and (max-width : 799px) {
 .flex .col-right{
	 display:none;
 }
 .slick-active h3
{
    font-size: 32px;
}
 .slick-slide h3, 
 .slick-slide h4{
	max-width: 100%;
    text-align: center;
    white-space: normal;
	top: 70%;
 }
 .slick-slide h4{
	 display:none;
	 }
#destacados .trabajos
    {
        margin: 20px 0;
    }
	#hosting .banner-superior h1 {
    font-size: 45px;
    margin-top: 20px;
}
.trabajo .overlay{
padding: 30px 40px 20px 15px;
}

.trabajo .overlay h4{
	font-size:14px;
}

.trabajos .trabajo .overlay .etiquetas a{
	font-size:13px;
}

.trabajos .trabajo .overlay svg
{
	bottom: 0px;
    right: 20px;
}
#filtro .button{
	    padding: 10px 14px;
		font-size: 13px;
		margin: 2px;
}
#works .trabajos-wrapper{
	margin-top: -60px;
}
#hosting .banner-superior {
    background-size: cover;
}
#hosting .item .nombre {
    font-size: 16px;
}

#hosting .item .icono {
    width: 55px;
    height: 52px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 4px 5px 0;
    vertical-align: middle;
    background-size: 70%;
}
#hosting .caracteristicas-p {
    padding: 0 30px 50px 30px;
}
#contacto .banner-superior {
    background-size: 160%;
    background-position: bottom;
}
#contacto .banner-superior .titulo {
    padding-top: 90px;
}
.banner-superior h7 {
    font-size: 18px;
}
#contacto .subtitulo {
    font-size: 19px;
}
#contacto .subtitulo {
    padding: 20px 0 0px 0;
}
.main-contact {
    padding-top: 20px;
}
.formulario-contacto {
    padding: 0 20px;
}
.datosRequeridos {
padding: 22px 18px 0 0;
    font-size: 12px;
}
}@media only screen and (min-width : 768px) {
	
    .container {
        padding: 0 40px;
    }
    h2{/*tiutulo seccion*/
        font-size: 28px;
    }
    p{/**/
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
        

    /*** SLIDE ***/
    .home-slider .image
{
    height: 600px;
}
    .slick-active h3{
        font-size: 40px;
    }
    .slick-active h4
    {
        font-size: 25px;
    }
    a.mouse {
        width: 50px;
        height: 80px;
      }
    .seccion
    {
        padding: 60px 0;
        position: relative;
    }
    #que-hacemos .servicios
    {
        margin: 80px 0 60px 0;
    }
    #que-hacemos .servicio {        
    padding: 0px 25px 15px 95px;
    }
    #que-hacemos .servicio .icono
    {
        position: absolute;
        width: 64px;
    }
/*** TRABAJOS ***/
    .trabajos:after{
        content: '';
        display: block;
        clear: both;
    }
    
/*** DESTACADOS ***/
    #destacados .trabajos
    {
        margin: 60px 0;
    }
    
    .trabajos .trabajo {
        position: relative;
        float: left;
        width: 50%;
        height:305px;
    }
#que-hacemos .servicio .icono
{
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: top;
}
/*** contacto-banner ***/
    #contacto-banner p
    {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
  




/********************NOSOTROS****************************/
.banner-superior{
    height:320px;
}

.banner-superior h7{
    font-size: 22px;
}
.quienes-somos .titulo{
    padding-bottom: 70px;
    background-size: auto;
}
#nosotros .subtitulo {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #0c0c0c;
    text-align:center;
    margin: 0 auto;
    width: 800px;
    padding: 20px 0 25px 0;
}
#nosotros .why-choose .subtitulo {
    width: 495px;
}
.mision-vision .col-left{
    float:left;
    padding: 50px 60px;    
    width: 50%;
}
.why-choose{
    padding: 80px 0 110px;
}
.why-choose .subtitulo{
    width:50%;
}.
#nosotros .fila .col-left{
    float:left;
}

 .flex{
	 display:flex;
 }
  .flex .col-left{
	 width:40%;
 }
  .flex .col-right{
	 flex:1;
 }

#hosting .banner-superior h1{

    font-size:75px;
	width: 500px;
}
#hosting .caracteristicas-p{
	    position: absolute;
    top: 200px;
    right: 260px;
	padding: 0;
}

#hosting .banner-superior {
    height: auto;
}

/********************SOCIAL MEDIA****************************/
#social-media .social-point,
#social-media .case-point,
#social-media .plan-item,
#social-media .social-list-item{
    font-size: 16px;
    line-height: 23px;
}

#social-media .social-benefit .rectangle{
    padding: 8px 4px 14px 4px;
}

#social-media .social-plan{
    padding: 38px 30px;
}
}
@media only screen and (max-width: 1023px) {
  .nav-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    z-index: 1;
    opacity: 0;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .nav-wrapper.expanded {
    visibility: visible;
    opacity: 1;
  }

  .bgText {
    display: none;
  }

  #header .logo-min {
    position: absolute;
    display: block;
    top: 17px;
    left: 25px;
    width: 48px;
    height: 25px;
    background-image: url("../images/iso.png");
    background-size: cover;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }

  #header .menu {
    /*padding: 80px 0;*/
  }
  #header .menu li {
    position: relative;
    text-align: center;
  }

  #nav .menu li a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 3px;
  }

  #nav .menu li > a {
    left: 150px;
  }

  #nav .expanded .menu li > a {
    left: 0px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /*#header .expanded .menu > li:nth-child(1) > a { transition-delay: 0s }*/
  /*#header .expanded .menu > li:nth-child(2) > a { transition-delay: .2s }
		#header .expanded .menu > li:nth-child(3) > a { transition-delay: .4s }
		#header .expanded .menu > li:nth-child(4) > a { transition-delay: .6s }
		#header .expanded .menu > li:nth-child(5) > a { transition-delay: .8s }
		#header .expanded .menu > li:nth-child(6) > a { transition-delay: 1s }
		#header .expanded .menu > li:nth-child(7) > a { transition-delay: 1.2s }
		#header .expanded .menu > li:nth-child(8) > a { transition-delay: 1.4s }
		*/

  #nav .menu li ul {
    height: 0;
    opacity: 0;
    overflow: hidden;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #nav .menu li.hasSub > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(0, -50%);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 3px;
  }

  #nav .menu li.hasSub.expanded > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(0, -50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-top: -3px;
  }

  #nav .menu li.expanded ul {
    opacity: 1;
  }

  #nav .menu li ul li a {
    font-size: 13px;
    padding: 10px;
    font-weight: 400;
  }
  #hosting .banner-superior {
    height: auto;
  }
}
/*TABLET HORIZONTAL O MONITOR CUADRADO*/
@media only screen and (min-width: 1024px) {
  body {
    padding-top: 90px;
  }

  .container {
    width: 960px;
  }

  #header {
    height: 90px;
  }

  #header.scrolled {
    height: 70px;
  }

  #header .logo {
    position: absolute;
    display: block;
    top: 26px;
    width: 215px;
    height: 41px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #header.scrolled .logo {
    top: 12px;
  }

  .nav-wrapper {
    position: absolute;
    top: 20px;
    right: 75px;

    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }

  .nav-toggle,
  .menu-desplegable {
    display: none;
  }

  #header.scrolled .nav-wrapper {
    top: 10px;
  }

  #nav .menu li {
    position: relative;
    float: left;
    padding: 0 15px;
    border-bottom: 0px solid transparent;
  }

  #nav .menu li a {
    display: block;
    padding: 15px;
  }

  #nav .menu li a.menu-cta {
    margin-top: 7px;
    padding: 8px 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #33ccff 0%, #6d5eb3 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.6px;
    box-shadow: rgba(51, 204, 255, 0.28) 0 12px 28px -18px;
    transition: all 0.25s ease;
  }

  #nav .menu li a.menu-cta:hover {
    background: linear-gradient(135deg, #6d5eb3 0%, #33ccff 100%);
    color: #fff;
    transform: translateY(-1px);
  }

  #nav .menu li ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 0;
    background: #fff;
    box-shadow: #333 0px 5px 10px -5px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #nav .menu li:hover ul {
    height: auto;
    visibility: initial;
    opacity: 1;
    top: 100%;
  }

  #nav .menu li ul li {
    white-space: nowrap;
    background: #fff;
    display: block;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #nav .menu li ul li a {
    padding-left: 15px;
    width: 170px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #nav .menu li ul li:hover {
    background: #333;
  }

  #nav .menu li ul li:hover a {
    padding-left: 35px;
    color: #fff;
  }
  /*** SLIDE ***/
  .slick-active h3 {
    font-size: 62px;
  }
  .slick-active h4 {
    font-size: 30px;
  }
  /*** DESTACADOS ***/
  #destacados .trabajos {
    margin: 80px 0;
  }
  /*** TRABAJOS ***/
  .trabajos-wrapper {
    padding-bottom: 80px;
  }

  .breadcrumb {
    margin: 0 105px 20px 15px;
  }

  .seccion {
    padding: 80px 0;
  }

  .col-6 {
    float: left;
    width: 50%;
  }
  .col-4 {
    float: left;
    width: 33.33%;
  }
  .col-3 {
    float: left;
    width: 25%;
  }

  #home #quienes-somos .col {
    float: left;
    width: 50%;
    padding: 0 45px;
  }

  #home #quienes-somos .col .descripcion {
    position: relative;
    padding-left: 100px;
    padding-top: 25px;
  }

  #home #quienes-somos .col .titulo {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
  }

  #home #quienes-somos .col .texto {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #0c0c0c;
  }

  #home #quienes-somos .col .imagen {
    background-image: url(../images/foto-1.jpg);
    width: 510px;
    height: 361px;
    box-shadow: #333 0px 10px 15px -10px;
  }

  #nosotros .fila {
    margin: 25px auto;
    padding: 25px 0;
    height: 135px;
    width: 958px;
    border-bottom: 1px solid #ccc;
  }

  #nosotros .fila::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ccc;

    opacity: 0;

    transition: all 0.2s ease;
    transition-delay: 0.4s;
  }

  #nosotros .fila.appear::before {
    opacity: 1;
  }

  #nosotros .fila .icon-wrapper {
    position: absolute;
    left: -200px;
    top: 50%;
  }

  #nosotros .fila .text-wrapper {
    position: absolute;
    background-color: #fff;
    right: -200px;
    top: 50%;
    transform: translate(0, -50%);

    opacity: 0;
    transition: all 0.7s ease;
  }

  #nosotros .fila .icono {
    width: 135px;
    height: 135px;
  }

  .rectangle {
    border: 1px solid #ccc;
    padding: 26px 30px;
  }

  .social-benefit-grid {
    padding-top: 40px;
  }

  #que-hacemos .servicio {
    float: left;
    width: 33.33%;
    min-height: 140px;
  }

  .col-img {
    float: left;
  }

  .col-img img {
    width: 100%;
  }

  .fila-2 .col-img {
    width: 49%;
    margin: 0.5%;
  }

  #servicios .servicio {
    position: relative;
    height: 420px;
    width: 33%;
    float: left;
    text-align: center;
  }

  /********************SOCIAL MEDIA****************************/
  #social-media .banner-superior {
    min-height: 560px;
  }

  #social-media .banner-superior .titulo {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  #social-media .banner-superior h1 {
    font-size: 44px;
    line-height: 50px;
  }

  #social-media .bg-text-content {
    font-size: 150px;
    line-height: 0.78;
  }

  #social-media .social-summary {
    margin-top: 60px;
  }

  .social-summary {
    display: flex;
    gap: 40px;
    justify-content: center;
  }

  #social-media .social-copy {
    width: 37%;
    padding-top: 40px;
  }

  #social-media .social-visual {
    width: 30%;
  }
  #social-media .social-visual {
    margin-left: 4%;
  }

  #social-media .social-visual {
    margin-top: 0;
  }

  #social-media .visual-photo {
    height: 615px;
  }

  #social-media .visual-note {
    width: 290px;
    margin: -175px auto 0 -140px;
  }

  #social-media .social-benefit {
    float: left;
    width: 23%;
    margin: 0 1% 24px 1%;
  }

  #social-media .social-list-item {
    float: left;
    width: 48%;
    min-height: 82px;
    margin: 0 1%;
  }

  #social-media .social-step {
    float: none;
    width: calc(50% - 54px);
    min-height: 0;
    margin: 0 0 0 0;
    padding: 26px 28px;
    text-align: left;
  }

  #social-media .social-process-grid {
    max-width: 980px;
    margin: 56px auto 56px auto;
    padding-left: 0;
  }

  #social-media .social-process-grid:before {
    left: 50%;
    top: 8px;
    bottom: 8px;
    transform: translateX(-50%);
  }

  #social-media .social-step:nth-child(even) {
    margin-left: 50%;
    transform: translateX(54px);
    padding: 26px 28px;
    text-align: left;
  }

  #social-media .social-step:before {
    top: 34px;
    left: auto;
    right: -62px;
    width: 16px;
    height: 16px;
  }

  #social-media .social-step:after {
    top: 42px;
    left: auto;
    right: -46px;
    width: 46px;
  }

  #social-media .social-step:nth-child(even):before {
    right: auto;
    left: -62px;
  }

  #social-media .social-step:nth-child(even):after {
    right: auto;
    left: -46px;
  }

  #social-media .social-step:last-child {
    padding: 26px 28px;
  }

  #social-media .social-plan-grid {
    display: flex;
    align-items: stretch;
    margin-top: 56px;
    margin-bottom: 42px;
  }

  #social-media .social-case-intro {
    margin-bottom: 46px;
  }

  #social-media .brick-social-carousel {
    max-width: 960px;
    padding: 0 80px;
  }

  #social-media .brick-carousel-stage {
    min-height: 660px;
  }

  #social-media .brick-side-posts {
    top: 118px;
    height: 450px;
  }

  #social-media .brick-side-post {
    width: 240px;
    height: 427px;
  }

  #social-media .brick-side-post.is-prev {
    opacity: 0.44;
    transform: translateX(-138%);
  }

  #social-media .brick-side-post.is-next {
    opacity: 0.44;
    transform: translateX(38%);
  }

  #social-media .brick-phone {
    width: 360px;
  }

  #social-media .brick-post-media {
    top: 51px;
    left: 42px;
    width: 280px;
    height: 538px;
  }

  #social-media .brick-carousel-arrow {
    top: 300px;
  }

  #social-media .social-plan {
    width: 31.33%;
    margin: 0 1% 0 1%;
  }

  #social-media .social-plan-featured {
    transform: translateY(-18px);
  }

  #social-media .social-plan-cta {
    margin-top: 34px;
  }

  #social-media .social-faq {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  #social-media .social-faq-grid {
    margin-top: 44px;
  }

  #social-media .social-faq-item {
    float: left;
    width: 48%;
    min-height: 170px;
    margin: 0 1% 24px 1%;
  }

  /*** contacto-banner ***/
  .cta-mail {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 35px 20px 80px;
    margin: 40px 65px;
    border-radius: 28px;
  }
  .cta-wp {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 35px 20px 80px;
    margin: 40px 65px;
    border-radius: 28px;
  }
  .cta-wp span,
  .cta-mail span {
    display: block;
  }
  .fila-3 .col-img {
    width: 32.33%;
    margin: 0 0.5%;
  }

  #hosting .banner-superior {
    height: 740px;
  }

  #footer {
    padding: 30px 0 30px 0;
  }
  #footer p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width : 1366px) {
#hosting .banner-superior {
    height: auto;
}

.hosting .col-right{
	margin-top: 30px;
}
}/*NOTEBOOK*/
@media only screen and (min-width : 1366px) {

	h2{
        font-size: 38px;
    }
    .container {
        width: 1200px;
    }

    .trabajos .trabajo
    {
        position: relative;
        float: left;
        width: 33.33%;
    }


    .titulo span
    {
        font-size: 22px;
    }


    #destacados .container{
  
    }


.trabajos .trabajo{
    height: 350px;
}
#contacto-banner p{
	font-size: 24px;
}


/*********** TRABAJOS *********************************************/
.works-txt{
    position: absolute;
    top:-160px;
    left:50%;
    margin-left:-420px;
    width:840px;
    height:228px;
	    background-size: auto;
    margin-bottom: auto;
}

.button {
    margin: 0 5px;
}
.button-group {
    margin:0 0 190px 0;
}

/********************WORK - DETALLE****************************/
.superior{
	    margin-top: 0px;
		    height: 185px;
}
.breadcrumb p {
    
	font-size: 45px;
    padding: 20px 0;
}
/********************HOSTING****************************/
#hosting{
	
}
#hosting .banner-superior{
    height:740px;
}
#hosting .b-hosting {
    background-position: right;
}
#hosting .titulo span {
    font-size: 20px;
}
}@media only screen and (max-width : 1600px) {

}/*GRANDE*/
@media only screen and (min-width : 1600px) {
    
    .container {
        width: 1366px;
    }

}