.multimedia .formas {
  position: relative; }
  .multimedia .formas:before {
    content: '';
    background-image: url("../../../img/forma-azul.png");
    background-size: cover;
    position: absolute;
    top: -57.5px;
    left: -20px;
    width: 100%;
    height: 79px; }
    @media screen and (max-width: 540px) {
      .multimedia .formas:before {
        display: none; } }
  .multimedia .formas:after {
    content: '';
    background-image: url("../../../img/forma-blanca.png");
    background-size: cover;
    position: absolute;
    bottom: -57.5px;
    left: -20px;
    width: 100%;
    height: 127px; }
    @media screen and (max-width: 540px) {
      .multimedia .formas:after {
        display: none; } }

.multimedia .car-box {
  text-align: center;
  position: relative; }
  .multimedia .car-box:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .multimedia .car-box .vimeoPreview {
    position: relative; }
    .multimedia .car-box .vimeoPreview svg {
      width: 70px;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9999; }
  .multimedia .car-box .bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: 0 auto;
    background-blend-mode: multiply;
    background-color: #cecece;
    z-index: 9;
    position: relative; }
  .multimedia .car-box:hover .caption-hover {
    -webkit-animation-name: box;
    animation-name: box;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .multimedia .car-box:hover svg {
    cursor: pointer; }
    .multimedia .car-box:hover svg path:nth-last-of-type(2) {
      fill: #000e1b;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms; }
