<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.turquoise {
    color: #00ABC8 !important;
}

.background {
    background-color: #F7F7F7;
}

.text-black {
    color: #222222 !important;
}

.text-justify {
    text-align: justify;
}

.fs-small {
    font-weight: 400;
}

p .blog-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #838383;
}

.blog-data {
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
}

.blog-data b {
    font-weight: 700;
}

.blog-title {
    color: #222222;
    text-align: left;
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    position: relative;
}

.blog-img {
    display: flexbox;
    width: 476px;
    height: 374px;
    object-fit: cover;
    object-position: 50%;
}

.author-container {
    gap: 5px;
    border-radius: 20px;
}

.tips-container {
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    justify-content: center;
    display: inline-flex;
    padding: 30px;
}

.tip {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.tips-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.50px;
}

.tips-title b {
    font-weight: 800;
}

.tips-img {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    align-self: center;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.tips-text {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.tips-text b {
    color: #222222;
    font-weight: 700;
}

.banner-prepara-tu-viaje {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background: #00ABC8;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.btn-prepara-tu-viaje {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 16px;
    padding-right: 2px;
    background: white;
    border-radius: 29px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.btn-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    word-wrap: break-word;
}

.banner-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.banner-title {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: white;
    font-size: 40px;
    font-family: Lato;
    font-weight: 800;
    word-wrap: break-word;
}

.banner-text {
    color: white;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}
.banner-text b {
    font-weight: 800;
}

.recommend {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.recommend-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

#sidebar {
    background-color: #F7F7F7;
}

.sidebar-title {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    word-wrap: break-word;
}

.sidebar-text {
    align-self: stretch;
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-height: 44px; /* 2 lines * 22px line-height */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sidebar-link {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.sidebar-link .text {
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
}

.stretch {
    align-self: stretch;
}

.line {
    align-self: stretch;
    height: 0px;
    border: 1px #E7E7E7 solid;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
    .blog-title {
        font-size: 35px;
        line-height: 50px;
    }
}</pre></body></html>