* {
  box-sizing: border-box !important; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden; }

body header {
  transition: all .5s; }

.menu-float header {
  transform: translateY(-100%);
  opacity: 0;
  background: #802159; }

.menu-mouse header {
  transform: translateY(0);
  opacity: 1;
  background: #802159; }

@font-face {
  font-family: Roboto Lt;
  src: url(./fonts/Roboto-Medium.woff); }
@font-face {
  font-family: Roboto;
  src: url(./fonts/Roboto-Regular.woff); }
@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  src: url(./fonts/HelveticaNeueBold.woff); }
@font-face {
  font-family: "Helvetica Neue";
  src: url(./fonts/HelveticaNeueLight.woff); }
header {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 200;
  padding: 10px 50px 10px 15px;
  display: flex; }

@keyframes header-menu-anima {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
header h1 {
  animation: header-menu-anima 1.5s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  flex: 1 1;
  align-items: center;
  font-size: 0;
  background: url(./images/elcolectivo.png) no-repeat;
  width: 200px;
  height: 44px;
  background-size: contain; }

@keyframes header-menu-nav {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
header nav {
  animation: header-menu-nav 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  align-items: center;
  display: flex; }

header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

header nav ul li a {
  transition: all .3s;
  font-family: Roboto Lt;
  text-decoration: none;
  padding: 8px 20px;
  color: #ffffff;
  font-size: 1.2em;
  position: relative; }

header nav ul li a:hover {
  opacity: .7; }

header nav ul li a::before {
  margin-right: 5px;
  content: "";
  background: url(./images/home.png) no-repeat 50% 50%;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block; }

header nav ul li:nth-child(2) a::before {
  background: url(./images/colectivo.png) no-repeat 50% 50%; }

header nav ul li:nth-child(3) a::before {
  background: url(./images/digital.png) no-repeat 50% 50%; }

header nav ul li:nth-child(4) a::before {
  background: url(./images/audiovisual.png) no-repeat 50% 50%; }

header nav ul li:nth-child(5) a::before {
  background: url(./images/diseno.png) no-repeat 50% 50%; }

@keyframes background-one {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
section.slider.visible-first {
  animation: background-one 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

main section.slider {
  background: #892460;
  overflow: hidden;
  height: 471px;
  position: relative; }

main section.slider .slider-wrapper ul {
  margin: 0;
  padding: 0; }

main section.slider .slider-wrapper ul li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

main section.slider .slider-wrapper ul li.linus {
  justify-content: center;
  padding-top: 100px;
  background: url(./images/Home-ELColectivoone.jpg) no-repeat 50% 100%;
  display: flex;
  align-items: center;
  background-size: cover; }

main section.slider .slider-wrapper ul li.linus blockquote {
  flex: 0 0 auto;
  margin: 0;
  padding: 0; }

@keyframes slider-animation {
  0% {
    opacity: 0;
    transform: translateX(60%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
main section.slider .slider-wrapper ul li.linus blockquote p {
  animation-delay: 600ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  font-family: Roboto;
  color: #fff;
  font-size: 1.5em; }

main section.slider .slider-wrapper ul li.linus blockquote p strong {
  animation-delay: 650ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  padding-left: 40px;
  display: block;
  font-size: 2em;
  clear: both; }

@keyframes slider-animation2 {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
main section.slider .slider-wrapper ul li.linus blockquote cite {
  animation-delay: 750ms;
  animation: slider-animation2 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  float: right;
  display: block;
  font-size: 0;
  width: 290px;
  height: 139px;
  background: url(./images/firma.png) no-repeat 50% 50%; }







main section.slider .slider-wrapper ul li.linus img {
  margin-right: 50px;
  flex: 0 0 auto;
  align-items: center;
  content: "";
  display: block;
  width: 367px;
  height: 371px;
  background-size: contain;
  border:none;
}







main section.slider .slider-wrapper ul li.talento {
  justify-content: space-around;
  background: no-repeat 50% 100%;
  display: flex;
  align-items: center;
  background-size: cover; }

main section.slider .slider-wrapper ul li.talento::after {
  content: "";
  flex: 0 0 auto;
  align-items: center;
  display: block;
  width: 367px;
  margin-left: 100px; }

main section.slider .slider-wrapper ul li.talento p {
  animation-delay: 600ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  flex: 0 0 auto;
  text-align: left;
  font-family: Roboto;
  color: #fff;
  font-size: 2.5em; }

main section.slider .slider-wrapper ul li.talento p strong {
  animation-delay: 650ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  position: relative;
  clear: both;
  display: block; }

@keyframes after-animation-foco-pet {
  from {
    transform: translateX(0) translateY(0);
    animation-timing-function: ease-in; }
  20% {
    transform: translateX(100%) translateY(-100%) rotate3d(0, 1, 0, -360deg); }
  30% {
    transform: translateX(100%) translateY(-100%) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); }
  60% {
    transform: translateX(-100%) translateY(-100%) rotate3d(0, 1, 0, -190deg); }
  71% {
    transform: translateX(-100%) translateY(-100%) translate3d(0, 0, 150px); }
  to {
    transform: translateX(0) translateY(0) translate3d(0, 0, 0); } }
main section.slider .slider-wrapper ul li.talento p strong::after {
  animation-delay: 650ms;
  animation: after-animation-foco-pet 5s forwards infinite;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  position: absolute;
  content: "";
  background: url(./images/petstwo.png) no-repeat 50% 50%;
  height: 93px;
  width: 101px;
  top: -96px;
  right: -11px; }

main section.slider .slider-wrapper ul li.talentod {
  justify-content: space-around;
  background: no-repeat 50% 100%;
  display: flex;
  align-items: center;
  background-size: cover; }

main section.slider .slider-wrapper ul li.talentod::after {
  content: "";
  flex: 0 0 auto;
  align-items: center;
  display: block;
  width: 367px;
  margin-left: 100px; }

main section.slider .slider-wrapper ul li.talentod p {
  animation-delay: 600ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  flex: 0 0 auto;
  text-align: left;
  font-family: Roboto;
  color: #fff;
  font-size: 2.5em; }

main section.slider .slider-wrapper ul li.talentod p strong {
  animation-delay: 650ms;
  animation: slider-animation 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  position: relative;
  clear: both;
  display: block; }

a.previous {
  background: url(./images/arrowleft.png);
  left: 50px;
  top: 44%; }

a.next {
  right: 50px;
  top: 44%;
  background: url(./images/arrowright.png); }

@keyframes flip {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.slider-wrapper ul li.visible-now {
  animation: flip 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

@keyframes arrow-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a.previous, a.next {
  animation: arrow-in 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  z-index: 100;
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 0;
  width: 25px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

@keyframes slider-entrance {
  0% {
    opacity: .7;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
section.slider .active-slide {
  z-index: 1;
  animation: slider-entrance 2s both;
  /*  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); */ }

@keyframes slider-exit {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateX(-70%) scale(1.1); } }
section.slider .previous-slide {
  animation: slider-exit 2.2s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

@keyframes reverse-entrance {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
section.slider .reverse-slide.previous-slide {
  z-index: 1;
  animation: reverse-entrance 2s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

@keyframes reverse-exit {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
section.slider .reverse-slide.active-slide {
  z-index: 1;
  animation: reverse-exit 2s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.slider li:not(.active-slide):not(.previous-slide) {
  display: none !important; }

#servicios h1 {
  font-family: "Helvetica Neue";
  color: #242021;
  margin: 30px 0 15px 0;
  padding: 0;
  text-align: center;
  font-size: 3em;
    padding-top: 20px;
}

@keyframes texth2 {
  0% {
    opacity: 0;
    transform: translateX(30%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
#servicios h1.visible-now {
  animation: texth2 1.5s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

#servicios ul {
  margin: 0;
  padding: 0; }

#servicios li {
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

#servicios li .info {
  flex: 0 0 auto; }

#servicios li .info h2 {
  opacity: 0;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue";
  color: #7D2057;
  font-size: 3.1em;
  text-transform: uppercase; }

#servicios li.visible-now .info h2 {
  animation: anime-after 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

#servicios li .info p {
  margin: 20px 0 0 0;
  padding: 0;
  color: #242021;
  font-family: "Helvetica Neue";
  font-size: 1.8em; }

#servicios li.visible-now .info p {
  animation: anime-after 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

#servicios li .info p strong {
  display: block;
  font-family: "Helvetica Neue"; }

#servicios li.visible-now .info p strong {
  animation: anime-after 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

#servicios li .info a {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  outline: 0;
  text-decoration: none;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding: 8px 30px;
  background: #C11A50;
  border: 5px solid #DF7A98;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.2em; }

@keyframes anime-after {
  0% {
    transform: translateX(50%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
#servicios li.visible-now .info a {
  animation: anime-after 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

@keyframes anime-img {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
#servicios li img {
  /*animation-play-state: paused;*/
  display: block;
  opacity: 0;
  content: "";
  flex: 0 0 auto;
  width: 683px;
  height: 422px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

#servicios li.visible-now img {
  animation: anime-img 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  /*animation-play-state: running;*/ }

/* #servicios li:nth-child(1)::after {
 background-image: url(./images/digitalpic.png); }*/

#servicios li:nth-child(2) .info p strong {
  display: inline-block; }

/*
#servicios li:nth-child(2)::after {
  order: -1;
  background-image: url(./images/audiovisualpic.png); }
*/

#servicios li:nth-child(3) .info p strong {
  display: inline-block; }

/*
#servicios li:nth-child(3)::after {
  background-image: url(./images/disenopic.png); }
*/

section.section-carrusel #carrusel-slider .slider-wrapper {
  position: relative;
  height: 450px;
  overflow: hidden; }

section.section-carrusel #carrusel-slider .slider-wrapper ul {
  margin: 0;
  padding: 0; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li {
  position: absolute;
  opacity: 0;
  left: 50%;
  margin-left: -493px;
  list-style: none; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li img {
  display: block; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide {
  top: 40px;
  transition: 1.2s;
  margin-left: -195px;
  z-index: 2; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
  margin-left: 100px; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li:not(.active-slide) {
  transition: .8s;
  filter: brightness(0.5);
  top: -2px; }

section.section-carrusel #carrusel-slider .slider-wrapper ul li figure {
  position: relative;
  width: 55%;
  margin: 0; }

section.section-carrusel #carrusel-slider .slider-wrapper a.previous, section.section-carrusel #carrusel-slider .slider-wrapper a.next {
  z-index: 100;
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 0;
  width: 24px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

section.section-carrusel #carrusel-slider .slider-wrapper a.previous {
  background-image: url(./images/arrow-left.png);
  left: 50px;
  top: 44%; }

section.section-carrusel #carrusel-slider .slider-wrapper a.next {
  right: 50px;
  top: 44%;
  background-image: url(./images/arrow-right.png); }

section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide:not(.reverse-slide) + li,
section.section-carrusel #carrusel-slider .slider-wrapper ul li.previous-slide.reverse-slide + li {
	z-index: 1;
}

footer.footer {
  padding: 20px 0;
  background: #802159;
  position: relative;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

footer.footer h1 {
  width: 230px;
  height: 50px;
  line-height: 0;
  background: url(./images/logo-footer.png) no-repeat 50% 50%;
  background-size: contain;
  -webkit-order: 0;
  font-size: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

footer.footer .contactos-redes-sociales {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

footer.footer .contactos-redes-sociales p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  margin: 5px 0; }

footer.footer .contactos-redes-sociales nav {
  margin: 0;
  padding: 0; }

footer.footer .contactos-redes-sociales nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }

footer.footer .contactos-redes-sociales nav ul li {
  margin: 0 5px;
  padding: 0; }

footer.footer .contactos-redes-sociales nav ul li a {
  height: 25px;
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding: 0 10px;
  transition: all .3s; }

footer.footer .contactos-redes-sociales nav ul li:nth-child(1) a {
  width: 16px;
  background-image: url(./images/facebook.png); }

footer.footer .contactos-redes-sociales nav ul li:nth-child(1) a:hover {
  opacity: .8; }

footer.footer .contactos-redes-sociales nav ul li:nth-child(2) a {
  width: 33px;
  background-image: url(./images/instagram.png); }

footer.footer .contactos-redes-sociales nav ul li:nth-child(2) a:hover {
  opacity: .8; }

footer.footer .contactos-redes-sociales nav ul li:nth-child(3) a {
  width: 38px;
  background-image: url(./images/twitter.png); }

footer.footer .contactos-redes-sociales nav ul li:nth-child(3) a:hover {
  opacity: .8; }

@keyframes anime-footer {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
footer.footer h1.visible-now {
  animation: anime-footer 2s forwards; }

@keyframes anime-redes {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
footer.footer .contactos-redes-sociales nav ul li a.visible-now {
  animation: anime-redes 1.2s forwards; }

a.linkmenutop {
  display: none; }

section.banner {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(./images/nosotros-ELColectivoone.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }

section.banner p {
  flex: 0 1 auto;
  font-family: "Helvetica Neue";
  color: #fff;
  font-size: 2em; }

section.banner p strong {
  display: block; }

section.banner img {
  margin-right: 50px;
  content: "";
/*  background: url(./images/level.png) no-repeat;*/
  background-position: center center;
  background-size: contain;
  width: 190px;
  height: 333px;
  flex: 0 0 auto;
  display: block; }

section.banner.visible-first {
  animation: background-one 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.banner.visible-now p {
  animation: anime-after 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.banner.visible-now img {
  animation: anime-img 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  /* animation-play-state: running; */ }

section.nosotros {
  padding: 50px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
position: relative;}

section.nosotros img {
  margin-right: 50px;
  content: "";
/*  background: url(./images/nosotros-img.png) no-repeat;*/
  background-position: center center;
  background-size: contain;
  width: 327px;
  height: 413px;
  flex: 0 0 auto;
  display: block; }

section.nosotros article {
  width: 540px;
  flex: 0 1 auto; }

section.nosotros article h1 {
  font-size: 2.5em;
  font-weight: lighter;
  font-family: "Helvetica Neue"; }

section.nosotros article p {
  opacity: 0;
  margin: 30px 0;
  font-family: Roboto;
  font-size: 1.2vw;
  text-align: left; }

@keyframes anime-after-nosotros {
  0% {
    transform: translateX(50%);
    opacity: 0; }
  50% {
    transform: translateX(-10%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
section.nosotros.visible-now img {
  animation: anime-img 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  /* animation-play-state: running; */ }

section.nosotros.visible-now article h1 {
  animation: anime-after-nosotros 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.nosotros.visible-now article p:nth-child(2) {
  animation: anime-after-nosotros 1.8s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 200ms; }

section.nosotros.visible-now article p:nth-child(3) {
  animation: anime-after-nosotros 1.8s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 250ms; }

section.nosotros.visible-now article p:nth-child(4) {
  animation: anime-after-nosotros 1.8s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 280ms; }

section.video {
  background: url(./images/nosotros-video-ELColectivoone.jpg);
  background-position: center center;
  background-size: cover;
  padding: 50px 0 30px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

section.video h1 {
  font-size: 2.3em;
  font-weight: lighter;
  font-family: "Helvetica Neue";
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  margin: 0; }

section.video .video_int {
  margin-top: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

section.video .video_int img {
  content: "";
  width: 244px;
  margin-right: 100px;
/*  background: url(./images/videofoco.png) no-repeat;*/
  background-position: center center;
  background-size: contain;
  display: block;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

section.video .video_int .click-video {
  opacity: 0;
  background: url(./images/loading.gif) no-repeat center center #232323;
  width: 652px;
  height: 364px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

section.video .video_int .click-video img {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all .3s; }

section.video .video_int .click-video iframe {
  display: none; }

.video_int.visible-now img {
  animation: anime-img 1.5s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  /* animation-play-state: running; */ }

@keyframes anime-video {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  50% {
    opacity: .5;
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.video_int.visible-now .click-video {
  animation: anime-video 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  /* animation-play-state: running; */ }

.no-image {
  display: none !important; }

.on-video {
  display: block !important; }

section.digital {
  padding-top: 100px;
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

section.digital img {
  margin-left: 50px;
  content: "";
/*  background: url(./images/digital-img.png) no-repeat;*/
  background-position: center center;
  background-size: contain;
  width: 257px;
  height: 287px;
  display: block;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  opacity: 0; }

section.digital article {
  width: 500px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

section.digital article h1 {
  font-family: "Helvetica Neue";
  font-size: 2.5em;
  text-align: left;
  margin: 0;
  opacity: 0; }

section.digital article p {
  opacity: 0;
  padding: 0;
  margin: 30px 0;
  font-family: Roboto;
  font-size: 1.1vw;
  text-align: left; }

@keyframes anime-digital {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes anime-text {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
section.digital.visible-now img {
  animation: anime-digital 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.digital.visible-now article h1 {
  animation: anime-text 1.8s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.digital.visible-now article p {
  animation: anime-text 2s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.servicios-digitales {
  overflow: hidden; }

section.servicios-digitales .slider {
  max-width: 1200px;
  margin: 0 auto 49px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
    margin-bottom: 80px;}

@keyframes anime-indicator {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
section.servicios-digitales .slider ul.slider-indicators {
  animation: anime-text 1.8s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  margin-left: 24px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  order: -1;
  flex: 1 1;
  align-self: auto; }

section.servicios-digitales .slider ul.slider-indicators li {
  font-family: Roboto Lt;
  font-size: .9em;
  text-align: left;
  color: #000;
  margin: 0 0 20px 0;
  cursor: pointer;
  transition: all .7s; }

section.servicios-digitales .slider ul.slider-indicators li.active {
  color: #C01A50; }

section.servicios-digitales .slider ul.slider-indicators li.active::before {
  background: #C01A50; }

section.servicios-digitales .slider ul.slider-indicators li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #C01A50;
  background: #fff;
  border-radius: 50px;
  display: block;
  transform: scale(1);
  position: absolute;
  margin-top: 2px;
  z-index: 200;
  left: -23px;
  transition: all .3s; }

section.servicios-digitales .slider ul.slider-indicators li:hover {
  color: #C01A50; }

section.servicios-digitales .slider ul.slider-indicators li:hover::before {
  transform: scale(1.4); }

section.servicios-digitales .slider ul.slider-indicators::before {
  content: "";
  width: 2px;
  height: 331px;
  background: url(./images/li-select.jpg) repeat-y bottom left;
  display: block;
  position: absolute;
  left: -18px;
  top: -6px; }

section.servicios-digitales h1 {
animation: anime-text 2s forwards;
    animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
    max-width: 1200px;
    font-family: "Helvetica Neue";
    font-size: 2.5em;
    text-align: left;
    margin: 0 auto 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

section.servicios-digitales h1::before {
  content: "";
  background: url(./images/servicios-digitales.png) no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 10px; }

section.servicios-digitales .slider .slider-wrapper {
  animation: anime-digital 1.7s forwards;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  order: 0;
  flex: 2 2;
  align-self: auto; }

section.servicios-digitales .slider .slider-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@keyframes animation-active-slide {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes animation-previous-slide {
  0% {
    opacity: 1;
    transform: rotateY(0); }
  100% {
    opacity: 0;
    transform: rotateY(-90deg); } }
@keyframes animation-active-footer {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes animation-active-footer-text {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
section.servicios-digitales .slider .slider-wrapper {
  perspective: 800px;
  position: relative;
  height: 510px; }

section.servicios-digitales .slider .slider-wrapper a.previous, section.servicios-digitales .slider .slider-wrapper a.next {
  display: none; }

section.servicios-digitales .slider .slider-wrapper .active-slide {
  z-index: 1;
  animation: animation-active-slide 1s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.servicios-digitales .slider .slider-wrapper .active-slide footer {
  animation: animation-active-footer 1.23s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.servicios-digitales .slider .slider-wrapper .active-slide footer h1 {
  animation: animation-active-footer-text 1.23s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 100ms; }

section.servicios-digitales .slider .slider-wrapper .active-slide footer p {
  animation: animation-active-footer-text 1.23s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 300ms; }

section.servicios-digitales .slider .slider-wrapper .active-slide footer::before {
  animation: animation-active-footer-text 1.23s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 200ms; }

section.servicios-digitales .slider .slider-wrapper .active-slide footer::after {
  animation: animation-active-footer-text 1.23s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
  animation-delay: 300ms; }

section.servicios-digitales .slider .slider-wrapper .previous-slide {
  transform-origin: 50% 50% -500px;
  animation: animation-previous-slide 1.5s both;
  animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }

section.servicios-digitales .slider .slider-wrapper section.servicios-digitales .slider .slider-wrapper ul li:not(.active-slide):not(.previous-slide) {
  display: none; }

section.servicios-digitales .slider > .slider-wrapper ul li {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  position: absolute; }

ul.slider-interno .slider {
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; }
  ul.slider-interno .slider .slider-wrapper {
    height: 513px;
    perspective: none;
    position: relative; }
    ul.slider-interno .slider .slider-wrapper a.previous, ul.slider-interno .slider .slider-wrapper a.next {
      display: block; }
    ul.slider-interno .slider .slider-wrapper a.previous {
      background: url(./images/arrow-left.png) no-repeat;
      background-size: contain;
      width: 15px;
      height: 28px;
      top: 36%; }
    ul.slider-interno .slider .slider-wrapper a.next {
      background: url(./images/arrow-right.png) no-repeat;
      background-size: contain;
      width: 15px;
      height: 28px;
      top: 36%; }
    ul.slider-interno .slider .slider-wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      ul.slider-interno .slider .slider-wrapper ul li {
        position: absolute; }
        ul.slider-interno .slider .slider-wrapper ul li article {
          z-index: 400; }
          ul.slider-interno .slider .slider-wrapper ul li article img {
            display: block;
            margin: 0 auto;
            border-radius: 20px;
            box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75); }
        ul.slider-interno .slider .slider-wrapper ul li footer {
          opacity: 0;
          top: -20px;
          position: relative;
          z-index: -1;
          overflow: hidden;
          padding: 40px 120px 30px 120px;
          box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
          background: #FCED22;
          border-radius: 20px; }
          ul.slider-interno .slider .slider-wrapper ul li footer::before {
            content: "";
            background: url(./images/footer-img.png);
            width: 117px;
            height: 78px;
            display: block;
            position: absolute;
            left: -1px;
            top: 40px;
            animation: anime-digital 1.7s forwards;
            animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }
          ul.slider-interno .slider .slider-wrapper ul li footer::after {
            content: "";
            background: url(./images/footer-img2.png);
            width: 117px;
            height: 78px;
            display: block;
            position: absolute;
            right: -1px;
            top: 40px;
            animation: anime-digital 1.7s forwards;
            animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23); }
          ul.slider-interno .slider .slider-wrapper ul li footer p {
            margin: 0;
            font-family: Roboto Lt;
            font-size: .9em;
            text-align: left;
            color: #000; }
          ul.slider-interno .slider .slider-wrapper ul li footer h1 {
            font-weight: lighter;
            text-align: center !important;
            max-width: auto;
            font-family: "Helvetica Neue";
            font-size: 2em;
            text-align: left;
            margin: 15px 0; }
            ul.slider-interno .slider .slider-wrapper ul li footer h1::before {
              content: "";
              background: transparent;
              width: 0;
              height: 0;
              margin-right: 0;
              display: none; }

main.contacto {
  position: relative;
  background: url(./images/cback.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  grid-template-rows: [arriba] 1fr [medio] 1fr [abajo];
  grid-template-columns: [izq] 1fr [medio] 20em [der]; }
  main.contacto section.info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    grid-row: arriba / medio;
    grid-column: izq / medio;
    padding-bottom: 30px; }
    main.contacto section.info .info-int {
      width: 700px;
      position: relative; }
@keyframes animated-paracaida {
  0% {
    transform: translateY(-10%); }
  50% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-10%); } }
@keyframes animated-nubes {
  0% {
    transform: translateX(0%) translateY(0); }
  50% {
    transform: translateX(-10%) translateY(-10%); }
  100% {
    transform: translateX(0%) translateY(0); } }
@keyframes animated-estrella {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.8); } }
      main.contacto section.info .info-int .paracaida {
        top: 0;
        animation: animated-paracaida 3s  infinite;
        animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
        display: block;
        width: 152px;
        height: 263px;
        background: url(./images/contacto.png) no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: 0;
        transition: all .3s;
        z-index: 333; }
      main.contacto section.info .info-int .nube1 {
        top: 30px;
        animation: animated-nubes 6s  infinite;
        animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
        display: block;
        width: 107px;
        height: 58px;
        background: url(./images/nube1.png) no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: -36px;
        transition: all .3s;
        z-index: 222; }
      main.contacto section.info .info-int .nube2 {
        top: 162px;
        animation: animated-nubes 2s  infinite;
        animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
        display: block;
        width: 86px;
        height: 50px;
        background: url(./images/nube2.png) no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: 90px;
        transition: all .3s;
        z-index: 444; }
      main.contacto section.info .info-int .estrella {
        top: 89px;
        animation: animated-estrella 3s  infinite;
        animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
        display: block;
        width: 138px;
        height: 117px;
        background: url(./images/estrellas.png) no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: -3px;
        transition: all .3s;
        z-index: 111; }
    main.contacto section.info h1 {
      animation: anime-after-nosotros 1.5s forwards;
      animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
      color: #fff;
      font-size: 2.7em;
      font-weight: lighter;
      font-family: "Helvetica Neue";
      margin: 0 0 10px 0;
      text-align: left; }
    main.contacto section.info ul {
      animation: anime-after-nosotros 1.7s forwards;
      animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
      list-style-type: none;
      margin: 0 0 20px 0;
      padding: 0; }
      main.contacto section.info ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        position: relative;
        margin: 0;
        padding: 10px 0 10px 35px;

}
        main.contacto section.info ul li::before {
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: auto;
          -ms-flex-item-align: auto;
          align-self: auto;


          content: "";
          display: block;
          width: 28px;
          height: 33px;
          background-position: center;
          background-size: cover;
          position: absolute;
          left: 0;
}
        main.contacto section.info ul li:nth-child(1)::before {

          background: url(./images/c1.png) no-repeat;
 }
        main.contacto section.info ul li:nth-child(2)::before {

          background: url(./images/c2.png) no-repeat;
 }
        main.contacto section.info ul li:nth-child(3)::before {

          background: url(./images/c3.png) no-repeat;
 }
        main.contacto section.info ul li:nth-child(4)::before {

          background: url(./images/c4.png) no-repeat;
         }
        main.contacto section.info ul li p {
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: auto;
          -ms-flex-item-align: auto;
          align-self: auto;
          font-family: Roboto;
          font-size: 1em;
          text-align: left;
          color: #fff;
          margin: 0;
          padding: 0;
            white-space: pre-line;
            max-width: 21em;


}
          main.contacto section.info ul li p span {
            display: block; }
  main.contacto section.mapa {
    height: 400px;
    width: 100%;
    background: silver;
    grid-row: medio / abajo;
    grid-column: izq / der; }
@keyframes anime-form {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  main.contacto form.formulario {
    opacity: 0;
    animation: anime-form 2s forwards;
    animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
    width: 400px;
    border-radius: 20px;
    z-index: 555;
    background: #fff;
    padding: 15px 30px;
    grid-row: arriba / abajo;
    grid-column: medio / der;
    align-self: center;
    box-shadow: 7px 7px 19px 0px rgba(50, 50, 50, 0.75);
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 108px; }
    main.contacto form.formulario h1 {
      font-size: 1em;
      color: #000;
      text-align: left;
      padding: 0;
      margin: 0 0 20px 0;
      font-family: Roboto; }
    main.contacto form.formulario label {
      margin: 10px 0 5px 0;
      display: block;
      font-size: .9em;
      color: #000;
      text-align: left;
      padding: 0;
      font-weight: bold;
      font-family: Roboto; }
    main.contacto form.formulario input {
      color: #333;
      font-family: Roboto;
      font-size: 1em;
      border-radius: 5px;
      outline: 0;
      background: #fff;
      width: 100%;
      border: 1px solid #C11A50;
      padding: 10px;
      transition: all .3s;
      transform: scale(1); }
      main.contacto form.formulario input:hover {
        border: 1px solid #A8BB01; }
    main.contacto form.formulario textarea {
      color: #333;
      font-family: Roboto;
      font-size: 1em;
      border-radius: 5px;
      outline: 0;
      background: #fff;
      width: 100%;
      border: 1px solid #C23B6D;
      padding: 10px;
      display: block;
      margin: 0 0 10px 0;
      transition: all .3s;
      transform: scale(1); }
      main.contacto form.formulario textarea:hover {
        border: 1px solid #A8BB01; }
	main.contacto form.formulario .aviso {
		display: none;
		padding: 10px 0;
		font-family: Roboto;
		text-align: center;
		animation: aviso-formulario-aparece 600ms 1;
	}
	@keyframes aviso-formulario-aparece {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	main.contacto form.formulario.exito .aviso.exito {
		display: block;
	}
	main.contacto form.formulario.error .aviso.error {
		display: block;
	}
    main.contacto form.formulario button {
      margin: 20px auto 10px auto;
      display: block;
      text-align: center;
      outline: 0;
      text-decoration: none;
      color: #ffffff;
      font-family: "Helvetica Neue";
      font-weight: bold;
      padding: 8px 50px;
      background: #C11A50;
      border: 5px solid #DF7A98;
      border-radius: 20px;
      text-transform: uppercase;
      font-size: 1.2em;
      cursor: pointer;
      transition: all .3s;
      transform: scale(1); }
      main.contacto form.formulario button:hover {
        transform: scale(1.1); }
	main.contacto form.formulario.cargando button {
		animation: boton-formulario-cargando 1s alternate infinite;
	}
@keyframes boton-formulario-cargando {
	100% {
		background: #DF7A98;
	}
}

.slider-selector{
        display: none;
    }



.slider-wrapper ul li footer a{
    background-image: url(images/click.png);
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 0;
    transform: scale(0.8);

}

.presentacional {
    position: absolute;
    top: 0;
    left: 100%;
}

#servicios{
    position: relative;
}

.btn-scroll {
    position: absolute;
    top: -100px;
    left: 50%;
    right: 50%;
    background-image: url(images/btn-scroll.png);
    width: 119px;
    height: 129px;
    font-size: 0;
    transform: scale(0.8);
    margin-left: -64.5px;
}

.scroll2 {

    top: -68px;

}




































/*...........................RESPONSIVE.................................*/






@media (max-width: 1260px) {
  section.servicios-digitales .slider {
    max-width: 100%;
    margin-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px; }

  section.servicios-digitales .slider .slider-wrapper {
    height: 450px; }

  section.servicios-digitales .slider ul.slider-indicators {
    margin-left: 30px; } }
@media (max-width: 1236px) {


  section.servicios-digitales .slider {
    margin-bottom: 200px;
    position: relative;
      }
}
@media (max-width: 1230px) {
  section.servicios-digitales .slider ul.slider-indicators {
    margin-left: 30px; }

  section.servicios-digitales .slider ul.slider-indicators li {
    font-size: .8em; }

  ul.slider-interno .slider .slider-wrapper ul li footer h1 {
    font-size: 1.7em;
    margin: 5px 0; }

  ul.slider-interno .slider .slider-wrapper ul li footer p {
    font-size: .8em; }

  ul.slider-interno .slider .slider-wrapper a.previous {
    left: 10px; }

  ul.slider-interno .slider .slider-wrapper a.next {
    right: 10px; } }
@media (max-width: 1200px) {
  header h1 {
    width: 125px;
    height: 37px; }

  header nav ul li a {
    font-size: 1.25em; }

  header nav ul li a::before {
    width: 15px;
    height: 15px; }

  main section.slider .slider-wrapper ul li.talentod p {
    font-size: 2em;
    margin: 0;
    padding: 0; }

  main section.slider .slider-wrapper ul li.talento {
    padding-top: 10px; }

  main section.slider .slider-wrapper ul li.talentod {
    padding-top: 10px; }

  main section.slider .slider-wrapper ul li.linus blockquote p {
    font-size: 1.3em; }

  main section.slider .slider-wrapper ul li.linus blockquote p strong {
    font-size: 1.7em; }

  main section.slider .slider-wrapper ul li.talento p {
    margin: 0;
    padding: 0;
    font-size: 2em; } }
@media (max-width: 1118px) {
  main section.slider .slider-wrapper ul li.talento p {
    margin: 0;
    padding: 0;
    font-size: 1.7em; }

  a.previous {
    left: 40px; }

  a.next {
    right: 40px; } }
@media (max-width: 1044px) {
  section.nosotros article p {
    margin: 20px 0;
    font-size: 1.1em; } }
@media (max-width: 1040px) {
  section.nosotros {
    padding-left: 20px;
    padding-right: 20px; }

  section.digital article p {
    font-size: 1.3vw; } }

@media (max-width: 1024px){
    main.contacto section.info .info-int{
    width: 100%;
    }
    .presentacional{
    position: absolute;
    top: 0;
    left: 50%;
    }
}



@media (max-width: 1015px) {
  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: 113px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide {
    top: 15px;
    margin-left: -152px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li:not(.active-slide) {
    top: 0; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li {
    margin-left: -416px; }

  main section.slider .slider-wrapper ul li.talentod p {
    font-size: 1.5em;
    margin-left: 20px; }

  section.section-carrusel #carrusel-slider .slider-wrapper a.next {
    right: 20px;
    top: 40%; }

  section.section-carrusel #carrusel-slider .slider-wrapper a.previous {
    left: 20px;
    top: 40%; }

  section.section-carrusel #carrusel-slider .slider-wrapper {
    height: 347px; }

  main section.slider .slider-wrapper ul li.talento p {
    font-size: 1.5em;
    margin-left: 20px; } }
@media (max-width: 1150px) {
  #servicios li .info h2 {
    font-size: 3.5em; } }
@media (max-width: 1075px) {
  #servicios li .info h2 {
    font-size: 3em; }

  #servicios li .info p {
    margin: 15px 0 0 0;
    font-size: 1.7em; }

  #servicios li .info a {
    margin-top: 15px;
    padding: 7px 24px;
    border: 4px solid #DF7A98;
    font-size: 1.4em; }

  #servicios li::after {
    width: 600px;
    height: 370px; }

  footer.footer h1 {
    width: 200px;
    height: 47px;
    background-size: contain; }

  footer.footer .contactos-redes-sociales nav ul li a {
    width: 25px; } }
@media (max-width: 1064px) {
  section.video .video_int::before {
    width: 200px;
    height: 350px;
    margin-right: 50px; }

  section.video .video_int .click-video {
    width: 552px;
    height: auto; } }
@media (max-width: 1014px) {
  /*Slider bottom*/
  section.section-carrusel #carrusel-slider .slider-wrapper ul li img {
    width: 300px; } }
@media (max-width: 992px) {
  #servicios li::after {
    width: 499px;
    height: 300px; }

  #servicios li .info a {
    font-size: 1.3em; }

  #servicios h1 {
    margin: 24px 0 9px 0;
    font-size: 2.7em; }

  #servicios li .info h2 {
    font-size: 2.7em; }

  #servicios li .info p {
    margin: 8px 0 0 0;
    font-size: 1.5em; } }
@media (max-width: 970px) {
  main section.slider .slider-wrapper ul li.linus blockquote p {
    font-size: 1.2em; }

  main section.slider .slider-wrapper ul li.linus blockquote p strong {
    font-size: 1.5em; }

  main section.slider .slider-wrapper ul li.linus blockquote cite {
    width: 220px;
    height: 96px;
    background-size: contain; }

  main section.slider .slider-wrapper ul li.linus::before {
    margin-right: 30px;
    background-size: contain;
    width: 300px;
    height: 280px; }

  main #servicios h1 {
    font-size: 2.5em; } }
@media (max-width: 964px) {
  /*Slider bottom*/
  section.section-carrusel #carrusel-slider .slider-wrapper ul li img {
    width: 250px; }

  section.section-carrusel #carrusel-slider .slider-wrapper {
    height: 366px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide {
    margin-left: -133px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li {
    margin-left: -389px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: 148px; } }
@media (max-width: 932px) {
section.digital img {
    margin-left: 30px;
    width: 200px;
    height: 230px; }

  section.digital article p {
    font-size: 1em; } }
@media (max-width: 920px) {

  section.section-carrusel #carrusel-slider .slider-wrapper a.previous, section.section-carrusel #carrusel-slider .slider-wrapper a.next {
    width: 15px;
    height: 40px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: 136px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide {
    margin-left: -127px; }

  section.section-carrusel #carrusel-slider .slider-wrapper a.next {
    right: 10px;
    top: 35%; }

  section.section-carrusel #carrusel-slider .slider-wrapper a.previous {
    left: 10px;
    top: 35%; }

  footer.footer h1 {
    width: 200px;
    height: 47px;
    background-size: contain;
    margin-bottom: 50px; }

  #servicios li .info {
    width: 300px; }

  header nav ul li {
    background: #C11A50; }

  header nav ul li:nth-child(1) {
    margin-top: 42px; }

  span.close {
    display: block;
    position: absolute;
    background: url(./images/close.png) no-repeat 50% 50%;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    transition: all .4s; }

  span.close:hover {
    opacity: .7; }

  main section.slider .slider-wrapper ul li.talento p {
    font-size: 1.5em; }

  main section.slider .slider-wrapper ul li.talento p strong::after {
    height: 70px;
    width: 80px;
    top: -96px;
    right: 5px;
    background-size: contain; }

  main section.slider .slider-wrapper ul li.talentod p {
    font-size: 1.5em; }

  header nav ul li a {
    padding: 8px 18px;
    font-size: 1.3em; }

  header nav ul li {
    transition: all .6s; }

  header nav ul li:hover {
    background: #000; }

  header {
    opacity: 1;
    background: #802159;
    padding: 10px 20px 10px 15px; }

  #servicios li {
    margin: 70px 0;
    flex-flow: column-reverse; }

  #servicios li::after {
    width: 540px;
    height: 320px;
    margin-bottom: 20px; }

  #servicios li .info h2 {
    font-size: 2.5em;
    text-align: center; }

  #servicios li {
    margin: 40px 0;
    flex-flow: column-reverse; }

  #servicios li .info p {
    margin: 8px 0 0 0;
    font-size: 1.5em;
    text-align: center; }

  #servicios li .info a {
    padding: 7px 24px;
    font-size: 1.3em;
    width: 100%; }

  #servicios li:nth-child(2) {
    flex-flow: column; }

  a.linkmenutop {
    animation: header-menu-anima 1.5s forwards;
    animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
    background: url(./images/menu.png) no-repeat 50% 50%;
    background-size: contain;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 0; }

  header nav {
    animation: none; }

  header nav ul {
    display: inline-block; }

  header nav ul#menutop {
    position: fixed;
    transition: all .7s;
    background: #C11A50;
    z-index: 900;
    right: 0;
    bottom: 0;
    top: 0;
    width: 350px; }

  header nav ul#menutop:not(:target) {
    transform: translateX(200%); }

  header nav ul#menutop:target {
    transform: translateX(0); }

  header nav ul li a {
    display: block;
    color: #fff;
    padding: 31px 10px 31px 20px; }

  .menu-float header {
    transform: translateY(0);
    opacity: 1;
    background: #802159; }

  .menu-mouse header {
    transform: none;
    opacity: 1;
    background: #802159; }

}

@media (max-width: 854px) {


section.video .video_int {
    flex-direction: column;
}

.flechita{
    position: absolute;
    top: -25px;
    display: inline-block;
    padding: 8px 20px;
    background: #C11A50;
    border: 5px solid #DF7A98;
    border-radius: 20px;
    text-transform:uppercase;

    }



.flechita select {
    display: inline-block;
    padding-right: 52px;
    background: URL(./images/flecha_select.png) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    outline: 0;
    text-decoration: none;
    color: #ffffff;
    font-family: "Helvetica Neue";
    font-weight: bold;
    border: none;
    font-size: 1.4em;
/*  background-color: #C11A50;*/

 }
.flechita option{
    color: #ffffff;
    font-family: "Helvetica Neue";
    font-weight: bold;
    background-color: #C11A50;
    padding: 0 52px 0 15px;



}
.flechita option:hover{
    background-color: #C11A50;
    }

section.servicios-digitales{
        padding: 0 25px
    }
  section.video .video_int::before {
    width: 170px;
    height: 280px;
    margin-right: 30px; }

  section.video h1 {
    font-size: 2em; }

.slider-selector{

    }
.slider-indicators{
    display: none;
    }

section.servicios-digitales .slider {
    width: 100%;
    margin-top: 40px;
    padding: 0;
}
    ul.slider-interno .slider .slider-wrapper ul li article img{
    width: 100%;
    }
section.servicios-digitales .slider {
    margin-bottom: 280px;
}
ul.slider-interno .slider .slider-wrapper a.next {
    top: 50%;
}
    ul.slider-interno .slider .slider-wrapper a.previous{
     top: 50%;
}
header nav ul li a {
    padding: 20px 10px 20px 20px;
}










    main.contacto{
    display: flex;
    flex-direction: column;
}
    main.contacto section.info {
    order: 2;
}
    main.contacto section.mapa{
    order: 3;
    }
    main.contacto form.formulario{
    position: initial;
    order: 1;
    right: 0;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    }
    .presentacional {
    left:0;
    right: 5%;
}

section.video .video_int img {
    width: 144px;
    margin-right: 0;
    margin-bottom: 20px;
}

}
@media (max-width: 844px) {

section.video .video_int img {
    width: 144px;

}
  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: 40px; }

  section.nosotros::before {
    margin-right: 30px;
    width: 280px;
    height: 350px; }


 section.nosotros img {
    margin-right: 30px;
    width: 280px;
    height: 350px;
}


  section.nosotros article h1 {
    font-size: 2.2em;
    margin: 0 0 10px 0; }

  section.nosotros article p {
    margin: 15px 0;
    font-size: 1em; }

  section.banner p {
    font-size: 1.7em; }

  section.banner::before {
    margin-right: 30px;
    width: 150px;
    height: 290px; }

    section.banner img{
    margin-right: 30px;
    width: 150px;
    height: 260px; }

  section.video .video_int::before {
    width: 144px;
    height: 241px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li {
    margin-left: -284px; } }
@media (max-width: 778px) {
  section.video {
    padding-left: 20px;
    padding-right: 20px; }
section.servicios-digitales .slider {
    margin-bottom: 240px;
}}
@media (max-width: 772px) {
  main section.slider .slider-wrapper ul li.linus blockquote p {
    font-size: 1em; }

  main section.slider .slider-wrapper ul li.linus blockquote p strong {
    font-size: 1.3em;
    text-align: right; }

  main section.slider .slider-wrapper ul li.linus::before {
    margin-right: 15px;
    background-size: contain;
    width: 250px;
    height: 220px; }

  main section.slider .slider-wrapper ul li.talento::after {
    width: 140px; }

  main section.slider .slider-wrapper ul li.talentod::after {
    width: 150px; }

  a.previous, a.next {
    width: 10px;
    height: 36px; }

  a.previous {
    left: 15px; }

  a.next {
    right: 15px; } }


@media (max-width: 768px) {

.presentacional {

    left: 96%;
}
main.contacto section.info uls {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    main.contacto section.info ul li p{

    font-size: 1.2em;
    }

}


@media (max-width: 764px) {
section.digital img {
    margin-left: 0;

}
  section.digital article p {
    font-size: .8em;
    margin: 15px 0; }

  section.digital article h1 {
    font-size: 2.2em; }

  section.digital, .servicios-digitales  {
    padding-left: 20px;
    padding-right: 20px; }

    section.digital article h1{
        text-align: center;
    }
    section.servicios-digitales h1{
        font-size: 2.2em;
    }


}
@media (max-width: 742px) {
  section.video .video_int .click-video {
    width: 100%;
    height: auto;
    }

  section.video h1 {
    text-align: center;
    font-size: 1.7em; }

  section.video .video_int::before {
    margin-right: 0;
    margin-bottom: 20px; } }
@media (max-width: 740px) {
  section.nosotros article p {
    text-align: justify; } }
@media (max-width: 722px) {

section.digital {
    flex-direction: column-reverse;
    padding-top: 80px;
}
  section.digital::after {
    margin-left: 0;
    margin-bottom: 20px; }

section.digital img {
    margin-bottom: 20px;
}


}








@media (max-width: 700px) {

ul.slider-interno .slider .slider-wrapper ul li footer h1 {
    font-size: 1.5em;
}

.flechita option{

    font-size: 1em;
}
.flechita select {
    font-size: 1em;
}
section.servicios-digitales .slider {
    margin-bottom: 170px;
}
.btn-scroll {
    top: -74px;
}
/*
    section.banner {
    padding-top: 70px;
    padding-bottom: 0px;
    }
*/
section.banner::before {
    height: 210px;
}

main section.slider .slider-wrapper ul li.linus{
            justify-content: stretch;
    }
main section.slider .slider-wrapper ul li.linus img{
    transform: scale(.6);
    margin-right: 0;
}
#servicios li img {
    width: 540px;
    height: 320px;
}
}






@media (max-width: 660px) {
  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: 0; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li {
    margin-left: -248px; }

}

@media (max-width: 620px) {
  main section.slider .slider-wrapper ul li.linus {
    margin-top: 0; }

  main section.slider {
    height: 400px; }

  main section.slider .slider-wrapper ul li.linus {
    flex-flow: column;
    justify-content: flex-start;
    background-position: left;
        padding-top: 60px;
    }

  @keyframes anime-responsive-pet {
    0% {
      transform: translateX(300%) scale(0); }
    100% {
      transform: translateX(0) scale(1); } }
  main section.slider .slider-wrapper ul li.linus::before {
    animation-delay: 570ms;
    transform: scale(0);
    animation: anime-responsive-pet 2s forwards;
    animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
    margin: 0 auto;
    width: 169px;
    height: 130px; }

  main section.slider .slider-wrapper ul li.linus blockquote p {
    text-align: center;
    margin: 5px 0; }

  main section.slider .slider-wrapper ul li.linus blockquote p strong {
    text-align: center;
    padding: 0; }

  main section.slider .slider-wrapper ul li.linus blockquote cite {
    width: 168px;
    height: 61px;
    margin: 20px auto 0 auto;
    float: none; }


main section.slider .slider-wrapper ul li.linus img {
    animation-delay: 570ms;
    transform: scale(0);
    animation: anime-responsive-pet 2s forwards;
    animation-timing-function: cubic-bezier(0.4, 0.28, 0.35, 1.23);
    margin: 0 auto;
    width: 169px;
    height: 160px;
}

}

@media (max-width: 580px){
    main.contacto section.info ul li p {
    font-size: 1em;
}

section.digital img {
    margin-left: 0;
    width: 166px;
    height: 185px;
}

 ul.slider-interno .slider .slider-wrapper ul li footer {
    padding: 40px 50px 30px 50px;
    }
ul.slider-interno .slider .slider-wrapper ul li footer::before {
    left: -50px;
}
ul.slider-interno .slider .slider-wrapper ul li footer::after{
    right: -65px;
}
    ul.slider-interno .slider .slider-wrapper ul li footer h1 {
    font-size: 1.3em;
}
    section.servicios-digitales .slider .slider-wrapper {
    height: 342px;
}
    section.servicios-digitales .slider {
    margin-bottom: 220px;
}
    .presentacional {
    top: -58px;
    left: 0;
    transform: scale(0.5);
    right: -25%;
    z-index: 5;
}
        main.contacto section.info .info-int {
    display: flex;
    flex-direction: column;
    align-items: center;
}
   main.contacto section.info {
    padding-top: 30px;
}
.btn-scroll {
    top: -67px;
    transform: scale(0.5);
}

#servicios li img {
    width: 284px;
    height: 180px;
    margin-bottom: 10px;
}


}

@media (max-width: 558px) {
  section.digital article {
    width: 100%; }

  section.digital article p {
    text-align: justify; }
  section.banner p {
    font-size: 1.5em; }

    header nav ul#menutop {

    width: 320px;
}

}

@media (max-width: 566px) {
  section.section-carrusel #carrusel-slider .slider-wrapper ul li.active-slide ~ li {
    margin-left: -126px; }

  section.section-carrusel #carrusel-slider .slider-wrapper ul li {
    margin-left: -124px; } }
@media (max-width: 562px) {
  section.nosotros article {
    width: 100%; }

  section.nosotros article h1 {
    text-align: center; }

  section.banner::before {
    margin-right: 0; }

  section.nosotros {
    flex-flow: column; }

  section.banner {
    flex-flow: column; }


}
@media (max-width: 542px){
 ul.slider-interno .slider .slider-wrapper ul li footer {
    padding: 40px 20px 30px 20px;
}
ul.slider-interno .slider .slider-wrapper ul li footer::before {
    left: -47px;
    top: 4px;
}

ul.slider-interno .slider .slider-wrapper ul li footer::after {
    top: 80px;
    }
 section.servicios-digitales .slider .slider-wrapper {
    height: 280px;
}
}
@media (max-width: 530px) {
  main section.slider .slider-wrapper ul li.talento {
    background-position: left; }

  main section.slider .slider-wrapper ul li.talentod {
    flex-flow: column;
    justify-content: center;
    background-position: left; }

  main section.slider .slider-wrapper ul li.talentod p {
    font-size: 1.3em;
    text-align: center; }

  main section.slider .slider-wrapper ul li.talento {
    justify-content: center;
    flex-flow: column; }

  main section.slider .slider-wrapper ul li.talento p {
    text-align: center; }

  footer.footer {
    flex-wrap: wrap;
    flex-flow: column; }

  main #servicios h1 {
    font-size: 1.8em;
    margin: 15px 0 8px 0; }

  #servicios li::after {
    width: 284px;
    height: 153px;
    margin-bottom: 10px; }

  #servicios li .info h2 {
    font-size: 2em;
    text-align: center; }

  #servicios li .info {
    width: 100%; }

  #servicios li .info p {
    margin: 8px 0 0 0;
    font-size: 1.2em;
    text-align: center; }

  #servicios li .info a {
    padding: 7px 0;
    font-size: 1em;
    width: 180px;
    margin: 12px auto 0 auto;
    display: block; }
section.digital article h1 {
    font-size: 1.8em;
}
    section.servicios-digitales h1 {
    font-size: 1.8em;
}

}




@media (max-width: 482px){
section.digital img {
    margin-left: 0;
    width: 135px;
    height: 151px;
}
ul.slider-interno .slider .slider-wrapper ul li footer h1 {
    font-size: 1.1em;
}

ul.slider-interno .slider .slider-wrapper ul li footer::after {
    top: 92px;
}
ul.slider-interno .slider .slider-wrapper ul li footer::before {
    top: -5px;
}
.flechita {
    padding: 4px 10px;
}
.flechita select {
    font-size: .7em;
    padding-right: 40px;
}
    section.servicios-digitales h1 {
    font-size: 1.4em;
}
    section.digital article h1 {
    font-size: 1.5em;
}
    section.servicios-digitales .slider {
    margin-bottom: 190px;
}
    ul.slider-interno .slider .slider-wrapper ul li footer {
    padding: 40px 10px 30px 10px;
}

.presentacional {
    position: absolute;
    right: -33%;
    top: -55px;
    z-index: 5;
    transform: scale(0.5);
}
    main.contacto section.info {
    padding-top: 40px;
}

main.contacto form.formulario {
    width: 90%;
}


}








@media (max-width: 420px){
  section.servicios-digitales .slider .slider-wrapper {
    height: 230px;
}
}

@media (max-width: 380px){
section.servicios-digitales .slider .slider-wrapper {
    height: 180px;
}
    section.servicios-digitales .slider {
    margin-bottom: 235px;
}
    ul.slider-interno .slider .slider-wrapper ul li footer h1 {
    font-size: 1em;
}
    }







/*# sourceMappingURL=style.css.map */
