/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./httpdocs/src/sass/components/_portfolio.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.portfolio {
  background-color: #000000;
  padding: 0 0 0 0;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh; }
  .portfolio__title {
    color: #ffffff;
    font-style: italic;
    font-family: "Fira Sans", Helvetica;
    font-weight: 700;
    margin: auto;
    text-align: center;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    box-sizing: border-box; }
  .portfolio__grid {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 75vh; }
  .portfolio__element {
    text-decoration: none;
    display: block;
    position: relative; }
    .portfolio__element::after {
      opacity: 0;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 200ms ease-in-out; }
  .portfolio__cover {
    transition: all 300ms ease-in-out;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    filter: grayscale(100%) brightness(70%); }
  .portfolio__name {
    display: none;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -19.5px 0 0 0;
    text-align: center;
    font-family: "Fira Sans", Helvetica;
    font-weight: 700; }
  .portfolio__arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 40px;
    appearance: none;
    border: none;
    background: transparent url("https://cd.criselgeek.com/static/iconos/arrow.svg") no-repeat center;
    background-size: contain;
    z-index: 200;
    margin-top: -20px;
    cursor: pointer;
    opacity: 0.8; }
    .portfolio__arrow--prev {
      left: 20px;
      transform: rotate(180deg); }
      .portfolio__arrow--prev:hover {
        opacity: 1; }
    .portfolio__arrow--next {
      right: 20px; }
      .portfolio__arrow--next:hover {
        opacity: 1; }

@media all and (min-width: 1025px) {
  .portfolio__title {
    font-size: 4rem; }
  .portfolio__name {
    font-size: 2rem;
    color: #444444; }
  .portfolio__element {
    width: 25%;
    min-height: 275px;
    height: 50%; }
    .portfolio__element:hover::after {
      opacity: 1; }
    .portfolio__element:hover .portfolio__cover {
      filter: grayscale(100%); }
    .portfolio__element:hover .portfolio__name {
      display: block; }
  .portfolio__cover {
    height: 37.5vh;
    min-height: 275px; } }

@media all and (max-width: 1025px) {
  .portfolio__title {
    font-size: 2.5rem; }
  .portfolio__element {
    width: 50%;
    min-height: 180px;
    height: 25%; }
  .portfolio__name {
    display: block;
    font-size: 1rem;
    color: #ffffff; }
  .portfolio__cover {
    height: 25vh;
    min-height: 180px; } }

