/********** Template CSS **********/
:root {
    --primary: #9a9c7c;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

body {
    background-color: #f0eeee;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-vitae{
    color: #9a9c7c;
}

.div-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
  }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 600px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
    .font-tittle {
        font-size: 6ch;
    }

    .font-tittle-serveis {
        font-size: 4.5ch;
    }
    .parrafo .serveis {
        font-size: 1.4ch;
    }
    li {
        font-size: 1.8ch;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
    .font-tittle {
        font-size: 10ch;
    }

    .font-tittle-serveis {
        font-size: 6ch;
    }
    .parrafo {
        font-size: 3ch;
    }
    .serveis {
        font-size: 2.1ch;
    }
    li {
        font-size: 2.1ch;
    }
    /*** Service ***/

    .div-item1 {
        height: 64.8ch;
    }

    .div-item2 {
        height: 45ch;
    }

}


@font-face {
    font-family: 'Tahu!';
    src: url('../fonts/Tahu!.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.font-tittle {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Tahu!";
    font-weight: 300;
    line-height: 1.2;
    color: #cfd0a9;
}

.white {
    color: white !important;
}

.font-tittle-serveis {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Tahu!";
    font-weight: 150;
    line-height: 1.2;
    line-height: 1.2;
    color: #000;
}

.parrafo {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 50;
    line-height: 2;
    color: hsl(0, 0%, 0%);
    letter-spacing: 0.08em;
    word-spacing: 0.25em;
    text-align: justify;
}

.serveis {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 2;
    color: #000000;
    text-align: justify;
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, 0.842), rgba(255, 255, 255, 0)), url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 80px);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


li {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #000000;
    text-align: justify;
  }

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item2 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background: var(--primary);
    color: initial;
}

.service-item2 .parrafo, .service-item2 ul {
    color: var(--light);
}

/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}

.img-center {
    background-position: center center;
}

/** Imagen Listas ***/
.image-list {
    list-style-type: none; /* Elimina el marcador predeterminado (punto) */
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Romello";
    font-weight: 50;
    line-height: 1.2;
    font-size: 4.5ch;
    letter-spacing: 0.08em;
    word-spacing: 0.25em;
    text-align: justify;
  }
  
.image-list li::before {
    content: "🌿 "; /* Texto que se mostrará antes de cada elemento de la lista */
    margin-right: 5px; /* Espaciado entre el marcador y el texto del elemento de la lista */
  }
  
  ul {
    color: black;
  }

  .mySlides {display:none;}