@charset "UTF-8";

body {
    font-family: 'Montserrat', sans-serif;
    color:#555;
    font-weight:500;
    font-size:14px;
    line-height: 1.9em;    
}

html, body {
    margin: 0!important;
    padding: 0!important;
}

a {
    color: #85a8f0!important
}

a.text-link {
    text-decoration: none;
}

/*---FONTS---*/

@font-face {
    font-family: 'sunlight_dreamsregular';
    src: url('../fonts/sunlight_dreams-webfont.woff2') format('woff2'),
         url('../fonts/sunlight_dreams-webfont.woff') format('woff'),
         url('../fonts/sunlight_dreams-webfont.ttf') format('truetype'),
         url('../fonts/sunlight_dreams-webfont.svg#sunlight_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'recoletamedium';
    src: url('../fonts/fonnts.com-recoleta-medium-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-recoleta-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'recoleta_altbold';
    src: url('../fonts/fonnts.com-recoletaalt-bold-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-recoletaalt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'recoleta_altblack';
    src: url('../fonts/fonnts.com-recoletaalt-black-webfont.woff2') format('woff2'),
         url('../fonts/fonnts.com-recoletaalt-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.amatic-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*---EXTEND BS GRID---*/
@media (min-width: 2000px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
  
/*--- UTILITIES ---*/

@media (min-width: 180px) {
    .hero-bg {
    background-size: cover;
    background-position: center;
    height: calc(var(--vh, 1vh) * 100 - 80px);
    margin-top:80px;
    display: flex;
    align-items: end;
    overflow: hidden;
    }
    .navbar-brand img {
      height:50px
    }
    .background_top {
        background-position: top!important;
    }
    .background_bottom {
        background-position: bottom!important;
    }
}
@media (min-width: 1400px) {
    .hero-bg {
        height: calc(var(--vh, 1vh) * 100 - 90px);
        margin-top:90px;
    }
    .navbar-brand img {
      height:60px
    }
}
@media (min-width: 2000px) {
    .hero-bg {
        height: calc(var(--vh, 1vh) * 100 - 110px);
        margin-top:110px;
    }
    .navbar-brand img {
      height:80px
    }
}


.highlight {
    padding: 0.08rem 0.3rem;
}

.border-muted {
    border-color: #444!important ;
}
.border-info {
    border-color: #dbceb4!important ;
}
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links .nav-previous {

}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    text-decoration: none;
}

.trip-tagline {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em!important;
    display: inline-flex;
    margin-bottom: 0;
}

.difficulty { background:#dbceb4; padding:3px 10px}
.difficulty--beginner { background-image: url('/path/to/beginner.png'); }
.difficulty--beginner-advanced { background-image: url('/path/to/beginner-advanced.png'); }
.difficulty--intermediate { background-image: url('/path/to/intermediate.png'); }
.difficulty--advanced { background-image: url('/path/to/advanced.png'); }
.difficulty--elite { background-image: url('/path/to/elite.png'); }

.difficulty { display:inline-block; padding:8px 12px; background-size:cover; color:#fff; }


.carousel-label {
    font-size: 1.2em;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border:3px solid #fff9e6;
    position: absolute;
    z-index: 100;
}

.fit-content {
    width: fit-content;
}

.bg-image-column {
    width: 100%;
    aspect-ratio: 1.2 / 1; /* height in relation to width */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.row_spans span {
    display: inline-block;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #fff;
}
.row_spans span:last-child {
    border-right: none;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 1rem; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.btn-play,
.video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
@media (min-width: 180px){
    .btn-play {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius:16px;
        font-size: 24px;
        text-decoration: none;
        background: rgb(0,0,0,0.4);
        transition: transform 0.3s ease;
    }
}
@media (min-width: 768px){
    .btn-play {
        width: 75px;
        height: 75px;
        border-radius:16px;
        font-size: 32px;
    }
}
@media (min-width: 992px){
    .btn-play {
        width: 96px;
        height: 96px;
        border-radius:16px;
        font-size: 36px;
    }
}
.btn-play:hover {
    background: rgb(79,192,234);
}

.category_link a {
    text-decoration: none!important;
    color: #111!important;
}
.category_link {
    text-decoration: none!important;
    color: #111!important;
    position: relative;
    white-space: nowrap;   /* prevents line breaks */
    display: inline-block; /* ensures proper box sizing */
}

.category-listing > *:nth-child(even) {
    background-color: #F4F6F8!important;
}

.uppercase {
    text-transform: uppercase;
}

.border-none {
    border:none!important
}

.fw-300 {
    font-weight: 300!important;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-600 {
    font-weight: 600!important;
}
.fw-700 {
    font-weight: 700!important;
}
.fw-800 {
    font-weight: 800!important;
}

.text-shadow {
    text-shadow: 1px 1px 3px rgb(0,0,0,0.5);
}

@media (min-width: 180px){
    .logo_footer {
        width: 75%;
        max-width: 140px;
    }
}
@media (min-width: 576px){
    .logo_footer {
        width: 100%;
        max-width: 140px;
    }
}

/*--- Layout ---*/

@media (min-width: 1400px){
    .container {
        max-width: 1340px;
    }
}
@media (min-width: 2200px){
    .container-fluid {
        max-width: 2200px;
    }
    .container {
        max-width: 1860px;
    }
}
@media (min-width: 2400px){
    .container-fluid {
        max-width: 2400px;
    }
    .container {
        max-width: 2000px;
    }
}
@media (min-width: 180px){
    .header {
        /*height: calc(var(--vh, 1vh) * 100 - 150px);*/
    }
}
@media (min-width: 992px){
    .header {
        /*height: calc(var(--vh, 1vh) * 100 - 150px);*/
    }
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #5d5d94;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
@media (min-width: 180px){
    .hvr-underline-from-left:before {
        right: 0;
    }
}
@media (min-width: 992px){
    .hvr-underline-from-left:before {
        right: 100%;
    }
    .hvr-underline-from-left:hover:before, 
    .hvr-underline-from-left:focus:before, 
    .hvr-underline-from-left:active:before {
        right: 0;
    }
}

/*--- NAVBAR ---*/

.navbar.sticky {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.64+0,0+100 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0.64) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 180px){
    .navbar-brand {
        /*position: absolute;
        top: 0.5rem;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;*/
    }
}
@media (min-width: 992px){
    .navbar-brand {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
    }
}

.navbar {
    padding:15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navbar-brand img {
    width: auto;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar-nav .nav-item {
    padding: 0 1.4em;
  }
  .navbar .navbar-nav .nav-link {
    color: #332f2c!important;
    font-size: 1em;
    padding: 0.5em 0;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
  } 

  @media screen and (max-width: 992px) {
    .navbar .navbar-nav .nav-link {
        width:100%;
        padding: 1.2em 0;
        text-align: center;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    .navbar-brand {
      margin-right: 0;
      padding: 0;
    }
  }



  .navbar-toggler {
    border: none;
  }

  .navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
  

/*--- TEXT ---*/

.h1,.h2,.h3 {
    font-family: 'sunlight_dreamsregular';
    font-style: normal;
}
.h4,.h5,.h6 {
    font-style: normal;
}
.display-1,.display-2,.display-3,.display-4,.display-5 {
    font-family: 'sunlight_dreamsregular';
    font-optical-sizing: auto;
    font-style: normal;
    line-height:1em;
}

.h6,.h6 {
    line-height: 1.6em;
}

.small, small {
    line-height: 1.6em
}

@media (min-width: 180px){    
    .shape { width: 100px}
    .display-1 {line-height: 1em;}
    .h5, h5 {font-size: 1rem;line-height:1.5em;}    
}
@media (min-width: 576px){     
}
@media (min-width: 768px){
}
@media (min-width: 992px){
    .display-1 {font-size: 4rem;}
    .display-2 {font-size: 3.6rem;}
    .display-3 {font-size: 3rem;}
    .display-4 {font-size: 2.6rem;}
    .display-5 {font-size: 3.6rem;}
    .h1, h1 {font-size: 2.2rem;}
    .h2, h2 {font-size: 2.2rem;line-height:1.4em}
    .h3, h3 {font-size: 2rem;}
    .h4, h4 {font-size: 1.6rem;line-height:1.5em;}
    .h5, h5 {font-size: 1.2rem;line-height:1.5em;}
    .h6, h6 {font-size: 1rem;line-height:1.5em;}
}
@media (min-width: 1200px){
    .display-1 {font-size: 4.4rem;}
    .display-4 {font-size: 3rem;}
    .h1, h1 {font-size: 2.4rem;}
    .h6, h6 {font-size: 1rem;line-height:1.5em;}
}
@media (min-width: 1400px){
    .display-1 {font-size: 6rem;}
    .display-2 {font-size: 5.4rem;}
    .display-3 {font-size: 4.6rem;}
    .display-4 {font-size: 4rem;}
    .display-5 {font-size: 3.6rem;}
    .h1, h1 {font-size: 2.6rem;}
    .h2, h2 {font-size: 2.2rem;line-height:1.4em}
    .h3, h3 {font-size: 2rem;}
    .h4, h4 {font-size: 1.8rem;line-height:1.5em;}
    .h5, h5 {font-size: 1.4rem;line-height:1.5em;}
    .h6, h6 {font-size: 1.2rem;line-height:1.5em;}
}
@media (min-width: 1600px){
    .display-1 {font-size: 6.6rem;}
    .display-2 {font-size: 4.8rem;}
    .display-3 {font-size: 4.4rem;}
    .display-4 {font-size: 4rem;}
    .display-5 {font-size: 3.6rem;}
    .h1, h1 {font-size: 3rem;}
    .h2, h2 {font-size: 2.2rem;line-height:1.4em}
    .h3, h3 {font-size: 2rem;}
    .h4, h4 {font-size: 1.8rem;line-height:1.5em;}
    .h5, h5 {font-size: 1.4rem;line-height:1.5em;}
    .h6, h6 {font-size: 1.2rem;line-height:1.5em;}
}
@media (min-width: 2400px){
    .display-1 {font-size: 6.8rem;}
    .display-2 {font-size: 4.8rem;}
    .display-3 {font-size: 4.4rem;}
    .display-4 {font-size: 4rem;}
    .display-5 {font-size: 3.6rem;}
    .h1, h1 {font-size: 3rem;}
    .h2, h2 {font-size: 2.2rem;line-height:1.4em}
    .h3, h3 {font-size: 2rem;}
    .h4, h4 {font-size: 1.8rem;line-height:1.5em;}
    .h5, h5 {font-size: 1.4rem;line-height:1.5em;}
    .h6, h6 {font-size: 1.2rem;line-height:1.5em;}
}

/*-- OWL CAROUSEL ---*/

.owl-4-column .owl-item {
    height: 100%;
}

.owl-carousel.owl-1-column.min-height .item {
    /*min-height: 520px*/
}

.owl-carousel.owl-1-column .owl-nav button[class^='owl-'] {
    /*background:#c0b8ad;
    color: #fff;*/
    background:transparent;
    color: #333;
}
.owl-carousel.owl-1-column .owl-nav .owl-next {
    /*background: #222222 !important;
    color: #fff!important;*/
    border-left: 1px solid #c0b8ad;
}
@media screen and (min-width: 180px) {
    .owl-carousel.owl-1-column .owl-nav {
        position: absolute !important;
        height: 80px;
        /*top: 50%;
        transform: translateY(-50%);*/
        bottom: 0;
        right: 0;
        width: auto;
        
    }
    .owl-carousel.owl-testimonials .owl-nav {
        position: absolute !important;
        top: initial;
        bottom: -80px;
        right: 0;
        width: auto;
        transform: initial;
        width: 100%;
        border-top:1px solid #c0b8ad;
        display: flex;
        justify-content: center;
    }
    .owl-carousel.owl-testimonials .owl-nav button[class^='owl-'] {
        position: initial;
    }
}

@media screen and (min-width: 180px) {
    .owl-carousel.owl-1-column .owl-prev {
        right:80px!important;
        /*background:#F2EEE8!important;*/
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .owl-carousel.owl-1-column .owl-next {
        right:0!important;
        /*background:#fff!important;*/
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .owl-carousel.owl-trips button[class^='owl-']:before {
        color:#fff
    }
}

.owl-carousel .owl-stage-outer {
    height:100%;
}

.owl-carousel.owl-trips .owl-stage {
    height: 100%;
    display: flex;
    overflow: hidden;
    /*border-radius:0.375rem*/
}
.owl-carousel.owl-trips .item {
    /*height: calc(100vh - 150px);*/
    height: calc(var(--vh, 1vh) * 100 - 150px);
}
.owl-carousel .owl-item {
    min-height: 100%;
}

.owl-carousel.overflow-both .owl-stage-outer {
    overflow: visible;
    clip-path: inset( -100vw );
}

@media screen and (min-width: 768px) {
    .owl-4-column .card {
        min-height:600px;
    }
}

.owl-carousel-home .owl-dots {
    width: 100%;
    padding-top:1rem;
    text-align:center
}
.owl-carousel-home .owl-dots button.owl-dot {
    background: #eee!important;
}
.owl-carousel-home .owl-dots button.owl-dot.active {
    background: #3680c5!important;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
}

.owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
    background-color: rgb(0,0,0,0.3);
    display: inline-block;
    border-radius:50%;
    margin: 3px;    
}


@media screen and (min-width: 180px) {
    .owl-carousel .owl-dots {
        width: fit-content;
        height:80px;
        text-align:center;
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        position: absolute;
        right: 145px;
    }
    .owl-carousel.owl-trips .owl-dots {
        right: 145px;
        bottom: 0;
    }
    .owl-carousel.owl-3-column .owl-dots {
        right: 145px;
    }
    .owl-carousel .owl-nav {
        position: absolute;
        width: 100%;
    }
    .owl-carousel.gallery_slider .owl-nav {
        position: inherit;
        height: 80px;
    }
    
    .owl-carousel .owl-3-column .owl-nav button.owl-next, 
    .owl-carousel .owl-3-column .owl-nav button.owl-prev, 
    .owl-carousel .owl-3-column button.owl-dot {
        font-size: 0 !important;
        position: initial!important;
    }
    
}
@media screen and (min-width: 576px) {
    .owl-carousel .owl-nav {
        width: 100%;
        
    }
    .owl-3-column .owl-nav {
        padding-top:1.5rem
    }
}
@media screen and (max-width: 768px) {
    .owl-carousel.owl-3-column .owl-nav {
        position: absolute !important;
        top: initial;
        right: 0;
        width: auto;
        transform: initial;
        width: 100%;
        display: flex;
        justify-content: center;
    }
        .owl-carousel.owl-3-column .owl-nav button[class^='owl-'] {
        position: initial;
    }
}
.owl-carousel .owl-nav {
    z-index: 1;
}

.owl-carousel .owl-nav button[class^='owl-'] {
    width:80px;
    height: 80px;
    color:#333!important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0!important;
    /*background-color: #fff;*/
    /*border:1px solid #dee2e6*/
}
.owl-carousel.gallery_slider .owl-nav button[class^='owl-'],
.owl-3-column.gallery_slider .owl-nav button[class^='owl-'] {
    /*background:#fff;*/
}
.owl-carousel.owl-3-column .owl-nav button.owl-next,
.owl-carousel.owl-testimonials .owl-nav button.owl-next {
    border-left: 1px solid #c0b8ad;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    font-size: 0!important;
}
.owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 18px;
    line-height: 80px;
}
.owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 18px;
    line-height: 80px;    
}

.owl-3-column .owl-nav .owl-next:before {
    /*color: #fff;*/
}


.owl-trips .owl-dots,
.owl-3-column .owl-dots {
    padding: 0 1.5rem;
}

.owl-carousel.owl-3-column .card-body {
    /*min-height:210px*/
}

@media screen and (min-width: 180px) {
    /*.owl-carousel.owl-3-column .owl-prev {
        left:-30px
    }
    .owl-carousel.owl-3-column .owl-next {
        right:-30px
    }*/
    .owl-carousel.gallery_slider .owl-prev {
        right:80px
    }
    .owl-carousel.gallery_slider .owl-next {
        right:0px;
        border-left: 1px solid #c0b8ad;
        /*color:#fff!important;
        background:#222222 !important*/
    }
}
@media screen and (min-width: 768px) {
    .owl-carousel.owl-3-column .owl-prev {
        right:80px;
        left: initial;
    }
    .owl-carousel.owl-3-column .owl-next {
        right:0px
    }
}


.owl-carousel button.owl-dot {
    /*background: rgb(0,0,0,0.3)!important;
    color: #fff;*/
    border: none;
    padding: 0!important;
    font: inherit;
    width: 6px;
    height: 6px;
    background: #85a8f0!important;
    border-radius:50%;
    margin:8px;
}
.owl-carousel button.owl-dot.active {
    background: #5d5d94!important;
}

.owl-carousel.owl-trips button.owl-dot {
    background: rgb(255, 255, 255, 0.3) !important;
}
.owl-carousel.owl-trips button.owl-dot.active {
    background: #85a8f0!important;
}

/*--- COMPONENTS ---*/

@media (min-width: 180px){
    .partners img {
        height: 100px;
        width: auto;
    }
}
@media (min-width: 1200px){
    .partners img {
        height: 100px;
        width: auto;
    }
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #0176b0 !important;
    border-color: #0176b0 !important;
}

.card-labels {
    position: absolute;
    display: flex;
    align-items: center;
    bottom:0;
    left:3rem;
}
.card-labels span {
    display: inline-flex;
    align-items:center;
    white-space: nowrap;
}
.card-footer {
    border-top: none;
    background-color: transparent;
}

.card-primary.card-outline {
    border-top: 2px solid #5d5d94!important;
}
.card-info.card-outline {
    border-top: 2px solid #5d5d94!important;
}

.card .card-body a {
    text-decoration: none!important;
}
.card .card-body a:hover {
    text-decoration: underline!important;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #2c2d32!important;
    background-color: transparent;
    border-bottom: 4px solid #5d5d94!important;
}
.nav-tabs .nav-link {
    color: #4f515c!important;
    background: 0 0;
    border: none;
    padding: 1rem 1.6rem!important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1em;
}
@media (min-width: 180px){
    .nav-tabs .nav-item,
    .nav-tabs .nav-link {
        width: 100%;
    }
}
@media (min-width: 576px){
    .nav-tabs .nav-item,
    .nav-tabs .nav-link {
        width: initial;
    }
}
.accordion .accordion-item {
    background-color: transparent!important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: #333;
    background-color: rgb(0,0,0,0.1);
}

.accordion .accordion-button {
    background-color: transparent!important;
    font-size:1.4rem!important;
    font-weight: 600;
}
.accordion.tab_content .accordion-button {
    background-color: transparent!important;
    font-size:1rem!important;
    font-weight: 600;
    line-height: 1em!important;
}

.accordion .accordion-body {
    background: rgb(255, 255, 255, 0.5);
}

.accordion-item:first-of-type {
    border-radius: 0!important;
}

/*--- SPACING ---*/


/*--- TEXT COLOR ---*/

.text-primary {
    color: #5d5d94!important
}
.text-secondary {
    color: #85a8f0!important;
}
.text-success {
    color: #9ec084!important;
}
.text-info {
    color: /*#48b0c7*/#dbceb4!important;
}
.text-warning {
    color: #fd7625!important;
}
.text-success {
    color: #9ec084!important;
}
.text-light {
    color: #fff9e6!important;
}
.text-dark {
    color: #222222!important;
}
.text-muted {
    color:#c0b8ad!important
}

/*--- BACKGROUNDS ---*/

.bg-about {
    background-image: url(../img/about-joseph.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 60vh;
}
.bg-about-home {
    background-image: url(../img/about-joseph-home.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 60vh;
}

.bg-lines-bl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://ushuaiashipping.com/wp-content/themes/ushuaia_shipping/img/lines-bl.svg);
    background-size: 400px;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    opacity: .1;
    z-index: 0;
    pointer-events: none;
}

.bg-light-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F4F6F8+0,F4F6F8+100&0+1,1+100 */
background: linear-gradient(to bottom,  rgba(246,244,240,0) 0%,rgba(246,244,240,0) 1%,rgba(246,244,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.bg-dark-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F4F6F8+0,F4F6F8+100&0+1,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,90%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    }

.bg-primary {
    background-color: #5d5d94!important
    /*background-color: #00557e!important*/
}
.bg-secondary {
    background-color: #85a8f0!important;
    /*background-color: #ecb731!important;*/
}
.bg-success {
    background-color: #9ec084!important;
}
.bg-warning {
    background-color: #fd7625!important;
}
.bg-light {
    background-color: #F2EEE8!important
    /*background-color: #f6f4f0!important*/
}
.bg-dark {
    background-color: #222222!important
}
.bg-info {
    background-color: #dbceb4!important
}
.bg-darken {
    background: rgb(0,0,0,0.6);
}

.bg-image {
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.bg-footer {
    background-repeat:no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.bg-image.bg-01::before {    
    background-image: url(../img/everest-21.jpg)
}

/*--- FORM ---*/

/*--- BUTTONS ---*/

.btn {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    padding: 0.675rem 0.95rem;
}

.btn-sq {
    border-radius: 0!important;
}

@media (min-width: 180px){
    .btn-lg {
        padding: 0.8rem 1.8rem !important;
        font-size: 1rem !important;
    }
}
@media (min-width: 1400px){
    .btn-lg {
        padding: 1.2rem 2.2rem!important;
        font-size: 1rem!important;
    }
}
.btn-success {
    color: #5697d3;
    background-color: #eee541;
    border-color: #eee541;
}
.btn-white {
    color: #002452!important;
    background-color: #fff;
    border-color: #eee;
}
.btn-success:hover {
    color: #fff;
    background-color: #eee541;
    border-color: #eee541;
}
.btn-warning {
    color: #fff!important;
    background-color: #fd7625;
    border-color: #fd7625;
}

.btn-primary {
    color: #fff!important;
    background-color: #5d5d94!important;
    border-color: #5d5d94!important
}
.btn-primary:hover { 
    color: #fff;
    background-color: #a4cfdd;
    border-color: #a4cfdd;
}
.btn-secondary {
    color: #fff!important;
    background-color: #85a8f0!important;
    border-color: #85a8f0!important
}
.btn-secondary:hover { 
    color: #fff;
    background-color: #ef5325;
    border-color: #ef5325;
}
.btn-outline-primary {
    color: #5d5d94!important;
    border:2px solid #5d5d94!important;
}
.btn-outline-primary:hover { 
    color: #5d5d94!important;
    background-color: #5d5d94!important;    
}
.btn-outline-dark {
    color: #212529!important;
    border:2px solid #212529!important;
}
.btn-outline-dark:hover { 
    color: #fff!important;
    border:2px solid #212529!important;
    background: #212529!important;
}
.btn-outline-white {
    color: #fff !important;
    border: 2px solid #fff !important;    
}
.btn-outline-white:hover {
    color: rgb(255,255,255,0.6)!important;
    border: 2px solid rgb(255,255,255,0.6)!important;    
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002F5F!important;
    border-color: #002F5F!important;
}


.btn-dark {
    color: #fff!important;
    background-color: #222222;
    border-color: #222222;
}
.btn-dark:hover { 
    color: #fff!important;
    background-color: #49403a;
    border-color: #49403a;
}
.btn-info {
    color: #fff;
    background-color: #dbceb4!important;
    border-color: #dbceb4!important;
}
.btn-info:hover { 
    color: #fff;
    background-color: #148bb3;
    border-color: #148bb3;
}


.btn-round {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
.btn-round i {
    color:#fff;
    font-size: 18px;
}
.btn-round.sm {
    width: 32px;
    height: 32px;    
}
.btn-round.sm i {
    color:#fff;
    font-size: 14px;
}
.btn-round.md {
    width: 42px;
    height: 42px;    
}
.btn-round.md i {
    color:#fff;
    font-size: 16px;
}

/*--- ACCORDION ---*/

.myaccordion {
     box-shadow: 0 0 1px rgba(0,0,0,0.1);
   }
 
   .myaccordion .btn {
     text-align:left!important
    }
 
    .myaccordion .btn i {
     font-size: initial!important;
    }
   
   .myaccordion .card,
   .myaccordion .card:last-child .card-header {
     border: none;
   }
   
   .myaccordion .card-header {
     border-bottom-color: #EDEFF0;
     background: transparent;
   }
   
   .myaccordion .fa-stack {
     font-size: 16px;
     background:#C19A43!important;
     border-radius:50%;
     width:2em!important;
     height: 2em!important;
   }
   
   .myaccordion .btn {
     width: 100%;
     font-weight: 600;
     font-size:1.1em;
     color: #002F5F!important;
     padding: 0;
   }
   
   .myaccordion .btn-link:hover,
   .myaccordion .btn-link:focus {
     text-decoration: none;
   }
   
   .myaccordion li + li {
     margin-top: 10px;
   }


   .blog-post img {
    margin: 1rem 0 3rem;
    width: 100%!important;
    height: auto!important;
   }

   /*--- CONTACT FORM 7 ---*/

.wpcf7-form label {
    display: block
}
.wpcf7-form-control {
    padding: 0.5rem 0.75rem;
    /*background-color: #f5f8fd!important;*/
    line-height: 1;
    font-weight: 400;    
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    font-size: 1rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-submit {
    display: block;
    width: auto;
    color: #fff!important;
    background-color: #242d3b!important;
    border-color: #242d3b!important;
    float:right;
    margin-top: 20px;
    font-weight: 600;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.9rem 1.9rem!important;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
}

/*--- img card ---*/

.img_card {
  border-radius:8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 3rem;*/
  height: 420px;
  position:relative;
  overflow: hidden;
}
.img_card figcaption {
    width: 100%;
    height: 100%;
}
.img_card figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_card p {
  position: absolute;
  padding: 0 2.5rem;
  text-align: left;
  width: 100%;
  left: 0;
}
.img_card .tagline {
  top: 2rem;
  width: fit-content;
  left: 0;
  color: initial!important;
  position: absolute;
  display: flex;
}
.img_card .difficulty {
  top: 2rem;
  width: fit-content;
  right: 0;
  color: #fff;
  /*position: absolute;*/
}
.img_card .tagline .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.img_card .tagline span {
  display: inline-flex;
  height: 40px;
  align-items: center;
}
.img_card .title {
    /*font-family: "Funnel Display", sans-serif;*/
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'sunlight_dreamsregular';
    /*font-weight: 600;*/
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    /*-webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);*/
    white-space: normal; /* allow wrapping */
    word-wrap: break-word; /* break long words if needed */
    overflow-wrap: break-word; /* modern equivalent */
    text-shadow: -3px 3px 6px rgba(0,0,0,0.3);
    /*text-transform: uppercase;*/
}
.img_card .intro {
  position: absolute;
	top: 250px;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.img_card:hover .title {
  -webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
.img_card p.intro {
	color:#fff;
    font-size: 1.2em;
	padding: 2.5em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.img_card:hover p.intro {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.img_card figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 1;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}
.img_card:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---TIMELINE---*/

:root{
  --timeline-left-offset: 0px;    /* distance from left edge of container to the vertical line */
  --line-width: 2px;
  --line-color: #cfcfcf;
  --dot-size: 14px;
  --dot-border: 3px;               /* border thickness of the dot (makes the colored ring) */
  --dot-color: #85a8f0;
  --spacing-vertical: 1.25rem;     /* vertical spacing between items */
  --content-indent: 16px;          /* gap between dot and content box */
}

/* Base reset for timeline */
.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0; /* leave room for the line + bullets */
}

/* The continuous vertical line */
.timeline::before{
  content: "";
  position: absolute;
  left: calc(var(--timeline-left-offset) / 2 - (var(--line-width) / 2)); /* center the line in the left gutter */
  top: 0;
  bottom: 0;
  width: var(--line-width);
  background: var(--line-color);
  pointer-events: none;
}

/* Each item */
.timeline-item{
  position: relative;
  margin: 0;
  padding: calc(var(--spacing-vertical) / 2) 0; /* vertical spacing */
}

/* The circular bullet */
.timeline-item::before{
  content: "";
  position: absolute;
  /* place the center of the dot on the vertical line */
  left: calc(var(--timeline-left-offset) / 2 - (var(--dot-size) / 2));
  top: 0;
  transform: translateY(0.75rem); /* tweak to align vertically with first line of content; adjust if needed */
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #fff; /* inner fill color */
  border: var(--dot-border) solid var(--dot-color); /* colored ring */
  box-sizing: border-box;
  z-index: 2;
  /* small shadow for depth */
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

/* Content block — indented so it doesn't overlap the left gutter */
.timeline-content{
  position: relative;
  margin-left: calc(var(--timeline-left-offset) / 2 + var(--dot-size) / 2 + var(--content-indent));
  padding: 0.125rem 0;
}

/* Optional typography and small touches */
.timeline-content h3{
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
  line-height: 1.2;
}
.timeline-content p{
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.timeline-content time{
  display: block;
  font-size: 0.85rem;
  color: #666;
}

/* If you want the last item's line to appear to stop at the last item, you can add this:
   It places a pseudo-element to cover the line under the last dot. Tweak as needed. */
.timeline-item:last-child::after{
  content: "";
  position: absolute;
  left: calc(var(--timeline-left-offset) / 2 - (var(--line-width) / 2));
  width: var(--line-width);
  height: calc(0.75rem + var(--dot-size) / 2); /* covers the line below the last dot */
  top: calc(0.75rem + var(--dot-size) / 2);
  background: transparent; /* set to the container background to "erase" the line. If container has non-white bg, change this. */
  z-index: 3;
}

/* Responsive tweak: reduce left offset on small screens */
@media (max-width: 480px){
  :root{
    --timeline-left-offset: 36px;
    --dot-size: 12px;
    --dot-border: 2px;
  }
  .timeline-item::before{
    transform: translateY(0.6rem);
  }
}

.round_container {
    border-radius: 50%;
    overflow: hidden;
}
.round_container img {
    width: 100%;
}
.round_container.md {
    width: 120px;
    height: 120px;
}
.round_container.lg {
    width: 160px;
    height: 160px;
}



.blog-selector .card {
    border:none!important
}
.multicolor-items > div:nth-child(4n+1) .item,
.multicolor-items > div:nth-child(4n+1) .owl-item {
    background-color: #5d5d94;
    color: #fff!important;
}

.multicolor-items > div:nth-child(4n+2) .item,
.multicolor-items > div:nth-child(4n+2) .owl-item {
    background-color: #fff;
}

.multicolor-items > div:nth-child(4n+3) .item,
.multicolor-items > div:nth-child(4n+3) .owl-item {
    background-color: #85a8f0;
    color: #fff!important;
}
.multicolor-items > div:nth-child(4n+3) .item .text-secondary {
    color: #222!important;
}

.multicolor-items > div:nth-child(4n+4) .item {
    background-color: #c7c1b8;
    color: #fff!important;
}
.multicolor-items > div:nth-child(4n+4) .item .text-secondary {
    color: #333!important;
}
.multicolor-items > div:nth-child(4n+2) .item a {
    color: #333!important;
}
.multicolor-items > div:nth-child(4n+1) .item a, 
.multicolor-items > div:nth-child(4n+3) .item a, 
.multicolor-items > div:nth-child(4n+4) .item a {
    color: #fff!important;
}