a:link {
  text-decoration: none;
}


a:visited {
  text-decoration: none;
}


a:hover {
  text-decoration: none;
}


a:active {
  text-decoration: none;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube {
  aspect-ratio: 16/9;
  object-fit: cover;
  zoom: 2;
  height: 200px;
}

@media (min-width: 768px) {
  .youtube {
    height: 124px;
  }
}

@media (min-width: 1200px) {
  .youtube {
    height: 145px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}



@media (max-width: 600px) {
  .no-margin {
    margin: -32px -20px 0px -20px;

  }
}

video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.image-container {
  position: relative;
  text-align: left;
  color: white;

}

.image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: rgb(1, 1, 1);
  background: linear-gradient(0deg, rgba(1, 1, 1, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  width: 99%;
  margin: 2px;
}

.image-text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.image-text-bottom {
  position: absolute;
  bottom: 0;
}

.image-top-right {
  position: absolute;
  top: -30px;
  right: -20px;
  margin: 5px;
}

.image-top-center {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 5px;
}

.text-black {
  color: #000;
}

.cruise-excursions {
  position: absolute;
  width: 50%;
  height: fit-content;
  top: 0;
  right: 0;
  text-align: right;
  background-color: rgb(0 0 0 / 20%);
  color: #fbfbfb;
  padding: 5px;
  margin: 4px;
}

@media (max-width: 768px) {
  .cruise-excursions {
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    text-align: left;
    padding: 5px;
    margin: 0px;
  }

}

.two-lines-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-lines-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* Start Carrousel */

.top-content .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}

.top-content .carousel-indicators {
  position: relative;
}

.top-content .custom-carousel-indicators {
  position: absolute;
  bottom: -40px;
  height: 30px;
  border-radius: 50px;

  right: 20%;
  left: 20%;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.top-content .carousel-indicators li {
  background-color: #0c88bd;
}

.top-content .carousel-control-prev {
  left: 15%;
}

.top-content .carousel-control-next {
  right: 15%;
}

.top-content .carousel-indicators li {
  background-color: #3abfe5;
  margin-right: 2px;
  margin-left: 2px;
}

.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.text-blue {
  color: #0c88bd;

}

/* End Carrousel */
.card {
  border: none;
}


.style-image {
  width: 100% !important;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}



video-container iframe {
  width: 98.5% !important;
  height: 100% !important;
  border: none;
}

video-container {
  position: relative;
  width: 98.5%;
}

video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

video-container iframe,
video-container object,
video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video-container iframe {
  border: none;
}


video-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

video-container {
  position: relative;
  width: 100%;
}

video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

video-container iframe,
video-container object,
video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video-container iframe {
  border: none;
}

.edited p {
  margin: 0 !important;

}

/* Code Generated by Text Editor */


.btn:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-color {
  color: #656565;
}

.dropdown-menu.border-0.rounded-0.m-0.show {
  text-shadow: 18 28 black;
  /*  box-shadow: rgb(0 0 0 / 49%) 0px 0px 14px 5px; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Code Generated by Text Editor */

.adverts-dates {
  position: absolute;
  width: 100%;
  height: fit-content;
  bottom: 0;
  right: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  color: #f3f3f3;
  font-size: 14px;
}

.package-item:hover {
  transform: translateY(10px);
  /* transform: scale(1.1); */
}

/* .carousel-caption {
  background: #00000060;
  width: fit-content;
  border-radius: 5px;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 5px;
}
 */

.carousel-caption {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  color: #fff;
  text-align: center;
  background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0%, #00000010 95%);
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 26px;
}

.carousel-indicators {
  margin-bottom: 0;
}

img.image-footer-wave {
  position: relative;
  top: 2px;
  max-height: 90px;
}

img.group_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.custom-btn-warning {
  color: #212529;
  background-color: #fdcb58;
  border-color: #ffc107;
}

.btn:focus,
.btn.focus {
  outline: 0;
  color: black;
  background-color: transparent
}

/* .sea-wave-bg {
  background-image: url('/img/sea-wave.jpg');
  background-size: cover;

  padding-top: 10px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
} */
/* .sea-wave-bg {
  background-image: url('/img/bg-youtube.png');
  background-size: cover;
  background-position: bottom;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  margin-bottom: -100px;
  background-repeat: no-repeat;
} */

.sea-wave-bg {
  background-image: url(/img/bg-youtube.png);
  background-size: cover;
  background-position: bottom;
  padding-bottom: 0;
  background-repeat: no-repeat;
  margin-bottom: 0;
  background-repeat: no-repeat;
  height: 300px;
}

.green-gradiente-bg {
  background: linear-gradient(#6eced0, #f3f3f3);
  margin-top: -5px;
}

.mobile-padding {
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .mobile-wide {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0!important;
    border:  none!important;
    background-repeat: no-repeat;
    background-size: cover;
    
    
  }

  .mobile-container-wide {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  .mobile-padding {
    padding: 22px;
  }
}

.hr {
  text-align: center;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(0.08turn, rgb(58 192 229 / 10%), rgb(0 113 185 / 61%), rgb(0 113 185 / 10%));
  border-image-slice: 1;
  width: 100%;
}

.home-videos {
  max-width: 700px;
}

.wave-sea-img {
  max-height: 150px;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  box-shadow: none;
}

.active {
  font-weight: normal !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #0071b9;
  background-color: transparent;
  font-weight: bold !important;
  border-bottom: 2px solid #0071b9 !important;
}
.pointer{
  cursor: pointer;
}