* {
  margin: 0;
  padding: 0;
}

h1.titulos {
  text-align: center;
  margin: 20px auto 20px;
  font-size: 36px;
}

.subtitulo {
  text-align: center;
  width: 100%;
}

.subtitulo .fa-instagram {
  font-size: 23px;
  position: absolute;
}

.subtitulo a {
  margin: 0 25px;
}

.portfolioContenedor {
  width: 100%;
  /* padding-left: 1%; */
}

.numerales {
  text-align: center;
}

/* slider */

.port_slider {
  width: 90%;
  margin: 0 5%;
  cursor: grab;
}

.portfolioContenedor {
  position: relative;
}

.flex_wrap_tres_columnas {
  padding: 5px;
}

.port_slider .port_pam_item {
  margin: 20px 2.5% 0;
  width: 95%;
}

.boton_slider {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #555;
}

.boton_slider:hover {
  color: #222;
}

.boton_slider.bot_siguiente {
  position: absolute;
  right: 0px;
}

.mano_deslizar {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8) url("../../media/img/comunes/mano_costados.png") center no-repeat;
  background-size: 60%;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 35%;
  left: 50%;
  -webkit-animation: ease-in-out infinite alternate-reverse;
  -webkit-animation-name: izq_der;
  -webkit-animation-duration: 0.5s;
  animation: ease-in-out infinite alternate-reverse;
  animation-name: izq_der;
  animation-duration: 0.5s;
}

/* ------ Animaciones ------- */

@-webkit-keyframes izq_der {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes izq_der {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 770px) {
  .logo {
    width: 50%;
    margin: 30px auto;
  }
  .boton_slider {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .menu ul {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .menu ul.volver {
    width: 100%;
    background: rgba(232, 39, 71, 0.8);
  }
  .menu ul.volver a {
    color: #fff;
  }
  .portfolioContenedor {
    width: 110%;
    margin-left: -5%;
  }
  .port_slider,
  .port_dis_slider {
    width: 100%;
    margin: 0;
  }
  .mano_deslizar {
    left: 45%;
  }
}

/* tarjetas */

.disenio_creativo .flex_wrap {
  justify-content: center;
}

.disenio_creativo .posteo_wrapp {
  position: relative;
  float: left;
  flex-grow: 1;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
  background: #fff;
  margin: 0 0 30px;
  text-decoration: none;
  width: 49%;
  margin: 20px 0.5%;
  padding-bottom: 30px;
}

.disenio_creativo .posteo_wrapp .img_not_wrapp {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
}

.disenio_creativo .posteo_wrapp .img_not_wrapp img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
}

.disenio_creativo .posteo_wrapp .img_not_wrapp:hover img {
  width: 110%;
}

.disenio_creativo .posteo_wrapp .text_wrapp {
  padding: 15px;
  font-size: 0.9em;
}

.disenio_creativo .posteo_wrapp .text_wrapp h3 {
  margin: 5px 0;
}

.disenio_creativo .posteo_wrapp .leer_mas {
  margin: 20px 30px 28px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.9em;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.disenio_creativo .posteo_wrapp .leer_mas::before {
  content: "";
  width: 0;
  right: 0;
  display: block;
  border-bottom: 2px #0094b8 solid;
  position: absolute;
  bottom: -7px;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
}

.disenio_creativo .posteo_wrapp .leer_mas::after {
  content: "»";
  right: 0;
  opacity: 0;
  position: absolute;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
}

.disenio_creativo .posteo_wrapp .leer_mas:hover {
  padding: 0 6px 0 0;
  letter-spacing: 0;
}

.disenio_creativo .posteo_wrapp .leer_mas:hover::after {
  right: -5px;
  opacity: 1;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
}

.disenio_creativo .posteo_wrapp:hover .leer_mas {
  color: var(--sistema-color);
  font-weight: bold;
  letter-spacing: 1px;
  transition: 250ms all ease-in-out;
  -webkit-transition: 250ms all ease-in-out;
}

.disenio_creativo .posteo_wrapp:hover .leer_mas::before {
  width: 100%;
}

@media screen and (max-width: 770px) {
  .disenio_creativo .posteo_wrapp {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .disenio_creativo .posteo_wrapp {
    width: 99%;
  }
}
