/*Escolhas: Produtos e conteúdos*/
.container.escolha{
  max-width: 960px !important;
}

.box-escolhas{
  position: relative;
  height: 500px;
}

.box-selecao{
  width: 960px;
  height: 500px;
}

.selecao-cao, .selecao-gato{
  overflow: hidden !important;
  height: 500px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  background-color: transparent !important;
}

.selecao-cao{
  left: 0;
}

.selecao-gato{
  right: 0;
}

.selecao-cao img, .selecao-gato img{
  position: absolute;
}

.selecao-gato img{
  left: -480px;
}

.barra-esquerda, .barra-direita{
  width: 2px;
  position: absolute;
  height: 90%;
  background-color: #FFF;
  top: 5%;
}

.barra-esquerda{
  right: 0;
}

.barra-direita{
  left: 0;
}

.seta-esquerda, .seta-direita{
  width: 14px;
  height: 37px;
  position: absolute;
  top: 50%;
}

.seta-esquerda{
  background: url(../img/escolhas_cat_dog/seta-esquerda.png) no-repeat;
  right: 35%;
}

.seta-direita{
  background: url(../img/escolhas_cat_dog/seta-direita.png) no-repeat;
  left: 35%;
}

.box-links-dog p, .box-links-cat p{
    font-size: 19px;
    color: #FFF;
}

.box-links-dog, .box-links-cat{
  position: absolute;
  bottom: 50px;
}

.box-links-dog{
  left: 30px;
}

.box-links-cat{
  right: 30px;
  text-align: right;
}

.box-links-dog img, .box-links-cat img{
  position: relative !important;
  right: 0 !important;
  left: 0 !important;
  display: block;
  /*margin-bottom: 10px;*/
}
/*fim escolhas*/



@media(min-width: 769px) and (max-width: 800px){
  .selecao-cao, .selecao-gato{
    max-height: 400px;
  }

  .box-escolhas{
    background: url(../img/escolhas_cat_dog/fundo_catdog.jpg) no-repeat;
    background-size: cover;
    max-height: 400px;
  }

  .selecao-cao img, .selecao-gato img{
    display: none;
  }

  .box-links-dog img, .box-links-cat img{
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .seta-esquerda, .seta-direita, .barra-esquerda, .barra-direita{
    display: none;
  }
}

@media (max-width: 768px){
  .selecao-cao, .selecao-gato{
    max-height: 230px;
  }

  .box-escolhas{
    background: url(../img/escolhas_cat_dog/fundo_catdog.jpg) no-repeat;
    /*background-size: cover;*/
    background-size: 100%; /*resolveu*/
    max-height: 230px;
  }

  .selecao-cao img, .selecao-gato img{
    display: none;
  }

  .box-links-dog, .box-links-cat{
    text-align: center;
  }

  .box-links-dog{
    left: 0px;
  }

  .box-links-cat{
    right: 0px;
  }

  .box-links-dog img, .box-links-cat img{
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .seta-esquerda, .seta-direita, .barra-esquerda, .barra-direita{
    display: none;
  }


}