*{
    transition: background .4s,border .3s,border-radius .3s,box-shadow .3s, transform .4s, color .3s, opacity .5s;
}
html{
    scroll-behavior: smooth;
    font-size: 14px;
}
body{
    font-family: "Montserrat", sans-serif;
}
.navigation{
    padding-top: 15px;
    padding-bottom: 10px;
    font-style: normal;
}
.nav-link{
    font-size: 1.1em;
    font-weight: 300;
}
.navbar{
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
}
.navbar li{
    font-size: 15px;
    line-height: 38px;
}
.navbar li a{
    color: #808080;
}
.navbar li a:hover{
    text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 0 0 30px!important;
}
.navbar li a:hover, .navbar li a.active{
    color: var(--color-highlight)!important;
    text-decoration: underline;
}
.background-light{
    background: #f5f4ff;

}
.background-wave-bottom{
    background: url('../content/images/micro-wave-01.png') bottom center no-repeat;
    padding-bottom: 23px;
}
.background-wave-top{
    background: url('../content/images/bg-micro-wave-02.png') top center no-repeat;
    padding-top: 23px;
}
h1{
    color: #313181;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    background: url('../content/images/bg-title-left.png') bottom left no-repeat;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
h1.h1-center{
    background: url('../content/images/bg-title-center.png') bottom center no-repeat;
    text-align: center;
}
p{
    color: #808080;
    font-size: 1.15em;
    font-weight: 300;
}


.owl-carousel .c-item {
    background: #f5f4ff;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.owl-carousel .c-item img {
    width: 320px;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin-bottom: 15px;
}

.owl-carousel .c-item h2 {
    color: #808080;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    padding: 0 10px;
    margin: 0;
}

.card-servico .card{
    background: none;
    border: none;
}

.card-produto h2 {
    font-family: "GothamPro", sans-serif;
    color: #626262;
    font-size: 1.55em;
	padding: 15px 15px;
	margin-bottom: 15px;
}

.card-produto-body h2 {
    font-family: "GothamPro", sans-serif;
    color: #626262;
    font-size: 1.55em;
	padding: 15px 15px;
	margin-bottom: 15px;
}

.card-produto img {
    width: 320px;
    height: 430px;
    object-fit: cover;
    border-radius: 15px;
    margin: 0 auto; 
    display: block;
}

#produtos a {
    text-decoration: none;
}

.bolsa-maca h2{
    font-family: "GothamPro", sans-serif;
    color: #626262;
    font-size: 1.4em;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 15px;
}

.bolsa-maca img{
    max-width: 100%;  /* ajustável conforme o layout */
    object-fit: contain;
    border-radius: 15px;
}

.modal-bolsa-maca img#produtoImagem{
    max-width: 100%;  /* ajustável conforme o layout */
    object-fit: contain;
    border-radius: 15px;
}

#bolsa-maca-index {
    font-family: "GothamPro", sans-serif;
    color: #808080;
    font-weight: 500;
    font-size: 1.3em;
    text-align: center;
    padding: 6px 10px;
    margin: 0;
}

#bolsa-maca-index img{
    max-width: 100%;  /* ajustável conforme o layout */
    object-fit: contain;
    border-radius: 15px;
}

.modal p {
    padding: 15px 15px;
}

#produto14Modal img{
    max-width: 100%;  /* ajustável conforme o layout */
    object-fit: contain;
    border-radius: 15px;
}

.card-produto{
    border-radius: 25px!important;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.card-produto:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.card-produto p{
    margin-top: 0;
    margin-bottom: 0; 
}

.card-produto p b{
    font-weight: 600;
}

.card-servico .card-body{
    border-radius: 25px!important;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.card-servico .card-body p{
    margin-top: 0;
    margin-bottom: 0; 
}
.card-servico .card-body p b{
    font-weight: 600;
}
.card-impar{
    margin-right: 70px;
}
.card-par{
    margin-left: 70px;
}

.col-md-6 {
    padding-right: 3vw;
}

/* =======================================
   PADRONIZAÇÃO DE TEXTOS DO MODAL
   ======================================= */
#produtoModal h4 {
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    padding: 15px 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#produtoModal p,
#produtoModal ul,
#produtoModal li,
#produtoModal table,
#produtoModal td,
#produtoModal th {
    color: #808080;
    font-family: "Montserrat", sans-serif;
    font-size: 1.05em;
    font-weight: 300;
    line-height: 1.7em;
}

#produtoModal ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

#produtoModal li {
    margin-bottom: 6px;
}

/* Tabela dentro do modal */
#produtoModal th {
    background-color: #f5f4ff;
    text-align: center;
    font-weight: 600;
}

#produtoModal td {
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

/* Ajuste de espaçamento entre blocos */
#produtoModal .mt-4 {
    margin-top: 1.8rem !important;
}

#produtoModal .mb-2, 
#produtoModal .mb-3 {
    margin-bottom: 1rem !important;
}


.wave-bottom{
    background: url('../content/images/wave.png') bottom center no-repeat;
    padding-bottom: 115px!important;
}
.form-control{
    border-radius: 12px;
    border: 1px solid #afcbe5;
}
label{
    color: #808080;
}
textarea{
    height: 140px;
}
form .btn{
    font-size: 1.3em;
    border-radius: 12px;
}
input, form button{
    height: 55px;
}
.infos{
    background: #fff;
    border: 1px solid #afcbe5;
    border-radius: 25px;
    padding: 45px;
    margin-top: 35px;
}
.infos img{
    padding-right: 15px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-button a {
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    text-decoration: none;
}
footer{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1em;
    line-height: 1.65em;
    color: #808080;
}
footer a{
    text-decoration: none;
    float: right;
}
footer img{
    margin: 0 0 0 10px;
}
footer a img:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease; /* Suaviza a transição */
}