

.container_carru {
  position: relative;
  /*cierre actions*/
  /*cierre items*/
}
.container_carru #actions #arrowrigth .arrowrigth {
  cursor: pointer;
  top: 50%;
  width: 5%;
  position: absolute;
  z-index: 201;
  right: 10px;
  -webkit-transform: rotate(268deg);
  -moz-transform: rotate(268deg);
  -o-transform: rotate(268deg);
  transform: rotate(268deg);
}
.container_carru #actions #arrowleft .arrowleft {
  cursor: pointer;
  top: 50%;
  width: 5%;
  position: absolute;
  z-index: 201;
  left: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container_carru #items {
  padding: 5%;
  cursor: move;
  z-index: 200;
  overflow: hidden;
  height: 750px;
  position: relative;
  /*lado izquierdo*/
}
@media only screen and (max-width: 2150px) {
  .container_carru #items {
    height: 630px;
  }
}
@media only screen and (max-width: 2000px) {
  .container_carru #items {
    height: 570px;
  }
}
@media only screen and (max-width: 1900px) {
  .container_carru #items {
    height: 540px;
  }
}
@media only screen and (max-width: 1780px) {
  .container_carru #items {
    height: 500px;
  }
}
@media only screen and (max-width: 1680px) {
  .container_carru #items {
    height: 470px;
  }
}
@media only screen and (max-width: 1565px) {
  .container_carru #items {
    height: 420px;
  }
}
@media only screen and (max-width: 1430px) {
  .container_carru #items {
    height: 390px;
  }
}
@media only screen and (max-width: 1330px) {
  .container_carru #items {
    height: 360px;
  }
}
@media only screen and (max-width: 1230px) {
  .container_carru #items {
    height: 330px;
  }
}
@media only screen and (max-width: 970px) {
  .container_carru #items {
    height: 310px;
  }
}
@media only screen and (max-width: 875px) {
  .container_carru #items {
    height: 270px;
  }
}
@media only screen and (max-width: 785px) {
  .container_carru #items {
    height: 240px;
  }
}
@media only screen and (max-width: 700px) {
  .container_carru #items {
    height: 235px;
  }
}
@media only screen and (max-width: 640px) {
  .container_carru #items {
    height: 150px;
  }
}
@media only screen and (max-width: 400px) {
  .container_carru #items {
    height: 125px;
  }
}
.container_carru #items #item {
  display: none;
  height: 80%;
  position: absolute;
}
.container_carru #items .img_left {
  display: block !important;
  left: 50%;
  opacity: 0.4;
  z-index: 0;
  -webkit-transform: translateX(-100%) scale(0.9);
  -moz-transform: translateX(-100%) scale(0.9);
  -o-transform: translateX(-100%) scale(0.9);
  transform: translateX(-100%) scale(0.9);
}
.container_carru #items .img_rigth {
  display: block !important;
  left: 50%;
  opacity: 0.4;
  -webkit-transform: translateX(0%) scale(0.9);
  -moz-transform: translateX(0%) scale(0.9);
  -o-transform: translateX(0%) scale(0.9);
  transform: translateX(0%) scale(0.9);
  z-index: 0;
}
.container_carru #items .img_center {
  display: block !important;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  z-index: 90;
}
.container_carru #items .animaterigthR {
  -webkit-animation-name: rigthR;
  -moz-animation-name: rigthR;
  -o-animation-name: rigthR;
  animation-name: rigthR;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes rigthR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 90;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(0.94);
    -moz-transform: translateX(10%) scale(0.94);
    -o-transform: translateX(10%) scale(0.94);
    transform: translateX(10%) scale(0.94);
    z-index: 50;
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
}
@-webkit-keyframes rigthR {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 90;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(0.94);
    -moz-transform: translateX(10%) scale(0.94);
    -o-transform: translateX(10%) scale(0.94);
    transform: translateX(10%) scale(0.94);
    z-index: 50;
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
}
.container_carru #items .animaterigthL {
  -webkit-animation-name: rigthL;
  -moz-animation-name: rigthL;
  -o-animation-name: rigthL;
  animation-name: rigthL;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes rigthL {
  0% {
    left: 50%;
    opacity: 0.1;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
  100% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
}
@-webkit-keyframes rigthL {
  0% {
    left: 50%;
    opacity: 0.1;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
  100% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
}
.container_carru #items .animaterigthC {
  -webkit-animation-name: rigthC;
  -moz-animation-name: rigthC;
  -o-animation-name: rigthC;
  animation-name: rigthC;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes rigthC {
  0% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
  20% {
    left: 50%;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(-110%) scale(0.94);
    -moz-transform: translateX(-110%) scale(0.94);
    -o-transform: translateX(-110%) scale(0.94);
    transform: translateX(-110%) scale(0.94);
    z-index: 50;
  }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
  }
}
@-webkit-keyframes rigthC {
  0% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
  20% {
    left: 50%;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(-110%) scale(0.94);
    -moz-transform: translateX(-110%) scale(0.94);
    -o-transform: translateX(-110%) scale(0.94);
    transform: translateX(-110%) scale(0.94);
    z-index: 50;
  }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
  }
}
.container_carru #items .animateleftL {
  -webkit-animation-name: leftL;
  -moz-animation-name: leftL;
  -o-animation-name: leftL;
  animation-name: leftL;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes leftL {
  0% {
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 90;
  }
  30% {
    left: 50%;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(-110%) scale(0.94);
    -moz-transform: translateX(-110%) scale(0.94);
    -o-transform: translateX(-110%) scale(0.94);
    transform: translateX(-110%) scale(0.94);
    z-index: 50;
  }
  100% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
}
@-webkit-keyframes leftL {
  0% {
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 90;
  }
  30% {
    left: 50%;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(-110%) scale(0.94);
    -moz-transform: translateX(-110%) scale(0.94);
    -o-transform: translateX(-110%) scale(0.94);
    transform: translateX(-110%) scale(0.94);
    z-index: 50;
  }
  100% {
    left: 50%;
    opacity: 0.4;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
}
.container_carru #items .animateleftR {
  -webkit-animation-name: leftR;
  -moz-animation-name: leftR;
  -o-animation-name: leftR;
  animation-name: leftR;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@keyframes leftR {
  0% {
    left: 50%;
    opacity: 0.1;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
  100% {
    left: 50%;
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
}
@-webkit-keyframes leftR {
  0% {
    left: 50%;
    opacity: 0.1;
    z-index: 0;
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
  }
  100% {
    left: 50%;
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
}
.container_carru #items .animateleftC {
  -webkit-animation-name: leftC;
  -moz-animation-name: leftC;
  -o-animation-name: leftC;
  animation-name: leftC;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes leftC {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(0.94);
    -moz-transform: translateX(10%) scale(0.94);
    -o-transform: translateX(10%) scale(0.94);
    transform: translateX(10%) scale(0.94);
    z-index: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
  }
}
@keyframes leftC {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0%) scale(0.9);
    -moz-transform: translateX(0%) scale(0.9);
    -o-transform: translateX(0%) scale(0.9);
    transform: translateX(0%) scale(0.9);
    z-index: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(10%) scale(0.94);
    -moz-transform: translateX(10%) scale(0.94);
    -o-transform: translateX(10%) scale(0.94);
    transform: translateX(10%) scale(0.94);
    z-index: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
  }
}

.redes {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
  flex-wrap: wrap;
}
.redes li {
  box-shadow: 0px 0px 5px 0px #f1e42cb2;
  background: #1b1b1b;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 8px;
  border-radius: 50%;
  transition: all 600ms;
  -webkit-transition: all 600ms;
}
.redes li.titulo {
  width: 100%;
  text-align: center;
  height: auto;
  background: none;
  margin-bottom: 15px;
  border-radius: 0;
  color: white;
  box-shadow: none;
}
.redes li:hover:not(.titulo) {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.redes li img {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  height: 20px;
  left: 50%;
}