


body{
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.p{
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
    color: #57575;
}



.top-bar {
  width: 100vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 5vw;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative; 
  top: 0; 
  left: 0; 
  z-index: 3; 
  box-shadow: 0px 5px 5px rgb(100,100,100);
}

.menu{
    list-style-type: none;
    display: flex;
    margin: 0 1vw 0 50vw;
}

.menu li{
    opacity: 0;
    animation: fadeIn 2.5s forwards;
    animation-delay: 0.5s;
}

.menu li:nth-child(2){
    animation-delay: 1s;
}

.menu li:nth-child(3){
    animation-delay: 1.5s;
}

.menu li:nth-child(4){
    animation-delay: 2s;
}

.menu li:nth-child(5){
    animation-delay: 2.5s;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
    
} 

.menu li a{
    text-decoration: none;
    color: white;
    padding: 2vw;
    font-size: 1.5vw;
}

.menu-toggle-icon{
    display: none;
}

.menu-toggle{
    display: none;
}



.header-multimedia{
    position: relative;
    width: 100vw;
    height: auto;
    background-color: white;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    background-image: url('img/fire.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    object-position: center;
    
}

.header-multimedia-logo{
    position: absolute;
    width: 250px;
    height: auto;
    top: 80px; 
    left: 50px; 
    z-index: 2;
}

.header-multimedia-backgroud{
    width: 97vw;
    height: 90vh;
    position: relative;
    margin: 1vw 1vw;
    padding: 0;
    z-index: 1;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.hidden{
    opacity: 0;
}

.divisionfiretowith{
    position: relative;
    width: 100vw;
    height: auto;
   
}

.divisionfiretowith-img{
    position: relative;
    width: 100vw;
    height: auto;
}

.our-story{
    position: relative;
    display: flex;
    width: 95vw;
    height: auto;
    margin: 1vw;
    padding: 1vw;
}

.our-story-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-story-text h2{
    text-align: center;
    color: wheat;
    font-size: 5vw;
    margin: 0;
}

.our-story-text-img{
    position: relative;
    max-width: 30%;
    max-height: 15%;
    margin: 0;
    padding: 0;
}

.our-story-text p{
    width: 40vw;
    text-align: justify-all;
    font-size: 1.2vw;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.our-story img{
    flex: 1;
    width: 50vw;
    height: auto;
}

.shortVideo{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.shortVideo video{
    width: 100vw;
    height: 90vh;
    object-fit: cover;
}

.shortVideo p{
    position: absolute;
    top: 3vw;
    text-align: center;
    font-size: 5vw;
    color: white;
    z-index: 2;
}

.shortVideo a{
    position: absolute;
    top: 15vw;
    text-align: center;
    font-size: 10vw;
    color: white;
    z-index: 2;
}

#video2{
    display: none;
}

video:first-child{
    display:block;
}


.services{
    position: relative;
    width: 100vw;
    height: auto;
    margin: 3vw 0;
}

.services h1{
    text-align: center;
    color: wheat;
    font-size: 5vw;
    margin: 0;
}

.services-img{
    position: relative;
    max-width: 20%;
    max-height: 10%;
    margin: 0 40% 20px 40%;
    padding: 0;
}

.services-h3{
    text-align: center;
    color: black;
    font-size: 4vw;
    margin: 0;
    
}

.services-p{
    text-align: justify-all;
    margin: 0.5vw 1vw 0.5vw 1vw;
    text-align: justify-all;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.service{
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-img-left{
    flex: 1;
    width: 30vw;
    height: 25vw;
    margin: 0 2vw 0 2vw;
    padding: 0;
}

.service-p-right{
    flex: 1;
    width: 30vw;
    height: 20vw;
    margin: 0 2vw;
    text-align: justify-all;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.service-p-right h2{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.service-img-right{
    flex: 1;
    width: 30vw;
    height: 25vw;
    margin: 0 2vw 0 2vw;
    order: 2;
}

.service-p-left{
    flex: 1;
    width: 30vw;
    height: 20vw;
    margin: 0 2vw 0 2vw;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
    order: 1;
}

.service-p-left h2{
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.testimonials{
    position: relative;
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('img/carneVegetalesFuego3.png');
    background-size: 100vw;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonials h2{
    position: absolute;
    top: 10vw;
    text-align: center;
    z-index: 2;
    color: wheat;
    font-size: 5vw;
}

.testimonials p{
    position: absolute;
    top: 20vw;
    text-align: center;
    z-index: 2;
    color: white;
    font-size: 3vw;
    }
    
#testimonial-text-sub {
    top: 25vw; 
    font-size: 2vw; 
    color: lightgray; 
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5vw;
    color: wheat;
    cursor: pointer;
    z-index: 3;
    user-select: none;
}

.left-arrow {
    left: 15vw;
}

.right-arrow {
    right: 15vw;
}


.plates-container{
    display: block;
    position: relative;
    margin: auto;
}

.plates-container-title{
    margin: 1vw auto;
    text-align: center;
}



.plates-container-description{
    text-align: justify-all;
    margin: 1vw auto;
    width: 50vw;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.plates-container-division{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw auto;
}

.plates-container-division-left{
   width: 18vw;
   height: auto;
   flex: 1;
   margin: 0 0 0 20vw;
}

.plates-container-division-center{
    width: 18vw;
   height: auto;
   flex: 0;
}

.plates-container-division-right{
    width: 18vw;
   height: auto;
   flex: 1;
   margin: 0 20vw 0 0;
}

.plates-container-plates{
    display: block;
}

.plates-container-plates-row{
    display: inline;
    display: flex;
}

.plates-container-plates-row-plate{
    flex: 1;
    margin: 3vw 3vw;
    width: 40vw;
}

.plates-container-plates-row-plate-title{
    width: fit-content;
    padding: 1vw 3vw;
    margin: auto;
    text-align: center;
    background-image: url('img/wood-150x70-150ppp.png');
    overflow: hidden;
    object-position: center;
    color: white;
    text-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; 
    border: 1px solid bisque;
    border-radius: 15px;
    box-shadow: 0px 5px 5px rgb(100,100,100);
}

.plates-container-plates-row-plate-ingredientes{
    text-align: justify-all;
    margin: 3vw auto;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}


.pie_container{
        flex: 1;
        display: flex;
        margin: 1vw 2vw;
    }
    
.pie_logo{
    flex: 1;
    width: 25vw;
    height: auto;
}

.pie_logo_img{
    margin: 0vw 3vw;
    width: 25vw;
    height: auto;
}

.pie_redes{
    flex: 1;
    width: 30vw;
    height: 30vw;
}

.pie_redes_img{
    width: 5vw;
    height: 5vw;
}

.pie_redes_item{
    display: flex;
    align-items: center;
}

.pie_redes_item a{
    
}

.pie_redes_item p{
    margin: 0 0 1vw 1vw;
}

.carousel-container {
    position: relative;
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    min-width: 100vw;
    height: auto;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    z-index: 1;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}


.contact-container{
    position: relative;
    width: 100vw;
}

.contact-container-row{
    display: flex;
    margin: auto;
}

.contact-container-row-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1vw auto;
}

.contact-item-logo{
    width: 15vw;
    height: auto;
    margin: 1vw auto;
}

.contact-item-title{
    text-align: center;
    font-size: 3vw;
}

.contact-item-particularName{
    text-align: center;
}

.photo-gallery {
    width: 96vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
}

.photo-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    margin: 2vw;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgb(100,100,100);
}


@media only screen and (max-width: 1150px) {
    
.top-bar{
    height: 8vh;
}
    
.menu{
    display: none;
}
    
.menu-toggle-icon{
    display: block;
    cursor: pointer;
    width: auto;
    margin: 1vw 0 0 85vw;
}

.menu-toggle-icon i{
    font-size: 6rem;
    color: white;
}

.menu-toggle-icon.active ~ .menu-toggle{
    display: block;
}
    
.menu-toggle{
    position: absolute;
    top: 7vh;
    left: 0;
    margin: 0 2vw 0 2vw;
    align-items: center;
    list-style-type: none;
    color: wheat;
    background-color: #2e2e2e;
    width: 90vw;
    height: auto;
}

.menu-toggle li{
    margin: 3vw 3vw;
    text-align: center;
}

.menu-toggle li a{
    text-decoration: none;;
    text-align: center;
    color: white;
    font-size: 4rem;
}

.header-multimedia-logo{
    position: absolute;
    width: 30vw;
    height: auto;
    top: 10vh; 
    left: 3vw; 
    z-index: 2;
}

.header-multimedia-backgroud{
    width: 96vw;
    height: 50vh;
    margin: 1vw;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.our-story{
    flex: 1;
    width: 90vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: auto;
}

.our-story-text{
    position: relative;
    width: 90vw;
    height: auto;
    padding: auto;
    margin: auto;
    text-align: justify-all;
}

.our-story-text p{
    width: 90vw;
    height: auto;
    font-size: 2vw;
    margin: auto;
    padding: auto;
    text-align: justify-all;
    
}

.our-story img{
    position: relative;
    width: 90vw;
    height: auto;
    margin: 0;
    padding: 0;
}

.shortVideo{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.shortVideo video{
    width: 100vw;
    height: 50vh;
    object-fit: cover;
}

.shortVideo p{
    position: absolute;
    padding: 1vw;
    top: 5vw;
    text-align: center;
    font-size: 10vw;
    color: white;
    z-index: 2;
}

.shortVideo a{
    position: absolute;
    top: 45vw;
    text-align: center;
    font-size: 15vw;
    color: white;
    z-index: 2;
}

.services h1{
    font-size: 5vw;
}

.services-h3{
    text-align: justify-all;
    font-size: 3vw;
}

.services-p{
    width: 90vw;
    height: auto;
    margin: 0 2vw 0 2vw;
    padding: 1vw 2vw;
    text-align: justify-all;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3vw;
}
    
.service{
    flex: 1;
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-img-left{
    order: 2;
    width: 90vw;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 0;
}

.service-p-right{
    order: 1;
    width: 90vw;
    height: auto;
    margin: 0 2vw 0 2vw;
    padding: 1vw 2vw;
    text-align: justify-all;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.service-img-right{
    order: 2;
    width: 90vw;
    height: auto;
    margin: auto;
}

.service-p-left{
    order: 1;
    width: 90vw;
    height: auto;
    margin: 0 2vw 0 2vw;
    padding: 1vw 2vw;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.testimonials{
    width: 100vw;
    height: 30vh;
}

.testimonials h2{
    font-size: 7vw;
}
    
.testimonials p{
    position: absolute;
    top: 20vw;
    text-align: center;
    z-index: 2;
    color: white;
    font-size: 7vw;
    }
    
#testimonial-text-sub {
    top: 35vw; /* Adjust position for the second line */
    font-size: 3vw; /* Smaller font for the second line */
    color: lightgray; /* Change color if needed */
}

.arrow {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    font-size: 10vw;
    color: wheat;
    cursor: pointer;
    z-index: 3;
    user-select: none;
}

.left-arrow {
    left: 20vw;
}

.right-arrow {
    right: 20vw;
}

.plates-container-plates-row{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plates-container-description{
    width: 60vw;
   font-size: 4vw; 
}

.plates-container-plates-row-plate{
    margin: auto;
    text-align: justify-all;
}

.plates-container-title{
    font-size: 9vw;
}

.plates-container-plates-row-plate{
    flex: 1;
    margin: 3vw 3vw;
    width: 60vw;
}

.plates-container-plates-row-plate-title{
    font-size: 7vw;
}

.plates-container-plates-row-plate-ingredientes{
    font-size: 4vw;
}

.contact-container-row {
        flex-direction: column;
    }
    .contact-item-logo{
        width: 40vw;
    }
    
.pie_logo_img{
    margin: 0vw 3vw;
    width: 35vw;
    height: auto;
}

.pie_redes h2{
    font-size: 5vw;
}
    
.pie_redes_img{
    width: 8vw;
    height: 8vw;
}

.pie_redes_item{
    display: flex;
    align-items: center;
}

.pie_redes_item p{
    margin: 0 0 1vw 1vw;
    font-size: 3vw;
}

    
}