body {
  font-family: 'Abel', sans-serif;
  font-size: 19px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 768px) {
  body {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}


body,
figcaption,
a,
textarea,
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='url'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='password'] {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}


button:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6); */
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}

/* HEADER --------------------------------------------------------------------- */

.logo {
  width: 100px;
}

@media (min-width: 576px) {
  .logo {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .logo {
    width: 200px;
  }
}

header .nav-link {
  color: #000;
  font-size: 20px;
}

header .menu-idioma .nav-link:hover {
  text-decoration: underline;
}

header .menu-primary .nav-link:hover {
  background-color: #f4f0e9;
}

header .menu-icon {
  font-size: 1.4rem;
}

header .menu-icon .nav-link:hover {
  color: #777;
}

/* SOBRE --------------------------------------------------------------------- */
p {
    font-size: 19px;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 22px;
  }
}

/* CATEGORIA --------------------------------------------------------------------- */

.categoria figure {
  position: relative;
}

.categoria figure figcaption {
  top: 70%;
  padding: .7rem 10px .8rem;
  position: absolute;
  z-index: 30;
}

.categoria figure:hover figcaption {
  top: 50%;
  padding: 1.7rem 10px 1.8rem;
  opacity: .9;
}

.categoria figure figcaption h2 {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .categoria figure figcaption h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .categoria figure figcaption h2 {
    font-size: 2rem;
  }
}

.categoria figure figcaption i {
  opacity: .7;
}

/* TRABALHO-ITEM --------------------------------------------------------------------- */

.trabalho-item h1,
.shop-item h1,
.sobre h1 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
    .trabalho-item h1,
    .shop-item h1,
    .sobre h1 {
        font-size: 2rem;
  }
}

@media (min-width: 992px) {
    .trabalho-item h1,
    .shop-item h1,
    .sobre h1 {
        font-size: 2.5rem;
  }
}

.trabalho-item a {
  color: #444;
  text-decoration: underline;
  /* background-color: #f4f0e9; */
}

.trabalho-item a:hover {
  color: #000;
  /* background-color: #eae4da; */
  /* text-decoration: none; */
}

/* TRABALHO-ITEM --------------------------------------------------------------------- */

.sobre h2 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
    .sobre h2 {
        font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
    .sobre h2 {
        font-size: 2rem;
  }
}
/* COMPONENTE legend-hover --------------------------------------------------------------------- */

.legend-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

/* .legend-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
} */

.legend-hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  content: '';
  background-color: #f4f0e9;
  /* -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; */
}

.legend-hover img {
  backface-visibility: hidden;
}

.legend-hover figcaption {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}

.legend-hover h3,
.legend-hover h5 {
  margin: 0;
  letter-spacing: 1px;
}

.legend-hover h3 {
 /*  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); */
  text-transform: uppercase;
  font-weight: 400;
  /* -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; */
  margin-bottom: 5px;
  text-align: left;
  /* font-size: 1.15rem; */
  font-size: 18px;
}

.legend-hover h5 {
    opacity: 0;
    height: 0;
    font-weight: normal;
    /* font-size: 1.05rem; */
    font-size: 20px;
    /* -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; */
    display: none;
}

@media (min-width: 576px) {
    .legend-hover figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        padding: 0 50px;
    }

    .legend-hover h3 {
        font-size: 28px;
        text-align: center;
    }

    .legend-hover h3,
    .legend-hover h5 {
        opacity: 0;
        height: auto;
    }

}

@media (min-width: 768px) {
    .legend-hover h3 {
        font-size: 28px;
    }
    .legend-hover h5 {
        font-size: 20px;
    }
}

/* @media (min-width: 992px) {
    .legend-hover h3 {
        font-size: 1.75rem;
    }
    .legend-hover h5 {
        font-size: 1.25rem;
    }
} */

.legend-hover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 576px) {
    .legend-hover:hover:before,
    .legend-hover.hover:before {
    top: 0;
    /* -webkit-transition-delay: 0s;
    transition-delay: 0s; */
    }

    .legend-hover:hover h3,
    .legend-hover.hover h3,
    .legend-hover:hover h5,
    .legend-hover.hover h5 {
    /* -webkit-transform: translateY(0);
    transform: translateY(0); */
    opacity: 1;
    }
}

/* .legend-hover:hover h3,
.legend-hover.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.legend-hover:hover h5,
.legend-hover.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
} */

/* FOOTER --------------------------------------------------------------------- */
footer p {
    line-height: 1.5;
    font-size: 12px;
}

@media (min-width: 400px) {
    footer p {
        line-height: 1.5;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    footer p {
        line-height: 1.5;
        font-size: 16px;
    }
}

/* @media (min-width: 992px) {
    footer p {
        line-height: 1.5;
        font-size: 20px;
    }
} */
/* UTILITÁRIOS --------------------------------------------------------------------- */

.font-small {
    font-size: 75%;
}

.video-fluid iframe {
    width: 100% !important;
}


.text-decoration-underline {
    text-decoration: underline;
}

/* NEWSLETTER POPUP --------------------------------------------------------------------- */
.newsletter {
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 999999;
}

.newsletter .content {
    width: 90%;
    max-width: 700px;
    background-color: #fff;
    position: relative;
}

.newsletter .content a {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #212529;
}

.newsletter .content a:hover {
    color: #777;
}

.newsletter .content button {
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 36px;
}
.newsletter .content button:hover {
    color: #777;
}

.newsletter .content input {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #212529;
    border-radius: 0;
    font-size: 19px;
    padding: 5px 1px;
}

.newsletter .content input::placeholder {
    color: #212529;
    font-size: 19px;
}

@media (min-width: 768px) {
    .newsletter .content input,
    .newsletter .content input::placeholder {
        font-size: 20px;
    }

    .newsletter .content button {
        font-size: 45px;
    }
}
@media (min-width: 992px) {
    .newsletter .content input,
    .newsletter .content input::placeholder,
    .newsletter p {
        font-size: 24px;
    }

    .newsletter .content button {
        font-size: 50px;
    }
}

