@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Molle:400i|Open+Sans+Condensed:300,700');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body,html {
    width: 100%;
    min-height: 100vh;
}
body {
    overflow-x: hidden;
}
.container {
    max-width: 1500px;
    min-width: 350px;
    position: relative;
    margin: auto;
}
::selection {
    color: #ffffff!important;
    background-color: #d1d1d1!important;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padded-servicios {
    padding-top: 90px;
    padding-bottom: 20px;
}
.padded-productos {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padded-footer {
    padding-top: 60px;
	padding-bottom: 50px;
}
header {
    position: relative;
}
section {
    position: relative;
	box-sizing: border-box;
    z-index: 9;
	background: #fff;
}
#header {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 10;
    display: table;
}
.main-menu {
    width: 100%;
    height: 90px;
    background-color: #000000;
}
.logo {
    width: 25%;
    height: 90px;
    float: left;
}
.logo img {
    width: 170px;
    display: table;
    margin: auto;
}
.menu-left {
    width: 42%;
    height: 90px;
    float: left;
}
#btn-menu{ 
    display: none; 
}
header label{ 
    cursor: pointer; 
    float: right; 
    width: 50px; 
    height: 50px; 
    text-align: center; 
    line-height: 50px; 
    color: #FFF; 
    margin-top: 10px; 
    font-size: 30px; 
    display: none;
}
.menu ul {
    display: inline-flex;
    float: left;
    list-style: none;
}
.menu ul ul {
    display: none;
}
.menu a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    padding: 38px 15px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
.menu a:hover {
    color: #dbdbdb;
}
.menu-number {
    width: 30%;
    height: 90px;
    float: right;
}
.menu-number a {
    font-size: 13px;
    color: #FFF;
    padding: 38px 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}
.menu-number i {
    width: 25px;
}
.navigation-wrapper {
    display: none;
}
.slides-nav {
    z-index: 99;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 30px;
    
    color: #111;
}
@media (min-width: 54em) {
    .slides-nav {
      right: -2%;
    }
  }
  .slides-nav__nav {
    position: relative;
    right: 0;
    display: block;
    font-size: 1em;
    transform: rotate(90deg);
    transform-origin: center;
  }
  .slides-nav button {
    position: relative;
    display: inline-block;
    padding: 0.35em;
    margin: 0;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    overflow-x: hidden;
    transition: color 0.5s ease;
  }
  .slides-nav button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 0;
    background: #000;
    transition: width 0.4s ease;
  }
  .slides-nav button:hover {
    cursor: pointer;
    color: rgba(17, 17, 17, 0.75);
    transition: color 0.5s ease;
  }
  .slides-nav button:hover:after {
    width: 100%;
    transition: width 0.4s ease;
  }
  .slides-nav button:focus {
    outline: 0;
  }
  .is-sliding .slides-nav {
    pointer-events: none;
  }
  .slides {
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    background: #fff;
    transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
  }
  .is-sliding .slides {
    background: #ededed;
    transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
  }
  
.slide {
    z-index: -1;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    transition: z-index 1s ease;
}
.slide.is-active {
    z-index: 19;
    transition: z-index 1s ease;
}
.slide__content {
    position: relative;
    margin: 0 auto;
    height: 95%;
    width: 95%;
    top: 2.5%;
}
@media (min-width: 54em) {
    .slide__content {
      height: 80%;
      width: 80%;
      top: 8%;
    }
  }
.slide__header {
    z-index: 9;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    transform: translateX(5%);
}
@media (min-width: 54em) {
    .slide__header {
      transform: translateX(-5%);
    }
}
.slide__title {
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #111;
    overflow-y: hidden;
  }
@media (min-width: 54em) {
    .slide__title {
      font-size: 4em;
    }
}
.slide__title .title-line {
    display: block;
    overflow-y: hidden;
}
.slide__title .title-line span {
    display: inline-block;
    transform: translate3d(0, 140%, 0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.8s ease;
}
.slide__title .title-line span:nth-child(1) {
    transition-delay: 0.15s;
}
.slide__title .title-line span:nth-child(2) {
    transition-delay: 0.3s;
}
.is-active .slide__title .title-line span {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-active .slide__title .title-line:nth-of-type(2n) span {
    transition-delay: 0.2s;
}
.slide__figure {
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
    transform: scale(0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__img {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    height: 0%;
    width: 100%;
    filter: grayscale(100%);
    transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
}
.is-active .slide__img {
    height: 100%;
    opacity: 1;
    transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
}
.is-sliding .slide__img {
    filter: grayscale(0%);
}
.contenedor-header {
    display: none;
}
.header-img {
    display: none;
}
.header-text {
    display: none;
}
.menu-fixed { 
    position: fixed; 
    top: 0; 
    width: 100%; 
    /*max-width: 1200px;*/ 
    background-color: rgb(0, 0, 0)!important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.137);
    transition: all .3s ease; 
    z-index: 99999; 
}
/*Quienes Somos*/
.quienes-somos {
    width: 100%;
    background-color: rgb(206, 206, 206);
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contenedor-opacidad-nosotros {
    width: 100%;
    min-height: 85vh;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: rgba(255, 255, 255, 0.842);
    display: table;
}
.left-nosotros {
    width: 50%;
    height: 600px;
    position: relative;
    padding: 20px;
    float: left;
    display: table;
}
.left-nosotros img {
    width: 70%;
    display: table;
    margin: auto;
    margin-top: 35px;
}
.right-nosotros {
    width: 50%;
    height: 600px;
    padding: 10px 0px;
    position: relative;
    float: right;
}
.right-nosotros h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-top: 100px;
}
.right-nosotros p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
}

/*Servicios*/
.servicios {
    width: 100%;
    min-height: 60vh;
    background-color: #FFF;
    position: relative;
	text-align: center;
	display: table;
}
.servicios h2 {
    color: #eaeaea;
	font-size: 13rem;
	font-weight: 900;
    left: 10px;
    top: 30px;
    font-family: 'Montserrat', sans-serif;
	line-height: 57px;
	text-align: center;
    position: absolute;
	margin-bottom: 20px;
}
.space-ser {
   padding-top: 100px;
}
.contenedor-servicios {
	width: 90%;
	display: table;
	margin: auto;
}
.des-servicios {
	width: 85%;
	display: table;
	margin: auto;
	color: #505050;
	font-size: 18px;
	line-height: 30px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.contenedor-carrousel {
    width: 100%;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: table;
}
div#slide{
    width: 100%;
    height: 400px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
div#slide>div#mover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: -25%;
}
div#slide>div#mover>article{
    width: 25%;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 10px;
}
div#slide>div#mover>article>.grid_servicios {
	width: 100%;
	height: 370px;
	float: left;
    background-color: rgb(214, 214, 214);
	padding: 35px 20px;
}
#anterior, #siguiente{
    width: 20px;
    height: 50px;
    background-color: #e9e9e9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    font-family: monospace;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
#anterior:hover, #siguiente:hover{
    color: #a0a0a0;
}
#anterior{
    left: 0px;
}
#siguiente{
    right: 0px;
}
.grid_servicios i {
	color: #000;
	width: 50px;
	font-size: 35px;
	line-height: 30px;
	top: 5px;
    text-align: center;
	position: relative;
	transition: all .3s ease-in-out;
}
.grid_servicios i:hover {
	top: 0;
}

.grid_servicios h3 {
	color: #424141;
	font-size: 19px;
    line-height: 30px;
	font-weight: 600;
    font-family: 'Rubik', sans-serif;
	text-align: left;
	margin-bottom: 15px;
}
.grid_servicios p {
	width: 100%;
	text-align: left;
	float: left;
	color: #505050;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
}
.number {
    width: 60px;
    font-size: 50px;
    line-height: 30px;
    position: relative;
    top: 7px;
    color: #949494;
}
/*Productos*/
.productos {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to right, #d6d6d6 , #d6d6d6 );
    display: table;
}
.padded-productos {
    padding-top: 90px;
    padding-bottom: 0px;
}
.container_productos {
    max-width: 1400px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.tittle-producto {
    color: #FFF;
    opacity: .4;
	font-size: 13rem;
	font-weight: 900;
    left: 10px;
    top: 130px;
    font-family: 'Montserrat', sans-serif;
	line-height: 57px;
	text-align: center;
    position: absolute;
	margin-bottom: 20px;
}

body #coidea {
    font-family: 'Open Sans Condensed', sans-serif;
    background: #8e9eab;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dde3e6, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dde3e6, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.slider {
    position: relative;
    display: block;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider__nav-bar {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -90px;
    left: 50%;
    transform: translateX( -50% );
    border-radius: 110px;
    text-align: center;
    background: #c4c4c4;
    z-index: 100;
}
.slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    width: 64px;
    height: 64px;
    transition: 0.2s;
    cursor: pointer;
    z-index: 100;
    opacity: 0.8;
}
.slider__arrow:hover {
    opacity: 1;
}
.slider__arrow_prev {
    left: 16px;
    width: 64px;
    height: 64px;
    background-image: url(../img/arrow__left-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 64px;
}
.slider__arrow_next {
    right: 16px;
    width: 64px;
    height: 64px;
    background-image: url(../img/arrow__right-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 64px;
}
.nav-control {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    width: 32px;
    height: 32px;
    transition: 0.2s;
    cursor: pointer;
    background-image: url(../img/dot-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    margin-top: 52px;
    z-index: 3;
}
.nav-control:hover {
    opacity: 0.8;
}
.nav-control_active {
    opacity: 1;
}
.slider-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slider-list::before {
    content: '';
    display: block;
    padding-top: calc(9 / 16 * 100%);
}
.slider-list__item {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16vw;
    color: #000;
    will-change: transform;
    z-index: 1;
}
.slider-list__item .back__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.slider-list__item .back__element img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    top: 50%; left: 50%;
    transform: translate( -50%, -50% );
}
.slider-list__item .main__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 3;
}
.slider-list__item .main__element img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    top: 50%; left: 50%;
    transform: translate( -50%, -50% );
}
.slider-list__item .front__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 4;
    /* transform: scale(0); */
}
.slider-list__item .front__element img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    top: 50%; left: 50%;
    transform: translate( -50%, -50% );
}
.slider-list__item .title__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
}
.slider-list__item .title__element .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 50%; 
    left: 50%;
    transform: rotate(-15deg) translate( -45%, -125% );
    font-family: 'Molle', cursive;
    color: #eef2f3;
    text-align: center;
}
.slider-list__item .more__element {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
}
.slider-list__item .more__element .content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 64px auto;
    padding: 0 32px;
    color: #2e3131;
    text-align: left;
}
.slider-list__item .more__element .content .headline {
    position: relative;
    display: block;
    max-width: 240px;
    font-family: 'Molle', cursive;
    font-size: 38px;
    line-height: 46px;
}
.slider-list__item .more__element .content .excerpt {
    position: relative;
    display: block;
    max-width: 240px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 16px;
}
.slider-list__item .more__element .content .link .fill.fill-dark {
    background-image: linear-gradient(to right, #252228, #848f9e);
} 
.slider-list__item .more__element .content .link a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #dde3e6;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
    outline: 0px none;
    outline: 0px;
    z-index: 2;
}
.slider-list__item .more__element .content .link:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.05), 0 15px 12px rgba(0,0,0,0.06);
}
.slider-list__item_active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 2;
}
.right-productos6 h2 {
    font-size: 70px;
    line-height: 100px;
	font-weight: 900;
    font-family: 'Rubik', sans-serif;
}
.cont_warped {
    width: 100%;
    display: table;
}
.left-creatividad {
    width: 50%;
    height: 750px;
    background-image: url(../img/h1-img-1.jpg);
    background-position: center;
    background-size: cover;
    float: left;
}
.right-creatividad {
    width: 50%;
    height: 750px;
    background-color: #000;
	padding: 15% 10% !important;
	position: relative;
    float: right;
}
.right-creatividad h3 {
    color: #FFF;
	font-size: 38px;
	line-height: 40px;
	font-weight: 400;
    font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}
.right-creatividad p {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
.left-materiales {
    width: 50%;
    height: 750px;
	padding: 15% 10% !important;
	position: relative;
    background-color: #78797c;
    float: left;
}
.left-materiales h3 {
    color: #FFF;
	font-size: 38px;
	line-height: 40px;
	font-weight: 400;
    font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}
.left-materiales p {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
.right-materiales {
    width: 50%;
    height: 750px;
    background-image: url(../img/h1-img-2.jpg);
    background-position: center;
    background-size: cover;
    float: right;
}

.warper-contenido{
    width: 100%;
	min-height: 650px;
	background-color: #F8f8f8;
	display: table;
}
.left-warper {
	width: 50%;
	min-height: 800px;
	background-image: url(../img/hp1-service-half.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
    display: table;
}
.right-warper {
	width: 50%;
	min-height: 800px;
    padding: 175px 80px;
    box-sizing: border-box;
	float: right;
}
.grid_warper {
	width: 100%;
	height: 140px;
	margin-top: 10px;
}
.grid_warper i {
	color: #4a4a4a;
	width: 80px;
	height: 140px;
	font-size: 40px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.grid_warper h4 {
	color: #383838;
	font-size: 19px;
	line-height: 29px;
	font-weight: 600;
    font-family: 'Rubik', sans-serif;
}
.grid_warper p {
	color: #727272;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.fixed-sociales {
    width: 50px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9999;
}
.fixed-sociales a{
	list-style: none;
	text-decoration: none;
}
.fixed-sociales i{
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s;
    cursor: pointer;
}
.fixed-sociales i:hover{
    width: 100px;
}
.insta {
   background-color: #8134af;
}
.pinte {
    background-color: #c8232c;
}

/*Contacto*/
.contacto {
	width: 100%;
	min-height: 82vh;
	background-image: url(../img/hp1-contact-bg.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: table;
}
.wall-contacto {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.411);
    display: table;
}
.contenedor-contacto {
	width: 90%;
	display: table;
	margin: auto;
}
.left-contacto {
	width: 100%;
	height: 150px;
	padding: 10px;
	float: left;
}
.left-contacto h2 {
    color: #FFF;
    opacity: .4;
    font-size: 13rem;
	font-weight: 900;
    left: -150px;
    top: 70px;
    font-family: 'Montserrat', sans-serif;
	line-height: 57px;
	text-align: center;
    position: absolute;
	margin-bottom: 20px;
}
.grid-contacto {
	width: 31%;
	height: 300px;
	float: left;
	margin: 12px;
	padding: 20px;
	position: relative;
	background-color: #FFF;
	border-bottom: solid 4px #646363;
	margin-top: 50px;
}
.grid-contacto span {
	font-size: 70px;
	display: table;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
.grid-contacto h3 {
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
    display: table;
    margin: auto;
	margin-bottom: 10px;
}
.grid-contacto p {
    font-size: 18px;
    line-height: 30px;
	color: #383838;
	text-align: center;
	font-family: 'Karla', sans-serif;
    display: table;
    margin: auto;
}
.grid-contacto a {
	color: #383838;
	text-decoration: none;
}
/*Clientes*/
.clientes {
	width: 100%;
	min-height: 220px;
	background-color: #f0eff4;
	display: table;
}
.box-clientes {
	width: 24%;
	height: 120px;
	margin: 5px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box-clientes img {
	width: 180px;
    filter: grayscale(100%);
}
/*Footer*/
.main-footer {
	min-height: 400px;
}
.margin400px {
	margin-bottom: 570px;
}
footer {
    position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 570px;
	background: #262626;
	background-image: url(../img/app-home-footer-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.logo-footer {
    width: 200px;
	display: table;
	margin: auto;
	margin-bottom: 20px;
}
.description-footer {
	width: 50%;
	display: table;
	color: #ababab;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
	margin: auto;
	margin-bottom: 20px;
}

.footer-contacto {
	width: 100%;
	min-height: 240px;
	display: table;
}
.footer-contacto h4 {
	color: #ababab;
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
    font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}
.footer-contacto p {
	color: #ababab;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.footer-contacto span {
	width: 50px;
	text-align: center;
	color: #ababab;
	margin-right: 20px;
}
.footer-contacto a {
	color: #ababab;
	text-decoration: none;
}
.footer-copiryght {
	min-height: 80px;
	padding: 15px;
	border-top: solid 1px #3d3e42;
}
.footer-copiryght p {
	color: #ababab;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
    font-family: 'Raleway', sans-serif;
	text-align: center;
}
.footer-copiryght a {
	color: #ffffff;
	text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
}
.green  {
	color: #5ed6c1;
}
.desing {
    font-size: 16px;
}
@media screen and (max-width: 1680px) {
    div#slide {
        height: 450px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 450px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
    }

    .titulo-productos {
        font-size: 9em;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
    .titulo-productos2 {
        font-size: 9rem;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
    .titulo-productos3 {
        font-size: 9rem;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
}
@media screen and (max-width: 1500px) {
    .left-nosotros img {
        width: 90%;
        top: 25px;
    }
    .right-nosotros {
        padding: 20px 50px;
    }
    .right-nosotros h5 {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1370px) {
    div#slide {
        height: 450px;
    }
    div#slide>div#mover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: -33.33333%;
    }
    div#slide>div#mover>article{
        width: 33.33333%;
        height: 400px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 450px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
    }
}
@media screen and (max-width: 1230px) {
    .right-nosotros h5 {
        margin-top: 0px;
    }
    .contenedor_grid-servicios {
        width: 100%;
    }
    .grid_servicios {
        width: 49%;
        height: 250px;
    }
    .titulo-productos {
        font-size: 7em;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
    .titulo-productos2 {
        font-size: 7rem;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
    .titulo-productos3 {
        font-size: 7rem;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        left: auto;
        right: auto;
        margin: auto;
        opacity: .1;
        z-index: -1;
    }
    .right-creatividad {
        padding: 20% 10% !important;
    }
    .left-materiales {
        padding: 20% 10% !important;
    }
    .right-warper {
        width: 50%;
        min-height: 800px;
        padding: 110px 30px;
    }
    .grid_warper {
        width: 100%;
        height: 160px;
        margin-top: 30px;
    }
    
}
@media screen and (max-width: 1180px) {
    .logo {
        width: 30%;
    }
    .menu-left {
        width: 70%;
    }
    .menu-number {
        display: none;
    }
    .grid_servicios {
        width: 48%;
    }
    .grid-sociales {
        width: 23.5%;
        margin: 5px;
    }
    .left-contacto h2 {
        font-size: 10rem;
        left: 5%;
        top: 0;
    }
    .grid-contacto {
        width: 31%;
        margin: 10px;
        padding: 10px;
        margin-top: 10px;
    }

}
@media screen and (max-width: 1132px) {
    .servicios h2 {
        font-size: 10rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .tittle-producto {
        font-size: 10rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .left-productos1 h2 {
        font-size: 60px;
    }
    .right-productos2 h2 {
        font-size: 60px;
    }
    .left-productos3 h2 {
        font-size: 60px;
    }
    .right-productos4 h2 {
        font-size: 60px;
    }
    .left-productos5 h2 {
        font-size: 60px;
    }
    .right-productos6 h2 {
        font-size: 60px;
    }
    .margin400px {
        margin-bottom: 600px;
    }
    footer {
        height: 600px;
    }
}
@media screen and (max-width: 1070px) {
    div#slide {
        height: 500px;
    }
    div#slide>div#mover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: -33.33333%;
    }
    div#slide>div#mover>article{
        width: 33.33333%;
        height: 400px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 500px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
    }
    .left-productos1 h2 {
        font-size: 40px;
    }
    .right-productos2 h2 {
        font-size: 40px;
    }
    .left-productos3 h2 {
        font-size: 40px;
    }
    .right-productos4 h2 {
        font-size: 40px;
    }
    .left-productos5 h2 {
        font-size: 40px;
    }
    .right-productos6 h2 {
        font-size: 40px;
    }
    .contacto {
        min-height: 1050px;
    }
    .grid-contacto {
        width: 47%;
    }
    .box-clientes {
        width: 32%;
    }
    .box-clientes img {
        width: 80%;
        max-width: 200px;
    }
    
}
@media screen and (max-width: 1000px) {
    .menu ul {
        float: right;
    }
    .left-nosotros img {
        top: 100px;
    }
    .right-nosotros h5 {
        margin-top: 70px;
    }
    .des-servicios {
        width: 90%;
    }
    .right-creatividad {
        padding: 25% 6% !important;
    }
    .left-materiales {
        padding: 25% 6% !important;
    }
    .sociales {
        min-height: 60vh;
    }
    .left-sociales {
        width: 100%;
        height: 100px;
        float: none;
        display: table;
    }
    .right-sociales {
        width: 100%;
        float: none;
    }
    .grid-sociales {
        width: 48%;
        height: 450px;
    }
    .grid-sociales img {
        height: 350px;
    }
    div.grid-sociales>div.tapa-social {
        height: 350px;
    }
   
    
    .left-contacto {
        width: 100%;
        height: 100px;
        display: table;
    }
    .left-contacto h2 {
        font-size: 7rem;
        left: auto;
        right: auto;
        margin: auto;
        top: 0;
    }
    .right-contacto {
        width: 100%;
    }
    .box-clientes {
        width: 48%;
    }
    .box-clientes img {
        width: 80%;
        max-width: 220px;
    }
    .parallax-sociales {
        min-height: 350px;
        display: table;
    }
    .right-productos1 {
        width: 50%;
        height: 600px;
        float: right;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-productos1 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
    .left-productos2 {
        width: 50%;
        height: 600px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-productos2 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
    .right-productos3 {
        width: 50%;
        height: 600px;
        float: right;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-productos3 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
    .left-productos4 {
        width: 50%;
        height: 600px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-productos4 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
    .right-productos5 {
        width: 50%;
        height: 600px;
        float: right;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-productos5 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
    .left-productos6 {
        width: 50%;
        height: 600px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-productos6 img {
        width: 90%;
        display: table;
        float: right;
        margin-top: 20px;
    }
}
@media screen and (max-width: 950px) {
    .servicios h2 {
        font-size: 6em;
        position: relative;
        margin: auto;
    }
    .tittle-producto {
        font-size: 6em;
        position: relative;
        margin: auto;
    }
    div#slide {
        height: 400px;
    }
    div#slide>div#mover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: -50%;
    }
    div#slide>div#mover>article{
        width: 50%;
        height: 400px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 400px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
    }
}
@media screen and (max-width: 900px) {
    
    .left-nosotros {
        width: 100%;
        height: 300px;
        float: none;
        display: table;
    }
    .left-nosotros img {
        top: 0;
        width: 80%;
        display: table;
        margin: auto;
        position: relative;
    }
    .right-nosotros {
        width: 100%;
        height: 200px;
        float: none;
        display: table;
    }
    .right-nosotros h5 {
        margin-top: 20px;
    }
    .right-warper {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 861px) {
    .slides-nav {
        right: 1%;
    }
    .slide__content {
        height: 80%;
        width: 90%;
        top: 10%;
    }
    .slides-nav button {
        color: #FFF;
    }
    .grid_servicios {
        width: 100%;
        height: 150px;
        display: table;
    }
    .left-productos1 {
        width: 100%;
        height: 300px;
    }
    .right-productos1 {
        width: 100%;
    }
    .right-productos1 img {
        width: 400px;
    }
    .left-productos2 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .left-productos2 img {
        width: 80%;
        max-width: 300px;
        margin: auto;
        margin-top: 20px;
        float: none;
    }
    .right-productos2 {
        width: 100%;
        height: 300px;
    }
    
    .left-productos3 {
        width: 100%;
        height: 300px;
    }
    .right-productos3 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .right-productos3 img {
        width: 80%;
        max-width: 300px;
        margin: auto;
        margin-bottom: 20px;
        float: none;
    }
    .left-productos4 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .right-productos4 {
        width: 100%;
        height: 300px;
    }
    .left-productos4 img {
        width: 80%;
        max-width: 300px;
        margin: auto;
        margin-top: 20px;
        float: none;
    }
    .left-productos5 {
        width: 100%;
        height: 300px;
    }
    .right-productos5 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .right-productos5 img {
        width: 80%;
        max-width: 300px;
        margin: auto;
        margin-bottom: 20px;
        float: none;
    }
    .left-productos6 {
        width: 100%;
        height: 300px;
        display: table;
    }
    .right-productos6 {
        width: 100%;
        height: 300px;
    }
    .left-productos6 img {
        width: 80%;
        max-width: 300px;
        margin: auto;
        margin-top: 20px;
        float: none;
    }
    .left-creatividad {
        width: 100%;
    }
    .right-creatividad {
        width: 100%;
        height: 250px;
        padding: 6% 6% !important;
        display: table;
    }
    .left-materiales {
        width: 100%;
        height: 250px;
        padding: 6% 6% !important;
        display: table;
    }
    .right-materiales {
        width: 100%;
    }
    .left-warper {
        width: 100%;
    }
    .right-warper {
        width: 100%;
        min-height: 200px;
        padding: 60px 30px;
        display: table;
    }
    .grid_warper {
        height: 120px;
        margin-top: 20px;
    }
    .grid_warper i {
        width: 100%;
        height: 40px;
        text-align: left;
        display: table;
    }
    .contacto {
        min-height: 870px;
    }
    .grid-contacto {
        width: 100%;
        height: 150px;
        display: table;
        padding: 0;
        margin: auto;
        margin-top: 15px;
    }
    .grid-contacto  span {
        margin-top: 10px;
    }
    .grid-sociales {
        width: 100%;
    }
    .parallax-sociales {
        min-height: 390px;
        display: table;
    }
    
}

@media screen and (max-width: 800px) {
    .slider__nav-bar {
        width: 100%;
        border-radius: 0px;
    }
    .logo img {
        margin-left: 20px;
    }
    
	.menu{ 
        display: none;
    }  
	
    .navigation-wrapper {
        display: block;
        position: relative;
    }
    .navigation-menu {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        transform: translate(100%,0);
        transform-origin: top right;
        transition: all .2s ease-in;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .navigation-button {
        will-change: transform;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        z-index: 1;
        background: transparent;
        cursor: pointer;
        float: right;
        margin-top: 15px;
        margin-right: 30px;
    }
    .navigation-button i {
        font-size: 30px;
        border-radius: 3px;
        padding: 15px;
        color: #ffffff;
    }
    .navigation-menu {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #000000fb;
        height: 100%;
        transform-origin: top right;
        transition: all .2s ease-in;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }
    .navigation-menu.active {
        transform: translate(0,0);
    }
    .navigation ul {
        position: relative;
    }
    .navigation ul li {
        text-align: center;
        list-style: none;
    }
    .navigation ul li a {
        color: #FFF;
        text-decoration: none;
        font-size: 4em;
        line-height: 70px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
        padding: 20px 10px;
        position: relative;
        display: inline-flex;
        transition: 0.5s;
    }
    .contenedor-header {
        display: block;
        width: 100%;
        height: 100%;
    }
    .slides {
        display: none;
    }
    .header-img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top center;
        position: relative;
        filter: grayscale(100%);
        transition: all .7s ease-in-out;
    }
    .header-text {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 18%;
        font-size: 40px;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .header-img:hover{
        filter: grayscale(0%);
    }
    div#slide {
        height: 500px;
    }
    div#slide>div#mover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: -50%;
    }
    div#slide>div#mover>article{
        width: 50%;
        height: 400px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 500px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
    }
    .left-productos1 {
        width: 100%;
        height: 300px;
    }
    .right-productos1 {
        width: 100%;
    }
   
    .left-productos2 {
        width: 100%;
    }
    .right-productos2 {
        width: 100%;
        height: 100px;
        padding-top: 15px;
        text-align: center;
        display: table;
    }
   
    .left-productos3 {
        width: 100%;
        height: 100px;
        padding-top: 15px;
        text-align: center;
        display: table;
    }
    .right-productos3 {
        width: 100%;
    }
    
    .left-productos4 {
        width: 100%;
    }
    .right-productos4 {
        width: 100%;
        height: 100px;
        padding-top: 15px;
        text-align: center;
        display: table;
    }
    
    .left-productos5 {
        width: 100%;
        height: 100px;
        padding-top: 15px;
        text-align: center;
        display: table;
    }
    .right-productos5 {
        width: 100%;
    }
   
    .left-productos6 {
        width: 100%;
    }
    .right-productos6 {
        width: 100%;
        height: 100px;
        padding-top: 15px;
        text-align: center;
        display: table;
    }
    .titulo-productos, .titulo-productos2, .titulo-productos3 {
        display: none;
    }
    .left-creatividad {
        height: 300px;
        display: table;
    }
    .right-materiales {
        height: 300px;
        display: table;
    }
    .left-warper {
        min-height: 200px;
        background-size: cover;
        background-position: center bottom;
        display: table;
    }
    .left-contacto h2 {
        font-size: 4rem;
        left: auto;
        right: auto;
        margin: auto;
        top: 0;
    }
}
@media screen and (max-width: 780px) {
    .navigation ul li a {
        font-size: 50px;
    }
    div#slide {
        height: 300px;
    }
    div#slide>div#mover{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: -100%;
    }
    div#slide>div#mover>article{
        width: 100%;
        height: 300px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 300px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
        display: table;
    }
    .slide__img {
        background-size: 100% auto;
        background-position: right;
    }
    .slide__title {
        font-size: 1.6em;
        margin-top: -380px;
    }
    .slides-nav {
        right: 5%;
        bottom: -20%;
        display: none;
    }
    .slides-nav__nav {
        transform: rotate(0deg);
    }
    .slides-nav button {
        color: #000;
    }
    #header, .quienes-somos,.servicios, .productos, .cont_warped, .warper-contenido, .contacto, .clientes {
        overflow: hidden;
    }
    .description-footer {
        width: 90%;
    }
    .margin400px {
        margin-bottom: 570px;
    }
    footer {
        height: 570px;
    }
}
@media screen and (max-width: 650px) {
    .servicios h2 {
        font-size: 3rem;
        margin-bottom: 10px;
        position: relative;
        margin: auto;
    }
    .tittle-producto {
        font-size: 3rem;
        margin-bottom: 10px;
        position: relative;
        margin: auto;
    }
    .description-footer {
        width: 90%;
    }
    .margin400px {
        margin-bottom: 620px;
    }
    footer {
        height: 620px;
    }
}
@media screen and (max-width: 640px) {
    
    .slider-list__item .back__element img {
        max-width: 250px;
    }
    .slider-list__item .title__element .title {
      font-size: 26vw;
    }
  
    .slider-list__item .more__element .content .excerpt {
      display: none;
    }
  
    .slider-list__item .more__element .content .link {
      margin-top: 16px;
    }
  
}

@media screen and (max-width: 600px) {
    .navigation ul li a {
        font-size: 40px;
    }
    div#slide {
        height: 450px;
    }
    div#slide>div#mover>article{
        width: 100%;
        height: 400px;
        position: relative;
        text-align: center;
        padding: 10px;
    }
    div#slide>div#mover>article>.grid_servicios {
        width: 100%;
        height: 450px;
        float: left;
        background-color: rgb(245, 245, 245);
        padding: 35px 20px;
        display: table;
    }
    .box-clientes {
        width: 48%;
        height: 100px;
        display: table;
        margin: auto;
        margin-top: 10px;
        text-align: center;
    }
    .box-clientes img {
        width: 150px;

    }
    .parallax-sociales {
        min-height: 420px;
        display: table;
    }
    
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
  
@media screen and (max-width: 500px) {
    .grid_warper {
        height: 220px;
    }
}
@media screen and (max-width: 450px) {
    .parallax-sociales {
        min-height: 550px;
        display: table;
    }
}