/*Generales*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*aos ccs*/

h2 {
    font-family: "Montserrat", serif;
    font-size: 170%;
    font-weight: 500;
}



h3 {
    font-family: "Montserrat", serif;
    font-weight: 400;
}

p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 14px;

}

body {

    margin: 0;
    /* Elimina márgenes globales */
    padding: 0;
    /* Elimina padding global */
}




/* Overlay oscuro */
#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2;
    cursor: pointer;
}

/* Contenedor de la ventana emergente */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(190, 190, 190);
    padding: 20px;
    width: 300px;
    height: 150px;
    text-align: center;
    border-radius: 10px;
}

.btn-success {
    width: 100px;
    background-color: rgb(61, 61, 61);
    border: 2pt white;
}

.btn-success:hover {
    background-color: #ababab;
    color: black;
    border-top: rgb(224, 224, 224) solid 1pt;
}

/* Cambiar color al pasar el mouse */
.btn-danger {
    width: 100px;
    background-color: black;
    border: 2pt white;
}


.btn-danger:hover {
    background-color: #ababab;
    color: black;
    border-top: rgb(224, 224, 224) solid 1pt;
}








/*navbar*/
.navbar-brand {
padding-top: 3em;
justify-content: center;
}

.navbar-brand .img {
    max-width: 70%;
    min-width: 20%;
}


.navbar-togler-icon a {
    --bs-navbar-toggler-focus-width: none;
    --bs-navbar-toggler-border-radius: none;
    --bs-navbar-brand-font-size: 1.0;
    --bs-navbar-active-color: white;
    font-weight: 400;
}


.fondo-navbar {
    width: 100%;
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}


.nav-link {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: rgb(72, 72, 72);
    justify-content: flex-start ;
    transition: transform 0.3s ease, color 0.3s ease;
    /* Transición suave para tamaño, color y fondo */

}

a.nav-link :hover {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: rgb(205, 205, 205);
    transform: scale(1.05);

}

.active {
    font-weight: 400;
    color: rgb(255, 255, 255);
    transform: scale(1.05);

}
.navbar-toggler {
    /* padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); */
    /* font-size: var(--bs-navbar-toggler-font-size); */
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid rgb(255 255 255 / 0%);
    /* border-radius: var(--bs-navbar-toggler-border-radius); */
    transition: var(--bs-navbar-toggler-transition);}


.icon i {
    margin: 0 3% 0 3%;
    font-size: 22px;
}

/*HEADER*/
/*carousel-01*/
.carousel-control-next-icon,
.carousel-control-prev-icon {

    background-color: rgb(87, 87, 87, 80%);
    padding: 27px 2px;
}


.carousel-control-next,
.carousel-control-prev {
    top: 44px;
}

.carousel-indicators {
    z-index: 1;
}

.barra-banner {
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding: 20px 0 10px 0;
}


.barra-banner p {
    text-align: center;
    margin: 5%;
    color: white !important;
}




/*owl carousel*/
.lugar {
    background-color: #3c3c3c;
}

.owl-carousel img {
    margin: 30px 0;
    border-radius: 10px;
}





/*en barril*/

/*Excel*/
.en-barril iframe {
    align-items: center;
    width: 95%;
    height: 634px; /*altura iframe super importante para la tabla*/
    max-width: 997px;
    width:100%;

}

#sheets-viewport.widget-viewport {
    overflow: hidden;
}

.en-barril {
    width: 100%;
    background-image: url(../images/fondo-madera.webp);
    background-attachment: fixed;
    height: fit-content;
    background-repeat: none;

}

.topbar {
    display: none;
}


iframe {
    width:100%
}


.container-fluid.en-barril {
    background-color: #f8f9fa;
    padding-bottom: 60px;
    padding-top: 25px;
}



.tabla-barril iframe {
    border: 10px solid white;
    height: 661px;
    border-radius: 10px;
    transition: opacity 0.3s;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);

}

.tabla-barril iframe:hover {
    opacity: 1;
    /* Aumentar opacidad al pasar el cursor */
}


/*botones bt-productos Carta-alimentos*/
.bt,
.row {
    --bs-gutter-x: 0;
}

.bt-productos {
    color: rgb(255, 255, 255);
    display: inline;
    background-color: black;
    padding-top: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
    width: 160px;
    height: fit-content;
    margin: 20px;
    padding: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bt-productos:hover {
    color: rgb(192, 192, 192);
    background-color: rgb(60, 60, 60);
}

.bt-productos:active {
    color: rgb(201, 201, 201) !important;
    background-color: rgb(140, 140, 140);

}

/*Alimentos carta*/
.alimentos {
    font-size: 14px;
    color: #3c3c3c !important;
}

.alimentos,
strong {
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
}

.ingredientes {
    display: inline-block;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    padding-top: 10px;
    padding-bottom: 10px;
}

.mas {
    font-size: 30px;

}

/* Estilo para el popup a pantalla completa */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Fondo oscuro */
    z-index: 1050;
    overflow-y: auto;
    padding: 20px;
}

.popup-content {
    background-color: #fff;
    height: auto;
    padding: 20px;
    overflow-y: scroll;
}

.popup-header {
    text-align: center;
    margin-bottom: 20px;
}

.popup-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: #6a6a6a;
    cursor: pointer;
}



/*fotos Vasos*/

.vaso {
    position: relative;
    display: inline-block;
}

/* Make the image to responsive */
.image-vaso {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.vaso .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d79b4d;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 10px;
    padding: 20px;

}


/* When you mouse over the container, the overlay text will "zoom" in display */
.vaso:hover .overlay {
    transform: scale(1);
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.cont-vasos {
    background-color: #3c3c3c;
}

.text-vasos {
    color: white;
    text-align: right;
    font-size: 1.5rem;
}

/*hr-lugar*/
.hr-lugar {
    background-image: url(../images/fondo-madera-black.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;


}

.tx-hr-lugar {
    color: white !important;
    margin-top: 10px;
    vertical-align: middle !important;
}

/*sección encuentranos*/
.l-2 .owl-dots {
    display: none;
}



/*Instagram feed*/

.eapps-instagram-feed-title {
    font-family: "Montserrat", serif;
    color: white;

}




/*redes-foot*/
.cont-footer {
    background-color: white;

}

.foot-text {
    font-weight: 200;

}

.social-icon {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
    color:white !important
}

.social-icon img {
    width: 0px;
    height: 30px;
    filter: grayscale(0%);
    
}

/* Estado hover (cuando el ratón pasa por encima) */
.social-icon:hover img {
    filter: grayscale(50%);
    opacity: 0.8;
    transform: scale(1.03);
    /* Pequeño efecto de aumento */
}

/* Estado activo (cuando el icono es presionado) */
.social-icon:active img {
    filter: grayscale(80%);
    /* Gris claro */
    transform: scale(1);
    /* Eliminar el aumento */
}



/*footer*/
footer {
    background-color: black;
    color: white;
    font-family: "Montserrat", sans-serif;

}

.btn-link {
    display: inline-block;
    text-decoration: none;
    /* Elimina el subrayado */
    color: #595858;
    /* Color del texto e ícono por defecto */
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    /* Transición suave para tamaño, color y fondo */
}

/* Estilo de los íconos */
.i-footer {
    font-size: 2rem;
    /* Tamaño del ícono */
    margin-bottom: 8px;
    /* Espacio entre el ícono y el texto */
}

/* Efecto hover para cambiar el tamaño y color */
.btn-link:hover {
    transform: scale(1.05);
    color: #fff;
    background-color: #25d36500;
}

/* Si quieres un color de hover diferente para el segundo enlace (correo) */
.link a:hover {
    color: #fff;
    background-color: #007bff00;
    /* Color de fondo en hover (puedes cambiarlo a lo que desees) */
}




/*PRODUCTOS HTML*/
.fotosalimentos {

    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}


.fotosalimentos,
.img {

    max-width: fit-content;

}


header .container-fluid {
    max-width: 100vw;
}


/*sección pierdete*/

.pierdete {
    background-color: #dbdbdb;
}

.pierdete .img-fluid {
    border-radius: 0 50px 50px 0;
}

.pierdete h3 {
    font-family: "Montserrat", serif;
    color: #3c3c3c;
    text-align: left;
    margin-left: 30px;
}

.pierdete .pierdete-li {
    font-family: "Montserrat", serif;
    text-align: left;

    color: #000000 !important;
    font-size: 15px;
    margin-left: 30px;
}

/*owl carousel merch*/
.merch {
    background: black;
    padding: 50px 0 100px 0;
}

.merch h3 {
    padding-top: 30px;
    color: white;
}



/*Merch*/
.merch-carousel img {
    margin: 30px 0;
    border-radius: 0 !important;
}


/*footer*/
footer {
    background-color: black;
    color: white;
    font-family: "Montserrat", sans-serif;

}

footer a i {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: rgb(144, 144, 144);
    text-align: center;
}

footer,
.i-footer {
    font-size: 23px;
    font-weight: 300;
}

footer a:hover p:hover i:hover {
    font-weight: bold;
    font-weight: 600;
    text-decoration: none;
    color: rgb(172, 172, 172);
}

.foot-text {
    color: white !important;
}


/*SOMOS*/
.somos-container {
    background-image: url('../images/cintillo1.webp');
    margin-top: 60px;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-text {
    color: white;
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    /* Sombras para mayor contraste */
}

.centered-text {
    color: white;
    /* Cambia el color del texto según el fondo */
    font-size: 2rem;
    /* Ajusta el tamaño del texto */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    /* Sombras para mayor contraste */
}


/*colaboraciones*/
.colaboraciones {
    padding-top: 200px;
    padding-bottom: 200px;
}

.celebracion {
    margin-top: -6px;
}


/*reconocimientos*/

.gccm {
    max-width: 80%;
    height: auto;
}
.reconocidas-tx {
    color: white;
}

/*pasion*/
.tx-pasion {
    text-align: left;
    margin-left: 30px;
}


/*ENCUENTRANOS*/
.encuentranos-container {
    background-image: url('../images/cintillo2.webp');
    margin-top: 60px;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*form*/
.form-cont {
    background-image: url('../images/banners0-wepg/Banner-encuentra.webp');
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    padding: 85px 0;


}

.form {
    background-color: #ffffff;
    border-radius: 29px;
    margin-left: 8.3%;
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .3);
}


.selector-for-some-widget {
    box-sizing: content-box;
}

/* Eliminar bordes verdes de validación */
.form-control.is-valid {
    border-color: initial !important;
    box-shadow: none !important;
}

/* Personalizar bordes al error */
.form-control.is-invalid {
    border-color: rgb(0, 0, 0) !important;
}

/* Personalizar flechas de scroll en textarea */
textarea::-webkit-scrollbar {
    width: 8px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: lightgray;
    border-radius: 4px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background-color: gray;
}

/* Mantener espaciado y diseño */
.form-cont {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.form-cont {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}


.logos-redes-form {
    align-items: center;

}

.logos-redes-form .iconos-form {
    font-size: 25px;
}

.contact-info {
    background-color: rgb(87, 87, 87);
    border-radius: 0 20px 20px 0;
    height: min-content;
    margin-top: 20%;
    box-sizing: content-box;
}

.contact-info p,
.iconos-form,
a {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 200;
    font-size: 15px;
}

.contact-info h5 {
    margin-top: 10px;
    color: #ffffff;
    font-weight: 200 !important;
    font-size: 19px;
}

.contact-info a:hover {
    text-decoration: underline;
}

.form-label {
    color: #6a6a6a !important;

}

/* Alinear texto e íconos */
.contact-info h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.contact-info .p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Alinear íconos con texto */
.contact-info .d-flex {
    gap: 8px;
}

/* Animaciones para redes sociales */
.social-icon-form  .iconos-form {
    display: inline-block;
    font-size: 2rem;
    color: #6c757d;
    transition: transform 0.3s ease, color 0.3s ease;
}
.social-icon-form {
  margin:10px;
}

.social-icon-form:hover {
    transform: scale(1.1);
    color: #939393;
}


.logos-redes-form {
    gap: 15px;
}

.contact-info {
    text-align: center;
}

.contact-info div {
    width: 100%;
}



/* Estilo de íconos */
.social-icon-form {
    font-size: 1.2rem;
    vertical-align: middle;
}




/*encuentranos*/
@media (max-width:767px) {
    .contact-info {
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 0 30px 30px;
     width: 60%;
        margin-top: 0;
    }

    .form {
        margin-left: 32px;
        margin-right: 32px;
        flex: unset;
    }
}

@media (min-width:768.1px) {
    .contact-info {
        margin-top: 0;
    }
}


/*nuestro-equipo*/
@media (max-width:991px) {
    .tx-equipo {
        text-align: center;
    }

    .tx-equipo h5 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .draft {
        max-height: 94%;
    }
}


/*navbar*/
@media (max-width:768px) {
    .vaso {
        margin: 10px;
    }
}

/*navbar*/
@media (max-width:768px) {
    .navbar-brand {
        max-width: 50%;
        margin-left: 25%;
        align-content: center;
    }

    .icon i {
        margin: 30px;

    }

}

@media (min-width:769px) {
    .navbar-brand {
        max-width: 26%;
    }

    .mx-5 {
        margin: 60px;
        padding: 0 200px;
        font-size: medium;
    }
}

@media (min-width:992px) {
    .navbar-brand {
        max-width: 18%;
    }
}

/*Vasos*/
@media (max-width:768px) {
    .text-vasos {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .cont-vasos-.row {
        margin: 30px 10px 30px 10px
    }


    .vaso {
        max-width: 44%;
        margin: 10px;
    }
}

/*hr-lugar*/
@media (max-width:766px) {
    .tx-hr-lugar {
        text-align: center;
        padding: 30px 0 60px 0;
    }

    .mapa {
        padding: 100px 30px 30px 30px;
    }

    .tx-hr-lugar1 {
        text-align: center;
    }
}

@media (min-width: 767px) {
    .tx-hr-lugar {
        text-align: left !important;
        padding: 72px 4px 121px 31px;
    }

    .mapa {
        margin-block: 10%;
        padding-left: 5%;
    }

    .tx-hr-lugar1 {
        text-align: left !important;
    }
}


/*Carta Alimentos*/
@media (max-width: 991px) {

    .alimentos,
    p,
    h3 {
        text-align: center;
        justify-content: center;
    }
}


/*pierdete*/
@media (max-width: 991px) {
    .pierdete .img {
        margin: 0;
        border-radius: 0 50px 50px 0;
    }

    .pierdete .img-fluid {
        border-radius: 30px 30px 0 0 !important;
    }

    .pierdete,
    h3 {
        font-family: "Montserrat", serif;
        margin-top: 50px!important;
        text-align: center; }

    .pierdete .row {
        margin: 20px !important;
    }

    .pierdete p,
    .pierdete-li {
        font-family: "Montserrat", serif;
        text-align: left;
        font-weight: 300 !important;
        color: #3c3c3c !important;
        font-size: 15px;
        margin-left: 30px;
        justify-content: center;
    }
}

 /* Alineación a la izquierda para pantallas de 768px o más */
@media (min-width: 992px) {
    .contact-info {
        text-align: left;
    }
}



/*footer*/
@media (max-width:767px) {
    .footer-local {
        text-align: center !important;
        font-weight: 200 !important;
    }

    .foot-text,
    h5 {
        text-align: center !important;
        align-items: center;
    }


}

@media (min-width:768px) {
    .footer-local {
        text-align: left !important;
        padding-top: 60px;
        padding-left: 20px;
        font-weight: 200 !important;
    }

    .foot-text {
        text-align: left
    }
}