body {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.navbar-toggler:focus {
	outline: none;
	box-shadow:none;
}
a {
	text-decoration: none;
}
.btn {
	position: relative;
	overflow: hidden;
}
.btn:hover {
	background-color:#002653!important ;
	color: #fff !important;
	border-color: #fe316c!important;
}
.box-header-contact {
	background-image: url(/images/mainslide-hero-bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
}
.box-header-contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,0.1);
	z-index: 1;
}
svg.stars-icon {
	width: 20px;
	fill: #FFC857;
}
.main-tour-initial-name-review {
	width: 50px;
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background: #069;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
}
.swiper-slide {
	font-size: 13px;
}
.alert-danger {
	background-color: #FC8930 !important;
}
.alert-danger p{
	color: #ffffff;
}
.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none!important;
}
#carouselExampleAutoplaying{
	position: relative;
}
#carouselExampleAutoplaying:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/images/hero-bg-shape.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: contain;
	position: absolute;
	z-index: 6;
	bottom: -1px;
	left: 0;
}
hr {
	color: #e5e5e5;
	opacity: 1 !important;
}
.rounded {
	border-radius: 0!important;
}
.form-control,.form-select,.from-content {
	padding:15px 17px;font-weight: 500!important;font-size: 14px;
}
.btn span {
	position: relative;
	z-index: 1;
}
.btn span i {
	color: #fe316c;
}
.btn:hover span i {
	color: #fff;
}
.btn:hover::before {
	bottom: -50%;
	color: #FAF5EE;
}
.btn::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 150%;
	height: 150%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition-duration: 1200ms;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	z-index: 0;
	background-color:#fe316c!important ;
	color: #fff !important;
}
.bg-primary {
	background-color: #002653  !important;
}
.bg-secondary {
	background-color: #fd316d !important;	
}
.bg-third {
	background-color: #FC4230 !important;	
}
.bg-book-now {
	 background: linear-gradient(135deg, #ff3b7d, #ff7a18);
  border: none;
  border-radius: 30px;
  font-weight: 600;
  padding: 8px 18px;
  color: #fff;
  transition: all .2s ease;
}
.bg-book-now:hover {
  background: linear-gradient(135deg, #ff3b7d, #ff7a18);
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
.bg-footer {
	background-color: #002653 !important;		
}
.form-control {
	border-radius: 0 !important;
}
.text-primary {
	color: #fff!important;
}
.text-secondary {
	color: #002653!important;
}
.btn-third {
    background-color: #fd316d !important;
    border-color: #fd316d;
}
.btn-four {
    background-color: #ff6600 !important;
    border-color: #ff6600;
}
.text-info-emphasis {
	color: #fff!important;	
}
.btn-primary {
	background-color: #002652 !important;
	border-color: #002652;
}
.btn-book-now {
	 background: linear-gradient(135deg, #ff3b7d, #ff7a18) !important;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  padding: 8px 18px;
  color: #fff;
  transition: all .2s ease;
}
.btn-book-now:hover {
	 background: linear-gradient(135deg, #ff3b7d, #ff7a18)!important;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
.btn-secondary {
	background-color: transparent; !important;
	border-color: #002653;
}
h1 {
	color:  #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	text-shadow: 0px 0px 20px #000;
	font-family: "Bebas Neue", sans-serif;
}
h1 small {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
h2.home {
	color: #002653;
	font-weight: 700;
	background-image: url(/images/slider-1-shape-2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 60%;
	margin: 0;
	padding: 0;
}
h1.subtitle {
	color: #fff;
	font-weight: 700;
	background-image: url(/images/slider-1-shape-2.png?sssss=21);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	padding: 0 0 25px 0;
}
h2 {
	color: #002653;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
p {
	color: #393939;
	font-size: 16px;
	font-weight: 400;
}

input[type=radio],input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px !important;
    flex: 0 0 20px;
    border: 1px solid #ccd5d8;
    position: relative;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 8px 0 0;
    padding: 0;
    transition: all .2s ease
}

input[type=radio]::after,input[type=checkbox]::after {
    width: 40px;
    height: 40px;
    background-color: rgba(255,0,0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    animation: ripple .5s ease
}

input[type=radio]:focus-within::after,input[type=checkbox]:focus-within::after {
    content: "" !important
}

input[type=radio]:hover,input[type=checkbox]:hover {
    box-shadow: 0 0 0 7px rgba(0,0,0, 0.1)
}

input[type=radio]:checked,input[type=checkbox]:checked {
    border-color: #1169d1;
    background: none !important
}

input[type=radio]:checked::before,input[type=checkbox]:checked::before {
    content: "" !important;
    background-color: #001039;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

input[type=radio] {
    border-radius: 50%
}

input[type=radio]:checked::before {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

input[type=checkbox]:checked::before {
    width: 14px;
    height: 14px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.6666 3.5L5.24998 9.91667L2.33331 7%27 stroke=%27%230C68E9%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.6666 3.5L5.24998 9.91667L2.33331 7%27 stroke=%27%230C68E9%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center
}
.title-main-destination {
    font-size: 23px;
}
.title-main-destination i{
	color: #fe316c;	
}
.search-box {
  position: relative;
  margin-bottom: 15px;
}

.search-box input {
  width: 100%;
  padding: 6px 15px 6px 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
  transition: all .25s ease;
}

.search-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 14px;
}

.search-box input:hover {
  border-color: #d1d5db;
  background: #fff;
}

.search-box input:focus {
  outline: none;
  border-color: #ff3b7d;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 59, 125, 0.15);
}

.search-box input::placeholder {
  color: #9ca3af;
}
.content-main-destination .list-group-item {
	border:0;
	padding: 8px 6px;
    font-size: 16px;
	border: 1px solid #ffffff;
}
.content-main-destination .list-group-item.checked {
	border-color: #d2e3f7;
	background-color: #e6f0fe;
}
.whatsapp-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.whatsapp-tooltip {
  position: absolute;
  right: 80px;
  bottom: 50%;
  background: #fd316d;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  opacity: 0;
  white-space: nowrap;
  transition: 0.3s;
}

.whatsapp-container:hover .whatsapp-tooltip {
  opacity: 1;
}
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* Animación pulse suave */
.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.main-payment-icon-check {
	font-size: 200px;
	color: #57b588;
}
	
.topInfo a, .topInfo b, .topInfo span {
	font-size: 14px;
	color: #f2f2f2;
	text-decoration: none;
	font-weight: 500;
}
.topInfo i {
	color: #f2f2f2;
}
.main-slide-top {
	height: 480px;
	position: relative;
}
.main-slide-top .carousel-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,0.2);
	z-index: 0;
}
.main-slide-top .carousel-item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.nav-item .nav-link, .nav-item select {
	font-weight: 600;
	font-size: 17px;
	color: rgb(45, 35, 48);
	padding: 17px 0;
	border-bottom: 1px solid #dee2e6;
}
.nav-item select {
	padding: 4px 30px 4px 11px;
}
#carouselExampleAutoplaying {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.accordion-section-title {
	font-size: 20px;
	color: #002653;
	font-weight: 600;
}
.box-location-title {
	color: #808280;
}
.box-location-title b{
	color: #111;
}
.accordion-section-title i {
	font-size: 15px;
}
.tourDescriptions p {
	font-size: 16px;
}
.main-slide-top {
	position: relative;
}
.form-slide-home {
	position: relative;
	z-index: 2;
}
.titleItinerary {
	min-width: 300px;
	font-size: 22px;
	font-weight: 600;
}
.box {
	border-radius: 10px;
	text-align: center;
}
.box-duration {
	background-color: #e4f9f9;
	font-size: 20px;
}
.box-info-title-duration {
	font-size: 16px;
	color: #111;
	font-weight: 600;
}
.box-info-title-duration small {
	font-size: 13px;
	color: #575756;
	font-weight: normal;
}
.box-group-size {
	background-color: #fff0ec;
	font-size: 20px;
}
.box-info-tour {
	padding: 14px 15px;
	margin-right: 8px;
	line-height: 1em;
}
.box-tour-type {
	background-color: #fcf2fa;
	font-size: 20px;
}
.box-languages {
	background-color: #e3f0ff;
	font-size: 20px;
}
.box-0 {
	background-color: #e4f9f9;
	fill: #2c5353;
}
.box-1 {
	background-color: #fcf2fa;
	fill: #795472;
}
.box-2 {
	background-color: #e3f0ff;
	fill: #2b4665;
}
.box-3 {
	background-color: #f6f3fc;
	fill: #624c8d;
}
.box .box-img svg {
	width: 70px;
	height: 70px;
}
.box-text {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.box-title-question i{
	color: #fe316c;
}
.box-content-question {
	font-size: 14px;
	line-height: 24px;
}
.page-link {
	color: #fe316c;
}
.box-form-booking-input {
	position: relative;
}
.box-form-booking-input i{
	position: absolute;
	top: 20px;
	right: 24px;
	pointer-events: none;
}
.box-booking-form b {
	font-size: 21px;
}
.adults-content, .tour-prices {
	font-size: 20px;
	font-weight: 800;
}
.from-content {
	font-size: 14px;
	font-weight: 600;
}
.adults-content{
	color: #C8146B;
	font-weight: 600;
	font-size: 14px;
}
/*.box-text:after {
	content: "";
	background-image: url(/images/bx-line-1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 30px;
}*/
.box-description {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.form-itinerary .form-group{
	position: relative;
}
.form-itinerary .form-group i{
	position: absolute;
	left: 10px;
	top: 14px;
	z-index: 1;
}
.box-range-form .form-group{
	position: relative;
}
.box-range-form .form-group i{
	position: absolute;
	right: 10px;
	top: 35px;
	z-index: 1;
}
.badge-best-seller{
     display:inline-flex;
    align-items:center;
    gap:4px;
position: absolute;

top: 15px;
right: 10px;
    padding:6px 15px;

    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;

    color:white;

    border-radius:40px;

    background:#ff6a00;

   

}

.badge-icon{
   width:18px;
   line-height: 1em;
}

.badge-text{
    color:#ffffff;
}


.top-rated-badge{
    display:inline-flex;
    align-items:center;
    gap:4px;
position: absolute;

top: 15px;
right: 10px;
    padding:6px 15px;

    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;

    color:white;

    border-radius:40px;

    background:#AE0A00;

    

}

.top-rated-badge .star{
    font-size:20px;
}


.form-itinerary .form-group select{
	padding: 10px 10px 10px 35px;
}
.box-text-paragraph {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.box-excursion-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px 15px 0 0;
	position: relative;
	height: 300px;
}
.box-excursion-img:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 18px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
.box-excursion-reviews {
	color: #000;
	position: absolute;
	bottom: 7px;
	right: 20px;
	background-color: #fff;
	border-radius: 20px;
	padding: 7px 24px;
	font-size: 12px;
}
.box-excursion-reviews i {
	color: #ffc700;
}

.box-excursion-title a{
	font-size: 18px;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	line-height: 18px;
}
.box-excursion-guest {
	font-size: 14px;
	color: #737373;
}
.box-excursion-guest i {
	color: #111;
}
.box-excursion-dissccount {
	background-color: #fe316c;
	position: absolute;
	top: -14px;
	left: -8px;
	padding: 0;
	border-radius: 50%;
	border: 3px solid #fff;
	font-weight: 700;
	font-size: 30px;
	height: 100px;
	width: 100px;
	line-height: 1em;
	text-align: center;
	padding: 28px 0;
}
.text-disccount small{
	line-height: 1em;
	font-size: 12px;
}
.box-reviews-stars {
	color: #ffc700;
	font-size: 12px;
}
.box-testimonials p {
	font-size: 14px;
	line-height: 24px;
}
.box-title-testimonials {
	font-size: 50px;
	line-height: 1.2em;
}
.box-subtitle-testimonials {
	background-color: #fe316c;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
}
.box-testimonials .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.box-testimonials .slick-arrow.arrow-left{
	right: 70px;
}
.box-testimonials .slick-arrow.arrow-right{
	right: 15px;
}
.slideTour .slick-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 4;
	background-color: rgb(228, 230, 232);
	box-shadow: 0 0 15px #000;
}
.slideTour .slick-arrow.arrow-left{
	left: 10px;
}
.slideTour .slick-arrow.arrow-right{
	right: 10px;
}
.box-footer b {
	color: #e7e7e7;
	border-bottom: 3px solid #fe316c;
	margin-bottom: 8px;
}
.box-footer a {
	text-decoration: none;
}
.box-footer {
	color: #fff;
	font-size: 13px;
}
.faq-page.contact-number-text {
	text-decoration: none;
}
.box-footer i, .contact-number-title {
	color: #fe316c;
}
.box-link-footer a {
	font-size: 15px;
}
.box-link-footer.box-social-media a {
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
}
.box-title-footer {
	font-size: 18px;
	margin-bottom: 15px;
}
.main-hero-content-mobile {
	width: 100%;
	border-radius: 12px;
}
.main-hero-content-mobile  {
	background:
linear-gradient(
rgba(255,255,255,0.7),
rgba(255,255,255,0.7)
);


}
.main-hero-content-mobile  .navbar-nav{
	background:
linear-gradient(
180deg,
rgba(255,255,255,0.85) 0%,
rgba(255,255,255,0.70) 40%,
rgba(255,255,255,0.60) 100%
);
padding: 20px;
}
#navbarSupportedContent {
	position: fixed;
	height: 100%;
	width: 100%;
	background-image:url('/images/bg_menu_mobile.jpg');

background-size: cover;
background-position: center;
background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: 8;
	min-width: 300px;
	transition: transform 0.6s ease-in-out;
	transform: translateX(100%);
	display: flex;
	padding: 0 25px;
}
#navbarSupportedContent.showMenu{
	transform: translateX(0%);
}
#navBarContentClosebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	padding: 3px 10px
}
.box-social-media a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
}
.wrapper-discountTour {
	background-color: #fe316c;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	border-radius: 50%;
	border: 3px solid #fff;
	font-weight: 700;
	font-size: 50px;
	height: 125px;
	width: 125px;
	line-height: 1em;
	text-align: center;
	padding: 30px 0;
	z-index: 5;
	color: #fff;
}
.wrapper-discountTour small {
	font-size: 16px;
	line-height: 1em;
}
#box-content-booknow-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
	z-index: 7;
}
#box-content-mobile {
	position: fixed;
	height: 100vh;
	background-color: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 8;
	transform: translateY(100%);
	transition: transform 0.6s ease-in-out;
	overflow-y: scroll;
}
#box-content-booknow-mobile-button {
	background-color: #fc4230;
    color: #ffffff;
    border-radius: 3px;
}
#box-content-mobile.show-booknow {
	transform: translateY(0);
}
.box-popular-items span {
	font-size: 16px;
	line-height: 1em;
}
.box-popular-items small {
	color: #000;
	font-size: 13px;
	line-height: 1em;
}
.box-popular-items i{
	color: #615e5e;
	font-size: 13px;
	line-height: 1em;
}
#liveAlertPlaceholder {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
#liveAlertPlaceholder > div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#liveAlertPlaceholder.box-open-alert {
	display: block;
}
.box-open-alert i {
	font-size: 50px;
}
.box-open-alert .alert-warning i {
	color: #d9b90e;
	margin-bottom: 15px;
}
.box-open-alert .alert-warning, .box-open-alert .alert-success{
	width: 100%;
	max-width: 320px;
	height: 200px;
}

.accordion-button:not(.collapsed) {
	color: #333;
}
.accordion-button:not(.collapsed) i {
	color: #fe316c;
}
.box-open-alert .alert-warning {
}
.box-open-alert .alert-success {
}
.box-open-alert {
	position: relative;
}
.box-open-alert .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.CheckoutDetails td{
	font-size: 14px;
}
.CheckoutDetails b{
	color: #000;
}
.box-customer-details label {
	width: 200px;
}
#CheckoutButton {
	position: fixed;
	z-index: 10;
	width: 100%;
	bottom: 0;
	left: 0;
}
.box-tour-page-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	vertical-align: middle;
}
.box-form-chekcout i {
	color: #D40067;
}
.total-checkout {
	width: 150px;
}
.box-bg-listing-tours {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.box-bg-listing-tours.contact {	
	background-image: url("/images/underwater-with-other-people.jpg");
}
.box-bg-listing-tours{
	position: relative;
}
.box-bg-listing-tours .box-bg-title-excursion {
	position: relative;
	z-index: 1;
}
.box-content-stars-reviews {
	color: #ffc700;
	font-size: 18px;
}
.box-content-stars-reviews b {
	font-size: 40px;
}
.box-size-excursions, .box-content-stars-reviews{
	text-shadow: 0px 0px 20px #000;
}
.img-box-content-tour {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
	cursor: pointer;
}
.img-box-content-tour .box-content-tour {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(51,51,51,0.44861694677871145) 90%, rgba(0,0,0,0.011642156862745057) 100%);
}
.img-box-content-tour .box-excursion-guest i{
	color: #ffffff;
}
.img-box-content-tour .box-excursion-title {
	min-height: auto;
}
.carousel-item p {
	    color: #002653;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
div.animateText {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	color:  #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 36px;
	font-family: "Bebas Neue", sans-serif;
	text-shadow: 0px 0px 10px #333;
	letter-spacing: 2px;
}
.carousel-item.active div.animateText:first-of-type {    
	/*animation: showup 8s;
	animation-iteration-count: 1;*/
}
.carousel-item.active div.animateText:last-of-type {
	animation: reveal 8s;
	animation-iteration-count: 1;
}
.carousel-item.active div.animateText:last-of-type span {
	transform:translateX(-100%);
	animation: slidein 8s;
	animation-iteration-count: 1;
}
.carousel-item-content-text {
	border-top: 4px double #fff;
	border-bottom: 4px double #fff;
	padding: 25px 25px 10px;
	width: 100%;
	max-width: 1200px;	
	margin: 0 auto;
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 25%;
    bottom: inherit;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 100%;
}
@keyframes showup {
	0% {opacity:0;}
	20% {opacity:1;}
	80% {opacity:1;}
	100% {opacity:0;}
}
@keyframes slidein {
	0% { transform:translateX(-100%); }
	20% { transform:translateX(-100%); }
	35% { transform:translateX(0); }
	100% { transform:translateX(0); }
}
@keyframes reveal {
	0% {opacity:0;width:0px;}
	20% {opacity:1;width:0px;}
	30% {width:100%;}
	80% {opacity:1;}
	100% {opacity:0;width:100%;}
}
.rounded-pill-cruise {
		border-radius:15px;
	}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	.box-excursion-title {
	min-height: 75px;
}
	#box-content-mobile {
		position: relative;
		height: auto;
		background-color: #fff;
		width: auto;
		left: inherit;
		bottom: inherit;
		z-index: 7;
		transform: translateY(0);
		overflow: auto;
	}
	.rounded-pill-cruise {
		border-radius:50rem;
	}
	.rounded-circle-cruise {
		border-radius: 50%;
	}
	#CheckoutButton {
		position: relative;
		width: auto;
		bottom: inherit;
		left: inherit;
	}
	.main-slide-top {
		height: 750px;
	}
	.titleItinerary {
		min-width: 400px;
	}
	h1 {
		font-size: 100px;
		font-weight: 700;
		line-height: 100px;
	}
	.main-hero-content-mobile {
		width: auto;
	}
	#navbarSupportedContent {
		position: relative;
		height: auto;
		width: auto;
		background-color: #fff;
		background-image: none;
		top: inherit;
		left: inherit;
		transform: translateX(0);
		justify-content: end !important;
		align-items: center!important ;
		padding: 0;
	}
	.box-header-contact {
		height: 600px;
	}
	.box {
	height: 345px;
}
.content-hero-why-choose {
	height:200px;
	overflow-hidden;
}
	div.animateText {

		font-size: 100px;
		font-weight: 700;
		line-height: 100px;

	}
	.nav-item .nav-link, .nav-item select {
		border: 0;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav {
		align-items: center;
	}
	h1.subtitle {
		background-size: auto;
	}
	.img-box-content-tour {
		height: 400px;
	}
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}