@font-face {
    font-family: 'cooper';
    src: url('fonts/coopbl_0-webfont.woff2') format('woff2'),
         url('fonts/coopbl_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cooper';
    src: url('fonts/cooperblackstd-italic_1-webfont.woff2') format('woff2'),
         url('fonts/cooperblackstd-italic_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/*
  font-family: 'Alexandria', sans-serif;
*/
.contenedor{
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body{
  font-family: 'Alexandria', sans-serif;
  font-size: 0px;
  animation: fadeIn 1s reverse;
  margin: 0  auto;
  overflow-x: hidden;
}
body, html{
  overflow-x: hidden;
  width: 100%;
}
.gooey{
  position: absolute;
  top: -140vw;
  left: -40vw;
  background: rgb(255,46,75);

  background: linear-gradient(0deg, rgba(255,46,75,1) 0%, rgba(255,54,100,1) 35%, rgba(255,59,113,1) 100%);
  background: linear-gradient(0deg, rgba(0, 255, 237,1) 0%, rgba(0, 139, 194,1) 35%, rgba(0, 72, 170,1) 100%);

  background: linear-gradient(0deg, rgba(0, 72, 170,1) 0%, rgba(0, 139, 194,1) 35%, rgba(0, 255, 237,1) 100%);

  width: 180vw; 
  height: 208vw;

  height: 150vw;
  top: -95vw;

  animation: morph 10s linear infinite; 
}
.gooey-2{
  position: absolute;
  top: 90vw;
  top: 60vw;
  left: -25vw;
  background: rgb(143,73,231);

  background: linear-gradient(0deg, rgba(143,73,231,1) 0%, rgba(123,79,250,1) 35%, rgba(119,83,255,1) 100%); 
  background: linear-gradient(0deg, rgba(170, 149, 192,1) 0%, rgba(169, 202, 217,1) 90%); 

  width: 150vw; 
  height: 250vw;
  animation: morph 10s linear infinite; 
}
.gooey-3{
  position: absolute;
  top: 130vw;
  background: rgb(255,46,75);
  background: linear-gradient(0deg, rgba(255,46,75,1) 0%, rgba(255,54,100,1) 35%, rgba(255,59,113,1) 100%);
  background: linear-gradient(0deg, rgba(217, 65, 148,1) 0%, rgba(217, 65, 148,1) 35%, rgba(217, 65, 148,1) 100%);
  left: -10vw;
  width: 120vw; 
  height: 70vw;
  animation: morph 10s linear infinite; 
}

.gooey-4{
  position: absolute;
  top: 285vw;
  left: -40vw;
  background: rgb(255,46,75);

  background: linear-gradient(0deg, rgba(255,46,75,1) 0%, rgba(255,54,100,1) 35%, rgba(255,59,113,1) 100%);
  background: linear-gradient(0deg, rgba(0, 255, 237,1) 0%, rgba(0, 139, 194,1) 35%, rgba(0, 72, 170,1) 100%);

  width: 180vw; 
  height:70vw;
  animation: morph 10s linear infinite; 
}

@keyframes morph{
  0%,100%{ border-radius: 80% 100% 100% 80% / 45% 45% 55% 55%; transform: translate3d(0,0,0) rotateZ(0.01deg);}
  25%{ transform:  translate3d(0,5px,0) rotateZ(0.01deg);}
  30%{ opacity: .89; transform: translate3d(0,0,0) rotateZ(0.01deg);}
  40%{ border-radius: 100% 80% 80% 100% / 100% 80% 100% 80% ; transform: translate3d(0,-3px,0) rotateZ(0.01deg);}
}



header{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
  padding-top: 10px;
}
header div{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 100%;
  background-image: url(images/logo-header.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
}
header ul{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 420px);
  width: calc(100% - 400px);
  text-align: right;
  margin: 0px;
  padding: 0px;
}
header li{
  font-weight: 800;
  font-family: 'Alexandria', sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}
header li.flag{
  width: 30px;
  line-height: 10px;
  padding: 0px;
}
header li.flag img{
  width: 100%;
}

#general{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 68%;
}

section{
  position: relative;
  width: 100%;
  height: 46vw;
}

#inicio img:nth-child(2){
  position: absolute;
    width: 40%;
    left: 12%;
    top: 17vw;
    position: absolute;
    width: 36%;
    left: 8%;
    top: 19vw;
}
#inicio img:nth-child(3){
  position: absolute;
    width: 29%;
    left: 22%;
    top: 12vw;
    position: absolute;
    width: 24%;
    left: 18%;
    top: 16vw;
}
#inicio h1{
  position: absolute;
    left: 55%;
    font-size: 3vw;
    color: #FFF;
    font-family: 'cooper';
    line-height: .8;
    margin: 0px;
    padding: 0px;
    top: 14vw;
}
#inicio p{
  position: absolute;
    font-size: 1.2vw;
    font-weight: 300;
    color: #FFF;
    width: 35%;
    /* padding-left: 25%; */
    /* padding-right: 25%; */
    text-align: center;
    /* padding-top: 45vw; */
    top: 18vw;
    /* text-align: justify; */
    left: 45%;
    text-align: left;
}
#inicio div{
  position: absolute;
  left: 0%;
  width: 28%;
  height: 20vw;
  background-image: url(images/banner_home_ilustracion1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  top: 22vh;
}
#nosotros{
  position: relative;
  width: 100%;
  padding-top: 5vw;
  margin-top: 10vw;
}
#nosotros img:first-child{
  position: absolute;
  width: 53%;
  left: 5%;
}
#nosotros img:nth-child(2){
  position: absolute;
  width: 26%;
  left: 15%;
  top: 9vw;
}
#nosotros h1{
  color: #24bfbb;
  position: absolute;
  left: 53%;
  font-size: 2vw;
  font-family: 'cooper';
  line-height: 1;
  margin: 0px;
  padding: 0px;
  top: 20vw;
}
#servicios{
  padding-top: 5vw;
  margin-top: 25vw;
  text-align: center;
}
#servicios .slick-slide img{
  display: initial;
}
#servicios h1, #enfoque  h1, #clientes h1,  #contacto h1{
  font-size: 2.5vw;
  font-family: 'cooper';
  color: #FFF;
}
#servicios p{
  position: relative;
  width: 30%;
  color: #FFF;
  font-size: 1.2vw;
  padding-left: 35%;
  padding-right: 35%;
  display: none;
}
#servicios article{
  position: relative;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 8vw;
}
#servicios .article-2{
  display: none;
}
.servicio{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
#servicios h2{
  position: relative;
  font-weight: 700;
  color: #FFF;
  font-size: 1.3vw;
}
#servicios h3{
  position: relative;
  color: #FFF;
  font-size: 1.4vw;
  font-weight: 300;
}

#enfoque{
  position: relative;
  width: 100%;
  padding-top: 5vw;
  margin-top: 15vw;
  text-align: center;
}
#enfoque img:nth-child(2){
 position: absolute;
    width: 20%;
    left: 10%;
    z-index: 2;
    top: 14vw;
}
#enfoque img:nth-child(3){
  position: absolute;
  width: 41%;
  left: 0px;
}
#enfoque ul{
  position: absolute;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 40%;
  text-align: left;
  margin-left: 40%;
  top: 17.5vw;
  text-align: center;
  line-height: 1.1;
}
#enfoque li{
   position: relative;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  cursor: pointer;
}
#enfoque ul li > img{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 8vw;
  animation-name: grande;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  filter: hue-rotate(90deg);
}
#enfoque ul li:hover > img{
  animation-name: chico;
}
#enfoque ul li > div{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 8vw;
  width: 8vw;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center center;
}
#design:hover > div{
  background-image: url(images/color1.png) !important;
}
#story:hover > div{
  background-image: url(images/color2.png) !important;
}
#teorias:hover > div{
  background-image: url(images/color3.png) !important;
}
#diseno:hover > div{
  background-image: url(images/color4.png) !important;
}
@keyframes chico{
  from{height: 8vw; margin-bottom: 0px; margin-top: 0vw}
  to{height: 5vw; margin-bottom: 1.5vw;margin-top: 1.5vw}
}
@keyframes grande{
  from{height: 5vw; margin-bottom: 1.5vw; margin-top: 1.5vw}
  to{height: 8vw; margin-bottom: 0px; margin-top: 0vw}
}
#enfoque li{
  padding-top: 1vw;
  padding-bottom: 1vw;
}
#enfoque  li > h2{
  font-size: 1.3vw;
  font-weight: 700;
  color: #FFF;
}
#enfoque li > p{
  font-size: 1.2vw;
  font-weight: 300;
  color: #FFF;
  width: 90%;
  padding-left: 5%;
  display: none;
}
#enfoque li:hover > p{
  
  color: #052c6b;
}
#enfoque li:hover{
  background-color: rgba(255,255,255,.7);
  border-radius: 1vw;
}
#enfoque li:hover > h2{
  color: #052c6b;
}
#clientes{
  position: relative;
  width: 100%;
  padding-top: 5vw;
  margin-top: 22vw;
}
#clientes h1{
  padding-left: 25%;
}
#clientes article{
      position: relative;
    width: 40%;
    margin-left: 24%;
    margin-right: 24%;
    margin-top: 8vw;
    z-index: 2;
}
#clientes .slick-prev {
    left: -52px;
}
#clientes .slick-next {
    right: -46px;
}
.cliente{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.cliente div{
  position: relative;
  width: 100%;
  height: 15vw;
  background-color: transparent;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#clientes img:nth-child(2){
  position: absolute;
  left: 5%;
  width: 65%;
  top: 0px;
  z-index: 2;
}
#clientes img:nth-child(3){
  position: absolute;
    left: 64%;
    width: 22%;
    top: 15%;
    z-index: 1;
}
#historia{
  position: relative;
  width: 100%;
  margin-top: 10vw;
  padding-top: 5vw;
  text-align: center;
}
#historia h1{
  font-size: 2.5vw;
  font-family: 'cooper';
  color: #ace3e0;
}
#historia article{
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.fecha{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.fecha .portada{
  position: relative;
  width: 100%;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
}
.fecha .info > h2{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 5vw;
  color: #8d6bfe;
  font-weight: 900;
  width: 30%;
  margin: 0px;
}
.fecha .info > p{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2vw;
  color: #000;
  font-weight: 400;
  width: 55%;
  padding-left: 10%;
}
.slick-slide img{
  position: relative;
/*  width: 60% !important;*/
/*  margin-left: 20%;*/
height: 7vw;
}

.slick-prev:before, .slick-next:before{
  opacity: 1 !important;
  font-size: 40px !important;
}
.slick-prev, .slick-next{
  width: 50px  !important;
  height: 50px !important;
}

#historia .slick-prev:before, #historia .slick-next:before{
  opacity: 1 !important;
  font-size: 40px !important;
  color: #ace3e0;
}
#historia .slick-prev{
  left: -80px;
}
#historia .slick-next{
  right: -80px;
}

#contacto{
  position: relative;
  width: 100%;
  margin-top: 25vw;
  padding-top: 5vw;
  text-align: center;
}
#contacto form{
  position: relative;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
#contacto  input{
  position: relative;
  width: 95%;
  height: 4vw;
  border: 0px;
  border-radius: 0vw;
  background-color: #FFF;
  color: rgb(255,59,113);
  text-align: left;
  font-size: 1.5vw;
  margin-bottom: 2vw;
  font-weight: 700;
  padding-left: 5%;
}
#contacto  textarea{
  position: relative;
  width: 95%;
  border: 0px;
  border-radius: 0vw;
  background-color: #FFF;
  color: rgb(255,59,113);
  font-weight: 700;
  text-align: left;
  font-size: 1.5vw;
  font-weight: 600;
  padding-top: 1vw;
  margin-bottom: 2vw;
  padding-left: 5%;
  font-family: 'Alexandria', sans-serif;
}
#contacto  input[type=submit]{
  position: relative;
    width: 30%;
    height: 4vw;
    border: 0px;
    border-radius: 0vw;
    background-color: #8d6bfe;
    color: #FFF;
    text-align: center;
    font-size: 1.5vw;
    margin-bottom: 1vw;
    font-family: 'cooper';
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0px;
    margin-right: 70%;

}
#contacto input::placeholder, #contacto textarea::placeholder{
  color: rgb(255,59,113);
}
#contacto img:nth-child(2){
  position: absolute;
  left: 0px;
  width: 25%;
}
#contacto img:nth-child(3){
  position: absolute;
  right: 0px;
  width: 13%;
  top: 15vw;
}
footer{
  position: relative;
  width: 100%;
  height: 30vw;
  margin-top: 5vw;
  background-color: #FFF;
  padding-top: 5vw;
  text-align: center;
}
footer  img{
  position: relative;
  width: 30%;
}
footer div{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #25c0bc;
  margin-top: 2vw;
}
footer ul{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  font-size: 1.2vw;
  color: #8d6bfe;
  font-weight: 300;
  width: 10%;
  list-style: none;
  line-height: 2;
  margin-top: 3vw;
}
footer p{
  position: relative;
  width: 100%;
  font-size: 1.2vw;
  color: #8d6bfe;
  font-weight: 300;
}
.fondo{
  background-color: #8d6bfe;
}
#contacto h1{
      font-size: 2.5vw;
    font-family: 'cooper';
    color: #FFF;
    width: 40%;
    margin-left: 30%;
    text-align: left;
}
#boton-menu, #flag{
  display: none;
}

@media (max-width: 480px){
  #servicios article{
    display: none;
  }
  #servicios .article-2{
    display: block;
  }
  .gooey{
    height: 1200px;
    top: -300px;
  }
  .gooey-4{
    top: 1600px;
    height: 1200px;
  }
  #inicio img:nth-child(2){
    width: 70%;
    top: 170px;
  }
  #inicio img:nth-child(3){
    width: 40%;
    left: 35%;
    top: 150px;
  }
  #inicio p{
    width: 80%;
    left: 10%;
    font-size: 18px;
    text-align: justify;
    top: 350px;
  }
  section{
    height: 800px;
  }
  #servicios h1, #enfoque h1, #clientes h1, #contacto h1{
    font-size: 27px;
    text-align: center;
  }
  #servicios h3{
    font-size: 18px;
  }
  #servicios h2{
    font-size: 18px;
  }
  .slick-slide img{
    height: 80px;
  }
  .gooey-2{
    top: 1000px;
    width: 300%;
    left: -100%;
    height: 2700px;
  }
  #servicios{
    padding-top: 100px;
    margin-top: 200px;
    height: 500px;
  }
  #enfoque img:nth-child(2) {
    width: 45%;
    left: 30%;
    top: 150px;
  }
  #enfoque{
    height: 1200px;
  }
  #enfoque img:nth-child(3){
    width: 90%;
  }
  #enfoque ul{
    top: 500px;
    width: 90%;
    margin-left: 5%;
  }
  #enfoque ul li > div{
    width: 100%;
    height: 100px;
  }
  #enfoque li > h2{
    font-size: 18px;
  }
  #enfoque li > p{
    font-size: 18px;
  }
  #clientes{
    padding-top: 50px;
    margin-top: 0px;
    height: 700px;
  }
  #clientes img:nth-child(2){
    width: 90%;
    top: 150px;
  }
  #clientes img:nth-child(3){
    left: 60%;
    width: 40%;
    top: 450px;
  }
  #clientes article{
    margin-top: 170px;
    margin-left: 155px;
    height: 115px;
    width: 53%;
  }
  .cliente div{
    height: 100px;
  }
  .gooey-3{
    top: 3800px;
    height: 700px;
    width: 200%;
    left: -50%;
  }
  #contacto{
    padding-top: 50px;
    margin-top: 150px;
    height: 500px;
  }
  #contacto form{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  #contacto  input{
    height: 35px;
    font-size: 16px;
    text-align: center;
  }
  #contacto  textarea{
    padding: 0px;
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  #contacto input[type=submit]{
    width: 50%;
    font-size: 20px;
    height: 35px;
    margin-left: 25%;
  }
  footer p{
    font-size: 13px;
  }
  footer ul{
    display: none;
  }

  /*BOTON MOVIL*/
    #boton-menu {
      z-index: 999;
        width: 50px;
        height: 40px;
        top: 24px;
        right: 19px;
        position: fixed;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 30;
        display: block;
        background-color: transparent;
        background-image: none;
        display: block;
    }
    #boton-menu span {
        display: block;
        position: absolute;
        height: 6px;
        width: 26px;
        background: #FFF;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #boton-menu span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #boton-menu span:nth-child(odd) {
        left:0px;
        border-radius: 9px 0 0 9px;
    }
    #boton-menu span:nth-child(1), #boton-menu span:nth-child(2) {
        top: 0px;
    }
    #boton-menu span:nth-child(3), #boton-menu span:nth-child(4) {
        top: 18px;
    }
    #boton-menu span:nth-child(5), #boton-menu span:nth-child(6) {
        top: 36px;
    }
    #boton-menu.open span:nth-child(1),#boton-menu.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #boton-menu.open span:nth-child(2),#boton-menu.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #boton-menu.open span:nth-child(1) {
        left: 5px;
        top: 10px;
    }
    #boton-menu.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 10px;
    }
    #boton-menu.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #boton-menu.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #boton-menu.open span:nth-child(5) {
        left: 5px;
        top: 26px;
    }
    #boton-menu.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 26px;
    }
    header ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      left: 0px;
      top: 90px;
      display: none;
      padding-top: 50px;
      background:linear-gradient(0deg, rgba(255,46,75,1) 0%, rgba(255,54,100,1) 35%, rgba(255,59,113,1) 100%)
    }
    header ul > a > li{
      width: 100%;
      margin: 0px;
      padding: 0px;
      text-align: center;
      font-size: 24px;
    }
    .contenedor{
      width: 100%;
      overflow-x: hidden;
    }
    header li.flag{
      width: 100%;
      display: none;
    }
    header li.flag img{
      width: 12%;
    }
    #clientes h1{
      padding-left: 0px;
    }
    #contacto input, #contacto textarea{
      width: 250px;
      padding: 0px;
    }
    #flag{
      display: block;
      position: absolute;
      top: 20px;
      right: 85px;
      width: 50px;
    }
}
a{
  color: inherit;
  text-decoration: none;
}
