@import "https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css";
:root{
    --primary-color:#F59B00;
    --secondary-color:#000014;
    --color-player:#0C154A;
    --blue-color:#0081A8;
    --area-color:#FAFAFA;
}
@font-face {
  font-family: 'Material Icons';
  src: url('./MaterialIcons-Regular.woff2') format('woff2');
  font-display: swap;
}

nav{
    background-color: rgb(0, 5, 5, 0.63) !important;
}
nav .brand-logo {
  width:245px;
}
.slides img{
    filter: brightness(60%);
}
.nav{
    background-color: var(--secondary-color);
}
.social-list svg{
  fill: white;
  margin-top:15px;
}
a.social-list-link {
  text-decoration: underline;
}
a#footer-social-link-whatsapp {
  text-decoration: underline;
}
.rc-orange-text{
    color: var(--primary-color);
}
.rc-orange-bg{
  background-color: var(--primary-color);
}

.float-button {
  text-decoration: none;
  position: fixed;
  padding: 8px;
  bottom: 30px;
  right: 35px;
  background-color: #50c65e;
  color: #FFF;
  border-radius: 30%;
  text-align: center;
  box-shadow: 1px 4px 6px 0px rgba(247, 247, 247, 0.548);
  z-index: 100;
  font-family: arial;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  transition: background-color 0.3s ease;
}

.float-button:hover {
  background-color: #ffae00;
  color: #FFF;
}

.bi-whatsapp{
  width: 55px;
  margin-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}


.slider .btn {
    margin-top: 20px;
  }
  
  .section-search input {
    padding: 5px !important;
    font-size: 18px !important;
    width: 90% !important;
    border: #f4f4f4 3px solid !important;
  }
  
  .section-follow .fa-4x {
    margin: 5px 10px;
  }
  
  .section-contact h5 {
    margin-bottom: 30px;
  }

  #footer-social-link svg{
    margin: 0;
    margin-right: 8px;
  }

  .carousel {
    height: auto !important;
    min-height: 250px; /* Ajuste conforme necessário */
}

.carousel .carousel-item {
    min-height: 250px; /* Ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-info {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

.stars {
  font-size: 24px;
  color: gold; /* Deixa as estrelas douradas */
  letter-spacing: 2px;
}

.testimonial h5{
  color: #3D3D3D;
  font-weight: 500;
}

@media only screen and (max-width: 600px){
  nav .brand-logo {
    width:190px;
  }
}
  