/*:root {
  --cor-principal: #dd6f08;
  --cor-secundaria: #ffffff;
  --cor-terceira: #dd6f0888;
}*/

:root {
  --cor-bg-principal: black;
  --cor-principal: #023f84 !important;
  --cor-principal-dark: #03336b !important;
  --cor-secundaria: #ffffff !important;
  --cor-terceira: #2b72c4 !important;
  --cor-item-hover: #b4d2f5 !important;
}

.text-col-allianz {
    color: var(--cor-principal) !important;
}


.container {
    max-width: 960px;
    margin: auto;
    padding: 20px;
}

.mode-selector {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.mode-btn {
    background-color: #ffa94d;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mode-btn.selected,
.mode-btn:hover {
    background-color: #ff8800;
}

.section-title {
    background-color: #ff6b00;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
}

.carousel-container {
    overflow-x: auto;
    padding-bottom: 10px;
}

.product-carousel {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.product-card {
    /*background-color: #fff5e6;*/
    background-color: transparent;
    /*border: 1px solid #f2f2f2;*/
    border-radius: 15px;
    padding: 10px;
    min-width: 160px;
    text-align: center;
    scroll-snap-align: start;
}

.product-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 8px;
    border: 2px solid orange;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
}


.product-name {
    font-weight: 600;
    margin: 5px 0 2px;
}

.product-price {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.quantity-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.quantity-container input {
    width: 60px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.add-btn {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.info-btn {
    background-color: transparent;
    color: #ff6600;
    border: 2px solid #ff6600;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.add-btn:hover {
    background-color: #e55b00;
}

.checkout-bar {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff3e0;
    border-top: 2px solid #ff9900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.checkout-btn {
    background-color: #ffa94d;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .product-card {
        min-width: 140px;
    }
}


.login-button {
    padding: 10px;
}

.logotipo {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
}

.custom-btn {
  color:white;
  border-color: var(--cor-principal);
  background-color: var(--cor-principal);
  /*border: 1px solid;*/
  border-radius: 5px;
}

.custom-btn:hover {
  color:var(--cor-principal);
  border-color: var(--cor-principal);
  background-color: white;
  /*border: 1px solid;*/
}

.mode-selector {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.mode-option {
    background-color: white !important;
    color: var(--cor-principal) !important;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    width: 300px;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--cor-principal);
}

.mode-option:hover {
    background-color: #c95f00;
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.mode-option h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mode-option p {
    font-size: 15px;
    color: var(--cor-principal)
}

.mode-option form button {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--cor-principal);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--cor-principal);
}

.mode-option form button:hover {
    background-color: #f4f4f4;
    color: var(--cor-principal);
    border: 1px solid var(--cor-principal);
}

.home-page-container {
    /*background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 30px;
    color: white;
    padding: 20px;
    height:800px;
    background-image: url(/static/background_dark.jpg);*/
    margin-top: -20px;
}

.home-page-container1 {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 30px;
    color: white;
    padding: 20px;
    background-image: url(/static/background.jpg);
    margin-top: -20px;
    
}

.login-page-container {
    margin-top: -20px;
    /*background-image: url(/static/login_background.png);*/
   /* height: 100%;*/
    /*background-size: cover;*/
}

.login-page-container-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -100;
  pointer-events: none;
}



@media (max-width: 768px) {
    .home-page-container {
        /*height: 1000px;*/
    }

    .login-page-container {
        margin-top: -20px;
        background-size: cover;
    }

   

    
}



.home-page-banner {
    /*background: var(--cor-terceira) !important;*/

    background: #023f84c7 !important;
    margin-left: 0px; 
    max-width: 600px
}


.modal-title {
    font-size: 1.5rem !important;
    color: var(--cor-principal) !important;
    text-align: center !important;
    font-weight: bold !important;
}