.navbar-style {
    background-color: rgb(224, 221, 221) !important;
    transition: transform 0.4s ease-in-out;
}

.navbar-hidden {
    transform: translateY(-100%);
}

.text-center {
    text-align: start !important;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .title {
    margin-left: 15px;
}

.navbar .d-flex {
    align-items: center;
    gap: 1rem;
}

.nav-item.dropdown {
    z-index: 10;
}

.nav-link.dropdown-toggle {
    position: relative;
    z-index: 1;
}


@media screen and (min-width: 991px) {

    .lenguage {
        width: 100%;
        display: flex;
        justify-content: end;
        margin-top: 0px !important;
    }

    .dropdown-menu[data-bs-popper] {
        left: auto !important;
        margin-top: 18px !important;
    }


    .container-choose-us {
        width: 100px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 370px) {
    .container-choose-us {
        display: flex;
    }

    .lenguage {
        margin-top: 5px;
    }
}

.lenguage {
    list-style: none;
}

.container-lenguage {
    height: 50px;
    display: flex;
}

.text-lenguage {
    margin-top: revert !important;
}

.btn {
    white-space: nowrap;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item img {
    width: 20px;
    margin-right: 8px;
}

.page-title {
    margin-top: 50px;
}

.title {
    font-size: 30px;
}

.photo {
    background-image: url(img/sergey-kotenev-CEsrs0WHOiw-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 670px;
}

.text-photo {
    color: azure;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

@media screen and (min-width: 576px) {
    .text-photo {
        width: 700px;
        margin-top: 0px;
    }
}

.text-res {
    font-size: 35px;
    font-weight: bold;
}

.text-photo h1 {
    text-decoration: underline;
    font-weight: bold;
}

.container-form {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    flex-direction: column;
}

.contact {
    color: azure;
    text-align: center;
}

.form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 0;
    color: azure;
    border-bottom: 1px solid;
}

.form-control:focus {
    background-color: transparent !important;
    color: white;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: white;
    opacity: 1;
}

.service-section {
    background-color: #f8f9fa;
}

.service-section h2 {
    font-family: 'Roboto', sans-serif;
}

.service-section p {
    color: #6c757d;
}

.text-left {
    width: 50%;
    padding: 20px;
    z-index: 1;
}

@keyframes slideInPhotoRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.animate {
    animation: slideInPhotoRight 1s ease-out;
}

@keyframes slideInPhotoLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-image {
    animation: slideInPhotoLeft 1s ease-out;
}

.form {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    max-width: 800px;
    background-color: white;
    border-radius: 8px;
}

.contact-down {
    text-align: center;
    margin-bottom: 20px;
    color: red;
}

.form-down {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background-color: #d1d1d1;
    color: black;
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 16px;
}

.form-down::placeholder {
    color: black
}

.form-down:focus {
    outline: none;
    border-color: #fff;
}

button.btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
}

.btn:hover {
    border-color: #6c757d !important;
    color: red;
}

.button-form-2 {
    border: 1px solid black;
    color: black;
    border-radius: 5px;
}

#message {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-top: 15px;
}

#success-message {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-top: 15px;
}

/* Entrega */
.card-entrega {
    height: 150px;
}

.img-index {
    height: 700px;
    object-fit: cover;
}

.subtitle {
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: justify;
    padding: 10px;
}

.card-header {
    background-color: rgb(107, 3, 3);
    color: white;
}

.highlight-text {
    color: red;
    font-weight: bold;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feature-icon {
    font-size: 2rem;
    color: red;
}

.text-body {
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: #333;
    text-align: justify;
    padding: 10px;
    line-height: 1.6;
    font-weight: bold;
}

/* Productos */
.img-vaca {
    width: 100px; 
    height: auto; 
    border-radius: 8px;
    margin-right: 10px;
}

.card-product {
    height: 670px;
}

.card-product-vino {
    height: 830px;
}

@media screen and (min-width: 768px) {
    .card-product-vino {
        height: 670px;
    }
}

.body-vino {
    margin-top: 60px;
}

.buttons-vinos {
    margin-top: 80px;
}

.vinos-category {
    display: none !important;
  }
  
  .vinos-category.active-vino {
    display: flex !important;
  }

.style-footer {
    background-color: rgb(224, 221, 221);
    width: 100%;
}

.text-footer {
    text-align: center;
}

.link-footer {
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 10px;
}

.container-links li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .text-body {
        text-align: left;
        font-size: 1.25rem;
    }
}