body {
        background-color: white;
        background-size: cover;
        background-position: center center;
        height: 100vh; /* This will make it take the full viewport height */
        animation: fadeIn 1s ease-in-out forwards;
        overflow: hidden !important;
        cursor: none;
}

@font-face {
    font-family:myFirstFont;
    src: url('HelveticaNeue.ttf');
}

* {
    font-family: myFirstFont !important;
    text-rendering: optimizeLegibility;
 }
 
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a {
    color: black;
    text-decoration: none; /* This ensures no underline by default */
    transition: border-bottom 0.3s;
}

.nav-link {
    text-decoration: none !important;
    color: black;

}


a {
    color: black;
    text-decoration: none;
    transition: border-bottom 0.3s;
    line-height: 1.2; /* Adjust as needed */
}

a:hover {
    border-bottom: 1px solid black;
    padding-bottom: 0; /* Adjust as needed */
}

.navbar-nav.ml-auto {
    background-color: transparent;
    margin-left: auto !important;
    
}

.navbar {
    position: relative; /* Ensure the navbar has a relative positioning context */
    padding: 0.5rem 1rem;  /* Adjust to your needs. */
    background-color: transparent;

}

.navbar-toggler {
    margin: 0;  /* Remove margin to ensure the toggler doesn't push the navbar boundaries. */
    text-decoration: none;
    border: none; 
}

.navbar-toggler img {
    height: 60px; /* Adjust to desired size */
    width: auto;
}

.navbar-toggler:focus {
    outline: none !important; /* Removes the outline on focus */
    box-shadow: none !important; /* Removes any additional focus effects */
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: white;
}


.brand-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.responsive-text {
    font-size: 4vw;  /* Adjust this value as needed */
    text-align: left; 
    padding: 2rem 6rem; 
    width: 100%;
    color:white;
}



@media (max-width: 600px) {
    .brand-container {
        position: relative;
        left: 0;
        transform: translateX(-50%);
    }
  
    
}

@media (max-width: 100px) {  /* Adjusting for the default Bootstrap navbar breakpoint */
    .navbar-toggler {
        position: absolute;
        top: 0.5rem;  /* Adjust as needed for vertical alignment */
        left: 0.5rem; /* Adjust as needed for horizontal spacing */
        z-index: 2;   /* To ensure the toggler remains above other navbar elements */
    }
}

.image-swap {
    position: relative;
    display: inline-block; /* or block, depending on your layout */
}

.resort {
    display: block;
    max-width: 100px; /* or specific size */
    height: auto;
    position: absolute;
    top: -30;
    left: -62;
    transition: opacity 0.3s ease;
}

.hover-logo {
    opacity: 0;
}

.image-swap:hover .hover-logo {
    opacity: 1;
}

.image-swap:hover .original-logo {
    opacity: 0;
}


#bck {
    margin-top: 3%; /* default margin-top for extra-small devices */
}

/* Increasing specificity by including more of the hierarchy */
.navbar-nav .nav-item#smallfont a {
    font-size: 1.2vh;
    padding-top: 0.2em;
    line-height: normal;
}

/* Example of using !important to force a style, use as a last resort */
@media (max-width: 768px) {
    .navbar-nav .nav-item#smallfont a {
        font-size: 0.75em !important;
        padding-top: 0.15em !important;
    }
}

@media (max-width: 480px) {
    .navbar-nav .nav-item#smallfont a {
        font-size: 0.7em !important;
        padding-top: 0.3em !important;
    }
}



.nav-link {
    display: inline; /* Keeps links in line */
    padding-right: 8px; /* Optional, for some spacing between links */
}

#background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


#instagram{
    width: 10%;
}

@media (min-width: 992px) { 

    #bck {
        width: 130% !important;
    }

}

@media (min-width: 768px) {
    .resort {
        display: block;
        max-width: 100px; /* or specific size */
        height: auto;
        position: absolute;
        top: -30;
        left: -45;
        transition: opacity 0.3s ease;
    }

    #instagram{
        width: 3%;
    }


}

.star {
    position: absolute;
    color: black; /* Set the star color to black */
    pointer-events: none; /* Make sure the star doesn't interfere with mouse events */
    opacity: 1;
    transition: opacity 0.8s ease-out;
    font-size: 20px; /* Set size of the star */
    z-index: 999999;
  }

html#ecwid_html body#ecwid_body .ec-minicart {
   position:absolute !important;
   top:2;
   right:10;

}

html#ecwid_html body#ecwid_body .ec-minicart__icon svg {
    display: none ;
    background-color: transparent !important;
    width: 50%;
    height: 50%;    
    box-shadow: none;
    content:"Carrito";
}

#navbarNav {
    margin-right:5%;
}

html#ecwid_html body#ecwid_body div.ecwid-ProductBrowserPopup>div {
    border: 1px solid black !important;
    border-radius: 0px !important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .ec-cart-next {
    display: none !important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store.ec-store__cart-page .ec-cart-item__picture {
    width: 170px !important;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--m .ec-store.ec-store__subscription-page .ec-cart__body, html#ecwid_html body#ecwid_body .ec-size.ec-size--m .ec-store.ec-store__cart-page .ec-cart__body, html#ecwid_html body#ecwid_body .ec-size.ec-size--m .ec-store.ec-store__account-page .ec-cart__body {
    width: 38.3333333333%;
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .ec-cart__shopping {
    display: none !important;

}

html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .ec-cart__body .ec-page-title {
    display: none !important;
}

html#ecwid_html body#ecwid_body .ec-minicart.ec-minicart--pill {
    display: none !important;

}

    
html#ecwid_html body#ecwid_body div.ecwid-ProductBrowserPopup {
        z-index: 900;
        border: 0;
        left: 0 !important;
        right: 0 !important;
        padding: 0;
        max-width: 100%;
        box-sizing: border-box;
        background: transparent;
        text-align: right !important;
        margin: 0;
        clip: auto !important;
    }
    
    
html#ecwid_html body#ecwid_body div.ecwid-overlay {
        background-color: transparent !important;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }


div.ecwid-popup-content:before {
    content: '';
    background: url('LOGO_BAG_RESORT.png') no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
    display: block;
}

div.ecwid-popup-content {
    padding-top: 10px;
}

.ec-minicart--animation-default.ec-minicart--animated .ec-minicart__counter::after {
    animation: none;
    display: none;
    color: white !important;
    background-color: white !important;

}

 .ec-minicart--animation-default.ec-minicart--animated .ec-minicart__counter {
    display: flex;
    color: black !important;
    background-color: transparent !important;
}

.ec-minicart__icon svg {
    display: none !important;
}

.ec-minicart__icon:after {
    content: 'Carrito'
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser {
    padding: 0 10px 20px;
    background-color: transparent  !important;
}

.ec-size.ec-size--s .ec-store .ec-footer {
    padding-bottom: 16px;
    display: none;
}

.ec-size .ec-store .ec-footer {
    padding-bottom: 20px;
    display: none;
}

@media screen and (min-width: 768px) {.popupContent {
    width: 500px !important;
    
}
.ecwid-popup-content {
    display: block;
    width: 50%;
}
.ec-cart--empty .ec-cart__message, .ec-cart--empty .ec-cart__button { width: 40% !important;
}  
.ec-store .ec-cart {
    display: block !important;
}
.ec-cart__sidebar, .ec-cart__body {
    width: 50% !important;
}}