/*!
Theme Name: esatheme
Theme URI: https://www.experiencesouthamerica.travel
Text Domain: experiencesouthamerica
Version: 1.0
Description: Base Design for ESA
Tags: Bootstrap, responsive
Author: Juan Carcelen
Author URI: https://www.galapagosislands.com
*/

:root{
	--bs-primary-rgb: 119, 127, 124;
	--bs-primary-bg-subtle: rgb(236, 243, 249);
	--bs-secondary-bg-subtle: rgb(232, 234, 210);
	--bs-secondary-rgb: 193, 189, 97;
	--bs-info-rgb: 176, 167, 128;	
	--bs-dark-rgb: 33, 37, 41;
	--bs-success-rgb: 128, 128, 49;
	--bs-text-opacity-7: .7;
	--bs-text-opacity-85: .85;
	--bs-text-opacity-100: 1;
	
	/*--Colors for progress bars & icons*/
	--nature: #82a783;
	--activo: #cc6a17;
	--foodie: #a2709b;
	--culture: #b8a300;
	--relax: #6b83b3;
	
	--gb-container-width: 1320px !important;
}

.btn-success {
	--bs-btn-bg: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-border-color: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-hover-bg: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-hover-border-color: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-active-bg: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-active-border-color:  rgb(var(--bs-success-rgb)) !important;
	--bs-btn-disabled-bg: rgba(var(--bs-success-rgb),var(--bs-text-opacity-7)) !important;
	--bs-btn-disabled-border-color: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
}
.btn-secondary {
	--bs-btn-bg: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-border-color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-hover-bg: rgb(var(--bs-secondary-rgb)) !important;
	--bs-btn-hover-border-color: rgb(var(--bs-secondary-rgb)) !important;
	--bs-btn-active-bg: rgb(var(--bs-secondary-rgb)) !important;
	--bs-btn-active-border-color:  rgb(var(--bs-secondary-rgb)) !important;
	--bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity-7)) !important;
	--bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity-85)) !important;
}
.btn-success {
	--bs-btn-bg: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-border-color: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
	--bs-btn-hover-bg: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-hover-border-color: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-active-bg: rgb(var(--bs-success-rgb)) !important;
	--bs-btn-active-border-color:  rgb(var(--bs-success-rgb)) !important;
	--bs-btn-disabled-bg: rgba(var(--bs-success-rgb),var(--bs-text-opacity-7)) !important;
	--bs-btn-disabled-border-color: rgba(var(--bs-success-rgb),var(--bs-text-opacity-85)) !important;
}

body {
	font-family: "Jost", sans-serif;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4{
	font-weight: 200;
}
a {
	color: #6a9388;
}
a:hover {
	color: #7fa99f;
}
header{
	margin-bottom: 58px;
}
i.nature{
	color: var(--nature);
}
i.activo{
	color: var(--activo);
}
i.foodie{
	color: var(--foodie);
}
i.culture{
	color: var(--culture);
}
i.relax{
	color: var(--relax);
}
img.imgPoint{
	border: 5px solid rgba(255, 255, 255, .35);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
img.slideHome{
	z-index:0;
}
section#typeMap > div, section#countryMap > div{
	position: absolute;
}
section#typeMap > div h3, section#countryMap > div h3{
	font-size: 20px;
}
section#typeMap > div h3 i, section#countryMap > div h3 i{
	display: inline-block !important
}
section#typeMap > div ul, section#countryMap > div ul{
	display: none !important
}
section#typeMap #colombiaTxt, section#countryMap #colombiaTxt{
	top: 13%;
	left: 11%;
}
section#typeMap #ecuadorTxt, section#countryMap #ecuadorTxt{
	top: 22%;
	left: 9%;
}
section#typeMap #peruTxt, section#countryMap #peruTxt{
	top: 37%;
	left: 23%;
}
section#typeMap #chileTxt, section#countryMap #chileTxt{
	top: 55%;
	left: 27%;
}
section#typeMap #antarcticaTxt, section#countryMap #antarcticaTxt{
	bottom: 2%;
	left: 13%;
}
section#typeMap #argentinaTxt, section#countryMap #argentinaTxt{
	bottom: 25%;
	right: 25%;
}
section#typeMap #boliviaTxt, section#countryMap #boliviaTxt{
	bottom: 53%;
	right:22%;
}
section#typeMap #brazilTxt, section#countryMap #brazilTxt{
	bottom: 36.5%;
	right:13%;
}
section#typeMap{
	max-width: 605px;
}
section#mainMap{
	max-width: 570px;
}
#typeContainer:has(a#imgEcuador:hover) a#ecuador path, section#mainMap:has(#ecuadorTxt a:hover) a#ecuador path, a#ecuador:hover path,
#typeContainer:has(a#imgColombia:hover) a#colombia path, section#mainMap:has(#colombiaTxt a:hover) a#colombia path, a#colombia:hover path,
#typeContainer:has(a#imgPeru:hover) a#peru path, section#mainMap:has(#peruTxt a:hover) a#peru path, a#peru:hover path,
#typeContainer:has(a#imgChile:hover) a#chile path, section#mainMap:has(#chileTxt a:hover) a#chile path, a#chile:hover path,
#typeContainer:has(a#imgBolivia:hover) a#bolivia path, section#mainMap:has(#boliviaTxt a:hover) a#bolivia path, a#bolivia:hover path,
#typeContainer:has(a#imgArgentina:hover) a#argentina path, section#mainMap:has(#argentinaTxt a:hover) a#argentina path, a#argentina:hover path,
#typeContainer:has(a#imgBrazil:hover) a#brazil path, section#mainMap:has(#brazilTxt a:hover) a#brazil path, a#brazil:hover path,
#typeContainer:has(a#imgAntarctica:hover) a#antarctica path, section#mainMap:has(#antarcticaTxt a:hover) a#antarctica path, a#antarctica:hover path,
.countryActive{
	fill: #a5a254 !important;
}
section#mainMap path, section#countryMap path, section#typeMap path{
	transition: fill .4s ease;
}
section#mainMap > div{
	position: absolute;
}
section#mainMap > div::before{
	content: '';
	position: absolute;
	height: 1px;
	background-color: #397267;
	top:18px;
}
section#mainMap > div::after{
	content: '';
	position: absolute;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #397267;
	top:15px;
}
section#typeMap > div a, section#countryMap > div a, section#mainMap > div a{
	text-decoration: none;
}
section#mainMap > div ul{
	padding-left: 20px;
}
section#mainMap #colombiaTxt{
	top: 8%;
	right: 0;
}
section#mainMap #colombiaTxt::before{
	width: 210px;
	left: -220px;
}
section#mainMap #colombiaTxt::after{
	left: -220px;
}
section#mainMap #ecuadorTxt{
	top: 21%;
	left: 0;
}
section#mainMap #ecuadorTxt::before{
	width: 85px;
	left: 100px;
}
section#mainMap #ecuadorTxt::after{
	left: 185px;
}
section#mainMap #peruTxt{
	top: 37%;
	left: 9%;
}
section#mainMap #peruTxt::before{
	width: 120px;
	left: 55px;
}
section#mainMap #peruTxt::after{
	left: 175px;
}
section#mainMap #chileTxt{
	top: 55%;
	left: 15%;
}
section#mainMap #chileTxt::before{
	width: 100px;
	left: 65px;
}
section#mainMap #chileTxt::after{
	left: 165px;
}
section#mainMap #antarcticaTxt{
	bottom: 4%;
	left: 9%;
}
section#mainMap #antarcticaTxt::before{
	width: 65px;
	left: 115px;
}
section#mainMap #antarcticaTxt::after{
	left: 180px;
}
section#mainMap #argentinaTxt{
	bottom: 8%;
	right: 30%;
}
section#mainMap #argentinaTxt::before{
	width: 50px;
	left: -60px;
}
section#mainMap #argentinaTxt::after{
	left: -60px;
}
section#mainMap #boliviaTxt{
	bottom: 38%;
	right:-15%;
}
section#mainMap #boliviaTxt::before{
	width: 230px;
	left: -240px;
}
section#mainMap #boliviaTxt::after{
	left: -240px;
}
section#mainMap #brazilTxt{
	bottom: 23%;
	right:-4%;
}
section#mainMap #brazilTxt::before{
	width: 70px;
	left: -80px;
}
section#mainMap #brazilTxt::after{
	left: -80px;
}
ul.add-info li::marker, ul.comp-features li::marker, ul.not-included li::marker, .add-info ul li::marker, .comp-features ul li::marker, .not-included ul li::marker, .ui-datepicker-prev, .ui-datepicker-next{
	font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
ul.add-info, ul.comp-features, ul.not-included, .add-info ul, .comp-features ul, .not-included ul{
	padding-left: 20px;
	line-height: 1.2em;
}
ul.add-info li, ul.comp-features li, ul.not-included li, .add-info ul li, .comp-features ul li, .not-included ul li{
	margin-bottom: 7px;
}
ul.add-info li, ul.comp-features li, ul.not-included li, .add-info ul li, .comp-features ul li, .not-included ul li, .list-boat ul li {
	padding-left: 5px;
}
ul.add-info li::marker, .add-info ul li::marker{
	content: "\f0da";
	color: #455865;
}
ul.breadcrumb {
	padding:0 !important;
	margin:0 !important;
	background-color: transparent !important;
	border-radius:0 !important;
}
ul.comp-features li::marker, ul.intro-boat li::marker, ul.list-boat li::marker, .comp-features ul li::marker, .intro-boat ul li::marker, .list-boat ul li::marker {
   	content: "\f00c";
	color: #5191a5;
}
ul.not-included li::marker, .not-included ul li::marker {
   	content: "\f00d";
	color: #CE0003;
}
#blurBck{
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-attachment: scroll !important;
  	background-size: cover;
	background-position:bottom center;
	transform: scale(1.1);
}
#navBar{
	position: fixed;
	top: 120px;
	transition: background-color 0.5s ease;
	z-index: 10;
	width: 100%;
}
#topImg, #topImg2{
	background-attachment: scroll !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: block;
	position: relative;
}
#topImg.parallax {
	background-size: cover;
	overflow: hidden;
}
#tourTab, #typeTab{
	border:0 !important;
	margin-bottom: -1px !important;
}
#tourTab li, #typeTab li{
	border-color: #ccc !important;
}
#tourTab button, #typeTab button{
	text-transform: uppercase;
	border-color: #ccc !important;
	border-bottom:0;
}
#tourTab button.active, #typeTab button.active{
	background-color: var(--bs-secondary-bg-subtle);
}
.bannerWide{
	overflow: hidden;
	position: relative;
    width: 100%; /* El contenedor ocupa todo el ancho disponible */
    padding-top: 19.2%; /* Mantiene la proporción 1920x369 */
    overflow: hidden; /* Esconde cualquier contenido fuera del contenedor */
    background-color: #f3f3f3; /* Fondo temporal para evitar el salto */
}
.bannerWide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
    height: 100%; /* Ajusta la altura para cubrir el contenedor */
    object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
    opacity: 0; /* Inicia la imagen como invisible */
    transition: opacity 1s ease-in-out; /* Aparece con un fade suave */
	min-height: 200px;
	min-width: 858px;
}

.bannerWide img.loaded {
    opacity: 1; /* Hace que la imagen sea visible cuando se ha cargado */
}
.carousel-control-next, .carousel-control-prev{
	width:8%;
}
.containerMap{
	max-width: 490px;
	margin-top: -200px;
}
.cta-content, .dropup-content {
	font-size: 15px;
}
.cta-content .navbar-nav > li > a, .dropup-content .navbar-nav > li > a{
	text-indent:5px !important;
}
.dates{
	min-width: 220px
}
.dropdown-item.active, .dropdown-item:active {
	background-color: rgb(var(--bs-secondary-rgb)) !important;
}
.dropbtn {
	padding: 5px;
  	font-size:30px;
  	border: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.dropup {
  	position: fixed;
  	left:20px;
  	display: inline-block;
  	bottom:20px;
  	z-index: 9999;
}
.dropup-content {
  	position: absolute;
	min-width: 220px;
  	bottom: 65px;
  	z-index: 1;
  	border-radius: 5px;
}
.fs-18{
	font-size: 18px;
}
.iconActvt, .tourDay .accordion-button{
	-webkit-appearance: none;
}
.iconActvt a, .iconActvt button {
	display: inline-block;
	background-color: transparent;
	border:0;
}
.iconActvt button.active {
	color:#6a9388 !important;
}
.iconActvt button.active span{
	border-color:#6a9388 !important;
}
.iconActvt a.active span::before {
	display:none;
}
.iconActvt a.active span.nature{
	border-color: var(--nature) !important;
}
.iconActvt a.active span.activo{
	border-color: var(--activo) !important;
}
.iconActvt a.active span.foodie{
	border-color: var(--foodie) !important;
}
.iconActvt a.active span.culture{
	border-color: var(--culture) !important;
}
.iconActvt a.active span.relax{
	border-color: var(--relax) !important;
}
.iconActvt a span, .iconActvt button span {
	display: block;
	border-radius: 50%;
}
.iconActvt a span {
	height: 150px;
	width: 150px;
	padding-top: 20px;
	border-width: 8px !important;
}
.iconActvt a i {
    font-size: 5.5rem;
}
.iconActvt button span {
	height: 90px;
	width: 90px;
	padding: 10px;
}
.iconActvt button i {
    font-size: 3.3rem;
}
.iconTabs{
	bottom:0;
}
.lazy-bg {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 200px;
}
.lazy-bg.loaded, .lazy-img.loaded {
    opacity: 1;
}
.lazy-img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.moduleTitle, .moduleTitle.blue{
	overflow: hidden;
	display: block;
}
.moduleTitle div{
	bottom: -1px;
	background: rgb(33,37,41);
	background: -moz-linear-gradient(0deg, rgba(33,37,41,1) 30%, rgba(33,37,41,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(33,37,41,1) 30%, rgba(33,37,41,0) 100%);
	background: linear-gradient(0deg, rgba(33,37,41,1) 30%, rgba(33,37,41,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212529",endColorstr="#212529",GradientType=1);
	padding-top: 60px;
}
.moduleTitle div span{
	font-size: 12px;
}
.moduleTitle h3{
	font-size: 22px;
}
.moduleTitle img, .moduleTitle .bg-primary-subtle img {
	transition: transform .2s; /* Animation */
}
.moduleTitle:hover img,  .moduleTitle .bg-primary-subtle:hover img {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.moduleTitle.blue div{
	bottom: -1px;
	background: rgb(233,240,248);
	background: -moz-linear-gradient(0deg, rgba(233,240,248,1) 30%, rgba(233,240,248,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(233,240,248,1) 30%, rgba(233,240,248,0) 100%);
	background: linear-gradient(0deg, rgba(233,240,248,1) 30%, rgba(233,240,248,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9f0f8",endColorstr="#e9f0f8",GradientType=1);
	padding-top: 60px;
}
.moduleTitle.blue h3{
	font-size: 22px;
}
.overlayTour{
	bottom: 0;
	z-index: 1;
}
.parallax-img-wrapper {
	overflow: hidden;
	position: relative;
	height: auto; /* o una altura fija si querés más control */
	margin-top:-65px
}
.parallax-img-wrapper img {
	transform: translateY(0);
	will-change: transform;
}
.phone{
	top:10px;
	right: 10px;
	line-height: 1.3em !important;
}
.phone i{
	padding: 10px;
	font-size: 2.5rem;
}
.phone img{
	margin-top: -2px;
}
.progress {
	height: 10px;
}
.progress .nature{
	background-color: var(--nature);
}
.progress .activo{
	background-color: var(--activo);
}
.progress .foodie{
	background-color: var(--foodie);
}
.progress .culture{
	background-color: var(--culture);
}
.progress .relax{
	background-color: var(--relax);
}
.srch-form{
	margin-left: 0;
	margin-right: 0;
	line-height: 1.2em;
	position: relative;
	z-index: 2;
}
.tourDay{
	border-left: 5px solid #6a9388;
	margin-left: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
}
.tourDay .bubble{
	background-color: #6a9388;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: -28px;
	color: #fff;
	text-align: center;
	padding: 8px;
	line-height: 1.2em;
	top: -2px;
}
.tourDay .accordion-collapse{
	font-size:17px
}
.tourRow:last-of-type .tourDay{
	border: 0;
	margin-left: 35px;
}
.typeIcon{
	min-width:25px;
	margin-top: -8px;
	margin-bottom: 8px;
	padding-right: 0;
}
.typeIcon i{
	margin-left: auto;
	margin-right: auto;
}
.typeTitle{
	min-width:73px;
	margin-top: -8px;
	margin-bottom: 8px;
	padding-right: 0;
}
.typeBar{
	min-width:calc(100% - 98px);
	padding-left: 0;
}
.ui-datepicker-calendar .ui-datepicker-current-day, .ui-datepicker-calendar .ui-datepicker-today, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-datepicker-today a{
	color: #fff;
}
.ui-datepicker {
	position: absolute;
	margin-top: 7px;
	border: 1px solid #ccc !important;
	border-radius: .25rem;
	box-shadow: 0 0 0 0 !important;
}
.ui-datepicker:before {
	left: 9px;
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	content: '';
	position: absolute;
}
.ui-datepicker:after {
	left: 10px;
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
	position: absolute;
}
.ui-datepicker {
    background: #fff none repeat scroll 0 0;
    display: none;
    font-size: 13px;
    padding: 10px;
    z-index: 100 !important;
	box-shadow: 0 2px 3px #bbb;
}
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	left: .5em;
	top: .3em;
}
.ui-datepicker-prev, .ui-datepicker-next{
	cursor: pointer;
}
.ui-datepicker-next{
	float: right;
	text-align:right;
}
.ui-datepicker-prev{
	float: left;
	text-align: left;
}
.ui-datepicker-prev:before{
	content:"\f053";
}
.ui-datepicker-next:before{
    content:"\f054";
}
.ui-datepicker a {
    color: #333;
	text-decoration: none;
}
.ui-datepicker td {
    color: #999;
}
.ui-datepicker a:hover {
    color: #000;
    text-decoration: none;
}
.ui-datepicker-title {
    text-align: center;
	cursor: pointer
}
.ui-datepicker-calendar {
    margin: 10px 11px;
	text-align: center;
}
.ui-datepicker-calendar td {
    padding: 1px 10px;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
    background: #d44934 none repeat scroll 0 0 !important;
    padding: 3px;
}
.ui-datepicker-calendar .ui-datepicker-today {
    background: #fbb953 none repeat scroll 0 0;
    padding: 3px;
}
.ui-datepicker-close {
    border: medium none;
    cursor: pointer;
    float: right;
    outline: 0 none;
}
.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w{
	display:none !important;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe,.video-container object,.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.watermark{
	right:10px;
	top:-63px;
	font-size:280px;
	opacity:.1;
	z-index:0 !important;
	overflow:hidden;
}
.whereGo{
	left: calc(50% - 165px);
	top: 35%;
	z-index: 3
}
@media screen and (max-width: 1400px) {
	#topImg.parallax {
		background-size: 1920px calc(max(750px, 100%)) !important;
	}
}
@media screen and (max-width: 992px) {
	header{
		margin-bottom: 60px;
	}
	#tourTab button, #typeTab button{
		font-size: 18px !important;
	}
	#topTitle{
		width:100%;
		padding-bottom:15px;
	}
	.carousel-control-next, .carousel-control-prev{
		top: 120px;
		align-items: baseline;
		opacity: 1;
	}
	.containerMap{
		margin-top:0;
	}
	.iconTabs{
		position: static !important;
		text-align: center;
	}
	.overlayTour{
		position: static !important;
		background-color: #EBEBEB !important;
	}
	.whereGo{
		left: calc(50% - 155px);
		top: 115px;
		z-index: 3;
	}
}
@media screen and (max-width: 768px) {
	.bannerWide{
		height:200px;
	}
	section#mainMap #colombiaTxt::before{
		width: 180px;
		left: -190px;
	}
	section#mainMap #colombiaTxt::after{
		left: -190px;
	}
	section#mainMap #ecuadorTxt::before{
		width: 80px;
		left: 90px;
	}
	section#mainMap #ecuadorTxt::after{
		left: 170px;
	}
	section#mainMap #peruTxt::before{
		width: 120px;
		left: 55px;
	}
	section#mainMap #peruTxt::after{
		left: 175px;
	}
	section#mainMap #chileTxt::before{
		width: 85px;
		left: 60px;
	}
	section#mainMap #chileTxt::after{
		left: 145px;
	}
	section#mainMap #antarcticaTxt::before{
		width: 65px;
		left: 115px;
	}
	section#mainMap #antarcticaTxt::after{
		left: 180px;
	}
	section#mainMap #argentinaTxt::before{
		width: 50px;
		left: -60px;
	}
	section#mainMap #argentinaTxt::after{
		left: -60px;
	}
	section#mainMap #boliviaTxt::before{
		width: 230px;
		left: -240px;
	}
	section#mainMap #boliviaTxt::after{
		left: -240px;
	}
	section#mainMap #brazilTxt::before{
		width: 60px;
		left: -70px;
	}
	section#mainMap #brazilTxt::after{
		left: -70px;
	}
	#tourTab button, #typeTab button{
		border-bottom: 1px #ccc solid;
		border-bottom-left-radius: var(--bs-nav-tabs-border-radius) !important;
		border-bottom-right-radius: var(--bs-nav-tabs-border-radius) !important;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	#topImg{
		background-image: none !important;
		overflow:hidden;
	}
	h1, h2, h3, h4, .h1, .h2, .h3, .h4{
		font-weight: 400;
	}
	img.slideHome{
		height: 300px !important;
		width: 784px !important;
	}
	img.slideHome, .bannerWide img{
		margin-left:-35%;
	}
	section#mainMap > div::before, section#mainMap > div::after{
		display: none;
	}
	section#mainMap > div h3{
		font-weight: 400;
	}
	section#mainMap #colombiaTxt{
		top: 13%;
		left: 10%;
	}
	section#mainMap #ecuadorTxt{
		top: 22%;
		left: 9%;
	}
	section#mainMap #peruTxt{
		top: 37%;
		left: 23%;
	}
	section#mainMap #chileTxt{
		top: 55%;
		left: 27%;
	}
	section#mainMap #antarcticaTxt{
		bottom: 2%;
		left: 9%;
	}
	section#mainMap #argentinaTxt{
		bottom: 25%;
		right: 25%;
	}
	section#mainMap #boliviaTxt{
		bottom: 53%;
		right:22%;
	}
	section#mainMap #brazilTxt{
		bottom: 36.5%;
		right:10%;
	}
	ul.nav-tabs .fs-4, ul.nav-tabs .fs-5{
		font-weight:300;
	}
	.responsive-table {
		width: 100%;
		font-size: .875rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.watermark {
		right:0;
	}
	.watermark i{
		margin-right:-90px;
	}
}