#principal-banner {
    width: 100%;
    position: relative;
}

#carousel-banner {
    width: 100%;
}

#principal-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
}


#content-platos {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#content-platos a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#content-platos a img{
    width: 100%;
}

.info-platos {
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    justify-content: flex-end; 
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    transform: translateY(100%); 
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: transparent; 
}

#content-platos a:hover .info-platos {
    opacity: 1; 
    transform: translateY(0); 
    justify-content: center; 
    background-color: #800203ad; 
}

.info-platos h4{
	font-family: "AsapCondensed-ExtraLight" !important;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.info-platos h4 b{
	font-family: "AsapCondensed-Bold" !important;
}

#s-platos-estrella>a {
    margin: 30px 0px;
}

.s-nuestro-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/src/img/4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.s-nuestro-menu.reverse {
    background-image: url(/src/img/5.webp);
    background-position: right;
}

.s-nuestro-menu.reverse >div {
    flex-direction: row-reverse;
}


.s-nuestro-menu.reverse >div img{
    width: 50%;
}

.s-nuestro-menu.reverse .info-nuestro-menu {
    width: 50%;
}

.s-nuestro-menu >div{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.info-nuestro-menu {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.s-nuestro-menu >div img{
    width: 30%;
}

.info-nuestro-menu p {
    text-align: start;
    font-family: "AsapCondensed-Light";
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 30px;
}

#s-nosotros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/src/img/8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;    
}

#s-nosotros span{
    font-size: 18px;
	font-family: "AsapCondensed-Bold";
    color: #fff;
    margin-bottom: 20px;
}

#s-nosotros p{
    color: #fff;
    margin-bottom: 20px;
}

#s-galeria {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 50px 0px;
}

#content-galeria {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: stretch;
}

#content-galeria img{
    width: 100%;
    object-fit: cover;
}

#s-blogs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

#s-blogs >div{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#content-carousel-blog {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-blog {
    width: 100%;
}

.card-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.card-blog img {
    width: 40% !important;
}

.info-card-blog {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
}

.info-card-blog span{
    font-size: 10px;
    color: var(--negro-claro);
}

.info-card-blog h3{
    font-size: 20px;
    color: var(--vino);
    margin-bottom: 15px;
}

.info-card-blog p{
    font-size: 16px;
    color: var(--negro-claro);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
	font-family: "AsapCondensed-Light";
    line-height: 25px;
}

#principal-title-blog {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#carousel-blog .owl-stage {
    padding: 10px 0px;
}

#s-preguntas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/src/img/4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

#s-preguntas >div{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#content-title-preguntas {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-title-preguntas .principal-title.interno {
    justify-content: center;
}

#content-preguntas-f {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.card-preguntas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.card-preguntas >span{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.card-preguntas >span svg{
    width: 20px;
    fill: #B9B9B9;
}

.card-preguntas >span p{
    width: calc(100% - 20px);
    font-size: 18px;
    text-align: start;
    color: var(--vino);
	font-family: "AsapCondensed-Bold";
}

.card-preguntas > p{
    font-size: 18px;
    color: var(--negro-claro);
    padding-left: 25px;
}

#content-preguntas-f>a {
    margin-left: 25px;
}

#s-preguntas .principal-title h2 {
    font-size: 60px;
}

#s-ubi {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 40px 0px;
}

#s-ubi >div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#s-ubi >div img{
    width: 100%;
}

#s-ubi >div >div{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

#s-ubi >div >div a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

#s-ubi >div >div a svg{
    width: 20px;
    fill: #fff;
}

#s-ubi >div >div a span{
    font-size: 18px;
    color: #fff;
	font-family: "AsapCondensed-Light";
}

#s-ubi iframe {
    width: 50%;
}

.s-nuestro-menu-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-image: url(/src/img/5.webp);
    background-position: right;
}

#content-carousel-expe-home {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-experiencias-home {
    width: 100%;
}

.card-expe-home {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.info-card-expe-home {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-expe-home >img {
    width: 50% !important;
}

.title-card-expe-home {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.info-card-expe-home p {
    text-align: start;
    font-family: "AsapCondensed-Light";
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    #content-platos {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #content-platos a .info-platos {
        opacity: 1;
        transform: translateY(0); 
        justify-content: center; 
        background-color: #800203ad; 
    }

    .s-nuestro-menu >div {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .info-nuestro-menu {
        width: 100%;
        align-items: center;
    }

    .principal-title.interno {
        justify-content: center;
    }

    .info-nuestro-menu p {
        text-align: center;
    }

    .s-nuestro-menu {
        padding: 20px 0px;
    }

    .s-nuestro-menu >div img {
        width: 70%;
    }

    .s-nuestro-menu.reverse >div {
        flex-direction: column;
    }

    .s-nuestro-menu.reverse .info-nuestro-menu {
        width: 100%;
    }

    .s-nuestro-menu.reverse >div img {
        width: 70%;
    }

    #s-nosotros span {
        margin-bottom: 0px;
    }

    #content-galeria {
        grid-template-columns:  1fr;
    }

    #s-blogs {
        padding:  0px;
    }

    #s-blogs >div {
        width: 100%;
        gap: 20px;
        flex-direction: column-reverse;
        padding: 20px;
    }

    #content-carousel-blog {
        width: 100%;
    }

    #principal-title-blog {
        width: 100%;
    }

    #s-preguntas {
        padding:0px;
    }

    #s-preguntas >div {
        width: 100%;
        gap: 20px;
        flex-direction: column;
    }

    #s-preguntas .principal-title h2 {
        font-size: 30px;
    }

    #content-title-preguntas {
        width: 100%;
        padding: 20px;
    }

    #content-preguntas-f {
        width: 100%;
        gap: 15px;
        align-items: center;
    }

    #s-ubi {
        flex-direction: column;
    }

    #s-ubi >div {
        width: 100%;
    }

    #s-ubi iframe {
        width: 100%;
        height: 250px;
    }

    #content-carousel-expe-home {
        width: 100%;
        padding: 20px;
    }

    .card-expe-home {
        flex-direction: column;
        gap: 20px;
    }

    .card-expe-home >img {
        width: 100% !important;
    }

    .info-card-expe-home {
        width: 100%;
    }

    #principal-banner .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -20px;
    }
}