<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/assets/fonts/Cotton_Candies.ttf');
@font-face {
    font-family: "CottonCandies";
    src: url("/assets/fonts/Cotton_Candies.ttf");
    }
body{
    /*font-family: 'Lemon/Milk', sans-serif;
    font-family: 'Lemon/Milk light', sans-serif;*/
}

a.btn-cta{
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #ed2b7b;
    border:1px solid #ed2b7b !important;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}

.our-portfolio .showed-content{
    padding: 0px !important;
    border-radius: 20px !important;
    
}


.our-portfolio .showed-content img {
    max-width: 100% !important;
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.5s;
}

.titulo-destino{
        color: #ed2b7b;
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
}

.title-destination{
    font-family: 'CottonCandies', sans-serif;
}

.our-portfolio .hidden-content {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgb(23 159 213) 0%, rgb(237 43 123) 100%);
    padding: 30px;
}
.our-portfolio .hidden-content:after {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgb(144 94 162);
    content: '';
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    transform: rotate(45deg);
    background: linear-gradient(105deg, rgb(144 93 162) 0%, rgb(145 93 162) 100%);
    z-index: -1;
}
.our-blog .left-image img {
    border-radius: 0px;
    box-shadow: none;
    margin-left: -10%;
}


ul, li {
    padding: 0;
    margin: 0;
    list-style: circle;
    margin-left: 10px;
}

.destination{
    color: #fff;
    padding: 160px 0px;
    background-image: url(../images/resource/background1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.destination .left-image .info {
    /*position: relative !important;*/
}

.destination .left-image .info .inner-content {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 20px;
    /*margin-left: 75px;*/
    position: absolute;
    margin-top: -100px;
    padding: 30px;
}

.destination .left-image h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 20px 0px 15px 0px;
}

.destination .left-image ul li {
    display: inline-block;
    font-size: 15px;
    color: #afafaf;
    font-weight: 300;
    margin-right: 20px;
}

.header-area .main-nav .nav li{
    list-style: none !important;
}

span.desde{
    position: absolute;
    font-size: 0.45em;
    padding-top: -5px;
    /*background: #fff;*/
}

span.usd{
    color: #ed2b7b !important;
    font-weight: 500;
    position: absolute;
    padding-top: 10px;
    margin-bottom: 20px;
}


span.usd2{
    color: #fff !important;
    font-weight: 500;
    position: absolute;
    padding-top: 10px;
    margin-bottom: 20px;
}

.incluye{
    margin-top: 40px !important;
    font-size: 1.1em;
}

.about-us {
    background-image: url(../images/resource/background2.png);
}

.our-services .first-bar .filled-bar{
    width: 100% !important;
}

.our-services .second-bar .filled-bar{
    width: 100% !important;
}

.our-services .third-bar .filled-bar{
    width: 100% !important;
}

.our-services .first-bar span {
    left: 88%;
}

.our-services .second-bar span {
    left: 88%;
}</pre></body></html>