/* Estilos para a barra de navegação */
.navbar {
    background-color: #4CAF50;
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    color: black !important;
    transition: color 0.3s, text-shadow 0.3s;
}

.nav-link:hover {
    color: #FFD700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.nav-link.active {
    color: #FFD700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Estilos para o banner */
#banner {
    height: 300px;
    background-image: url('banner.jpg');
    background-size: cover;
    background-position: center;
}

#banner h2 {
    line-height: 300px;
    margin: 0;
    color: white;
    font-size: 2.5rem;
}

/* Estilos para a seção de descrição */
#descricao {
    text-align: center;
    margin-top: 50px;
}

#descricao h3 {
    font-size: 2rem;
    font-weight: bold;
}

#descricao p {
    font-size: 1.2rem;
}

/* Estilos para os cards */
.card {
    margin: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45);
    text-align: center;
    position: relative;
}

.card-body {
    padding: 30px;
    background-color: #dfe4e0;
    border-radius: 8px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-text {
    font-size: 1.2rem;
    color: #4CAF50;
    font-weight: bold;
}

.text-valor{
    font-size: 2.2rem;
}

/* Estilos para a fita no canto superior direito */


.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #065317;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #1ca5cf; /* #5AC91F; */
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }

  .ribbon-laranja span {
    background-color: rgb(245, 104, 10);
  }

  .ribbon-roxo span {
    background-color: rgb(128, 6, 128);
  }



  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
          .precoIni{
            position: absolute;
            transform: rotate(-45deg);
            top: 20px;
            left: -10px;
            color: #fff;
            font-weight: bold;
            font-size: 15px;
          }

          #laco{
            display: flex;
            margin-left: 50px;
            /* align-items: center;   */
          }

          /* form {
            background: #fff;
            padding: 20px 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 100%;
            box-sizing: border-box;
        } */
        h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }
        input[type="text"], input[type="email"], input[type="tel"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 20px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            transition: border-color 0.3s;
        }
        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
            border-color: #007bff;
        }
        #sendEmail {
            width: 100%;
            padding: 10px;
            background: #007bff;
            border: none;
            border-radius: 4px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
        }
        input[type="submit"]:hover {
            background: #0056b3;
        }
        .error {
            color: red;
            margin-bottom: 20px;
            display: none;
            text-align: center;
        }

        footer {
          background-color: #333;
          color: #fff;
          text-align: center;
          padding: 20px 0;
          position: relative;
          bottom: 0;
          width: 100%;
          box-sizing: border-box;
      }
      footer .container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }
      footer .container a {
          color: #fff;
          text-decoration: none;
          margin: 5px 10px;
      }
      footer .container a:hover {
          text-decoration: underline;
      }
      footer .social-icons {
          margin: 10px 0;
      }
      footer .social-icons a {
          margin: 0 10px;
          color: #fff;
          font-size: 20px;
      }
      

/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    #banner h2 {
        font-size: 1.5rem;
        line-height: normal;
        padding: 100px 0;
    }

    .card-body {
        padding: 20px;
    }

    form {
      padding: 20px;
      margin: 0 10px;
      box-shadow: none;
  }

  footer .container {
    flex-direction: column;
  }
}
