/* style.css */

/* Fonte Jost aplicada globalmente */
html {
    background-color: #F5F5DC; /* Bege */
	scroll-behavior: smooth;
}


body {
    font-family: 'Jost', sans-serif !important;
}


/* Menu de Navegação */
.navbar-custom {
    background-color: #4B0082; /* Índigo */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-custom .navbar-brand img {
    max-width: 200px;
}

.navbar-custom .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem; /* Aumentado em 180% */
    padding: 15px 20px;
}

.navbar-custom .navbar-nav .nav-link:hover {
    background-color: #FFD700; /* Dourado */
    color: #4B0082; /* Índigo */
    border-radius: 5px;
}

.navbar-toggler {
    border: none;
    font-size: 1.5rem;
    color: #fff;
}

.navbar-toggler:focus {
    outline: none;
}


/* Cartões de Produto */
.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.product-card img {
    width: 100%;
    height: auto;
}

.product-card .card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-card h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #003366; /* Azul Marinho Escuro */
}

.product-card p {
    font-size: 1rem;
    margin-bottom: 10px;
    flex-grow: 1;
    color: #555;
}

.product-card .price {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #003366; /* Azul Marinho Escuro */
}

.product-card .price .original-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
    font-size: 1rem;
}

.product-card .btn {
    font-weight: bold;
}

.product-card .btn-saiba-mais {
    background-color: #4B0082; /* Índigo */
    color: #fff;
    margin-bottom: 10px;
}

.product-card .btn-saiba-mais:hover {
    background-color: #003366; /* Azul Marinho Escuro */
    color: #fff;
}

.product-card .btn-comprar {
    background-color: #FFD700; /* Dourado */
    color: #4B0082; /* Índigo */
}

.product-card .btn-comprar:hover {
    background-color: #E6E6FA; /* Lavanda */
    color: #4B0082; /* Índigo */
}

.product-card .video-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4B0082; /* Índigo */
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Botão WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 2rem;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #20B358;
    color: #fff;
    text-decoration: none;
}

.whatsapp-button.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Botão Instagram */
.instagram-section {
    text-align: center;
    margin: 50px 0;
}

.instagram-button {
    background-color: #E1306C;
    color: #fff;
    font-size: 1.2rem;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.instagram-button:hover {
    background-color: #C13584;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .instagram-button {
        font-size: 1rem;
        padding: 10px 20px;
        width: 90%;
    }
}

/* Slider de Depoimentos */
.testimonial-section {
    margin: 50px 0;
    text-align: center;
    background-color: #B0E0E6; /* Azul Pó */
    padding: 60px 0;
}

.testimonial-section h2 {
    margin-bottom: 40px;
    color: #003366; /* Azul Marinho Escuro */
}

.testimonial {
    text-align: center;
    padding: 20px;
}

.testimonial img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.testimonial p {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.testimonial h5 {
    font-weight: bold;
    color: #003366; /* Azul Marinho Escuro */
}

.testimonial h4 {
    font-weight: normal;
	font-size:12px;
    margin-top:-7px;
	opacity:0.7;
}

.carousel-item {
    transition: transform 0.5s ease-in-out;
}

.carousel-item p {
	margin:0px 0px 0px 0px;
	background-color:#E6E6FA;
	color:#4B0082;
	padding:10px 10px 10px 10px;
	opacity:0.8;
	height:auto;
	min-height:100px;
	 display: flex;
    align-items: center;
    justify-content: center; /* Para centralizar horizontalmente também */
    text-align: center; /* Caso o texto precise estar centralizado horizontalmente */
}
.carousel-item h5 {
	background-color:#4B0082;
	color: #E6E6FA;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
padding:10px 0px 10px 0px;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

/* Modais de Produto */
.modal-product .modal-content {
    background-color: #4B0082; /* Índigo */
    color: #fff;
    border-radius: 10px;
}

.modal-product .modal-header,
.modal-product .modal-footer {
    border: none;
	padding:0px 0px 0px 0px !important;
}

.modal-title {
	font-size:40px;
	color: #4B0082;
	font-weight:bold;
	text-align:center;
	width:100% !important;
}

.modal-body {
	padding-top:0px !important;
}
.modal-body p {
	text-indent:15px;
	text-align:justify;
	opacity:0.8;
	scale:0.9;
	margin-top:-10px;
}
.modal-product .modal-footer .btn-comprar {
    background-color: #FFD700; /* Dourado */
    color: #4B0082; /* Índigo */
	font-size:25px;
	font-weight:bold;
	text-align:center;
}

.modal-product .modal-footer .btn-comprar:hover {
    background-color: #E6E6FA; /* Lavanda */
    color: #4B0082; /* Índigo */
}

/* Rodapé */
footer {
    background-color: #4B0082; /* Índigo */
    color: #fff;
    padding: 20px 0;
}

footer a {
    color: #FFD700; /* Dourado */
    text-decoration: underline;
}

footer a:hover {
    color: #E6E6FA; /* Lavanda */
    text-decoration: none;
}

footer p {
    margin-bottom: 5px;
}

/* Seção Contato */

.contact-section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-section ul li i {
    margin-right: 10px;
    color: #FFD700; /* Dourado */
}

.contact-section .form-control {
    border-radius: 5px;
    border-color: #ccc;
}

.contact-section .btn-header {
    background-color: #FFD700; /* Dourado */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.contact-section .btn-header:hover {
    background-color: #B0E0E6; /* Azul Pó */
    color: #fff;
}

/* Ajuste de Espaçamento */
.section-padding {
    padding: 80px 0;
}


.footerTextToCompany {
	font-size:22px;
}

.linksonfooterbar {
	margin-top:25px;
	opacity:0.7;
}
.socialNetInstagram {
	font-size:120px;
}
.legal-warning {
	font-size:10px;
	text-align:justify;
	opacity:0.8;
	line-height:15px;
	max-width:80%;
	margin-left:10%;
}



#infoDataProduct {
    width: 100%;
    border-collapse: collapse; /* Remove espaços entre as células */
    margin-bottom:10px;
	scale:1;
}

#infoDataProduct tr {
    width: 100%;
}

#infoDataProduct tr td {
    padding: 10px; /* Adiciona padding para uma melhor aparência */
    border: 1px solid rgba(128, 128, 128, 0.1); /* Borda cinza semi-transparente nas células */
	background-color:#E6E6FA;
	padding:5px 0px 5px 0px;
	font-size:12px;
}

#infoDataProduct tr td:first-child {
    text-align: right;
	font-weight:bold;
	width:33%;
}

#infoDataProduct tr td:last-child {
    text-align: left;
	width:67%;
	padding-left:10px;
}

/* Botão "Ver produto" */
.btn-ver-produto {
  background-color: #6A1B9A;  /* azul claro vivo */
  color: #fff !important;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  transition: background-color .2s ease, opacity .2s ease;
  opacity:0.7;
}

.btn-ver-produto:hover {
  background-color: #6A1B9A;  /* tom mais escuro no hover */
  opacity: 0.95;
}

.btn-ver-produto:active {
  background-color: #145a99;
}
