

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header, footer {
    background-color: #f8f8f8;
    text-align: center;
    padding: 1em 0;
}

main {
    padding: 1em;
}

h1 {
    color: #333;
}

h2 {
    color: #555;
}

.whatsapp-btn {
  z-index: 1010;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  transition: all 0.35s cubic-bezier(.91,-0.28,.06,1.3),background-color 0.25s ease;
  -webkit-box-shadow: 0px 13px 40px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 13px 40px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 13px 40px 0px rgba(0,0,0,0.21);
}


.my-element {
  width: 100%; /* Default full width */
}

body, html {
  overflow-x: hidden !important;
}

@media (max-width: 786px){
  body, html {
    overflow-x: hidden !important;
  }
}

@media (min-width: 992px) {
  .my-element {
    width: 85%; /* Narrower width on large screens (lg) and above */
  } 

 
}

li {
  list-style: none;
}

@media (max-width: 479px) {

  .padding-logo {
    padding: 0em;
  }

  .padding-empresa {
    padding-left: 0em;
    padding-right: 0em
  }

  .padding-missao {
    padding-left: 0.1em;
    padding-right: 0.1em
  }

  .padding-servicos {
    padding-left: 0.1em;
    padding-right: 0.1em
  }

  .padding-mapa {
      padding-left: 0.1em;
      padding-right: 0.1em
  }

  .margin-contato {
      padding-left: 0.1em;
      padding-right: 0.1em
  }

  .wiper-track {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 1.5rem;
    margin: 0 5em;
    transition: transform 0.4s ease-in;
    padding: 0 0rem;
  }

  #footer-fruivita {
    padding-left: 0em;
    padding-right: 0em;
  }

}

@media (min-width: 480px) {
  .padding-empresa {
    padding-left: 7em;
    padding-right: 7em
  }
  .wiper-track {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 1.5rem;
    margin: 0 auto;
    transition: transform 0.4s ease-in;
    padding: 0 0rem;
  }

  .padding-missao {
    padding-left: 7em;
    padding-right: 7em;
  }

  .padding-servicos {
    padding-left: 4em;
    padding-right: 4em
  }

  .padding-mapa {
    padding-left: 7em;
    padding-right: 7em;
  }

  .margin-contato {
      padding-left: 5em;
      padding-right: 5em;
  }

  .padding-logo {
    padding-left: 10em;
  }

  #footer-fruivita {
    padding-left: 10em;
    padding-right: 10em;
  }
}


.wiper-item {
  width: 200px;
  height: 200px;
  position: relative;
  transition: scale 0.2s linear;
}
.wiper-button img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.wiper {
  max-width: auto;
  position: relative;
  margin: 0 auto;
}
.active-swipe {
  transform: scale(1.1);
}
.wiper-button {
  margin: 0 1rem;
  height: 70px;
  width: 45px;
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  z-index: 1;
}
.wiper-button__left {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.wiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1.4rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}
.wiper-wrapper {
  max-width: 670px;
  overflow: hidden;
  padding: 0rem 0.5rem;
  margin: 0 auto;
}
.swiper__image-button {
  right: 50%;
  top: 50%;
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: none;
  font-size: 1rem;
  transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}
.swiper__image-button:hover {
  color: red;
}
.wiper__image{
  height:100%;
  width:100%;
  object-fit: contain;
  border-radius:30px;
}
.is-hidden{
  display:none;
}

#carouselEmpresaAutoplaying > div.carousel-indicators > button {
  margin: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E84E0E !important;
  opacity: 1 !important;
}

#carouselEmpresaAutoplaying > div.carousel-indicators {
  position: relative !important;
}

#carouselEmpresaAutoplaying > div.carousel-indicators > button.active {
  background-color: #0A495C !important;
}

.carousel-control-prev {
  padding-bottom: 4em !important;
}

.carousel-control-next {
  padding-bottom: 4em !important;
}




#equipe .card {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

#equipe .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#equipe img {
  border: 4px solid #0A495C;
  transition: border 0.3s ease;
}

#equipe img:hover {
  border-color: #FDB913;
}

.modal-content {
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.modal-header {
  background: linear-gradient(135deg, #0A495C, #FDB913);
  color: white;
}

.modal-body ul {
  list-style: none;
  padding: 0;
}

.modal-body ul li {
  margin-bottom: 10px;
}

.modal-body ul li a {
  color: #0A495C;
  text-decoration: none;
  transition: color 0.3s ease;
}

.modal-body ul li a:hover {
  color: #FDB913;
}





/* Estilo geral da seção de contato */
#contato {
  padding: 50px 15px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

#contato .container {
  max-width: 800px;
  margin: auto;
}

.contato-title {
  font-size: 2.5rem;
  color: #0A495C;
  margin-bottom: 10px;
}

.contato-description {
  font-size: 1.1rem;
  color: rgba(37, 37, 37, 0.919);
  margin-bottom: 30px;
}

/* Estilo do formulário */
.form-contato {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #0A495C;
  box-shadow: 0 0 5px rgba(10, 73, 92, 0.2);
}

/* Botão de enviar */
.btn-enviar {
  background-color: #FDB913;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.btn-enviar:hover {
  background-color: #e5a510;
}

.btn-enviar:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(253, 185, 19, 0.5);
}
