@charset "utf-8";
/* CSS Document */

/* ************* REGRAS GERAIS *************** */

html {
	margin:0;
	padding:0;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
    font-family: 'Baloo 2', cursive;
	animation: fadeInAnimation cubic-bezier(.25, .1, .22, .99) 0.5s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards;
	color:#0B618E;
	
	display: flex;
  	flex-direction: column;
}

/**, *::after, *::before {
  box-sizing: border-box;
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pre-loader {
  align-items: center;
  background: #FFFFFF;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
}

/*.pre-loader {
    background-color: #2c3e50;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}*/





@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@font-face {
	font-family: 'Baloo 2', cursive;
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     }
} 
a {
    color: #0EB2F1;
    transition: 0.4s;
}
a:hover {
    color: #19719F;
}
p {
	text-align: justify;
	font-size:1.1em;
}
/* FORMS */
form-control,
button,
textarea, 
select:focus,
button:focus,
textarea:focus, 
input:focus {
    outline: none!important;
	border: 0 none!important;
    box-shadow: none!important;
}
textarea:disabled, 
input:disabled {
    background: #FFFFFF!important;
}
element {
	outline:none!important;
}

input.invalid{
	background-color: #FFBABA;

}

input.valid{
	background-color: #AFA;

}

.preco-sem-desconto {
	color:#F30;
	line-height:1em;
	font-size:1em;
	font-weight: 700;
	padding:0px;
	text-decoration:line-through;
}

/* COR DOS TEXTOS DOS INPUTS */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#0EB2F1!important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#0EB2F1!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#0EB2F1!important;
}

.botao-seccao {
	text-align:center;
}
.btn.botao1 {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    background:#0EB2F1;
	color:#FFFFFF;
}
.btn.botao1:hover {
	color:#FFFFFF;
	background:#19719F;
}
.btn.botao1.sem-margem {
	margin-top: 0px;
    margin-bottom: 0px;
}

/* BACK TO TOP */
#backToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0,140,255,0.80);
  transition: 0.3s;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  font-size: 25px;
}
#backToTop:hover {
  background-color: #19719F
}
@media (max-width:768px) {
	#backToTop {
		bottom: 10px;
		right: 10px;
	}
}

/*  HEADER  */
.header-area {
	min-height:400px;
    background-position: top, top;
    background-repeat: repeat-x, no-repeat;
    background-size: 100% 40%, cover;
	padding-bottom:30px;
	z-index:2;
}
@media (max-width:768px) {
	.header-area {
		min-height:50%;
	}
}
.header-area .logo-ibs {
    float: left;
}
.header-area .logo-ibs img {
  	width: 70px;
  	/*width: 70%;*/
    /*height: auto;*/
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
}
.header-area .contacto {
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-area .contacto .tmv-icone {
    color: rgba(255,255,255,0.70);
    float:left;
    font-size: 1.4em;
    line-height: .8em;
}
.header-area .contacto .horario {
    color:#FFFFFF; 
    font-size:.8em; 
    font-weight:500;
}
.header-area .contacto .tmv {
    font-size: 1.5em; 
    font-weight: 700;
    display:block;
    white-space: nowrap;
}
.header-area .contentor-menu-icones {
	border-top: 3px solid rgba(255,255,255,0.50);
    clear: both;
}
.header-area .contacto .tmv a {
    color:rgba(255,255,255,1.00);
    transition: 0.4s;
}
.header-area .contacto .tmv a:hover {
    color:rgba(255,255,255,0.7);
    text-decoration: none;
}
.header-area .contentor-menu-icones .menu-superior {
	color: #FFFFFF;
    float: left;
}

/* MENU (NAVBAR) */
.header-area .contentor-menu-icones .navbar {
    padding: 0;
	z-index:98!important;
}
/*TRANSPARENCIA NO FUNDO DO NAVBAR*/
.header-area .contentor-menu-icones .navbar-inner {
   /* background: red!important;*/
}
@media (max-width:992px) {
	.header-area .contentor-menu-icones .navbar-inner {
		/*background: rgba(0,0,0,0.70)!important;*/
	}
}
/*COR DO ÍCONE-TOGGLER DO NAVBAR*/
.navbar-toggler {
	border:2px solid rgba(255,255,255,0.60)!important;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke=' rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
	outline: none!important;
}
/* ASPECTO DOS LINKS DO NAVBAR*/
.header-area .contentor-menu-icones nav .navbar-nav li a {
    font-weight:500;
    color: white !important;
    transition: 0.4s;
}
.header-area .contentor-menu-icones nav .navbar-nav li a:hover {
    border-radius: 0px 25px;
    background: rgba(255,255,255,0.25) !important;
}
@media (max-width:992px) {
	.header-area .contentor-menu-icones {
		border:0px;
	}	
	.navbar-collapse {
		margin-top:10px;
		border-radius:10px;
		background: #0EB2F1 !important;
	}
	.header-area .contentor-menu-icones .social {
		text-align: center;
		display:block;
	}
	.header-area .contentor-menu-icones nav .navbar-nav li a {
		/*background: rgba(0,0,0,0.25) !important;*/
		padding:10px;
	}
	.header-area .contentor-menu-icones nav .navbar-nav li a:hover {
		background: rgba(0,15,20,0.70) !important;
		border-radius:0px;
	}
	.header-area .contentor-menu-icones .navbar-dark .navbar-nav .active > .nav-link { 
		border-top:0px!important;
		 margin-top: 0px!important;
		background: rgba(0,0,0,0.50) !important;
	}
}
/* ASPECTO DO LINK ACTIVO DO NAVBAR */
.header-area .contentor-menu-icones .navbar-dark .navbar-nav .active > .nav-link { 
    border-top: 3px solid white;
    margin-top: -3px;
}

/* ÍCONES REDES SOCIAIS */
.header-area .contentor-menu-icones .social {
    font-size: 1.5em; 
    line-height: .8em; 
}
.header-area .contentor-menu-icones .social a {
    color: rgba(255,255,255,0.7);
    transition: 0.4s;
}
.header-area .contentor-menu-icones .social a:hover {
    color: rgba(255,255,255,1);
    transition: 0.3s;
}

/* CAIXA DE PESQUISA DOS DESTINOS E HOTÉIS (1) */
.caixa-pesquisa {
	margin-top:50px;
	z-index:97;
}
.caixa-pesquisa .esq {
	text-align:center;
	background: #19719F;
	color:#FFFFFF;
	border-radius:15px 15px 0px 0px;
	min-height:70px;
}
.caixa-pesquisa .centro {
	background: #FFFFFF;
	min-height:70px;
	padding-top:10px!important;
}
.caixa-pesquisa .dir {
	min-height:70px;
}
.caixa-pesquisa .destino {
	min-width:250px;
}
.caixa-pesquisa .hospedes {
	min-width:270px;
}

.caixa-pesquisa h3 {
	text-align:center;
	font-size:1.1em;
	font-weight:600;
	margin:0px;
}
.caixa-pesquisa input {
	margin-top:-5px; 
	border:none;
	padding:0px; 
	color:#0EB2F1!important;
	background: transparent!important;
	font-weight:500;
	font-size:1.1em;
	height:2em;
}
.caixa-pesquisa .icone {
	font-size:1.4em;
	opacity: 0.6;
}
.caixa-pesquisa	.bot-pesquisa {
	display:block;
	height:100%;
	min-height:70px;
	width:100%;
    border-radius: 0px 0px 15px 15px;
	text-decoration: none;
    transition: 0.3s;
    background:#0EB2F1;
	color:#FFFFFF;
}
.caixa-pesquisa	.bot-pesquisa:hover {
	color:#FFFFFF;
	background:#19719F;
}
@media (max-width:768px){
	.caixa-pesquisa input {
		text-align:center;
		font-size:1.2em;
		font-weight:600;
		padding:0px!important;
	}
	.caixa-pesquisa .centro {
		text-align:center!important;
		padding:0px!important;
				overflow: hidden!important;
	}
	.caixa-pesquisa .checkin-out,
	.caixa-pesquisa .hospedes {
		margin-top:-20px!important;
	}	
	.caixa-pesquisa .destino,
	.caixa-pesquisa .checkin-out,
	.caixa-pesquisa .hospedes {
		padding:0px!important;
	}
	.caixa-pesquisa	.bot-pesquisa {
		margin-top:-10px;
	}

}
@media(min-width:992px) {
	.caixa-pesquisa .esq,
	.caixa-pesquisa .dir {
		max-width:120px;
	}
	.caixa-pesquisa .esq {
		border-radius:15px 0px 0px 15px;
	}
	.caixa-pesquisa	.bot-pesquisa {
		border-radius: 0px 15px 15px 0px;
	}
}

/* CAIXA DE PESQUISA DE DISPONIBILIDADE (2) */

.caixa-pesquisa2 .hoteis-pesquisa-destino {
	color:#FFFFFF;
	font-weight:700;
	margin-bottom:10px;
}
.caixa-pesquisa2 .preco-desde {
	color:#FFFFFF;
	font-weight:400;
}
.caixa-pesquisa2 .preco-valor {
	color:#FFD500;
	font-size:1.8em;
	font-weight:700;
}
.caixa-pesquisa2 .preco-euro {
	color:#FFD500;
	font-weight:700;
}
.caixa-pesquisa2,
.caixa-pesquisa2 .in {
	height:80%
}
.caixa-pesquisa2 h3 {
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	margin:0px;
}
.caixa-pesquisa2 h4 {
	font-size:1.2em;
	font-weight:600;
	margin:0px;
}
.caixa-pesquisa2 h5 {
	font-size:1em;
	font-weight:700;
	margin:0px;
}
.caixa-pesquisa2 h6 {
	font-size:1em;
	font-weight:500;
	margin:0px;
}
.caixa-pesquisa2 span {
	margin:0px; 
	padding:0px; 
}
.caixa-pesquisa2 input {
	margin-top:-5px; 
	border:none;
	padding:0px; 
	color:#0EB2F1!important;
	background: transparent!important;
	font-size:1.1em;
	font-weight:600;
	height:2em;
}
.caixa-pesquisa2 .esquerda {
	background: rgba(255,255,255,0.90);
	border-radius:15px 15px 0px 0px;
	min-height:70px;
	height:100%;
	padding-left:10px;
}
@media(max-width:992px){
	.caixa-pesquisa2 .esquerda {
		text-align:center;
		padding-left:0px;
	}	
	.caixa-pesquisa2 .centro {
		text-align:center;
	}	
	.caixa-pesquisa2 .centro input {
		text-align:center;
	}
}
.caixa-pesquisa2 span.estrelas {
	display:block;
	font-size:.7em; 
	color:#FFBC00;
	margin-top:5px;
}
.caixa-pesquisa2 input.datas {
	max-width:100px;
}
.caixa-pesquisa2 .centro {
	background: rgba(255,255,255,0.90);
	min-height:70px;
	padding-left:5px;
}
.caixa-pesquisa2 .centro.checkin-out span {
	display:block;
}
.caixa-pesquisa2 .centro.hospedes {
	min-width:260px;
}
.caixa-pesquisa2 .centro.hospedes .container {
	 padding:0px;
}
.caixa-pesquisa2 .bot-pesquisa {
	display:block;
	height:100%;
	min-height:70px;
	width:100%;
    border-radius: 0px 0px 15px 15px;
	text-decoration: none;
    transition: 0.3s;
    background:#0EB2F1;
	color:#FFFFFF;
}
.caixa-pesquisa2 .bot-pesquisa:hover {
	color:#FFFFFF;
	background:#19719F;
}
@media (min-width:992px) {	
	.caixa-pesquisa2 .esquerda {
		border-radius:15px 0px 0px 15px;
	}
	.caixa-pesquisa2 .centro.checkin-out {
		max-width:200px;
}
	.caixa-pesquisa2 .direita {
		max-width:180px;
	}
	.caixa-pesquisa2 .bot-pesquisa {
		border-radius: 0px 15px 15px 0px;
	}	
}

/* DATE/RANGE PICKER */
.daterangepicker {
	border-radius: 10px;
	font-family: "Baloo 2";
	font-size:1em;
}
.daterangepicker:before,
.daterangepicker:after {
    display: none!important;
}
.daterangepicker .drp-calendar.right,
.daterangepicker .drp-calendar.left {
		padding:10px;
}
.daterangepicker .calendar-table th {
	font-size:.8em;
}
.daterangepicker .calendar-table td {
	padding:5px 10px;
	font-weight: 500;
}
.daterangepicker .calendar-table td.active {
	border-radius:50px!important;
}
.daterangepicker .month {
	color: #19719F!important;
	font-size:1.2em!important;
}
.daterangepicker .prev span,
.daterangepicker .next span {
	border-color: #19719F!important;
}
.daterangepicker .applyBtn.btn.btn-sm.btn-primary {
	background:#0EB2F1;
	border:none;
	padding: 10px 20px;
	border-radius:10px;
	font-size:.9em;
	font-weight: 500;
}
.daterangepicker .applyBtn.btn.btn-sm.btn-primary:hover {
	background:#19719F;
}
.daterangepicker .cancelBtn.btn.btn-sm.btn-default {
	color:grey;
}
.daterangepicker .cancelBtn.btn.btn-sm.btn-default:hover {
	color:#23425B;
}

/* POPOVER CAIXA DE PESQUISA-HOSPEDES */
.popover {
	min-width:300px!important;
	border-radius:10px;
	border: 1px solid lightgrey;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.25); 
	margin-left:-400px;
	margin-top:-4px;
	top:10px;
}
.popover-body {
	width:280px;
	padding:15px 10px!important;
	margin:auto!important;
}
.popover .arrow {
	display:none;
}
.popover .btn-mais-menos {
	color:#0EB2F1!important;
	border-radius: 50px;
	background: #FFFFFF; 
	/*border:1px solid #0EB2F1;*/
	border:1px solid #CBCBCB;
}
.popover .btn-mais-menos:hover {
	color:#FFFFFF!important;
	background: #0EB2F1; 
	border:1px solid #0EB2F1;
}
.popover .number-spinner .form-control {
	border:none!important;
	padding:0px;
	color:#2481B1!important;
	font-weight:700;
	font-size:1.2em;
}
.popover .sub-titulo {
	background: #E9E9E9;
	border-radius: 50px;
	color:#2481B1;
	padding:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.popover .labels {
	color: #2481B1!important;
	padding-top:10px;
	margin:0px;
	font-weight: 700;
}
.popover .labels i {
	font-weight: 400;
}
.popover h5.labels {
	padding-top:7px;
	font-size:1.3em;
	font-weight: 700;
}
.popover .idades-criancas .form-control {
	margin:2px;
	padding-left:5px;
	padding-right:0px;
}
.popover .separador {
	margin-top:10px;
}
.popover hr {
	margin-top:-5px!important;
}
.popover .btn-block.dismiss.aplicar {
	background: #0EB2F1;
	color:#FFFFFF;
	font-size:.9em;
	line-height:.9em;
	font-weight: 500;
	border:none;
	border-radius: 10px;
	padding: 14px 20px 18px 20px;
	display:inline-block;
	margin:auto;
	width:auto;
}
.popover .btn-block.dismiss.aplicar:hover {
	background: #19719F;
}

/* BARRAS DO TITULO DAS PAGINAS */
.main-area .topo-titulo {
	position:relative;
	z-index:2;
    height:70px;
	padding-top:5px;
	margin-bottom:20px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image: url("../img/paginas-barra-superior-s.png");
}
.main-area .topo-titulo.myibs {
	background-image: url("../img/paginas-barra-superior-myibs-s.png");
}
@media (min-width:768px){
	.main-area .topo-titulo {
    background-image: url("../img/paginas-barra-superior.png");
	}
	.main-area .topo-titulo.myibs {
		background-image: url("../img/paginas-barra-superior-myibs.png");
	}
}
@media (min-width:1200px){
	.main-area .topo-titulo {
    background-image: url("../img/paginas-barra-superior.png");
	}
}
.main-area .topo-titulo h1 {
	color:#FFFFFF;
	font-size: 1.6em;
}

/* TITULOS DAS SECÇÕES */
.main-area .titulo-pagina {
	text-align: center;
	margin-bottom:0px;
}
.main-area .titulo-pagina h1 {
    color: #19719F;
	font-size:2em;
	font-weight: 700;
}
.main-area .titulo-seccao {
	text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}
.main-area .titulo-seccao.alta {
    padding-top:50px;
    padding-bottom:50px;
}
.main-area .titulo-seccao h1,
.main-area .titulo-seccao h2,
.main-area .titulo-seccao h3,
.main-area .titulo-seccao h4 {
    color: #19719F;
	font-weight: 700;
}
.main-area .titulo-seccao h1 {
    font-size: 1.9em;
}
.main-area .titulo-seccao h2 {
    font-size: 1.7em;
}
.main-area .titulo-seccao h3 {
    font-size: 1.6em;
}
.main-area .titulo-seccao h4 {
    font-size: 1.5em;
}
.main-area .pontos {
	text-align: center;
	display:inline-block;
	width:100%;
}
.main-area .pontos-s {
    color: #76BEE4;
    font-size: .5em;
    margin: 2px;
	vertical-align: middle;
}
.main-area .pontos-m {
    color: #19719F;
    font-size: .6em;
    margin: 2px;
	vertical-align: middle;
}
.main-area .pontos-l {
	color: #76BEE4;
    font-size: .8em;
    margin: 2px;
	vertical-align: middle;
}

/* CONTEÚDO DAS SECÇÕES */
.main-area .seccao-texto {
	padding-top:20px;
	padding-bottom:20px;
	color:#133E5A;
}
.main-area .seccao-texto.branco {
	color:#FFFFFF;
}
.main-area .seccao-texto h4 {
	font-weight:700;
	margin-bottom:20px;
}
.main-area .seccao-texto p {
	font-weight:500;
}
.main-area .seccao-topo {
	margin-bottom:-40px;
}
.main-area .seccao-topo img {
	width:100%;
	height:40px;
	transform: rotate(180deg);
}
.main-area .seccao-base.branco {
	background-image: url("../img/seccao-fundo-onda-branca.png");
    background-size: 100%;                     
    background-repeat: no-repeat;
    background-position: bottom;
	margin-top:-50px;
	height:50px;
}
.main-area .seccao-base img {
	max-width:100%;
	/*min-height:70px;*/
}
.main-area .seccao-base.cinza {
/*	margin-top:0px;
	height:40px;*/
}
.main-area .seccao-base.cinza img {
	width:100%;
	top:0;
	/*	height:40px;*/
}
@media(max-width:768px){
	.main-area .seccao-base.branco {
		background-image: url("../img/seccao-fundo-onda-branca-s.png");
		margin-top:-38px;
		height:40px;
	}	
	.main-area .seccao-base.cinza {
		margin-top:0px;
	}
	.main-area .seccao-base.cinza img {
		height:25px;
	}
}

/* SECÇÕES TESTEMUNHOS */
.main-area .seccao-testemunhos {
	background-attachment: fixed;
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center;
	padding-top:30px;
	padding-bottom:30px;
}
.main-area .seccao-testemunhos .seccao-texto.branco {
    text-shadow:  1px 0px 2px #001A33;
}
.main-area .seccao-testemunhos .aspas {
    font-size:2.4em;
	opacity:0.7;
}
.main-area .seccao-testemunhos .aspas.dto {
    float:right;
	margin-top:-.5em;
}
.main-area .seccao-testemunhos .testemunha {
	clear:both;
	float:right;
}
.main-area .seccao-testemunhos .testemunha img {
	width:80px;
	border-radius:100%;
	margin-right:10px;
}
.main-area .seccao-testemunhos .testemunha-nome {
	font-weight:700;
}

/* ***** SECÇÃO PRÉMIO 5 ESTRELAS ***** */
.main-area .texto-premio {
/*	padding-top:20px;
	padding-bottom:50px;*/
	margin-bottom:50px;
}
.main-area .texto-premio h4,
.main-area .texto-premio h6,
.main-area .texto-premio p {
	color:#0B618E;
}
.main-area .texto-premio h6 {
	line-height:1.1em;
	font-weight:400;
}
.main-area .texto-premio .seccao-texto {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:50px;
	padding-right:30px;
}
.main-area .texto-premio .avaliacao-cinco-estrelas {
	width:100%;
	text-align:center;
	padding-top:20px
}
.main-area .texto-premio .avaliacao-cinco-estrelas img {
	width:70%;
}
.main-area .texto-premio .cinco-estrelas img {
	width:300px;
}
@media(max-width:768px) {
	.main-area .texto-premio .cinco-estrelas {
		padding-top:30px;
	}
	.main-area .texto-premio .seccao-texto {
		padding-left:15px;
		padding-right:15px;
	}
	.main-area .texto-premio .avaliacao-cinco-estrelas img {
		width:100%;
	}
}

/* ***** SECÇÃO FORMULÁRIO ***** */
.seccao-formulario {
	background:#F1F1F1;
	padding-top:20px;
	padding-bottom:20px;
}
.seccao-formulario .tel-agora h6 {
	color:#0085AF;
	clear:both;
}
.seccao-formulario .tel-agora a {
	display: block;
	clear:both;
	background:orange;
	font-weight:900;
}
@media(min-width:768px){
	.seccao-formulario .tel-agora h6 {
		float:right;
	}
	.seccao-formulario .tel-agora a {
		float:right;
	}
}
.seccao-formulario h5 {
	color:#0085AF;
	margin-top: 10px;
}
.seccao-formulario input {
	border:0;
}

/* ***** FOOTER ***** */
.footer-area {
    background-image: url("../img/rodape-fundo.jpg");
    background-size: 100% 100%;                   
    background-repeat: no-repeat;
    background-position: center center;
	margin-top:-25px;
	padding-top:80px;
	padding-bottom:30px;
	/*min-height:250px;*/
	color:#FFFFFF;
}
.footer-area h6 {
	font-size:1em;
	font-weight:600;
}
.footer-area span {
	float:left;
	clear:both;
	margin:0;
	margin-bottom:5px;
	line-height:1em;
}
.footer-area a {
	color:rgba(255,255,255,0.70);
	font-size:.8em;
	font-weight: 400;
}
.footer-area a:hover {
	color:#FFFFFF;
	text-decoration: none;
	transition: 0.1s;
}
.footer-area img {
    width:10vw;
	opacity: 0.7;
	margin-top:-40px;
}
.footer-area .social {
	margin-top:20px;
}
.footer-area .social a {
    font-size:1.5em;
	margin:5px;
}
@media(max-width:768px){
	.footer-area {
		background-image: url("../img/rodape-fundo-s.jpg");
		text-align:center;
		padding-top:40px;
	}
	.footer-area h6 {
		font-size:1.1em;
		font-weight:600;
		margin-top:15px;
	}
	.footer-area span {
		display:block;
		float:none;
		margin:auto;
		margin-bottom:10px;
	}
	.footer-area a {
		font-size:.9em;
		font-weight: 500;
	}
	.footer-area img {
		width:30vw;
		margin-top:20px;
	}
}
@media(min-width:1200px){
	.footer-area {
		margin-top:-40px;
	}
}
@media(min-width:2000px){
	.footer-area {
		margin-top:-80px;
	}
}

/* ************************************************ PÁGINAS ****************************************** */

/* -------------------------------------------- PAGINA INÍCIO ---------------------------------------- */

/* FUNDO DO HEADER*/
.header-area.inicio {
    background-image: linear-gradient(to bottom, rgba(0,12,33,0.35), rgba(255, 255, 255, 0.0)), url("../img/inicio-topo-fundo-branco-s.png"), url("../img/inicio-topo-s.jpg");
    /*min-height: 100%;*/
	min-height: 100%;
    background-position: bottom,  bottom;
    background-repeat: no-repeat;
    background-size: cover, 100% 10%;
}
@media (min-width:768px){
	.header-area.inicio {
    background-image: linear-gradient(to bottom, rgba(0,12,33,0.35), rgba(255, 255, 255, 0.0)), url("../img/inicio-topo-fundo-branco.png"), url("../img/inicio-topo-m.jpg");
	}
}
@media (min-width:1200px){
	.header-area.inicio {
    background-image: linear-gradient(to bottom, rgba(0,12,33,0.35), rgba(255, 255, 255, 0.0)), url("../img/inicio-topo-fundo-branco-l.png"), url("../img/inicio-topo-l.jpg");
	}
}

/* HEADER - LOGOS CENTRAIS*/
.header-area.inicio .logos-centrais {
	clear:both; 
    margin-top:10vh;
}
@media (max-width:992px){
	.header-area.inicio .caixa-pesquisa {
		margin-top:10px;
		margin-bottom:10px;
	}
}
@media (max-width:768px){
	.header-area.inicio .logos-centrais {
		display:none;
	}
}
.header-area.inicio .logos-centrais img {
    display:block;
    margin: auto;
	clear:both;
    opacity: 0.8; 
}
.header-area.inicio .logos-centrais .logo-ibs-lg {
    width:15vh;
}
.header-area.inicio .logos-centrais .logo-5estrelas {
    width:12vh;
    margin-top:10vh;
}

/* POSIÇÃO DO SLOGAN E SETA NO FUNDO DO ECRÃ INICIAL*/
.header-area.inicio .slogan-seta {
	text-align: center;
	margin-top:50px;
/*	margin-top:-120px; 
	margin-bottom:70px;*/
}
@media (max-width:768px) {
/*	.main-area.inicio .slogan-seta {
		margin-top:-150px;
		margin-bottom:90px;
	}*/
	.header-area.inicio .slogan {
		margin-bottom:0px!important;
	}
}
.header-area.inicio .slogan {
	display:block;
	margin-bottom:15px;
    font-size:1.4em;
    font-weight: 500;
    color:rgba(255,255,255,0.8);
	text-shadow: 0px 2px 4px rgba(0,0,0,0.40);
}
.header-area.inicio .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.header-area.inicio .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ANIMAÇÃO DA SETA Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ***** SECÇÃO DESTINOS EM PROMOÇÃO ***** */
/* SLIDE */
.main-area.inicio .destinos-promo .carousel-indicators {
    bottom: -55px;
}
.main-area.inicio .destinos-promo .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 25%;
	border: 3px solid #19719F;
    background-color: #FFFFFF;
}
.main-area.inicio .destinos-promo .carousel-indicators .active {
    width: 12px;
    height: 12px;
	border: 3px solid #19719F;
    background-color: #19719F;
}

@media (max-width:768px) {
    .main-area.inicio .destinos-promo #carouselDesktop {
        display: none;
    }
}
@media (min-width:768px) {
    .main-area.inicio .destinos-promo #carouselMobile {
        display: none;
    }
}
 /* CAIXAS DO SLIDE */
.main-area.inicio .caixa-promos a {
    display:block; 
	text-decoration:none;
	color:#19719F;
	transition:1;
}
.main-area.inicio .caixa-promos a:hover {
	background:#19719F;
	color:white;
}
.main-area.inicio .topo-caixa-promos {
    background-image: url("../img/topo-promos.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	min-height: 100px;
}
.main-area.inicio .titulo-caixa-promos {
    padding-left:5px;
}
.main-area.inicio .titulo-caixa-promos h1 {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow:hidden;
}
.main-area.inicio .titulo-caixa-promos h2 {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0px;
    max-width:100%;
}
/* FOTO E INFO DE CADA HOTEL */
.main-area.inicio .hotel-contentor {
	height:80px; 
	padding-top:5px; 
	padding-bottom:5px;
	border-bottom: 1px solid #389ACE;
}
.main-area.inicio .hotel-foto-div {
	width:20%;
}
.main-area.inicio .hotel-foto-div img {
	width:100%; 
	height:100%; 
	object-fit:cover; 
	border-radius:5px;
}
.main-area.inicio .hotel-info-div {
	width:80%;
	padding-left:3px;
}
.main-area.inicio .hotel-info-div h2 {
	text-overflow: ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
	font-size:1em; 
	font-weight:700; 
	margin-bottom:5px;
}
.main-area.inicio .hotel-info-div .preco-div {
	text-align:right;
}
.main-area.inicio .hotel-info-div .estrelas {
	display:block;
	font-size:.6em; 
	color:#FFBC00;
	margin-bottom:8px;
}
.main-area.inicio .hotel-info-div .epoca {
	display:block;
	font-weight:500;
}
.main-area.inicio .hotel-info-div .desde {
	display:block; 
	font-size:.7em;
}
.main-area.inicio .hotel-info-div .euro {
	font-size:.9em;
	font-weight:500;
	color:#8ABF00;
}
.main-area.inicio .hotel-info-div .preco {
	font-size:2em;
	font-weight:700;
	line-height:.8em;
	color:#8ABF00;
}

/* ***** SECÇÃO VÍDEO IBS ***** */
.main-area.inicio .titulo-video {
	margin-top:10px;
}
.main-area.inicio .separador-video .pontos {
/*	margin-bottom:0px;*/
}
.main-area.inicio .video {
    background-image: url("../img/fundo-video.png");
    background-size: 100% 100%;                     
    background-repeat: no-repeat;
    background-position: center center;
	/*margin-bottom:30px;*/
}
.main-area.inicio .texto-video {
	color:#FFFFFF; 
	float:right;
}
@media(min-width:768px){
	.main-area.inicio .video-in {
			padding:0px 80px;
	}
}
.main-area.inicio .embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.main-area.inicio .embed-youtube iframe,
.main-area.inicio .embed-youtube object,
.main-area.inicio .embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius:50px;
}
@media(max-width:768px){
	.main-area.inicio .separador-video {
	/*padding:10px;*/
}
	.main-area.inicio .video {
		background-image: none;
	}		
	.main-area.inicio .texto-video {
		/*margin-right:65px;*/
		float:none;
		color:#0C83C1;
		border-radius: 0px;
		padding-bottom:10px;
		margin-top:-20px;
	}
	.main-area.inicio .texto-video h1,
	.main-area.inicio .texto-video h3 {
		font-weight:700;
	}	
	.main-area.inicio .texto-video h3 {
		margin-bottom:0px;
	}
	.main-area.inicio .embed-youtube iframe,
	.main-area.inicio .embed-youtube object,
	.main-area.inicio .embed-youtube embed {
		border-radius:0px;
	}
}

/* ***** SECÇÃO MYIBS ***** */

.main-area.inicio .banner-myibs-out {
	background-image: url("../img/inicio-fundo-myibs.jpg");
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center;
	padding-top:30px;
}
.main-area.inicio .banner-myibs-esq {
	background-image: url("../img/inicio-seccao-myibs.png");
    background-size: contain;                     
    background-repeat: no-repeat;
    background-position: bottom;
}
.main-area.inicio .texto-banner-myibs {
	padding-bottom:100px;
}
.main-area.inicio .texto-banner-myibs img {
	width:30%;
	margin-bottom:20px;
}
.main-area.inicio .texto-banner-myibs h5 {
	margin-bottom:20px;
}
@media(max-width:768px){
	.main-area.inicio .banner-myibs-out {
		background-image: url("../img/inicio-fundo-myibs-s.jpg");
		background-size:cover;                    
		background-repeat: no-repeat;
		background-position: center;
	}	
	.main-area.inicio .banner-myibs-esq {
		min-height:300px;
		margin-top:-60px;
	}
	.main-area.inicio .texto-banner-myibs img {
	width:40%;
	margin-bottom:20px;
}
	.main-area.inicio .texto-banner-myibs .botao1 {
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
	}
}

/* ***** SECÇÃO ABRA A SUA AGÊNCIA ***** */

.titulo-seccao.sua-agencia {
	margin-top:20px;
}
.main-area.inicio .seccao-abra-agencia {
	background-image: url("../img/inicio-abra-agencia.jpg");
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: top center;
	min-height:500px;
}
.main-area.inicio .texto-abra-agencia {
	padding-top:130px;
	padding-bottom:100px;
	width:50%;
	height:100%;
}
@media(max-width:768px){
	.main-area.inicio .seccao-abra-agencia {
		background-image: url("../img/inicio-abra-agencia-s.jpg");
		background-size: cover;                     
		background-repeat: no-repeat;
		background-position: top right;
		min-height:500px;
	}
	.main-area.inicio .texto-abra-agencia {
		padding-left:0px;
	}	
	.main-area.inicio .texto-abra-agencia p {
		text-align:left;
	}
}

/* --------------------------------------- PAGINA SOBRE NÓS ------------------------------------ */

/* FUNDO DO HEADER*/

.header-area.sobre-nos {
    background-image: url("../img/topo-degrade1.png"), url("../img/sobre-nos-topo-s.jpg");
	background-position: top, bottom;
	background-size: auto, cover;
}
@media (min-width:768px){
	.header-area.sobre-nos {
    background-image: url("../img/topo-degrade1.png"), url("../img/sobre-nos-topo.jpg");
	background-position: top, bottom;
	background-size: auto, cover;
	}
}
@media (min-width:1200px){
	.header-area.sobre-nos {
    background-image: url("../img/topo-degrade1.png"), url("../img/sobre-nos-topo.jpg");
	}
}
.main-area.sobre-nos .titulo-seccao {
    margin-bottom:30px;
}
.main-area.sobre-nos .seccao-intro {
	margin-bottom:20px;
}
.main-area.sobre-nos .seccao-intro.ibs {
	/*margin-top:30px;*/
}
.main-area.sobre-nos .seccao-intro.ibs img {
    width:190px;
	/*margin-top:-20px;*/
}
.main-area.sobre-nos .seccao-intro.myibs img {
    width:160px;
}
.main-area.sobre-nos .seccao-intro.myibs .titulo-seccao {
    margin-bottom:0px;
}
.main-area.sobre-nos .seccao-intro.dumbo img {
    margin-top:-50px;
	width:300px;
}
.main-area.sobre-nos .seccao-intro.bookhotel img {
    margin-top:-50px;
	width:300px;
}
.main-area.sobre-nos .seccao-intro.ibs-agencias img {
    width:240px;
	margin-top:-40px;
}

/* SECÇÃO TESTEMUNHOS */

.main-area.sobre-nos .seccao-testemunhos .testemunha {
	color: #FFFFFF;
}
.main-area.sobre-nos .seccao-testemunhos .testemunha .testemunha-imagem {
	display:inline-block; 
	align: center;
	vertical-align: middle;
}	
.main-area.sobre-nos .seccao-testemunhos .testemunha .testemunha-info {
	display:inline-block;
	vertical-align: middle;
}
.main-area.sobre-nos .seccao-testemunhos.ibs {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(25, 0, 25, 1)), url("../img/sobre-nos-myibs.jpg");
	margin-bottom:30px;
}
.main-area.sobre-nos .seccao-testemunhos.dumbo {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../img/sobre-nos-dumbo.jpg");
	margin-bottom:30px;
}
.main-area.sobre-nos .seccao-testemunhos.bookhotel {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../img/sobre-nos-bookhotel.jpg");
	margin-bottom:30px;
}
.main-area.sobre-nos .seccao-testemunhos.ibs-agencias {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../img/sobre-nos-ibs-agencias.jpg");
	background-position: right;
	margin-bottom:40px;
}
@media(max-width:768px){
	.main-area .seccao-intro .seccao-texto {
		padding-top:0px;
		padding-bottom:0px;
	}	
	.main-area .seccao-texto .logo {
		padding-bottom:20px;
	}
	.main-area.sobre-nos .seccao-testemunhos {
		/*padding-left:0px;
		padding-right:0px;*/
	}	
	.main-area.sobre-nos .seccao-testemunhos.ibs {
		background-image: linear-gradient(0deg, rgba(255, 0, 255, 0.1), rgba(25, 0, 25, 1)), url("../img/sobre-nos-myibs-s.jpg");
	}	
	.main-area.sobre-nos .seccao-testemunhos.dumbo {
		background-image: linear-gradient(0deg, rgba(0, 200, 200, 0.1), rgba(0, 0, 0, 1)), url("../img/sobre-nos-dumbo-s.jpg");
	}	
	.main-area.sobre-nos .seccao-testemunhos.bookhotel {
		background-image: linear-gradient(0deg, rgba(0, 200, 200, 0.1), rgba(0, 0, 0, 1)), url("../img/sobre-nos-bookhotel-s.jpg");
	}
	.main-area.sobre-nos .seccao-testemunhos.ibs-agencias {
		background-image: linear-gradient(0deg, rgba(0, 200, 200, 0.1), rgba(0, 0, 0, 1)), url("../img/sobre-nos-ibs-agencias.jpg");
	}
	.main-area.sobre-nos .seccao-testemunhos .testemunha {
		float:left;
	}
	.main-area.sobre-nos .seccao-testemunhos .testemunha-cargo {
		display:block;
	}
}

/* --------------------------------------- PAGINA MY IBS ------------------------------------ */

/* FUNDO DO HEADER*/
.header-area.my-ibs {
    background-image: url("../img/topo-degrade1.png"), url("../img/my-ibs-topo-l.jpg");
	background-position: top, center;
}
.header-area .login-myibs {
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
	margin-right:30px;
}
.header-area .login-myibs span {
    color:#FFFFFF;
	font-size: .8em;
}
.header-area.my-ibs input {
    width:100px;
	background:rgba(255,255,255,0.95);
	padding:2px;
	height:25px;
}
.header-area .login-myibs .login {
	width:100%;
	height:25px;
	padding:2px;
	font-weight: 600;
	font-size:.8em;
	line-height:1.7em;
}
.header-area .login-myibs .login i {
	line-height:10px!important;
}

.destaque-bordeaux {
	color:#97074E;
	font-size:1.2em;
	font-weight:700;
}
.destaque-tijolo {
	color:#C24244;
	font-size:1.1em;
	font-weight:700;
}

/* IMAGEM DO TOPO POR BAIXO DA BARRA DO TITULO DA PAGINA */
.main-area.my-ibs .subtopo-fundo {
	background-image: linear-gradient(to top, #feeaca, #FFFFFF);
}
.main-area.my-ibs .subtopo {
	width:100%;
	min-height:450px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 900px;
	background-image: url("../img/my-ibs-subtopo.png");
}
.main-area.my-ibs .subtopo-texto {
	display:block;
	font-size:1.2em;
	font-weight:700;
	/*color:#311E15;*/
	color:#0B618E;
}
.main-area.my-ibs .texto {
	display:block;
	font-size:1.2em;
	font-weight:600;
	/*color:#311E15;*/
	color:#0B618E;
}
.main-area.my-ibs .destaque {
	display:inline-block;
	color:#C24244;
	font-size:2.9em;
	font-weight:700;
	line-height:1em;
}
.main-area.my-ibs .destaque2 {
	display:block;
	color:#C24244;
	font-size:1.4em;
	font-weight:700;
}
.main-area.my-ibs .subtopo-logo img {
	width:160px;
}
.main-area.my-ibs .subtopo-base {
	padding-bottom:5px;
}
.main-area.my-ibs .subtopo-ecras img {
	width:300px;
}

/* IMAGENS DE FUNDO DAS SECÇÕES */
.main-area.my-ibs .seccao-imagem-fundo {
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center;
}
.main-area.my-ibs .seccao-imagem-fundo.online-vs-loja {
	background-image: url("../img/myibs-online-loja.jpg");
	height:500px;
	margin-bottom:30px;
}
.main-area.my-ibs .seccao-imagem-fundo.online-vs-loja .imagem2 {
	height:500px;
	background-size: contain;                     
    background-repeat: no-repeat;
    background-position: center;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url("../img/myibs-online-loja2.png");
}

/* CAIXAS DA PROMOÇÃO MYIBS */
.main-area.my-ibs .myibs-promocao {
	margin-top:20px;
	margin-bottom:50px;
}
.main-area.my-ibs .titulo-seccao {
	padding-bottom:5px;
}
.main-area.my-ibs .titulo-seccao h1 {
	margin-top:5px;
}

.main-area.my-ibs .myibs-promocao .card {
	border-radius: 25px;
	border:none;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.08);
}
.main-area.my-ibs .myibs-promocao .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
	border-radius: 25px 25px 0px 0px;
}
.main-area.my-ibs .myibs-promocao .card-body {
    width: 100%;
	border-radius: 0px 0px 25px 25px;
	background: #FFFFFF;
	padding:  0px 10px;
	height:auto!important;
}
.main-area.my-ibs .myibs-promocao .card .fundo-titulo {
	height:50px;
	background-image: url("../img/card-fundo-titulo.png");
	margin-top:-50px;
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-area.my-ibs .myibs-promocao .card .titulo {
	text-align:right; 
	margin-top:-40px;
}

.main-area.my-ibs .myibs-promocao .card .titulo .pequeno {
	color:#FF6F00;
	margin-bottom:5px;
	font-size:.9em;
	font-weight:700;
}
.main-area.my-ibs .myibs-promocao .card .titulo .grande {
	color:#97074E;
	margin-top:-5px;
	margin-bottom:15px;
	font-size:1.5em;
	font-weight:900;
}
.main-area.my-ibs .myibs-promocao .card .nome-hotel {
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	margin:0px;
	padding:0px;
	
	margin-top:-10px;
}
.main-area.my-ibs .myibs-promocao .card-footer {
	background: none;
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.main-area.my-ibs .myibs-promocao .card .text-right {
	margin-top:10px;
}
.main-area.my-ibs .myibs-promocao .card .preco {
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
	color:#8ABF00;
	margin:0px;
	padding:0px;
}
.main-area.my-ibs .myibs-promocao .card .preco-normal {
	display:block;
	margin-top:-10px;
	font-weight:600;
	text-decoration-line: line-through;
}
.main-area.my-ibs .myibs-promocao .card .euro {
	font-size:1.2em;
	font-weight:500;
	color:#8ABF00;
}
.main-area.my-ibs .myibs-promocao .card .desde {
	font-size:.7em;
	font-weight:500;
	display:block;
	margin-top:-8px;
	color:#ADADAD;
}

/* SECÇÃO ACTIVIDADES */
.main-area.my-ibs .seccao-imagem-fundo.actividades {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(25, 0, 25, 0.5)), url("../img/myibs-actividades.jpg");
	background-color:#035CA6;
	background-attachment: fixed;
	background-position:bottom;
	background-size: 100%;
	min-height:500px;
}
.main-area.my-ibs .seccao-imagem-fundo.actividades .logo-myibs {
	min-height:500px;
	background-image: url("../img/logo-myibs-translucido.png");
	background-size:auto;
	background-position: center;
	background-repeat: no-repeat;
}

.main-area.my-ibs  .titulo-seccao.alta.extra {
	padding-top:50px;
	padding-bottom:50px;
}

/* SECÇÃO SERVIÇOS */
.main-area.my-ibs .seccao-servicos {
	background-image: url("../img/myibs-fundo-servicos2.jpg");
	background-attachment: fixed;
	min-height:920px;
	background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom;
	margin-top:20px;
	margin-bottom:20px;
}
.main-area.my-ibs .seccao-servicos .servicos-titulo {
	position:relative;
	z-index:2;
	margin-top:-140px;
	margin-bottom:50px;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:700
}

.main-area.my-ibs .seccao-topo.servicos img {
	width:100%;
	height:100px;
	margin-top:-5px;
	transform: rotate(0deg);
}

.main-area.my-ibs .info-servicos {
	margin-top:200px;
	color:rgba(255,255,255,0.85);
	background-image: url("../img/myibs-fundo-servicos1.png");               
	background-size: 96% 100%;                     
    background-repeat: no-repeat;
    background-position: bottom;
	margin-bottom:5px;
}

/* SLIDE */
.main-area.my-ibs .info-servicos .slide {
	height:600px;
	padding:20px 35px;
}
.main-area.my-ibs .info-servicos .carousel-inner {
	padding:80px;
	text-align:center;
}
.main-area.my-ibs .info-servicos .carousel-inner .icone {
	font-size:4em;
	opacity:.7;
	color:yellow;
}
.main-area.my-ibs .info-servicos .carousel-inner .icone .fas {
	padding:30px;
	border-radius:30px;
	height:130px;
	width:140px;
	background: rgba(255,255,255,0.3)
}
.main-area.my-ibs .info-servicos .carousel-inner h5 {
	font-size:2.8em;
	font-weight:900;
	margin-top:15px;
	margin-bottom:30px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.main-area.my-ibs .info-servicos .carousel-inner h6 {
	font-size:1.6em;
	font-weight:500;
	padding-top:20px;
}
.main-area.my-ibs .info-servicos .carousel-control-prev,
.main-area.my-ibs .info-servicos .carousel-control-next {
	/*margin-top:-60px;*/
}
.main-area.my-ibs .seccao-servicos .base-ecra img {
	height:180px;
}

/* SECÇÃO SIMULADOR */
.main-area.my-ibs .seccao-simulador {
	background:#FFFFFF;
	margin-top:-110px;
	padding-top:180px;
}
.main-area.my-ibs .seccao-simulador .simulador-in {
	 padding-top:30px;
}
.main-area.my-ibs .seccao-simulador .simulador-in-topo {
	 height:120px;
	margin-bottom:10px;
}
.main-area.my-ibs .seccao-simulador .simulador-in h1 {
	margin:auto; 
	width:50px; 
	border-radius:50px; 
	background: #C24244; 
	color:#FFFFFF;
	font-weight:700;
}
.main-area.my-ibs .seccao-simulador .simulador-in h5 {
	margin-top:20px;
	margin-bottom:20px;
}
.main-area.my-ibs .seccao-simulador .simulador-in .gastos-slider {
	width:60%; 
	margin:auto;
}
.main-area.my-ibs .seccao-simulador .fas.fa-star {
	font-size:1.8em;
	color:#B4B4B4;
}
.main-area.my-ibs .seccao-simulador .fas.fa-star.checked {
	color:#FFA200;
}
.main-area.my-ibs .poupanca {
	padding-top:40px;
	padding-bottom:40px;
}
.main-area.my-ibs .poupanca .destaque-bordeaux {
	font-size:1.8em;
}
.main-area.my-ibs .seccao-simulador .botao1.sem-margem {
	padding:10px 30px;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
}

/* BOTÃO PRELOADER "VAI POUPAR" */
.c-btn {
  position: relative;
  padding: 1rem 2rem;
  text-decoration: none;
  background-color: hsla(155, 54%, 41%, 1.0);
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.c-btn:after {
  content: '';
  animation: spin 500ms linear infinite;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
}

.c-btn.is-loading {
  color: transparent;
}

.c-btn.is-loading:after {
  opacity: 1;
}

@keyframes spin {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(359deg);
  }
}


.main-area.my-ibs .poupanca strong,
.main-area.my-ibs .poupanca span {
	display: inline-block;
}

.footer-area.my-ibs {
	margin-top:30px;
}

@media(max-width:1920px) {
	.main-area.my-ibs .seccao-imagem-fundo.actividades {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(25, 0, 25, 0.5)), url("../img/myibs-actividades-m.jpg");
/*		background-color:#035CA6;
		background-attachment: fixed;
		background-position:bottom;
		background-size: 100%;
		min-height:500px;*/
	}
}

/*@media (min-width:1200px){
	.header-area.my-ibs {
    background-image: url("../img/topo-degrade1.png"), url("../img/my-ibs-topo.jpg");
	}
}*/

@media(max-width:992px) {
	.main-area.my-ibs .subtopo-in {
		padding-top:20px;
	}
	
	.main-area.my-ibs .seccao-servicos {
		min-height:720px;
	}
	.main-area.my-ibs .info-servicos .slide {
		height:500px;
		padding:0px 25px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner .icone {
		font-size:4em;
	}	
	.main-area.my-ibs .info-servicos .carousel-inner h5 {
		font-size:2.2em;
		font-weight:900;
	}
	.main-area.my-ibs .info-servicos .carousel-inner h6 {
		font-size:1.4em;
		font-weight:500;
	}
	.main-area.my-ibs .seccao-servicos .base-ecra img {
		height:100px;
	}
	.main-area.my-ibs .seccao-simulador {
		margin-top:-50px;
		padding-top:80px;
	}
}

@media(max-width:768px) {
	.header-area.my-ibs {
		background-image: url("../img/topo-degrade1.png"), url("../img/my-ibs-topo-s.jpg");
		background-position: top, left;
	}
	
	.main-area.my-ibs .subtopo {
		min-height:550px;
		background-size: 800px;
		background-image: url("../img/my-ibs-subtopo-s.png");
	}	
	.main-area.my-ibs .subtopo .fale-connosco {
		margin-top:-150px!important;
	}
	.main-area.my-ibs .subtopo-ecras img {
		width:200px;
	}
	
	.main-area.my-ibs .seccao-imagem-fundo.actividades {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(25, 0, 25, 0.5)), url("../img/myibs-actividades-s.jpg");
		background-color:#035CA6;
		background-attachment: fixed;
		background-position:bottom;
		background-size: 100%;
		min-height:500px;
	}
	.main-area.my-ibs .seccao-imagem-fundo.online-vs-loja {
		background-image: url("../img/myibs-online-loja-s.jpg");
		height:450px;
	}
	.main-area.my-ibs .seccao-imagem-fundo.actividades .logo-myibs {
		background-image: url("../img/logo-myibs-translucido-s.png");
	}
	
	.main-area.my-ibs .seccao-servicos {
		height:650px;
	}
	.main-area.my-ibs .seccao-servicos .servicos-titulo {
		margin-top:-120px;
	}
	.main-area.my-ibs .seccao-topo.servicos img {
		height:80px;
	}
	.main-area.my-ibs .info-servicos .slide {
		height:400px;
		padding:0px 20px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner {
		padding:60px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner .icone {
		font-size:3em;
	}
	.main-area.my-ibs .info-servicos .carousel-inner .icone .fas {
		padding:20px;
		height:100px;
		width:100px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner h5 {
		font-size:2.2em;
		font-weight:900;
		margin-bottom:10px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner h6 {
		font-size:1.4em;
		font-weight:500;
	}
	.main-area.my-ibs .seccao-servicos .base-ecra img {
		height:100px;
	}
	.main-area.my-ibs .seccao-simulador {
		margin-top:-50px;
		padding-top:80px;
	}
	.tel-agora .botao1 {
		font-size:1.5em;
	}
}

@media(max-width:660px){
	.main-area.my-ibs .subtopo-in .destaque {
		font-size:2.5em;
		font-weight:700;
		line-height:1em;
	}
	.main-area.my-ibs .subtopo-in .subtopo-texto {
		font-size:1em;
		font-weight:900;
	}
}

@media(max-width:576px){
	.header-area.my-ibs {
    	background-image: url("../img/topo-degrade1.png"), url("../img/my-ibs-topo-s.jpg");
	}
	.main-area.my-ibs .subtopo-logo {
		margin-top:20px;
	}
	.main-area.my-ibs .subtopo .fale-connosco {
		margin-top:-50px!important;
	}
	
	.main-area.my-ibs .seccao-imagem-fundo.online-vs-loja .imagem2 {
		height:500px;
		background-size: contain;                     
		background-repeat: no-repeat;
		background-position: center;
		padding-top:30px;
		padding-bottom:30px;
		background-image: url("../img/myibs-online-loja2-s.png");
	}
	
	.main-area.my-ibs .seccao-imagem-fundo.actividades {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(25, 0, 25, 0.5)), url("../img/myibs-actividades-xs.jpg");
		background-color:#035CA6;
		background-attachment: fixed;
		background-position:bottom;
		background-size: 100%;
		min-height:500px;
	}
	.main-area.my-ibs .info-servicos {
		/*background-image: url("../img/myibs-fundo-servicos-s.png");*/
		margin-top:240px;
		padding:0px 10px;
	}
	.main-area.my-ibs .info-servicos .slide {
		height:260px;
		padding:20px 10px;
		padding-bottom:0px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner {
		padding:0px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner .icone {
		font-size:2.6em;
	}
	.main-area.my-ibs .info-servicos .carousel-inner .icone .fas {
		padding:20px 10px;
		height:80px;
		width:80px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner h5 {
		font-size:1.6em;
		font-weight:900;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:10px;
	}
	.main-area.my-ibs .info-servicos .carousel-inner h6 {
		font-size:1em;
		font-weight:500;
		padding-top:10px;
	}
	.main-area.my-ibs .seccao-servicos .base-ecra img {
		height:80px;
	}
	.main-area.my-ibs .seccao-simulador {
		margin-top:-160px;
		padding-top:80px;
	}
}

@media (max-width:420px) {	
	.main-area.my-ibs .subtopo {
		background-image: url("../img/my-ibs-subtopo-xs.png");
	}
}
/* --------------------------------------- PAGINA ABRA A SUA AGÊNCIA ------------------------------------ */

/* FUNDO DO HEADER*/
.header-area.abra-sua-agencia {
	background-image: url("../img/topo-degrade1.png"), url("../img/abra-agencia-topo-s.jpg");
	background-position: top, center right;
}
@media (min-width:768px){
	.header-area.abra-sua-agencia {
    	background-image: url("../img/topo-degrade1.png"), url("../img/abra-agencia-topo.jpg");
		background-position: top, center;
	}
}
@media (min-width:1200px){
	.header-area.abra-sua-agencia {
    	background-image: url("../img/topo-degrade1.png"), url("../img/abra-agencia-topo.jpg");
		background-position: top, center;
	}
}
.main-area.abra-sua-agencia .fundo-foto-agencia {
	background:#F1F1F1;
	border-radius:50px 0px 0px 0px;
	margin-top:30px;
	margin-bottom:50px;
}
.main-area.abra-sua-agencia .foto-agencia {
	background-image: url("../img/foto-agencia.jpg");
    background-size: 100% 100%;                     
    background-repeat: no-repeat;
    background-position: center;
	min-height:300px;
	border-radius:50px 0px;
}
.main-area.abra-sua-agencia .seccao-texto.foto {
	background:#F1F1F1;
	padding:30px;
}
.main-area.abra-sua-agencia .seccao-caixas-ofertas {
	margin-bottom:60px;
}
.main-area.abra-sua-agencia .caixas-ofertas {
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
	font-size:1.3em;
	color:#FFFFFF;
	background-image: linear-gradient(0deg, #89D5FF, #0F61A4);
	border-radius: 10px;
	height:150px;
	padding:30px;
	/*border: solid 10px #34568C;*/
}
.main-area.abra-sua-agencia .caixas-ofertas h6 {
	font-size:1em;
}
.main-area.abra-sua-agencia .sombra {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	height:20px;
	background: rgba(41,130,203,0.71);
	filter: blur(12px);
  	-webkit-filter: blur(12px);
}
.main-area.abra-sua-agencia .caixas-ofertas .visto {
	display:block;
	clear:both;
	color:#00C773;
	font-size:3em;
	margin-top:-95px;
}
.main-area.abra-sua-agencia .seccao-testemunhos {
	background-image: url("../img/abra-sua-agencia-fundo-texto.jpg");
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:10px;
}

.main-area.abra-sua-agencia .textos-agencia {
	padding-top:40px;
	padding-bottom:10px
}
.main-area.abra-sua-agencia .premio-cinco-estrelas {
	margin-bottom:80px
}
.footer-area.abra-sua-agencia {
	margin-top:0px;
}
@media(max-width:992px){
	.main-area.abra-sua-agencia .caixas-ofertas {
		padding:30px 5px;
	}
	.main-area.abra-sua-agencia .caixas-ofertas .visto {
		margin-top:-90px;
	}
	.main-area.abra-sua-agencia .caixas-ofertas h6 {
		font-size:1em;
	}
}

/* --------------------------------------- PAGINA APOIO AO CLIENTE ------------------------------------ */

/* FUNDO DO HEADER*/
.header-area.apoio-cliente {
    background-image: url("../img/topo-degrade1.png"), url("../img/apoio-cliente-topo-s.jpg");
	background-position: top, center right;
}
@media (min-width:768px){
	.header-area.apoio-cliente {
    background-image: url("../img/topo-degrade1.png"), url("../img/apoio-cliente-topo.jpg");
	}
}
@media (min-width:1200px){
	.header-area.apoio-cliente {
    background-image: url("../img/topo-degrade1.png"), url("../img/apoio-cliente-topo.jpg");
	}
}

/* FORM RECUPERAR DADOS RESERVA */
.recuperar-dados-reserva {
	background:#F1F1F1;
	padding-top:30px;
	padding-bottom:30px;
}
.recuperar-dados-reserva .formulario {
	 max-width:500px; 
	margin:auto;
}
.recuperar-dados-reserva .formulario input {
	 margin-right:20px;
}

/* IMAGEM DO TOPO POR BAIXO DA BARRA DO TITULO DA PAGINA */
.topo-imagem.apoio-cliente {
	width:100%;
	margin-top:-45px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	height:330px;
}

.main-area.apoio-cliente .opcoes-contacto {
	padding-bottom:40px;
}
.main-area.apoio-cliente .opcoes-contacto .in {
	padding:25px 50px;

}
@media (max-width:768px) {
	.main-area.apoio-cliente .opcoes-contacto .in {
		padding:10px;
	}	
	.main-area.apoio-cliente .opcoes-contacto .in p {
		padding:25px;
	}
}
.main-area.apoio-cliente .opcoes-contacto .in .card {
	border-radius:15px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.10);
}
.main-area.apoio-cliente .opcoes-contacto .in .card,
.main-area.apoio-cliente .opcoes-contacto .in .card-body,
.main-area.apoio-cliente .opcoes-contacto .in .card-footer {
	border:0;
	padding-bottom:0px;
}
.main-area.apoio-cliente .opcoes-contacto .in .card-footer {
	background:none;
}
.main-area.apoio-cliente .opcoes-contacto .in .card-body {
	padding-left:10px;
	padding-right:10px;
	min-height:200px;
}
.main-area.apoio-cliente .opcoes-contacto a {
	color:#FFFFFF;
}
/*.main-area.apoio-cliente .opcoes-contacto,
.main-area.apoio-cliente .opcoes-contacto p {
	text-align: justify;
	margin-top:15px;
	margin-bottom:15px;
}*/
.main-area.apoio-cliente .opcoes-contacto p {
	color:#133E5A;
	margin-top:10px;
	font-size:1em;
	padding:20px 60px;
}
.main-area.apoio-cliente .opcoes-contacto h4 {
	font-weight:700;
	margin-top:20px;
}
.main-area.apoio-cliente .opcoes-contacto .contacto {
	background: #006BC9;
	border-radius:50px;
	margin:auto;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:700;
	padding:10px;
}
.main-area.apoio-cliente .opcoes-contacto .horario {
	display:block;
	padding-top:10px;
	padding-bottom:40px;
	font-weight:600;
	font-size:1.1em;
}

.destaque-laranja {
	color:#FF6F00;
	font-size:1.2em;
	font-weight:700;
}

/* --------------------------------------- PAGINA DESTINOS EM PROMOÇÃO ------------------------------------ */

/* FUNDO DO HEADER*/
.header-area.destinos-promo {
    background-image: url("../img/topo-degrade1.png"), url("../img/destinos-promo-topo.jpg");
	background-position: top, bottom;
}
@media (min-width:768px){
	.header-area.destinos-promo {
    background-image: url("../img/topo-degrade1.png"), url("../img/destinos-promo-topo.jpg");
	}
}
@media (min-width:1200px){
	.header-area.destinos-promo {
    background-image: url("../img/topo-degrade1.png"), url("../img/destinos-promo-topo.jpg");
	}
}
.links-tipos-destino a {
	font-size:1.2em;
	font-weight:700;
	color:#FFFFFF;
	background: #0EB2F1;
	display:inline-block;
	padding: 5px 20px;
	border-radius:25px;
	margin:0 10px
}
.links-tipos-destino a:hover {
	background: #19719F;
	text-decoration:none;
}
@media (max-width:992px) {
	.links-tipos-destino a {
		margin-bottom:10px;
	}
}

/* CAIXAS DOS DESTINOS EM PROMOÇÃO */
.destinos-promocao .card {
	border-radius: 25px;
	border:none;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.08);
}
.destinos-promocao .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
	border-radius: 25px 25px 0px 0px;
}
.destinos-promocao .card-body {
    width: 100%;
	border-radius: 0px 0px 25px 25px;
	background: #FFFFFF;
	padding:  0px 10px;
	height:auto!important;
}
.destinos-promocao .card .fundo-titulo {
	height:50px;
	background-image: url("../img/card-fundo-titulo.png");
	margin-top:-50px;
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.destinos-promocao .card .titulo {
	text-align:right; 
	margin-top:-40px;
}

.destinos-promocao .card .titulo .pequeno {
	margin-bottom:5px;
	font-size:.9em;
	font-weight:700;
	color:#369ED4;
}
.destinos-promocao .card .titulo .grande {
	margin-top:-5px;
	margin-bottom:15px;
	font-size:1.5em;
	font-weight:900;
}
.destinos-promocao .card .nome-hotel {
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	margin:0px;
	padding:0px;
	color:#19719F;
	margin-top:-10px;
}
.destinos-promocao .card-footer {
	background: none;
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.destinos-promocao .card .text-right {
	margin-top:10px;
}
.destinos-promocao .card .preco {
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
	color:#8ABF00;
	margin:0px;
	padding:0px;
}
.destinos-promocao .card .euro {
	font-size:1.2em;
	font-weight:500;
	color:#8ABF00;
}
.destinos-promocao .card .desde {
	font-size:.7em;
	font-weight:700;
	display:block;
	margin-top:-8px;
	color:#7AB4E6;
}

/* -------------------------------------- PAGINA DESTINOS EM PROMOÇÃO (TODOS) --------------------------------- */

.main-area.destinos-promocao.todos .destinos-promo {
    margin-bottom:30px;
}
.main-area.destinos-promocao.todos .card-deck {
    margin-bottom:30px;
}
.links-tipos-destino {
	padding-top:20px;
	padding-bottom:20px;
}
/* ------------------------------------------- PAGINA HOTEIS-PESQUISA ------------------------------------------- */

.header-area.hoteis-pesquisa {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url("../img/temp/h10.jpg");
	min-height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-area.hoteis-pesquisa {
	margin-top:0px;
}

/* --------------------------------------- PAGINA LISTA DE HOTÉIS ------------------------------------ */

/* FUNDO DO HEADER*/
.header-area.hoteis-lista {
    min-height:160px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
	background-color: #F3F3F3;
}
@media (min-width:768px){
	.header-area.hoteis-lista {
    background-image: url("../img/paginas-topo-azul.png");
	}
}
@media (min-width:1200px){
	.header-area.hoteis-lista {
    background-image: url("../img/paginas-topo-azul.png");
	}
}
/* CAIXA DE NOVA PESQUISA DE HOTÉIS */
.main-area.hoteis-lista .caixa-pesquisa {
	margin-top:10px;
	margin-bottom:20px;
}
/* SIDEBARS */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(17,17,17,0.85);
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
.hoteis-lista .sidenav .botao1 {
  	padding:5px 15px;
	color:#FFFFFF;
	font-size:1.2em;
	float:left;
	white-space: nowrap;
}
.hoteis-lista .sidenav .botao1.cancelar {
	float:right;
	background: #D3D3D3;
}
.sidenav .closebtn {
  	position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 36px;
  	margin-left: 50px;
}
@media screen and (max-height: 450px) {
  	.sidenav {
		padding-top: 15px;
	}
}
/* INTERIOR DO SIDEBAR */
.sidebar-contentor {
	background:white;
	width:80%;
	max-width:400px;
	margin:auto;
	padding:20px;
	border-radius:10px;
}
.hoteis-lista .card {
	border:none;
}
.hoteis-lista .card-header {
	background:transparent;
	border:none;
	padding:10px 0px;
}
.botao-sidebar a {
	width:100%;
	color:#FFFFFF;
}
.sidebar {
	border:none;
	padding:5px 2px;
}
.sidebar .titulos-fundo {
	border-radius: 50px;
	background: #0EB2F1;
	white-space: nowrap;
}
.sidebar a:hover .titulos-fundo {
	background: #19719F;
}
.sidebar .icones {
	color:#FFFFFF;
}
.sidebar .icones .svg-inline--fa,
.sidebar .icones .fa,
.sidebar .icones .fas {
	color:#FFFFFF;
	margin-left:-7px;
	margin-top:0px;
}
.sidebar .icones .fundo-icone {
	color:#8ABF00;
}
.sidebar .titulos {
	font-size:1.1em;
	font-weight: 500;
	display:inline-block;
	margin-left:-5px;
	color:#FFFFFF;
}
.sidebar .sidebar-conteudo {
	margin:20px 10px;
	/*color:#19719F;*/
	color:#133E5A;
	font-weight:500;
}
.sidebar h4 {
	color:#19719F;
}
.sidebar .sidebar-conteudo span.svg-inline--fa,
.sidebar .sidebar-conteudo span.fa,
.sidebar .sidebar-conteudo span.fas {
	font-size:.8em;
	color: #19719F;
}
/* SLIDER DOS PREÇOS MIN E MAX */
.irs span {
	color:#2C3135;
}
.irs-grid-text {
	color:#2C3135!important;
}
.irs--round .irs-handle {
    background-color: #0EB2F1 !important;
	border: 4px solid #0EB2F1 !important;
}
.irs--round .irs-handle>i:first-child {
    background-color: #0EB2F1 !important;
	/*border: 4px solid #006cfa !important;*/
}
.irs--round .irs-bar {
    background-color: #0EB2F1 !important;
	height:6px!important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #8ABF00 !important;
}
.irs--round .irs-from, .irs--round .irs-to {
    background-color: #8ABF00 !important;
	font-size:1.4em!important;
	font-weight: 700;
	color:#FFFFFF!important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #8ABF00 !important;
}
/* Tamanho das checkboxes */
.sidebar .checkbox-lg .custom-control-label::before, 
.sidebar .checkbox-lg .custom-control-label::after {
  	/*top: .8rem;*/
  	width: 1.20rem;
  	height: 1.20rem;
	margin-left: -10px;
	margin-top: -6px;
}
.sidebar .checkbox-lg .custom-control-label {
 	color:#19719F;
	font-weight:500;
	line-height: 1em;
}
/* ------------------ */
.sidebar .sidebar-conteudo p {
	display: block;
	line-height: 1.1em;
}
.sidebar .sidebar-conteudo .text-muted {
	color: #19719F;
	font-size: .8em;
	font-weight:500;
}
/* INTERIOR DO SIDEBAR DOS MAPAS DOS HOTEIS */
.sidebar2-contentor {
	background:white;
	width:90%;
	height:90%;
	margin:auto;
	border-radius:10px;
}

/* BARRA DE TOPO DOS HOTÉIS */
.topo-lista-ext {
	background-color:#F3F3F3;
	color:#19719F;
	margin-bottom:10px;
	padding-bottom:10px;
	/* Para comportamento "Sticky": */
	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;
	z-index:96;
	/* ---- */
}
.topo-lista .esq, .dir {
	height:100%;
	width:100%;
}
.topo-lista h4 {
	font-size:1.2em;
	margin:0px;
}
.topo-lista h5 {
	font-size:.9em;
	margin:0px;
}
.botao1.filtros {
	/*width:50%;*/
	/*border: 2px solid #FFFFFF;*/
	white-space: nowrap;
	width:160px;
	max-width:160px;
	margin-left:10px;
	font-size:.8em;
	font-weight:600;
}
.custom-select.ordenar {
	max-width:160px; 
	margin-left:10px; 
	border-radius:10px; 
	border: 1px solid #0EB2F1; 
	color:#0EB2F1
}
.hoteis-lista .item-lista {
	margin-bottom:30px;
}
.hoteis-lista .item-lista .foto-hotel {
	border-radius: 20% 5%;
	width:100%;
	height:220px;
	object-fit:cover;
	background: #F6F6F6;
}
.hoteis-lista .item-lista H1 {
	font-size: 1.5em;
	font-weight: 700;
}
.hoteis-lista .item-lista H2 {
	font-size: 1em;
	font-weight: 600;
}
.hoteis-lista .item-lista .hotel-info {
	padding:10px;
	border-bottom:4px solid #7AB4E6;
	border-radius:  5px  5px 30px 5px ; 
}
@media (min-width:576px) {
	.hoteis-lista .item-lista .hotel-info {
		padding-left:0px;
	}
}
.hoteis-lista .item-lista .hotel-info span {
	display:block;
	line-height:1em;
}
.hoteis-lista .item-lista .hotel-info .estrelas {
	white-space: nowrap;
	font-size:.8em; 
	color:#FFBC00;
	margin-top:5px;
	margin-bottom:5px;
}
.hoteis-lista .item-lista .hotel-info .estrelas-hotel {
	text-align:right;
}
.hoteis-lista .item-lista .hotel-info .ver-mapa {
	font-size:.9em;
}
.hoteis-lista .item-lista .hotel-info .tipo-aloj {
	font-weight:700;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:10px;
}
.hoteis-lista .item-lista .hotel-info .detalhes {
	color:#5B5B5B;
	font-size:.9em;
	font-weight: 500;
}
.hoteis-lista .item-lista .hotel-info .preco {
	display:inline;
	font-size:2.4em;
	font-weight: 900;
	color:#8ABF00;
}
.hoteis-lista .item-lista .hotel-info .euro {
	display:inline;
	color:#8ABF00;
}
.hoteis-lista .item-lista .hotel-info .desde {
	display:inline;
	font-size:.8em;
	line-height:.8em;
	margin-bottom:10px;
	font-weight:500;
}
.hoteis-lista .item-lista .hotel-info .botao-lista {
	border-radius:  5px  5px 30px 5px ; 
}
.hoteis-lista .item-lista hr {
	border:  1px solid #7AB4E6;
	border-radius: 4px;
	margin-left:20px;
	margin-right:25px;
}

/* ***************************** PAGINA HOTEL *********************************** */

/* FUNDO DO HEADER*/
.header-area.hotel {
    min-height:160px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
	background-color: #F3F3F3;
}
@media (min-width:768px){
	.header-area.hotel {
    background-image: url("../img/paginas-topo-azul.png");
	}
}
@media (min-width:1200px){
	.header-area.hotel {
    background-image: url("../img/paginas-topo-azul.png");
	}
}
/* SIDEBAR */
.main-area.hotel .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(17,17,17,0.85);
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
.main-area.hotel .sidenav .closebtn {
  	position: absolute;
  	top: 0;
  	right: 25px;
  	font-size: 36px;
  	margin-left: 50px;
}
@media screen and (max-height: 450px) {
  	.main-area.hotel .sidenav {
		padding-top: 15px;
	}
}
/* INTERIOR DO SIDEBAR */
.main-area.hotel .sidebar {
	background:white;
	width:80%;
	max-width:400px;
	margin:auto;
	padding:20px;
	border-radius:10px;
}
/*.main-area.hotel .sidebar {
	border:none;
	padding:10px 2px;
}*/
.main-area.hotel .sidebar .titulos-fundo {
	border-radius: 50px;
	background: #E9E9E9;
	white-space: nowrap;
}
.main-area.hotel .sidebar .icones {
	color:#FFFFFF;
}
.main-area.hotel .sidebar .icones .svg-inline--fa,
.main-area.hotel .sidebar .icones .fa,
.main-area.hotel .sidebar .icones .fas {
	color:#FFFFFF;
	margin-left:-7px;
	margin-top:0px;
}
.main-area.hotel .sidebar .icones .fundo-icone {
    color: #8ABF00;
}
.main-area.hotel .sidebar .titulos {
	color:#19719F;
	font-size:1.1em;
	font-weight: 500;
	display:inline-block;
	margin-left:-5px;
}
.main-area.hotel .sidebar .sidebar-conteudo {
	 margin:20px 0px;
}
.main-area.hotel .sidebar .sidebar-conteudo span {
	 font-weight:500;
}
.main-area.hotel .sidebar .sidebar-conteudo .svg-inline--fa,
.main-area.hotel .sidebar .sidebar-conteudo .fa,
.main-area.hotel .sidebar .sidebar-conteudo .fas {
	font-size:.8em;
	color: #7AB4E6;
	margin-left:15px;
	margin-right:10px;
}
.main-area.hotel .sidebar .sidebar-conteudo p {
	display: block;
	/*color:#606060;*/
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
}
/* BOTÕES SUPERIORES */
.topo-lista-int .btn.botao1 {
/*    font-size:.8em;
	font-weight: 600;
	padding:5px 2px;*/
}
/* CAIXA DE NOVA PESQUISA DE HOTÉIS */
.main-area.hotel .caixa-pesquisa {
	margin-top:10px;
	margin-bottom:20px;
}

/* -- SLIDER FOTOS HOTEL */
.hotel-slider {
    width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.hotel-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.hotel-slider li {
    display: block;
    margin-right: 6px;
    cursor:pointer;
}
.hotel-slider img {
    display: block;
	margin: auto;
    width: 100%;
	height: 500px;
    vertical-align: middle;
	background: #CCCCCC!important;
	object-fit: cover;
	border-radius: 15px;
}
@media (max-width: 768px) {
	.hotel-slider img {
		height: 250px;
	}
	/* Thumbnails */
	.hotel-slider .lSSlideOuter .lSPager.lSGallery img {
		max-height:60px!important;
	}
}
/* Thumbnails */
.hotel-slider .lSSlideOuter .lSPager.lSGallery img {
	height:100px!important;
}
.hotel-slider .lSSlideOuter .lSPager.lSGallery li.active {
	opacity:50%;	
}
/* SETAS PREV E NEXT DO SLIDE (PARA FICAREM POR BAIXO DOS BOTÕES DE TOPO) */
.hotel-slider .lSAction>a {
    z-index: 90!important;
}
/* TOPO DO HOTEL */
.main-area.hotel .topo-hotel h1 {
	font-size:1.6em;
	font-weight: 700;
	margin:0px;
}
.main-area.hotel .topo-hotel h2 {
	font-size:1.2em;
	font-weight: 500;
}
.main-area.hotel .topo-hotel .estrelas {
	font-size:.8em;
	display:block;
	white-space: nowrap;
	color:#FFBC00;
}
.main-area.hotel .topo-hotel .estrelas-hotel {
	text-align:right;
}
.main-area.hotel .topo-hotel .estrelas-hotel .estrelas-texto {
	display:block;
	font-size:.9em;
	margin-top:-4px;
	font-weight:600;
}
.main-area.hotel .topo-hotel .botao1.sem-margem.ver-mapa {
	padding:4px 10px;
	font-size:.9em;
}
/* INFO HOTEL */
.main-area.hotel .detalhes-hotel .titulos-fundo {
	border-radius: 50px;
	/*background: #E9E9E9;*/
	white-space: nowrap;
	margin-left:5px;
}
.main-area.hotel .detalhes-hotel .titulos {
	font-size:1.2em;
	font-weight: 600;
	display:inline-block;
}
.main-area.hotel .detalhes-hotel .icones .svg-inline--fa,
.main-area.hotel .detalhes-hotel .icones .fa,
.main-area.hotel .detalhes-hotel .icones .fas {
	color:#FFFFFF;
}
.main-area.hotel .detalhes-hotel .icones {
	color:#FFFFFF;
	margin-left:-5px;
}
.main-area.hotel .detalhes-hotel .icones .fundo-icone {
    color: #8ABF00;
}
.main-area.hotel .detalhes-hotel p {
	color:#133E5A;
	font-size:1em;
	line-height:1.4em;
	font-weight: 400;
	margin-top:10px;
	margin-left:40px;
}
 
@media (min-width: 768px) {
  .main-area.hotel .collapse.detalhes-hotel {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/* OPÇÕES DE QUARTOS */
.quartos-disponiveis h4 {
	 margin-top:40px;
	font-weight: 700;
}
.opcoes-titulo {
	width:100%;
	color:#FFFFFF;
	background:#19719F;
	font-size:1em;
	padding:10px;
	border-radius:10px;
	margin-bottom:20px;
}

.main-area.hotel .mais-opcoes {
	margin-bottom:20px;
}

.main-area.hotel .botao1.btn-opcoes-quartos {
	width:100%;
	background:#19719F;
}
.main-area.hotel .botao1.btn-opcoes-quartos.collapsed {
	background:#0EB2F1;
}
.main-area.hotel .botao1.btn-opcoes-quartos.collapsed:hover {
	background:#19719F;
}

.main-area.hotel .botao1.btn-opcoes-quartos.collapsed {
	border:none;
}
.main-area.hotel .opcoes-quartos .card-header {
/*	padding-top:5px;
	padding-bottom:5px;*/
}
.main-area.hotel .opcoes-quartos .card-body {
	padding-bottom:0px;
}
.main-area.hotel .opcoes-quartos .item-regime {
	/*border-bottom:1px solid #BFBFBF;*/
	padding-bottom:15px;
	/*margin-bottom:15px;*/
}
.main-area.hotel .opcoes-quartos .tipo-quarto hr {
	width:100%;
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 0px;
	border:1px solid #BFBFBF;
}
.main-area.hotel .opcoes-quartos .card-header h4 {
	font-size: .9em;
	margin-bottom:0px;
}
@media (min-width: 768px) {
	.main-area.hotel .tipo-quarto {
		margin-bottom:20px;
	}
}
@media (max-width: 768px) {
	.main-area.hotel .tipo-quarto hr {
		margin-bottom:20px;
	}
	.main-area.hotel .tipo-quarto hr.ultimo {
		display: none;
	}
	.opcoes-titulo {
		margin-bottom:10px;
	}
	.main-area.hotel .mais-opcoes {
		margin-top:10px;
		margin-bottom:5px;
	}

}
.main-area.hotel .opcoes-quartos .tipo-quarto h5 {
	text-align:right;
	line-height:1.5em;
	font-size: .9em;
	font-weight: 600;
	background: #E9E9E9;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.main-area.hotel .opcoes-quartos .tipo-quarto h5 span {
	display:block;
}
@media (max-width: 768px) {
	.main-area.hotel .opcoes-quartos .tipo-quarto h5 {
		margin-top: 15px;
		text-align:left;
	}
}
.main-area.hotel .opcoes-quartos h6 {
	font-size: .8em;
	font-weight: 500;
	text-align:left;
}
.main-area.hotel .opcoes-quartos p {
	font-size: .7em;
	margin:0px;
}
@media (max-width: 768px) {
	.main-area.hotel .opcoes-quartos .info-escolha {
		text-align: left;
		color:#133E5A;
	}
}
.main-area.hotel .opcoes-quartos .info-escolha p {
	color:#133E5A;
}

.main-area.hotel .opcoes-quartos .div-escolha {
	display:flex;
	width:100%;
	padding-top:5px;
}
@media (max-width: 768px) {
	.main-area.hotel .opcoes-quartos .div-escolha {
	margin-top: 10px;
}
}
.main-area.hotel .opcoes-quartos .escolha {
	width:60%; 
	float:right; 
	text-align:right; 
	padding-right:5px;
}
.main-area.hotel .opcoes-quartos .escolha p {
	text-align:right; 
}
.main-area.hotel .opcoes-quartos .preco {
	color:#8ABF00;
	line-height:1em;
	font-size:2em;
	font-weight: 700;
	padding:0px;
}
.main-area.hotel .opcoes-quartos .antigopreco {
	color:#F30;
	line-height:1em;
	font-size:1em;
	font-weight: 700;
	padding:0px;
	text-decoration:line-through;
}
.main-area.hotel .opcoes-quartos .resumo {
	font-size:.7em; 
	font-weight:500; 
	line-height:1em; 
	margin-bottom:0px;
}
.main-area.hotel .opcoes-quartos .div-escolher {
	width:40%;
	/*padding: 5px;*/
	display: flex;
	align-content: center;
}
.main-area.hotel .opcoes-quartos .escolher {
	background: #0EB2F1;
	border:0;
	font-size:.8em;
	font-weight:500;
	/*padding: 15px 5px;*/
	width:100%;
	height: 100%;
	white-space: nowrap;
	border-radius: 10px;
}
.main-area.hotel .opcoes-quartos .escolher:hover {
	background: #19719F;
}
.main-area.hotel .opcoes-quartos .escolher.selecionado {
	background: #05496D;
	color:#FFFFFF;
	font-weight:700;
}

/* CONFIRMAR RESERVA */
.main-area.hotel .confirmar-reserva {
	margin-top:20px;
	margin-bottom:20px;
	background: #FFFFFF;
	border: solid 1px #D1D1D1;
	border-radius: 5px;
	padding:15px;
}
.main-area.hotel .confirmar-reserva .topo h4 {
	font-weight:600;
}
.main-area.hotel .confirmar-reserva .topo h6 {
	padding-bottom:10px;
	border-bottom: solid 1px #D1D1D1;
}
.main-area.hotel .confirmar-reserva .esq {
	margin-bottom:10px;
}
@media (max-width: 768px) {
	.main-area.hotel .confirmar-reserva .esq {
		margin-bottom:20px;
	}
}
.main-area.hotel .confirmar-reserva .esq h4 {
	font-size:1.4em;
	color:#8ABF00;
	margin-bottom: 0px;
}
.main-area.hotel .confirmar-reserva .esq hr {
	margin-top:5px;
	margin-bottom:5px;
}
.main-area.hotel .confirmar-reserva .esq .endereco {
	font-size: .8em;
	font-weight:900;
	font-weight: 600;
	display:block;
}
.main-area.hotel .confirmar-reserva .esq .codigo-promocional input {
	width:220px;
}
.main-area.hotel .confirmar-reserva .estrelas {
	font-size:.6em;
	color:#FFBC00;
}
.main-area.hotel .confirmar-reserva .dir {
	text-align:right;
	padding-top:10px;
}
.main-area.hotel .confirmar-reserva .dir h6 {
	font-size:.8em;
	font-weight: 600;
	margin-bottom: 0px;
}
.main-area.hotel .confirmar-reserva .dir p {
	font-size: .7em;
	font-weight: 500;
	margin-bottom: 0px;
	text-align:right;
	color:#133E5A;
}
.main-area.hotel .confirmar-reserva .dir hr {
	border:none;
	margin:10px;

}
.main-area.hotel .confirmar-reserva .div-escolha {
	display:flex;
	width:100%;
	padding-top:15px;
}
.main-area.hotel .confirmar-reserva .escolha {
	width:70%; 
	float:right; 
	text-align:right; 
	padding-top:5px;
	padding-right:5px;
}
.main-area.hotel .confirmar-reserva .preco {
	color:#8ABF00;
	line-height:1em;
	font-size:2em;
	font-weight: 700;
	padding:0px;
}
.main-area.hotel .confirmar-reserva .preco-sem-desconto {
	color:#AF2D2D;
	line-height:1em;
	font-size:1em;
	text-decoration-line: line-through;
	font-weight: 700;
	padding:0px;
}
.main-area.hotel .confirmar-reserva .total {
	font-size:.8em;
	font-weight: 600;
}
.main-area.hotel .confirmar-reserva .resumo {
	display:block;
	font-size:.7em; 
	font-weight:500; 
	line-height:1em; 
	margin-bottom:0px;
	text-align:right
}
.main-area.hotel .confirmar-reserva .div-reservar {
	width:30%;
	padding: 5px;
	display: flex;
	align-content: center;
}
.main-area.hotel .confirmar-reserva .reservar {
	font-size:1em;
	font-weight:600;
	padding: 15px 5px;
	width:100%;
}
@media(max-width:768px){
	.main-area.hotel .confirmar-reserva .esq .codigo-promocional {
		margin-top:30px;
	}
	.main-area.hotel .confirmar-reserva .dir,
	.main-area.hotel .confirmar-reserva .dir p {
		text-align:left;
	}
}

/* ---------------------------- PAGINA RESERVA HOTEL --------------------------------- */

.div-reserva {
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius:10px;
	margin-bottom:30px;
}
.div-reserva .topo-reserva {
	padding:15px 0px;
}
.div-reserva .topo-reserva .esq,
.div-reserva .topo-reserva .dir {
	/*padding:0px;
	margin-bottom:10px;*/
}
.div-reserva .topo-reserva .esq-int,
.div-reserva .topo-reserva .dir-int {
	height:100%; 
	display:flex; 
	flex-direction:column; 
	justify-content:space-between;
}
.div-reserva .topo-reserva .esq-int {
	padding: 10px 0px;
}
@media (min-width: 992px) {
	.div-reserva .topo-reserva .esq-int {
		padding: 5px 0px 10px 10px;
	}
}
.div-reserva .topo-reserva .dir-int {
	padding: 5px;
}
.div-reserva .topo-reserva .div-foto {
	padding: 0px;
}
.div-reserva .topo-reserva .foto-hotel {
	border-radius: 10px;
  	width: auto;
	max-width:100%;
	min-width:100%;
	height:200px;
  	object-fit: cover;
}
.div-reserva .topo-reserva .esq h4,
.div-reserva .topo-reserva .esq-int h4 {
	font-size:1.2em;
	color:#38A537;
	margin-bottom: 0px;
	font-weight:600;
}
.div-reserva .topo-reserva .esq hr {
	width:100%;
	margin-top:0px;
	margin-bottom:10px;
}
.div-reserva .topo-reserva .esq .endereco,
.div-reserva .topo-reserva .esq-int .endereco {
	font-size: .8em;
	font-weight: 600;
}
.div-reserva .topo-reserva .esq .linha {
	margin-bottom:5px;
}
.div-reserva .topo-reserva .esq span.svg-inline--fa,
.div-reserva .topo-reserva .esq span.fa,
.div-reserva .topo-reserva .esq-int .estrelas {
	font-size:.6em;
	color:#FFBC00;
}
.div-reserva .topo-reserva .esq .icones .svg-inline--fa,
.div-reserva .topo-reserva .esq .icones .fa,
.div-reserva .topo-reserva .esq .icones .fas {
	color:#FFFFFF;
}
.div-reserva .topo-reserva .esq .icones .fundo-icone.svg-inline--fa,
.div-reserva .topo-reserva .esq .icones .fundo-icone.fa,
.div-reserva .topo-reserva .esq .icones .fundo-icone.fas {
    color: #8ABF00;
}
.div-reserva .topo-reserva .esq .datas-noites {
	display:inline;
	font-size:.8em;
	font-weight: 600;
}
.div-reserva .topo-reserva .esq .datas-noites span {
	white-space: nowrap;
}
.div-reserva .topo-reserva .esq .datas-noites .legenda {
	font-weight: 500;
	color:#133E5A;
}
/*.div-reserva .topo-reserva .esq .bottom {
	margin-top:15px;
}*/
@media (min-width:576px) {
	.div-reserva .topo-reserva .dir,
	.div-reserva .topo-reserva .dir p {
		text-align:right;
	}	
}
.div-reserva .topo-reserva .dir h6 {
	font-size:.8em;
	font-weight: 600;
	margin-bottom: 0px;
}
.div-reserva .topo-reserva .dir p {
	font-size: .7em;
	font-weight: 500;
	margin-bottom: 0px;
	color:#133E5A;
	/*text-align:right;*/
}
.div-reserva .topo-reserva .dir hr {
	border:none;
	margin:10px;

}
.div-reserva .topo-reserva .div-escolha {
/*	display:flex;
	width:100%;
	padding-top:5px;*/
}
.div-reserva .topo-reserva .escolha {
	/*width:70%; */
	/*float:right; */
	/*text-align:right; */
	padding-top:5px;
	/*padding-right:5px;*/
}
.div-reserva .topo-reserva .preco {
	color:#18B24B;
	line-height:1em;
	font-size:2em;
	font-weight: 700;
	padding:0px;
}
.div-reserva .topo-reserva .total {
	font-size:.8em;
	font-weight: 600;
}
.div-reserva .topo-reserva .resumo {
	display:inline-block;
	line-height: 2.7em;
	margin-right:5px;
}
.div-reserva .topo-reserva .resumo span {
	font-size:.7em; 
	font-weight:500;
	line-height: 2em;
}
.div-reserva .info-dados .titulos-fundo {
	border-radius: 50px;
	background: #E9E9E9;
	white-space: nowrap;
	/*margin-left:5px;*/
}
.div-reserva .info-dados .conteudo {
	padding:20px;
	font-size:.9em;
	color:#133E5A;
}
.div-reserva .info-dados .icones {
	margin-left:-5px;
}
.div-reserva .info-dados .icones i {
	color:#FFFFFF;
}
.div-reserva .info-dados .icones .fundo-icone.svg-inline--fa,
.div-reserva .info-dados .icones .fundo-icone.fa,
.div-reserva .info-dados .icones .fundo-icone.fas {
    color: #8ABF00;
}
.div-reserva .info-dados .titulos {
	font-size:.9em;
	font-weight: 700;
	display:inline-block;
	margin-left:-5px;
}
.div-reserva .info-dados .conteudo h6 {
	margin-top:10px;
	font-size:1em;
	font-weight: 700;
}
.div-reserva .info-dados .conteudo p,
.div-reserva .info-dados .conteudo span,
.div-reserva .info-dados .conteudo strong {
	font-size:.9em;
}
.div-reserva .info-dados .conteudo p,
.div-reserva .info-dados .conteudo span {
	font-weight: 500;
}
.div-reserva .info-dados .conteudo p {
	margin-bottom:5px;
}
.div-reserva .info-dados .conteudo .preco {
	margin-top:5px;
}
.div-reserva .info-dados .custom-checkbox {
	font-size:.9em;
	margin-bottom:10px;
}

/* FORMULARIO */
@media(max-width:768px) {
	.div-reserva .info-dados .form-row.grupo {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom:10px;
		margin-bottom:20px;
	}
}
.div-reserva .info-dados .form-row label {
	font-size: .9em;
	
}
@media(min-width:768px) {
	.div-reserva .info-dados .caixas-selecao {
	padding-top:30px;
	}
}
.div-reserva .info-dados small {
	text-align: justify;
	text-justify: inter-word;
}

.div-reserva textarea {
	border: 1px solid #CCCCCC!important;
}

.div-reserva .confirmar .div-botao {
	text-align:right;
	padding-top:0px;
}
@media(max-width:768px) {
	.div-reserva .confirmar .div-botao {
		text-align:center;
	}
}
.div-reserva .info-dados .validar {
	margin-top:27px;
	padding:0px;
	height:40px;
	width:100%;
}
.div-reserva .info-dados .confirmar {
	padding:15px;
	text-align: justify;
    text-justify: inter-word;
}
.div-reserva .info-dados .bot-confirmar {
	font-weight: 500;
	border-radius: 5px;
	height:60px;
	line-height:45px;
	vertical-align: middle;
}
.efectuar-pagamento .botao1 {
	width:200px!important;
}
.efectuar-pagamento .botao1:disabled {
	background:#878787!important;
	width:200px!important;
}
@media(max-width:768px){
	.reservas .botao {
		width:100%;;
	}
}

/* MULTI-STEP */
/* Style the input fields */
.main-area.hotel-reserva input {
	width: 100%;
}
/* Mark input boxes that gets an error on validation: */
.main-area.hotel-reserva input.invalid {
  background-color: #FFBABA;
}
/* Mark input boxes that gets an error on validation: */
.main-area.hotel-reserva input.valid {
  background-color: #AFA;
}
/* Hide all steps by default: */
.main-area.hotel-reserva .tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.main-area.hotel-reserva .step {
	text-align:center;
	opacity: 0.5;
	padding-top:10px;
}
.main-area.hotel-reserva .step span {
	display:block;
}
.main-area.hotel-reserva .step .circulo {
	height: 25px;
	width: 25px;
	margin: 0 2px;
	color:#FFFFFF;
	font-weight: 700;
	background-color: #0C83C1;
	border: none;
	border-radius: 50%;
	display: inline-block;
	text-align:center;
}
/* Mark the active step: */
.main-area.hotel-reserva .step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.main-area.hotel-reserva .step.finish .circulo {
  background-color: #4CAF50;
}
.step-titulo {
	font-size:1.2em;
	font-weight:700;
}
.botao1.voltar {
	margin-top:5px;
	float:right;
	width:100px;
	font-size:.8em;
	font-weight:500;
}

/* ********************** PAGINA DE CONFIRMAÇÃO DA RESERVA *************** */
.header-area.hotel-reserva-confirmacao {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
	background-color:rgba(255,255,255,0.00);
	min-height:150px;
}
.main-area.hotel-reserva-confirmacao {
	flex: 1 0 auto;
	min-height:300px;
}
.main-area.hotel-reserva-confirmacao .texto-confirmacao {
	height:100%;
	margin-bottom:40px;
}
.main-area.hotel-reserva-confirmacao .texto-confirmacao h2 {
	font-size:1.4em;
	font-weight:700;
}
.main-area.hotel-reserva-confirmacao .texto-confirmacao h4 {
	font-size:1.2em;
	font-weight:500;
}
.main-area.hotel-reserva-confirmacao .texto-confirmacao .bot-confirmar {
	margin-top:30px!important;
}
.footer-area.hotel-reserva-confirmacao {
	flex-shrink: 0;
}
@media(max-width:768px){
	.header-area.hotel-reserva-confirmacao {
		min-height:200px;
	}
}








/* ********************** PAGINA DE LISTAGEM DAS RESERVAS *************** */
.header-area.hotel-lista-reservas {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
	background-color:rgba(255,255,255,0.00);
	min-height:150px;
}
.main-area.hotel-lista-reservas {
	flex: 1 0 auto;
	min-height:300px;
}
.main-area.hotel-lista-reservas .texto {
	height:100%;
	margin-bottom:40px;
}
.main-area.hotel-lista-reservas .texto h2 {
	font-size:1.4em;
	font-weight:700;
}
.main-area.hotel-lista-reservas .texto h4 {
	font-size:1.2em;
	font-weight:500;
}
.main-area.hotel-lista-reservas .lista-reservas {
	margin-top:30px;
	margin-bottom:100px;
	list-style-type: none;
}
.main-area.hotel-lista-reservas .lista-reservas li {
	margin-top:10px;
	border-bottom:1px solid #D4D4D4;
	padding-bottom:10px;
}
.footer-area.hotel-lista-reservas {
	flex-shrink: 0;
}
@media(max-width:768px){
	.header-area.hotel-lista-reservas {
		min-height:200px;
	}
}














/* ********************** PAGINA DE DADOS DA RESERVA *************** */
.header-area.hotel-reserva-dados {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
	background-color:rgba(255,255,255,0.00);
	min-height:150px;
}
.main-area.hotel-reserva-dados {
	margin-top:20px;
}
.div-reserva.dados-reserva {
	padding-top:30px;
	padding-bottom:30px;
}
.div-reserva.dados-reserva .titulo-dados-reserva {
	font-weight:700;
	margin-bottom:20px;
}

.div-reserva.dados-reserva .conteudo {
	margin-bottom:5px;
}
.div-reserva.dados-reserva .conteudo table {
	margin-bottom:0px;
	color:#19719F;
}
.div-reserva.dados-reserva .conteudo th {
	border:0;
	color:#133E5A;
}
.div-reserva.dados-reserva .conteudo th,
.div-reserva.dados-reserva .conteudo td {
	white-space: nowrap;
}
.div-reserva.dados-reserva .conteudo table .label {
	width:100px;
	color:#133E5A;
}
.main-area.hotel-reserva-dados .total {
	float:right;
	background:#D7D7D7;
	padding:5px 20px;
	border-radius:25px;
	margin-right:10px;
	/*margin-top:-10px;*/
	margin-bottom:20px;
}
.main-area.hotel-reserva-dados .total-final {
	font-size:.9em;
	font-weight: 700;
	margin-right:15px;
	color:#133E5A;
}
.main-area.hotel-reserva-dados .valor {
	font-size:1em;
	font-weight: 700;
	color:#19719F;
}
.main-area.hotel-reserva-dados .botao1.sem-margem {
	padding:2px 10px;
	border-radius:5px;
	font-size:.9em;
}
.main-area.hotel-reserva-dados .download {
	margin-right:5px;
}

/* **************** PAGINAS INFORMAÇÃO ******************* */

.header-area.paginas-info {
    min-height:160px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 150% 150px;
    background-image: url("../img/paginas-topo-azul.png");
}
.main-area.paginas-info {
	padding-bottom:100px;
}
.main-area.paginas-info .titulo-seccao {
	padding-bottom:0px;
	margin-bottom:0px;
}
.main-area.paginas-info .conteudo-seccao {
	padding-top:20px;
}
.main-area.paginas-info .titulo-seccao .pontos {
	margin-bottom:10px;
}
.main-area.paginas-info h3 {
	margin-top:40px;
	margin-bottom:20px;
	font-weight: 600;
}
.main-area.paginas-info h5 {
	text-align:left;
	font-weight: 600;
}
.main-area.paginas-info h6 {
	margin-top:50px;
}
.main-area.paginas-info p {
	margin-bottom:20px;
	font-size:1em;
}
.main-area.paginas-info ul,
.main-area.paginas-info ol {
	text-align:left;
}

/* ************** PAGINA MANUTENÇÃO **********************  */

.header-area.manutencao {
	background: url("../img/manutencao.jpg");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mensagem,
.mensagem .in {
	height:80%;
	color:rgba(255,255,255,0.70);
}
.footer-area.manutencao {
	margin-top:0px;
}
@media(max-width:768px){
	.header-area.manutencao {
		background: url("../img/manutencao-s.jpg");
		height: 100%; 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.mensagem {
		text-align: center;
	}
}
.posx {
	position:static;
}

