@font-face {
    font-family: 'arial-hebrew';
    src: url(../font/font/arial-hebrew.eot);
    src: url(../font/farial-hebrew.eot?#iefix) format('embedded-opentype'),
         url(../font/farial-hebrew.otf) format('otf'),
         url(../font/farial-hebrew.svg#arial-hebrew) format('svg'),
         url(../font/farial-hebrew.ttf) format('truetype'),
         url(../font/farial-hebrew.woff) format('woff'),
         url(../font/farial-hebrew.woff2) format('woff2');
  }
  
html,
body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

.main-width {
    max-width: 90%;
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 99;
}

body {#events .bg-yellow
    margin: 0;
    padding: 0;
}

.logo {
    width: 185.16px;
}

.navbar-nav li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 35px !important;
}

ul.list-language li a.active {
    color: #fff !important;
    background-color: #F9D542;
    padding: 5px 8px;
}

ul.list-language {
    list-style: none;
}

ul.list-language li {
    padding: 0 15px;
}

ul.list-language li a {
    color: #6d6d6d;
    text-decoration: none;
}

.language-selector h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    margin-left: 60px;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-slider {
    height: 100%;
}

.pacifico-font {
    font-family: Pacifico;
}

section#hero {
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

.swiper-slide h2.pacifico-font {
    color: #212430;
    font-size: 55px;
    font-weight: 400;
}

.impact-font {
    font-family: Impact;
}

.swiper-slide h1.impact-font {
    font-size: 76px;
    font-weight: 400;
}
.text-yellow{
    color: #F9D542 !important;
}
.poppins-font {
    font-family: Poppins;
}

.swiper-slide h2.poppins-font {
    color: #212430;
    font-size: 58px;
    font-weight: 400;
}

.swiper-slide p.poppins-font {
    color: #212430;
    font-size: 16px;
    font-weight: 400;
}

.slider-text {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

img.img-slide {
    height: auto;
    width: 70%;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}

.content-img-slider {
    position: relative;
}

.content-img-slider::after {
    position: absolute;
    content: '';
    background-color: #F9D542;
    width: 100%;
    height: 40%;
    border-radius: 50px 0 0 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: max-content;
    position: absolute;
    right: 28.4%;
    left: inherit;
    bottom: 7% !important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff !important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top: 93% !important;
}

.swiper-button-next {
    right: 26% !important;
    z-index: 100 !important;
    position: absolute !important;
    top: inherit !important;
    bottom: 6%;
}

.swiper-button-prev {
    left: auto !important;
    right: 36%!important;
    z-index: 100;
    position: absolute;
    top: inherit !important;
    bottom: 6%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
}


.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 8px !important;
    height: 8px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.gray-footer{
    background-color: #cecece;
}

.policies h2,
.follow-us h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer.gray-footer {
    padding-top: 5px;
}

.follow-us ul{
    list-style: none;
    padding: 0;
}
.follow-us ul li{
    margin: 15px;
}

.follow-us {
    border: 1px solid #7d7d7d;
    border-width: 0 2px 0 2px;
    padding: 0 50px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.policies{
    padding: 0 50px;
    border-right: 2px solid #7d7d7d;
    margin-top: 40px;
    padding-bottom: 20px;
}

.policies ul{
    list-style: none;
    padding: 0;
}

.policies li a {
    color: #000;
    font-size: 16px;
    font-family: Poppins;
    text-decoration: none;
    padding: 7px 0;
    display: block;
}

.text-footer {
    padding: 0 50px;
    font-size: 16px;
    font-family: Poppins;
    color: #000;
    line-height: 32px;
    margin-top: 40px;
}

.text-reservered{
    font-family: Poppins;
    font-weight: 200;
    font-size: 12px;
}

#events{
    height: 100vh;
    background-image: url(../images/v124_905.png);
    background-size: cover;
}

#events h2 {
    font-size: 30px;
    color: #fff;
}

#events h1{
    font-size: 80px !important;
}

.bg-yellow {
    background-color: #F9D542;
}
#events .bg-yellow {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: -100px;
    /*width: 125%;*/
}

.bg-yellow .bordered{
    border: 2px solid #fff;
    border-width: 0 2px 0 2px;
}

.bg-yellow .col-md-4{
    padding: 15px 40px;
}

.bg-yellow .col p{
    font-size: 16px;
    font-family: Poppins;
    padding-right: 40px;
}

#Highlights{
    margin-top: 250px;
    display: block;
}
#Highlights h1{
    font-size: 60px;
    z-index: 2;
    position: relative;
}

#Highlights h2{
    font-size: 86px;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
#menu-inter .card .card-img-top,
#Highlights .card .card-img-top{
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
}
#menu-inter .card .card-title,
#Highlights .card .card-title{
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
}
#menu-inter .card p,
#Highlights .card p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}
#menu-inter .card a,
#Highlights .card a{
    background-color: transparent !important;
    color: #C43D3D;
    text-decoration: underline;
    border: none !important;
}

#Highlights .row{
    padding: 30px 0;
}
#Highlights .menu-link{
    border: 1px solid #C43D3D;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #C43D3D;
    background-color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: max-content;
}

#our {
    padding: 60px;
    margin-bottom: 280px;
}

#our h2{
    font-family: Pacifico;
    font-size: 60px;
    font-weight: 400;
}

#our h1{
    font-size: 86px;
    font-family: Impact;
    margin-top: -20px;
}

#our .card{
    background-color: transparent !important;
}


#our .card img{
    position: relative;
}

#our .card .card-body {
    position: absolute !important;
    bottom: 30px !important;
    left: 0 !important;
    width: 90% !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    transform: translateX(-50%) !important;
    margin-left: 50% !important;
    transition: 14s linear !important;; /* Transición suave */

}

#our .card:hover .card-body {
    transition: 14s linear !important;; /* Transición suave */
}

#our .card .card-body h5 {
        transition: 14s linear !important;; /* Transición suave */
    display: flex;
    justify-content: space-between;
    margin: 0;
}

#our .card:hover .card-body h5 img{
    display: none;
    transition: 14s linear !important;; /* Transición suave */

}

#our .card .card-body p{
    display: none;
        transition: 14s linear !important;; /* Transición suave */

}

#our .card:hover .card-body p{
    display: block !important;
        transition: 14s linear !important;; /* Transición suave */

}

.bordered-full {
    border: 1px dashed #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 70px;
}

.bordered-full h2{
    font-family: Poppins !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
.bordered-full h3{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
}
.bordered-full a{
    color: #000;
    text-decoration: underline;
    margin: 20px 0;
}
.bordered-full p{
    font-family: Poppins;
    font-size: 16px;
}
.border-r{
    border-right: 1px solid #fff !important;
}

#banner{
    height: 95vh;
    background-image: url(../images/banner.png);
    background-size: cover;
}

#what{
    padding: 120px 0;
}

#what h1{
    font-family: Pacifico;
    font-size: 60px;
    font-weight: 400;
}

#what h2 {
    font-family: Impact;
    font-size: 60px;
    font-weight: 400;
    color: #F9D542;
}

#what p{
    font-family: Poppins;
    font-size: 16px;
    width: 400px;
}

#what img {
    width: 100%;
}
#location .title h1{
    font-family: Pacifico;
    font-size: 60px;
    font-weight: 400;
    position: relative;
}

#location .title h2{
    font-family: Impact;
    font-size: 86px;
    margin-top: -20px;
}

#location .title p{
    font-family: Poppins;
    font-size: 16px;
}

#location .list-icon{
    font-family: Poppins;
    font-size: 16px;
    list-style: none;
    padding: 0 !important;
}

#location .list-icon li{
    padding-top: 20px;    
    position: relative;
    padding-left: 50px;
    line-height: 38px;
}

#location .list-icon li::after{
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    left: 0;
    top: 2;
    background-size: cover;
}

#location .list-icon li:nth-child(1)::after{
    background-image: url(../images/pin.png);
}

#location .list-icon li:nth-child(2)::after{
    background-image: url(../images/telefono.png);
}

#location hr{
    border: 1px solid #000;
}

#location .list-contact{
    margin: 50px 0;
}

#location .list-contact h1{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
}
#location .list-contact p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

#location .column-map{
    padding-left: 50px;
}

.fixedElement {
    width: 100%;
    z-index: 99;
    position: static;
}

.fixedElement.sticky{
    position: fixed;
    top: 0;
    width: 48%;
}

#menu{
    height: 66vh;
    background-image: url(../images/dinner-menu.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#menu h1{
    font-size: 86px;
}

#menu .bg-white{
    padding: 40px 80px;
    border-radius: 10px;
    margin-bottom: -60px;
    box-shadow: 0px 4px 44px #000;
}

#menu .bg-white a{
    text-decoration: none;
    color: #000 !important;
    padding: 15px;
    border: 1px solid #000;
    display: block;
}

#menu .filter-btn.active {
    background-color: #F9D542;
    color: #fff;
}

#menu .bg-white h2{
    margin: 0 !important;
    font-size: 22px;
}

/* #menu-inter{
 padding-top: 100px;
} */

#menu-inter .text-menu{
    width: 400px;
    margin: 50px auto;
    text-align: center;
}


.menu-items{
    display: flex;
    flex-wrap: wrap
}


#events-inter h1{
    font-family: Pacifico;
    font-size: 60px;
    font-weight: 400;
    display: ;
}

#events-inter h2.subtitle{
    font-family: Impact;
    font-size: 86px;
    margin-top: -20px;
}

#events-inter .well {
    position: absolute;
    bottom: 98px;
    transform: translateX(-50%);
    margin-left: 50%;
    font-family: Poppins;
    font-size: 36px;
    font-weight: bolder;
    display: none;
    width: max-content;
}

#events-inter .text-well {
    position: absolute;
    color: #fff;
    bottom: 38px;
    transform: translateX(-50%);
    margin-left: 50%;
    font-family: Poppins;
    font-size: 16px;
    width: 90%;
    display: none;
}

.images-events .content-well{
    position: relative;
}

/* .images-events .content-well:hover .well,
.images-events .content-well:hover .text-well{
    display: block !important;
    z-index: 999;
} */

.text-events{
    margin-bottom: 80px;
}

.images-events img{
    width: 100%;
}


/* .images-events .content-well:hover::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000006c;
    z-index: 99;
} */

.text-events h1{
    font-family: Impact;
    font-size: 86px;
    margin: 60px 0 30px 0;
}
.text-events p{
    font-family: Poppins;
    font-size: 16px;
    width: 720px;
    margin: 20px auto;
}

.text-subtitle{
    width: 530px;
    transform: translateX(-50%);
    margin-left: 50%;
    padding-bottom: 60px;
}

#chefs-team-text{
    background-color: #212430;
    border: 5px solid #F9D542;
    color: #fff;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    padding: 80px 0;
}

.team-members{
    margin: 35px 0;
}
.team-members h1 {
    font-family: Poppins;
    font-size: 16px;
    color: #F9D542;
    font-weight: 800;
}
.team-members h2{
    font-family: Poppins;
    font-size: 16px;
}

#it-all-start h1{
    font-family: Pacifico;
    font-size: 60px;
}

#it-all-start h2{
    font-family: Impact;
    font-size: 86px;
}

#it-all-start p{
    width: 500px;
    margin: 0 auto;
}
#it-all-start img{
    display: block;
    margin: 0 auto;
}

#img-chef{
    margin: 50px 0;
}

#img-chef img{
    width: 100%;
}

#hero-about {
    height: 95vh;
    background-image: url(../images/bg-chef.png);
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 80px;
    background-position: right;
}

#hero-about .row,
#hero-about .main-width{
    height: 100%;
}

#hero-about h1{
    font-family: Impact;
    font-size: 86px;
    color: #fff;
}
#hero-about p{
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
    width: 500px;
}
#hero-about img{
    margin: 60px auto;
    display: block;
}

#text-about p{
    font-family: Poppins;
    font-size: 16px;
    width: 700px;
    margin: 20px auto;
}

.navbar-toggler-icon{
    background-image: url(../images/bars.png) !important;
}

.container-float {
    position: absolute;
    left: 0;
}

/* Header */
.header-menu {
    text-align: center;
    margin-bottom: 20px;
}

.header-menu h1 {
    font-size: 54pt;
    color: #CC7E2B;
    font-family: 'arial-hebrew';
    font-weight: 800;
}

.header-menu p {
    font-family: 'arial-hebrew';
    font-style: italic;
    font-size: 18pt;
    color: #000;
    color: #CC7E2B;
}

/* Menu Section */
.menu-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.menu-left, .menu-right {
    width: 48%;
}

.menu-section h2.h2Subtitle {
    font-weight: bold;
    font-family: 'Arial Hebrew', sans-serif; /* Asegúrate de que esta fuente esté disponible o reemplázala */
    background: linear-gradient(202deg, #ffdd00, #d4af37, #b8860b); /* Gradiente de colores dorados */
    -webkit-background-clip: text; /* Clip de fondo solo al texto */
    color: transparent; /* Hace el texto transparente para mostrar el gradiente */
}


  h2.h2Title:contains("ENSALADAS") {
    font-size: 14pt !important;
  }

.menu-section h2.h2Title {
    margin-top: 3%;
    font-family: 'arial-hebrew';
    font-size: 18pt;
    color: #FFC000;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-right .item{
    font-weight: bold;
}
.menu-right p{
    font-weight: bold;
}
.item-title b{
     font-size: 12pt !important;  
}

.item div{
     font-size: 11pt !important;  
}




.menu-section h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, red, yellow);
    mix-blend-mode: screen; //<-- atento a esta linea//
    position: absolute;
    top: 0;
    left: 0;
}

.item-title {
    font-family: 'arial-hebrew';
    color: #000;
    font-size: 12pt !important;  
}

.item-price {
    font-family: 'arial-hebrew';
    float: right;
    color: #F9C600;
}

.item div {
    font-family: 'arial-hebrew';
    font-size: 17px;
}

.cnt-prod{
    /* margin-left: 14px; */
}

/* Sides */
.sides-section {
    margin-top: 20px;
}

/* Footer */
.footer-menu {
    color: #000;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    background: rgb(204,126,43);
    background: radial-gradient(circle, rgba(204,126,43,1) 20%, rgba(255,192,0,1) 80%);
    font-weight: bold;
    border: 1px solid #000;
    padding: 30px 90px;
    font-size: 12pt;
}

.menu-border .item p:first-child {
    font-size: 11pt;
}

/* Tab Container */
.tab-container {
    width: 90%;
    margin: 5px auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 22px 63px;
}

@media (max-width: 768px) {
    .tab-container {
        width: 90% !important;
        padding: 20px; /* Opcional: reduce el padding en móviles */
    }
}

/* Tab Links */
.tab-links {
    display: flex;
    /* background-color: #333; */
    color: #fff;
    gap: 5%;
    width: 100%;
    /*height: 70px;*/
}

.tab-links button {
    flex: 1;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: Impact;
    line-height: 26px;
}

.tab-links button:hover {
    background-color: #555;
}

.tab-links button.active {
    background-color: #F9C600;
    color: #000;
    font-weight: bold;
    border: 1px solid transparent !important;
}

/* Tab Content */
.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    color: #333;
    width: 100%;
}

.tab-content.active {
    display: block;
}

.menu-border {
    border: 1px solid #ffbc00;
    padding: 15px;
    text-align: center;
    margin-top: 3%;
}

.menu-border p {
    margin: 3px 25px;
}

.wine-section, .beer-section {
    text-align: left;
    flex: 1 1 45%;
    padding: 15px;
    /*border: 1px solid #d35400;*/
    border-radius: 8px;
}

.wine-section ul, .cocktail-section ul, .beer-section ul, .coffee-section ul, .drink-section ul {
    list-style-type: none;
    padding-left: 15px;
}

.menu-section h3 {
    font-size: 18px;
    color: #e67e22;
    margin-top: 15px;
}

ul li {
    margin: 8px 0;
    line-height: 1.5;
}

.social {
    font-size: 12px;
    color: #e67e22;
    text-align: center;
    margin-top: 5px;
}

.footerContact:hover{
    text-decoration: none;
}

.contactNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerContact{
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 35px !important;
}



@media screen and (max-width: 460px) {
    #events .bg-yellow {
        border-radius: 20px;
        padding: 40px;
        margin-bottom: -100px;
        width: 90%;
    }
    .slider-text {
        margin-top: 20% !important;
    }
    #events .bg-yellow {
        width: 100%;
    }
    .col-md-6.border-r.px-5{
        border: 0 !important;
    }
    #our {
        padding: 16px;
    }
    #Highlights h1 {
        font-size: 47px;
    }
    #Highlights h2 {
        font-size: 42px;
        margin-top: 0px;
    }
    .container.bordered-full{
        padding: 0;
    }
    .card {
        margin-top: 14px;
    }
    #text-about h1 {
        width: 100%;
    }
    #hero-about {
        height: 16vh;
        background-position: top;
    }
    .footer-menu {
        padding: 30px 29px;
    }
    section#location {
        padding: 0 20px;
    }
    #location .title h2 {
        font-size: 68px;
    }
    #our .card .card-body h5 img {
        width: 19px;
    }
    .bg-yellow .col-md-4 {
        padding: 15px 0;
    }
    #menu h1 {
        font-size: 55px;
    }
    .slider-text {
        width: 90%;
        margin: 20px auto;
    }
    .policies {
        border-right: none;
    }
    .follow-us {
        border: none;
    }
    .header-menu h1 {
        font-size: 40pt;
    }
    #hero-about{
        background-position-x: 70%;
    }
    #banner {
        height: 20vh;
    }
    #menu-inter .text-menu {
        width: 356px;
    }
    .menu-left, .menu-right {
        width: 100%;
    }
    .tab-links button {
        padding: 20px;
    }
    .menu-section,
    .tab-links {
        /*flex-direction: column;*/
    }
    .menu-mobile{
        display: block !important;
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }
    .swiper-slide h2.pacifico-font {
        font-size: 25px !important;
    }
    .swiper-slide h1.impact-font {
        font-size: 38px!important
    }
    .swiper-slide h2.poppins-font {
        font-size: 33px !important;
    }
    .swiper-slide p.poppins-font {
        font-size: 11px !important;
    }
    .text-footer {
        font-size: 12px !important;
    }
    .policies li a {
        font-size: 11px !important;
    }
    .policies h2, .follow-us h2 {
        font-size: 12px;
    }
    .follow-us ul li {
        margin: 5px;
    }
    .footer-logo img{
        width: 60%;
        margin: 0 auto !important;
        display: block;
    }
    #what img {
        width: 100%;
    }
    #our .col-md-4{
     margin: 20px 0;
    }
    #our .card .card-body {
        /*height: 21% !important;*/
    }
    #our h1 {
        font-size: 40px;
    }
    #Highlights {

        display: block;
        margin: 250px 50px 100px 50px;
    }
    .bg-yellow .bordered {
        border-width: 2px 0 2px 0;
    }
    #events .bg-yellow {
        padding: 40px 15px;
    }
    #events {
        height: auto !important;
        padding-top: 200px;
    }
    #events h1 {
        font-size: 44px !important;
    }
    #what p {
        width: auto !important;
    }
    .text-subtitle {
        width: 360px !important;
    }
    .row.images-events img {
        width: 100%;
        margin: 5px 0;
    }
    #events-inter .text-well {
        bottom: 15px;
        margin-left: 44%;
        font-size: 11px;
    }
    #events-inter .well {
        bottom: 80px;
        transform: translateX(-50%);
        margin-left: 44%;
        font-size: 20px;
    }
    .text-events h1 {
        font-size: 50px;
    }
    .text-events p {
        width: 100%;
    }
    #it-all-start img {
        width: 100%;
    }
    #it-all-start p {
        width: 100%;
        padding: 0 18px;
    }
    #it-all-start h2 {
        font-size: 45px;
    }
    #it-all-start h1 {
        font-size: 34px;
    }
    #text-about p {
        width: 100%;
        padding: 0 15px;
    }
    #hero-about p {
        font-size: 12px;
        width: 100%;
    }
    div.item {
        display: flex;
        flex-direction: column;
        /*margin: 30px 0;*/
    }
    /*.item-title {*/
    /*    order: 1;*/
    /*}*/
    /*.item b {*/
    /*    order: 3;*/
    /*}*/
    /*.item div {*/
    /*    order: 2;*/
    /*}*/
}

@media (max-width: 480px) {
        .main-width {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #our h1 {
        font-size: 77px !important;
        font-family: Impact;
        margin-top: -20px;
    }
    #events .bg-yellow {
        border-radius: 20px;
        padding: 40px;
        margin-bottom: -100px;
        width: 95%;
    }
    .slider-text {
    width: 90% !important;
    }
    section#hero {
        margin-top: -14% !important;
    }
}

@media (max-width: 320px) {
    .main-width {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
           .slider-text {
        margin-top: 20% !important;
    }
    #events .bg-yellow {
        width: 100%;
    }
    .col-md-6.border-r.px-5{
        border: 0 !important;
    }
    #our {
        padding: 16px;
    }
    #Highlights h1 {
        font-size: 47px;
    }
    #Highlights h2 {
        font-size: 42px;
        margin-top: 0px;
    }
    .container.bordered-full{
        padding: 0;
    }
    .card {
        margin-top: 14px;
    }
    #text-about h1 {
        width: 100%;
    }
    #hero-about {
        height: 16vh;
        background-position: top;
    }
    .footer-menu {
        padding: 30px 29px;
    }
    section#location {
        padding: 0 20px;
    }
    #location .title h2 {
        font-size: 68px;
    }
    #our .card .card-body h5 img {
        width: 19px;
    }
    .bg-yellow .col-md-4 {
        padding: 15px 0;
    }
    #menu h1 {
        font-size: 55px;
    }
    .slider-text {
        width: 90%;
        margin: 20px auto;
    }
    .policies {
        border-right: none;
    }
    .follow-us {
        border: none;
    }
    .header-menu h1 {
        font-size: 40pt;
    }
    #hero-about{
        background-position-x: 70%;
    }
    #banner {
        height: 20vh;
    }
    #menu-inter .text-menu {
        width: 356px;
    }
    .menu-left, .menu-right {
        width: 100%;
    }
    .tab-links button {
        padding: 20px;
    }
    .menu-section,
    .tab-links {
        flex-direction: column;
    }
    .menu-mobile{
        display: block !important;
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }
    .swiper-slide h2.pacifico-font {
        font-size: 25px !important;
    }
    .swiper-slide h1.impact-font {
        font-size: 38px!important
    }
    .swiper-slide h2.poppins-font {
        font-size: 33px !important;
    }
    .swiper-slide p.poppins-font {
        font-size: 11px !important;
    }
    .text-footer {
        font-size: 12px !important;
    }
    .policies li a {
        font-size: 11px !important;
    }
    .policies h2, .follow-us h2 {
        font-size: 12px;
    }
    .follow-us ul li {
        margin: 5px;
    }
    .footer-logo img{
        width: 60%;
        margin: 0 auto !important;
        display: block;
    }
    #what img {
        width: 100%;
    }
    #our .col-md-4{
     margin: 20px 0;
    }
    #our .card .card-body {
        height: 21% !important;
    }
    #our h1 {
        font-size: 40px;
    }
    #Highlights {

        display: block;
        margin: 250px 50px 100px 50px;
    }
    .bg-yellow .bordered {
        border-width: 2px 0 2px 0;
    }
    #events .bg-yellow {
        padding: 40px 15px;
    }
    #events {
        height: auto !important;
        padding-top: 200px;
    }
    #events h1 {
        font-size: 44px !important;
    }
    #what p {
        width: auto !important;
    }
    .text-subtitle {
        width: 360px !important;
    }
    .row.images-events img {
        width: 100%;
        margin: 5px 0;
    }
    #events-inter .text-well {
        bottom: 15px;
        margin-left: 44%;
        font-size: 11px;
    }
    #events-inter .well {
        bottom: 80px;
        transform: translateX(-50%);
        margin-left: 44%;
        font-size: 20px;
    }
    .text-events h1 {
        font-size: 50px;
    }
    .text-events p {
        width: 100%;
    }
    #it-all-start img {
        width: 100%;
    }
    #it-all-start p {
        width: 100%;
        padding: 0 18px;
    }
    #it-all-start h2 {
        font-size: 45px;
    }
    #it-all-start h1 {
        font-size: 34px;
    }
    #text-about p {
        width: 100%;
        padding: 0 15px;
    }
    #hero-about p {
        font-size: 12px;
        width: 100%;
    }
    div.item {
        display: flex;
        flex-direction: column;
        /*margin: 30px 0;*/
    }
    .item-title {
        order: 1;
    }
    .item b {
        order: 3;
    }
    .item div {
        order: 2;
    }
    #our {
        padding: 60px;
        margin-bottom: 280px;
    }
    
    #our h2{
        font-family: Pacifico;
        font-size: 60px;
        font-weight: 400;
    }
    
    #our h1{
        font-size: 86px;
        font-family: Impact;
        margin-top: -20px;
    }
    
    #our .card{
        background-color: transparent !important;
    }
    
    
    #our .card img{
        position: relative;
    }
    
    #our .card .card-body{
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 90%;
        background-color: #fff;
        border-radius: 20px;
        transform: translateX(-50%);
        margin-left: 50%;
        transition: height ease 3s;
    }
    
    #our .card:hover .card-body{
        transition: height ease 3s;
    }
    
    #our .card .card-body h5 {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    
    #our .card:hover .card-body h5 img{
        display: none;
        transition: all linear .2s;
    }
    
    #our .card .card-body p{
        display: none;
    }
    
    #our .card:hover .card-body p{
        display: block !important;
    }

}

.card-body img {
    max-width: 25px !important;
    }
@media (max-width: 461px) {
    .main-width {
    max-width: 90%;
    margin: 0 auto;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
    #our .card .card-body {
        position: absolute !important;
        bottom: 30px !important;
        left: 0 !important;
        width: 90% !important;
        background-color: #fff !important;
        border-radius: 20px !important;
        transform: translateX(-50%) !important;
        margin-left: 50% !important;
        transition: height ease 3s !important;
    }

    #our .card:hover .card-body {
        transition: height ease 3s !important;
    }

    .card-body {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
        padding: 1.25rem !important;
    }
}


#our .card .card-body.active p {
    display: block !important;
    transition: 14s linear !important;; /* Transición suave */
}

#our .card .card-body.active h5 img {
    display: none !important;
        transition: 14s linear !important;; /* Transición suave */

}

@media (max-width: 461px) {
    #our .card .card-body {
        bottom: 20px !important;
        width: 90% !important;
            transition: 14s linear !important;; /* Transición suave */

    }
}

@media (min-width: 768px) {
        #events h1 {
        font-size: 44px !important;
    }
    .v_home {
        margin-top: 4% !important;
    }
}


.title_c h2{
    text-align: center !important;
    font-size: 4rem !important;
    color:#000 !important;
    font-family: Impact;
    margin-top: -20px;
}

@media (max-width: 1024px) { 
    .menu-left, .menu-right {
        width: 100%;
    }

    .menu-section {
        flex-direction: column;
    }
    
    .tab-content {
        padding: 5px !important;
    }
}
