:root {
    --primary-color: #00527f;
    --secondary-color: #37bbd3;
    --tertiary-color: #6bb647;
    --quaternary-color: #296831;
}

.hero-section-putumayo .container .section-title .putumayo-image p {
    color: #1c231f;
    font-size: 0.85em;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.destination-item.style-two.bgc-lighter {
    background: var(--lighter-color);
}

.destination-item.style-two .image {
    display: inline-block;
}

.destination-item.style-two {
    background: white;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid var(--border-color);

    border: 1px solid rgba(0, 0, 0, 0.2);
    /* Borde delgado y sutil */
    border-radius: 10px;
    /* Bordes redondeados (opcional) */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    /* Sombra */
    background-color: #fff;
    margin-right: 10px;
}

.destination-item .image {
    margin: 10px 10px 0px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.destination-item.style-two.bgc-lighter .content {
    padding: 0px 35px 0px;
}

.destination-item.style-two .content {
    position: relative;
    padding: 15px 45px 20px 30px;
}

@media only screen and (max-width: 1599px) {
    .destination-item .content {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.destination-item .content {
    padding: 18px 40px 40px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}


.price-footer {
    background-color: var(--tertiary-color) !important;
    border-radius: 0px 0px 10px 10px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 2rem;
}

.slick-dots li.slick-active {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
    background: var(--primary-color);
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button {
    opacity: 0;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul.slick-dots li:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color);
}


.whatsapp-topUp {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

ul.slick-dots li {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-radius: 50%;
}


@media screen and (max-width: 768px) {
    .header-area .header-navigation .container-fluid .primary-menu .site-brading img {
        height: 10vh;
    }
}