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;
}

.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;
  }
  
  
  .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.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;
}

.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
{
    
}
/*********** 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);}


/*********** 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(.05,.43,.04,.87);
    -moz-transition: transform 0.5s cubic-bezier(.05,.43,.04,.87);
    -ms-transition: transform 0.5s cubic-bezier(.05,.43,.04,.87);
    -o-transition: transform 0.5s cubic-bezier(.05,.43,.04,.87);
    transition: transform 0.5s cubic-bezier(.05,.43,.04,.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(.05,.43,.04,.87);
    -moz-transition: opacity 0.5s cubic-bezier(.05,.43,.04,.87);
    -ms-transition: opacity 0.5s cubic-bezier(.05,.43,.04,.87);
    -o-transition: opacity 0.5s cubic-bezier(.05,.43,.04,.87);
    transition: opacity 0.5s cubic-bezier(.05,.43,.04,.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(.05,.43,.04,.87);
    -moz-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    -ms-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    -o-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    transition: all 0.5s cubic-bezier(.05,.43,.04,.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(.05,.43,.04,.87);
    -moz-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    -ms-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    -o-transition: all 0.5s cubic-bezier(.05,.43,.04,.87);
    transition: all 0.5s cubic-bezier(.05,.43,.04,.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;
}
}
@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/vn-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;
    }

    
    .menu-desplegable
    {
        padding: 120px 0 25px 0;
    }

    #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 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;
        width: 440px;
        padding: 26px 30px;
    }
   

    #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;
    }









/*** 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;
    }

}