:root {
	--condensed-ff: 'Roboto Condensed',sans-serif;
	--orange-clr: #e27f04;
	--orange-clr-lt: #f7961d;
	--orange-clr-dk: #D57702;
}
html{
    scroll-behavior:smooth;
    scroll-padding-top:50px;
}
body {
	font-size:16px;
	font-family:'Roboto', sans-serif;
	font-weight: 400;
}
a {
	color: var(--orange-clr);
	text-decoration: none;
}
a.bg-orange {
	background-color: var(--orange-clr);
}
a.bg-orange:hover {
	background-color: var(--orange-clr-dk);
}
a:hover {
	color:var(--orange-clr-dk);
}
a.orange:hover{
	color: var(--orange-clr-dk);
	text-decoration: none;
}
a.logo, h1, h2, h3, .h1, .h2, .h3, .navbar-nav > li > a, .navbar-nav .dropdown-menu a, .navbar-nav .dropdown-submenu a {
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a.logo, .grayback.mform div.h2, .srch-form h3, .grayback.title p{
	font-family: 'Arima Madurai', cursive;
	font-weight:500;
	color: #ccc;
}
a.logo {
	display:block;
	width:180px;
	height:50px;
	padding-left:55px;
	padding-top:6px;
	background:url("../img/template/sprites.png") no-repeat 0 0;
	font-size:21px;
	line-height:1em;
	color:#F7961D !important;
	overflow:hidden;
}
a.logo span{
	font-size:1.28em;
	color:#fff
}
b, strong{
	font-weight: 700;
}
footer, .gps-tips, .grayback {
	background-attachment: scroll;
	background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
}
footer{
    background-image: url("../img/template/galapagos-tips2.jpg");
}
footer a:hover, footer h4{
    color: #ccc;
}
footer ul li{
    list-style: none;
	margin-bottom: 4px;
}
footer ul.social li{
	margin-bottom:7px;
	list-style:none;
	display: -moz-inline-stack;
	display:inline-block;
	vertical-align:top;
	zoom: 1;
    *display: inline;
	margin-left:5px;
	margin-right:5px;
}
footer ul.social li a{
	opacity: .85;
}
footer ul.social li a:hover{
	opacity: 1;
}
h1, h2, h3, .h1, .h2, .h3, .navbar-nav > li > a {
	font-family: var(--condensed-ff);
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
img.img-responsive{
	width: 100%;
	height: auto;
}
input.bg-dark, select.bg-dark, textarea.bg-dark, input.bg-dark::placeholder, select.bg-dark::placeholder, textarea.bg-dark::placeholder{
	color: #ccc !important;
}
input[type=radio], input[type=checkbox] {
    width: 30px;
    height: 30px;
    min-height: 0 !important;
    float: left;
}
input, select, textarea{
	font-size:14px !important;
	font-family:'Roboto', sans-serif !important;
	color: #666 !important;
	padding: 10px !important;
}
li.flag{
	list-style: none;
	white-space:nowrap;
}
li.flag a{
	font-size:18px;
	padding-left: 35px;
}
li.flag.usa {
    background: url(../img/template/sprites.png) no-repeat 0 -354px;
}
li.flag.uk {
    background: url(../img/template/sprites.png) no-repeat 0 -390px;
}
li.flag.ec {
    background: url(../img/template/sprites.png) no-repeat 0 -426px;
}
nav.navbar-dark, #cookieConsent, .gps-tips a, .miniform, .overlay, .srch-form{
	background: rgba(0,0,0,0.61) !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
nav.navbar-dark{
	background: rgba(0,0,0,0.75) !important;
}
nav.navbar-dark{
	position: fixed;
	width: 100%;
	z-index: 10;
}
#formSteps > div{
    z-index: 1;
    position: relative;
}
#formSteps > div.active .numbPill{
    outline: 3px solid #fff !important;
    background-color: #fff !important;
}
#formSteps .numbPill{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 2px solid var(--orange-clr);
    outline: 3px solid #d7d7d7;
	color: var(--orange-clr-dk);
}
#stepsBar{
	border-top: 3px solid #d7d7d7;
	margin-left: 10%;
	margin-right: 10%;
	bottom: 25px;
	width: 80%;
	z-index: 0
}
#reviewSlider button.read-more{
	bottom: 30px;
	right: 0;
}
#reviewSlider .card{
    min-height:245px;
    height:245px;
}
#reviewSlider .card-body{
    display:flex;
    flex-direction:column;
    height:100%;
}
#reviewSlider .review-text-container{
    flex:1;
    overflow:hidden;
}
#reviewSlider .review-text{
    height:245px;
    overflow:hidden;
    position:relative;
}
#reviewSlider .review-text:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:40px;
    background:linear-gradient(
        rgba(248,249,250,0),
        rgba(248,249,250,1)
    );
}
/* Fallback SSR/sin-JS del slider de reviews: slick-slider.css oculta `.slider`
   (visibility:hidden + min-height:400px) hasta que Slick añada en el cliente la
   clase `slick-initialized`, pero en el SSR (o si slick.min.js falla) esa clase
   nunca llega y las reviews quedan invisibles y sin columnas (estas solo las
   produce .slick-track). Mientras Slick no se haya inicializado, este fallback
   muestra las tarjetas en el mismo layout 3/2/1 del carrusel (breakpoints 1250
   y 825, los mismos de footer.component.ts y validation-navigation.js del demo)
   y oculta la 4ª para imitar el estado inicial (3 visibles, infinite). Al
   inicializar, Slick añade `slick-initialized` y este bloque deja de aplicar:
   .slick-track toma el control sin parpadeo. La especificidad por ID (1,1,0)
   vence a `.slider` (0,1,0) de slick-slider.css aunque esta hoja cargue después. */
#reviewSlider:not(.slick-initialized) {
    visibility: visible;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px; /* mismo espaciado que el margin-right: 5px de .slick-slide */
    min-height: 0;
}
#reviewSlider:not(.slick-initialized) > blockquote:nth-child(n+4) {
    display: none;
}
@media (max-width: 1250px) {
    #reviewSlider:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 825px) {
    #reviewSlider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }
}
.btn-info, input[type=radio]:checked, input[type=checkbox]:checked {
    background-color: #17a2b8!important;
}
.btn-info:hover{
	background-color: #0d8498!important;
}
.bg-ltgray{
    background-color: #ededed
}
.bg-dark{
	background-color: #333 !important;
}
.bg-dark .text-muted{
	color: #bbb !important;
}
.bg-orange {
	background-color: var(--orange-clr);
}
.bg-gray{
	background-color: #d7d7d7;
}
.bootstrap-select .dropdown-toggle {
  height: calc(3.5rem + 2px);
  padding-top: 1.625rem;
}
.bubble-green {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #00af87;
	background-color: #fff;
}
.bubble-green::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left:3px;
	top:3px;
	border-radius: 12px;
	background-color: #00af87;
}
.condensed, .navbar-nav .dropdown-menu a, .navbar-nav .dropdown-submenu a {
	font-family: var(--condensed-ff);
}
.contPill{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    outline: 3px solid var(--orange-clr);
}
.contPill i{
    font-size: 35px;
}
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.form-navigation {
    display: flex;
    gap: 10px;
}
.floating-label {
  position: absolute;
  top: 5px;
  left: 12px;
  background: white;
  font-size: 13px;
  color: #6c757d;
  z-index: 2;
}
.fs-13{
	font-size: 13px
}
.fs-24{
	font-size: 24px;
}
.grayback {
	height: 50px;
}
.icons{
	display: inline-block;
	white-space: nowrap;
}
.icons i{
	float: left;
}
.icons span{
	margin: 0;
	padding: 0;
}
.iti__flag-container{
    padding-top: 1rem!important;
}
/* Desplegable solo con la bandera: hueco fijo. */
.iti--allow-dropdown:not(.iti--separate-dial-code) input, .iti--allow-dropdown:not(.iti--separate-dial-code) input[type=text], .iti--allow-dropdown:not(.iti--separate-dial-code) input[type=tel] {
padding-right: 6px;
padding-left: 45px !important;
margin-left: 0;
}
/* Con el código de país en el desplegable (separateDialCode) el hueco lo
   calcula intl-tel-input según el ancho de la bandera (76px con +1, 94px con
   +593) y el componente lo reaplica con prioridad; este valor es la reserva
   para el instante anterior a esa primera escritura de la librería. */
.iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 98px !important;
margin-left: 0;
}
/* intl-tel-input sombrea la bandera en el modo con código de país
   (.iti--separate-dial-code .iti__selected-flag) y el demo, que no usa ese
   modo, la tiene blanca. Se quita solo ese fondo permanente; el gris al pasar
   el ratón se conserva porque el demo también lo tiene
   (.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag). */
.iti--separate-dial-code .iti__selected-flag:not(:hover) {
background: none;
}
.navbar-nav > li > a {
	font-size: 15px;
	height: 50px;
	padding-top: 15px;
	text-transform: uppercase;
}
.navbar-nav > li > a#inqnow {
	background-color: #249122;
}
.navbar-nav > li > a:hover, .navbar-nav > li:hover, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-submenu a:hover, .navbar-nav .dropdown-submenu:hover {
	background-color: var(--orange-clr-lt);
}
.navbar-nav .dropdown-menu, .navbar-nav .dropdown-submenu  {
	background-color: #555;
	border-radius:0;
	border: 0;
}
.navbar-nav .dropdown-menu a, .navbar-nav .dropdown-submenu a {
	color: #fff;
}
.navbar-nav .dropdown-submenu {
    position:relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.navbar-nav .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.orange{
	color: var(--orange-clr);
}
.pill {
	font-weight: bold;
	background-color: #de6131;
    font-size: 14px;
}
.TA_selfserveprop > div{
	width: auto !important;
}
.ta-rates{
	width: 160px;
	height: 54px;
	background: url("../img/ta-banner.png") no-repeat;
	font-size: 13px;
	color: #fff;
}
.ta-rates > .rate{
	bottom: 2px;
	left: 3px
}
.ta-rates > .review{
	bottom: 2px;
	left: 85px;
}
.text-info {
	color: #17a2b8!important;
}
.tp-rates{
	width: 160px;
	height: 60px;
	background: url("../img/tp-banner.png") no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: -20px;
}
.tp-rates > .rate{
	bottom: 0;
	right: 12px;
}
@media (max-width: 992px) {
	#formSteps{
        font-size: 14px;
    }
    .card.bg-dark{
        border-radius: 0 !important;
    }
	.grecaptcha-badge {
		display: none
	}
	.navbar-collapse{
		background-color: #555;
	}
	.navbar-nav > li > a{
		text-indent: 15px;
		height: auto;
		padding-top: 10px;
	}
	.navbar-nav .dropdown-submenu .dropdown-toggle::after {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-nav li:hover > ul.dropdown-menu, .navbar-nav .dropdown-submenu {
		display: block;
	}
	.navbar-nav .dropdown-menu {
        margin-top: 0;
    }
}