﻿.text-laranja {
    color: #FF7800;
}

.bgFundo-laranja {
    background-color: #FF7800;
}

.alert-laranja {
    color: #FF7800;
    background-color: #ffeddc;
    border: 1px solid #FF7800;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 0.95rem;
}

.btn-laranja {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #FF7800;
    --bs-btn-border-color: #FF7800;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #FF7800;
    --bs-btn-hover-border-color: #FF7800;
    --bs-btn-focus-shadow-rgb: 217, 165, 9;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #FF7800;
    --bs-btn-active-border-color: #FF7800;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(255 255 255 / 13%);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #FF7800;
    --bs-btn-disabled-border-color: #FF7800;
}

.btn-laranja:hover {
    background-color: #e16a00;
    border-color: #e16a00;
    color: white;
}

.btn-vinho {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #872a51;
    --bs-btn-border-color: #872a51;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #872a51;
    --bs-btn-hover-border-color: #872a51;
    --bs-btn-focus-shadow-rgb: 217, 165, 9;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #872a51;
    --bs-btn-active-border-color: #872a51;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(255 255 255 / 13%);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #872a51;
    --bs-btn-disabled-border-color: #872a51;
}

.btn-vinho:hover {
    background-color: #94003e;
    border-color: #94003e;
    color: white;
}

.link-laranja {
    color: #FF7800;
}

.link-laranja:hover {
    color: #e16a00;
}

.text-vinho {
    color: #872a51;
}

.bg-laranja {
    background-color: rgb(255 120 0 / 10%) !important;
}

.bg-vinho {
    background-color: rgb(135 42 81 / 10%) !important;
}

.icon-bg {
    position: absolute;
    right: 10px;
    bottom: 100px;
    opacity: 0.08;
    z-index: 0;
}

.icon-bgSolucoes {
    position: absolute;
    right: -24px;
    bottom: 12px;
    opacity: 0.08;
    z-index: 0;
}

.card-body {
    z-index: 1;
}

.btn-linkedin {
    color: #0A66C2;
    /* azul LinkedIn */
}

.btn-youtube {
    color: #FF0000;
    /* vermelho YouTube */
}

.link-vinho {
    color: #872a51;
}

.link-vinho:hover {
    color: #560024;
}

.border-vinho {
    border-color: #872a51 !important;
}

.border-laranja {
    border-color: #FF7800 !important;
}

.body-content {
    margin-top: 0 !important
}

.btn-scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    /* pointer-events: none; */
}

.btn-scroll-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.progress-square {
    position: absolute;
    inset: 0;
}

.progress-path {
    fill: none;
    stroke: #FF7800 !important;
    stroke-width: 2;
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
}

.scroll-icon {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    fill: #FF7800 !important;
    z-index: 10 !important;
    pointer-events: none !important;
}


.form-check-input:checked {
    background-color: #FF7800 !important;
    border-color: #FF7800 !important;
}

#flutuante {
    position: fixed;
    right: 0;
    bottom: 25%;
    width: 52px;
    background: #FF7800;
    border-radius: 0.5vw 0 0 0.5vw;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 11;
    transition: width 0.3s ease;
    overflow: hidden;
}

#flutuante:hover {
    width: 260px;
}

#flutuante .item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

#flutuante .item:hover {
    background: rgba(0, 0, 0, 0.15);
}

#flutuante .item i {
    font-size: 22px;
    color: #fff;
    min-width: 22px;
    text-align: center;
}

#flutuante .descricao {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
}

#flutuante:hover .descricao {
    opacity: 1;
}

@media (max-width: 768px) {
    #flutuante {
            width: 220px !important;
            border-radius: 2.5vw 0 0 2.5vw;
            padding: 2px 2px;
        }

    #flutuante .descricao {
        opacity: 1;
    }
        .bt-whatsApp {
            border-top-left-radius: 2.5vw !important;
            border-bottom-left-radius: 2.5vw !important;
            bottom: 100px !important;
        }
}

.btn-scroll-top .scroll-icon path {
    fill: #FF7800;
}

.bt-whatsApp {
    position: fixed;
    bottom: 160px;
    right: 0px;
    width: 50px;
    height: 55px;
    background-color: green;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top-left-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}

.bt-whatsApp:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.coluna-blocos.completo {
    display: flex;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    align-items: center;
    border-radius: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin: -100px 30px 0;
    padding: 5dvh;
}

.pergunta {
    margin-top: 40px;
    font-size: 1.6em;
    color: #872a51;
    border-left: 5px solid #872a51;
    padding-left: 12px;
}

.resposta {
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 15px 0 20px;
    color: #555;
}

.link {
    color: #872a51 !important;
}

.link:hover {
    color: #760736 !important;
}

.text-vinhoHover {
    color: inherit;
    --bs-text-opacity: 1;
}

.text-vinhoHover:hover {
    color: #872a51;
}

.text-LaranjaHover{
 color: white;
    --bs-text-opacity: 1;
}

.text-LaranjaHover:hover{
     color: #e16a00;
}

.swiper-button-next,
.swiper-button-prev {
    color: #872a51 !important;
}

.swiper-button-next:hover {
    background-color: #872a51 !important;
    color: white !important;
}

.swiper-button-prev:hover {
    background-color: #872a51 !important;
    color: white !important;
}

.swiper-pagination-bullet {
    border: 2px solid #FF7800 !important;
}

.swiper-pagination-bullet-active {
    background: #FF7800 !important;
    border-color: #FF7800 !important;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.text-reset:hover {
    color: #872a51 !important
}

.text-resetIcons {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-resetIcons:hover {
    color: white;
}

.text-normal {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.form-control:focus {
    border-color: #872a513b !important;
    box-shadow: 0 0 0 .25rem #872a513b !important;
}

.form-select:focus {
    border-color: #872a513b !important;
    box-shadow: 0 0 0 .25rem #872a513b !important;
}

.btn-outline-primary {
    --bs-btn-color: #FF7800;
    --bs-btn-border-color: #FF7800;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF7800;
    --bs-btn-hover-border-color: #FF7800;
    --bs-btn-focus-shadow-rgb: 139, 61, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF7800;
    --bs-btn-active-border-color: #FF7800;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(2, 6, 23, .125);
    --bs-btn-disabled-color: #FF7800;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF7800;
    --bs-gradient: none;
}

.btn-icon {
    border-radius: 0.25rem;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #872a51 !important;
}
.dropdown-item.active, .dropdown-item:active{
    color: #872a51 !important;
}
.footer2{
    background-color: #2b333e;
    display: flex;
}
.footerBranco{
    color: white !important;
}

.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);

  width: min(900px, 90%);
  padding: 1.2rem 1.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;

  background: rgba(20, 20, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);

  color: #fff;
  z-index: 1000;

  font-family: "Poppins", sans-serif;
  font-size: clamp(13px, 1vw, 16px);

  animation: floatIn 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner .textos {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cookie-banner .titulo {
  font-weight: 600;
  font-size: 0.95em;
}

.cookie-banner .infos {
  opacity: 0.8;
  font-size: 0.85em;
  line-height: 1.4;
}

.cookie-banner a {
  color: #F37022;
  text-decoration: none;
}

.cookie-banner a:hover {
  text-decoration: none;
  color: #e16a00;
}

.cookie-banner button {
  background: linear-gradient(135deg, #FF7800, #FF7800);
  color: #fff;
  border: none;
  cursor: pointer;

  padding: 0.6rem 1.2rem;
  border-radius: 999px;

  font-weight: 600;
  font-size: 0.9em;

  transition: all 0.3s ease;
}

.cookie-banner button:hover {
  transform: translateY(-2px);
  background:linear-gradient(135deg, #e16a00, #e16a00); ;
}

@media (max-width: 800px) {
  .cookie-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    bottom: 1rem;
    padding: 1rem;
  }

  .cookie-banner button {
    width: 100%;
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translate(-50%, 20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

.listagemUnidades{
margin-bottom: 4vw !important;
}