[v-cloak] {
    display: none;
}

@font-face {
    font-family: "Poppins";
    src: url(/assets/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Work-sans";
    src: url(/assets/fonts/WorkSans-Regular.ttf);
}

@font-face {
    font-family: "Play-fair";
    src: url(/assets/fonts/PlayfairDisplay-Regular.ttf);
}

* {
    font-family: "Poppins", sans-serif;
}

.font-work-sans {
    font-family: "Work-sans", sans-serif !important;
}

.font-play-fair {
    font-family: "Play-fair", sans-serif !important;
}

.container-detail-meet {
    background-color: #234B5A;
    border-radius: 5px;
    padding: 4rem;
}

.c-pointer {
    cursor: pointer;
}

.c-orange {
    color: #F9A21B;
}

.c-dark-blue-2 {
    color: #234B5A !important;
}

.f-z-40 {
    font-size: 40px;
}

.page-menu.home-menu-transparent .nav-item.active {
    border-bottom: none !important;
}

.nav-item.active > a {
    text-decoration: underline !important;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px !important;
    background-color: transparent !important;
}

.navbar-nav {
    justify-content: space-between;
}

.navbar-collapse {
    justify-content: space-around;
}

.menu-multiple-popover {
    padding: 15px 20px;
    width: max-content;
    top: 40px;
    left: 14px;
    position: absolute;
    background-color: white;
    cursor: pointer;
}

.menu-multiple-popover a {
    color: black !important;
    text-decoration: none !important;
}

.description {
    color: white;
    letter-spacing: 1.2px;
    line-height: 37px !important;
    font-size: 20px;
}

.container-schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.container-schedule p {
    text-align: center;
    background-color: #F9A21B;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 5px;
    font-family: "Work-sans", sans-serif !important
}

.container-directory {
    background-color: #234B5A;
    margin-top: 8rem;
}

.title-directory {
    text-align: center;
    color: #F9A21B;
    font-family: "Work-sans" !important;
}

.title-directory span {
    font-family: "Play-fair" !important;
    font-weight: bold;
}

.directory-list > div > div {
    padding: 30px 0px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-orange {
    background-color:#F9A21B;
}

.bg-red {
    background-color: #ed4033;
}

.bg-light-2 {
    background-color: #f0d8b1;
}

.bg-green {
    background-color: #006057;
}

.bg-dark-blue-2 {
    background-color: #234B5A;
}

.directory-list > div > div > p {
    color: white;
    margin-top: 1.5rem;
}

.description-location {
    color: white;
    font-family: "Work-sans", sans-serif !important;
    letter-spacing: 1.2px;
    line-height: 30px !important;
}

.center-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social {
    margin-top: 15px;
    font-family: "Work-sans", sans-serif !important;
    color: #FFFFFF;
}


.mt-index {
    margin-top: 5rem;
}

.fc-event-title {
    cursor: pointer !important;
    background-color: #234B5A !important;
    color: transparent;
}

.btn-open-tooltip:hover {
    background-color: #006057 !important;
}

#modalStore .modal-header .close {
    cursor: pointer;
    z-index: 20;
    top: 12px;
    right: 12px;
}

#modalStore li {
    cursor: pointer;
}

.text-gold {
    color: #234B5A;
    font-weight: bold;
}

.btn-gold {
    background-color: #234B5A;
}

#modalEvent .modal-header .close, #modalStore .modal-header .close {
    color: #ff3636;
    text-shadow: none;
    background: #000;
    color: #fff;
    opacity: 1;
    border-radius: 3rem;
    height: 30px;
    width: 30px;
    padding: 0;
  
  }
  #modalEvent .modal-content .modal-header .btn-change-event-content {
    background-color:#234B5A ;
    color: #fff;
    top: 0;
    right: 0;
    border: 0;
    height: 35px;
    width: 35px;
    border-radius: 0.2rem;
  }
  #modalEvent .modal-content .modal-header button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    outline: 0;
  }
  
  #modalEvent .owl-item img{
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  #modalEvent .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  #modalEvent .owl-prev {
    left: 0;
  }
  
  #modalEvent .owl-next {
    right: 0;
  }
  
  #modalEvent .owl-nav button i {
    font-size: 25px;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #modalEvent .owl-carousel .owl-nav button.owl-next{
    font-size: 50px;
    color: #fff;
  }
  #modalEvent .owl-carousel .owl-nav button.owl-prev{
    font-size: 50px;
    color: #fff;
  }
  #modalEvent .owl-nav button:focus{
    outline: none;
  }
  #modalEvent .owl-theme .owl-nav [class*=owl-]:hover {
    background: none
  }
  #modalEvent ul li{
    cursor: pointer;
  }
  #modalEvent .modal-content .modal-body h3{
    color:#006057;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  #modalEvent .modal-content .modal-body p{
    font-family: "Helvetica Neue", Arial, sans-serif; 
  }

@media(max-width:1024px){
    .banner_video{
        height: auto!important;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        justify-content: flex-start;
    }
}

.commerces {
    margin-top: -4rem;
}

.directory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.directory h3 {
    text-align: center;
    margin: 0;
    color: #000;
}


.banner_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_video {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    box-sizing: border-box;
}

#bg-red {
    max-width: 69px !important;
}