/* CÓDIGOS GERAIS */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: swiss-721-black-bt;
  src: local(swiss-721-black-bt), url(../font/swiss-721-black-bt.ttf);
}

.bg-top {
  background: transparent;
  transition: 0.5s ease;
}

.bg-change-nav {
  background: #ff8500;
  transition: 0.5s ease;
}

.navbar-brand {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.mostrar {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "swiss-721-black-bt", sans-serif;
  color: #fff;
  font-weight: 900;
}

h2::after,
h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #ffc400;
  margin: 4px 0 4px 0;
  transform: skew(-20deg);
}

h4::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ffc400;
  margin: 4px 0 4px 0;
  transform: skew(-20deg);
}

.btn-green {
  background-color: #38b000;
  border-color: #38b000;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 30px !important;
  padding: 10px 30px;
  transition: 0.5s ease;
}

.btn-green:hover {
  background-color: #288000;
  border-color: #288000;
  color: #fff;
}

.btn-yellow {
  background-color: #ffc400;
  border-color: #ffc400;
  color: #000;
  font-size: 1.2rem;
  border-radius: 30px !important;
  padding: 10px 30px;
  transition: 0.5s ease;
}

.btn-yellow:hover {
  background-color: #ffe02e;
  border-color: #ffe02e;
  color: #000;
  transform: scale(0.955);
}

.btn-outline-yellow {
  background-color: #fafafa;
  border: 2px solid #ffc400;
  color: #ffc400;
  font-size: 1.2rem;
  border-radius: 30px !important;
  padding: 10px 30px;
  transition: 0.5s ease;
}

.btn-outline-yellow:hover {
  background-color: #ffe02e;
  border-color: #ffe02e;
  color: #000;
  transform: scale(0.955);
}

/* SESSÃO MAIN MENU */

.nav-top {
  padding: 0 80px;
}

.nav-item {
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 0px 5px;
  transition: 0.5s ease;
}

.nav-item:hover {
  background-color: #ffe02e;
  transform: scale(0.9);
}

.nav-link {
  color: #000 !important;
  font-size: 1.125rem;
  transition: 0.5s ease !important;
}

/* SESSÃO HEADER */

.header {
  background: url(../images/home/wave.svg) no-repeat #f1f1f1;
  width: 100%;
  height: auto;
  padding: 110px 80px;
}

.title-header {
  max-width: 600px;
}

.title-header h1 {
  font-size: 3.4rem;
  color: #000000;
}

.title-header h2 {
  font-size: 1.8rem;
  color: #000000;
  font-family: "Segoe UI Symbol", sans-serif !important;
}

.title-header h2::after {
  display: none;
}

.title-header span {
  color: #ffc400;
}

.group-btn {
  margin-top: 2rem !important;
}

.group-btn .btn-outline-yellow {
  margin-left: 1rem;
}

.main-carousel {
  position: relative;
  top: 160px;
}

/* SESSÃO SOBRE */

.sobre {
  background: #f1f1f1 url(../images/home/wave-sobre-1.svg) no-repeat bottom;
  width: 100%;
  height: 800px;
  padding: 50px 80px 0 80px;
}

.sobre h2 {
  color: #000;
}

.info-sobre {
  max-width: 750px;
  font-size: 0.9rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.info-sobre p {
  color: #000;
}

/* SESSÃO PRODUTOS */

.produtos {
  background-size: cover;
  padding: 20px 80px 20px 80px;
  background: #ff8500;
}

.produtos h2,
.produtos h3,
.produtos p {
  color: #fff;
}

.content h3 {
  text-align: center;
}

.content h3::after,
.carousel-caption h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ffc400;
  margin: 5px auto;
  transform: skew(-20deg);
}

.content-produto {
  width: 400px;
  height: 350px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #ffc400;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-content {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}

.inner-content button {
  position: relative;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -20%);
  transition: 0.5s ease;
}

.content-produto:hover {
  transform: scale(0.9);
}

.content-produto:hover .inner-content {
  opacity: 1;
  background-color: #ffc400c0;
}

/* SESSÃO MODAL PRODUTOS */

.modal-content {
  width: 1200px !important;
  left: 50%;
  transform: translateX(-50%);
}

.modal-header h4 {
  color: #38b000;
}

.modal-body h5 {
  color: #38b000;
  text-align: center;
}

.carousel-item {
  height: 700px;
  overflow: scroll;
}

.carousel-img {
  width: 100%;
  height: 30%;
}

.carousel-caption {
  height: 70%;
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
  
  .carousel-item {
    height: auto;
  }

  .carousel-img {
    width: 100%;
    height: 700px;
  }

  .carousel-caption {
    height: auto;
  }
}

.carousel-caption {
  bottom: 0;
}

.carousel-caption h3,
p {
  color: #38b000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
  color: #288000;
}

/* SESSÃO CONTATOS */

.contatos {
  background: #f1f1f1 url(../images/home/wave-sobre-2.svg) no-repeat top;
  width: 100%;
  padding: 150px 80px 20px 80px;
}

.contatos h2,
h3,
h4 {
  color: #000;
}

label {
  color: #000;
  font-size: 1.2rem;
  font-family: "Segoe UI Symbol", sans-serif !important;
}

.form-control {
  border: 1px solid #000 !important;
  color: #000000 !important;
}

.form-control:focus {
  color: #141414 !important;
  background-color: #fff;
  border-color: #303030 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.25);
}

.map {
  margin-top: 3.8rem;
  width: 100%;
  height: 450px;
}

.contatos p {
  line-height: 24px;
  font-size: 1.1rem;
}

.endereco {
  display: grid;
  grid-template-columns: 300px 10px;
  grid-gap: 10px;
}

.separador {
  height: 260px;
  width: 0;
  border-right: 2px solid #000;
  border-bottom: none;
}

/* SESSÃO FOOTER */

.footer {
  background: url(../images/home/wave-footer.svg) no-repeat #ff8500;
  width: 100%;
  padding: 150px 80px 20px 80px;
  height: 430px;
}

.footer .row {
  margin-top: 80px;
}

.footer p {
  color: #fff;
}

.social-item {
  background: transparent;
}

.social-item:hover {
  background: transparent;
}

.social-link:hover {
  color: #fff;
}

.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

.whatsapp img {
  transition: 0.5s ease;
}

.whatsapp img:hover {
  transform: scale(0.9);
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media (max-width: 992px) {
  .title-header {
    max-width: 100%;
  }

  .title-header h1,
  .title-header h2 {
    text-align: center;
  }

  .group-btn {
    margin-top: 2rem !important;
    display: flex;
    justify-content: center;
  }

  .group-btn .btn-outline-yellow {
    margin-left: 0;
  }

  .main-carousel {
    position: relative;
    top: 0;
  }

  .sobre {
    height: 1300px;
  }

  .info-sobre {
    max-width: 100%;
  }

  .produtos {
    padding: 60px 30px 110px;
  }

  .contatos {
    padding: 100px 30px 110px;
  }

  .contatos p {
    line-height: 18px;
  }

  .endereco {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .separador {
    width: 260px;
    height: 0;
    border-right: none;
    border-bottom: 2px solid #000;
  }

  .footer {
    background: url(../images/home/wave-footer.svg) no-repeat top #ff8500;
    width: 100%;
    padding: 140px 80px 20px 80px;
    height: auto;
  }

  .footer .row {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .bg-top {
    background: #ff8500;
    transition: 0.5s ease;
  }

  .nav-top {
    padding: 0 30px;
  }

  .nav-item {
    margin-right: 10px;
    background: none;
    border-radius: 10px;
    padding: 0px 5px;
    transition: 0.5s ease;
  }

  .nav-item:hover {
    background: none;
    transform: scale(0.9);
  }

  .nav-link {
    color: #fff !important;
  }

  .header {
    background: #f1f1f1 no-repeat;
    padding: 80px 30px 0 30px;
    height: auto;
  }

  .title-header {
    margin-top: 20px;
  }

  .group-btn {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    align-items: center;
  }

  .main-carousel {
    margin-top: 1rem;
    position: relative;
    top: 0;
  }

  .sobre {
    padding: 30px 50px 110px 30px;
    height: auto;
  }

  .modal-content {
    width: 100% !important;
  }

  .produtos {
    padding: 30px 30px 110px;
    height: auto;
  }

  .content-produto {
    width: auto;
    height: 40vh;
    position: relative;
    margin: 0 auto;
  }

  .contatos {
    padding: 80px 30px 110px;
  }

  .contatos p {
    line-height: 18px;
  }

  .separador {
    width: 260px;
    height: 0;
    border-right: none;
    border-bottom: 2px solid #000;
  }

  .footer {
    padding: 100px 30px 20px;
  }
}

#slide-picoles img{
  object-fit: contain;
  max-height: 100%;
}

@media (min-width: 768px) { 
  #slide-picoles img{
    object-fit: contain;
    max-height: 200px;
  }
}

@media (min-width: 1024px) { 
  #slide-picoles img{
    object-fit: contain;
    max-height: 500px;
  }
}



@media (max-width: 425px) { 
  .content-produto {
    width: 80vw;
    height: 50vh;
    position: relative;
    margin: 0 auto;
  }
}

.img-fluid{
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}