*{
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
a, button{
	cursor: pointer;
}
a:hover,a:active,a:focus{
	text-decoration: none;
}
.no-padding{
	padding: 0;
}
/* POPOVER */
.popover-required {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 1050;
    display: block;
}
.popover-required .arrow {
    margin-left: -11px;
    border-top-width: 0;
    width: 0;
    height: 0;
    margin-left: 48%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,0.85);
}
.required-block {
    text-align: center;
    padding: 10px 15px;
    font-size: 0.9rem;
    border-radius: 5px;
    color: #fff;
}
/* RATES */
.list-item_content article {
	text-align: justify;
}
.list-item_content .currency{
	font-weight: bold;
}
.list-item_content .currency .price-rate {
	font-size: 1.3rem !important;
}
.list-item_content .descuento-rate{
	font-style: italic;
    font-weight: bold;
    font-size: 0.8rem;
}
/*HEADER*/
.top-bar{
	padding: 10px 0;
	background-color: #999;
}
.share span a{
	padding: 7px;
	border-radius: 4px;
	background-color: #fafafa;
	color: #333;
	font-size: 12px;
	margin-left: 10px;
}
.share span a:hover,.share span a:focus,.share span a:active{
	color: #fff;
}
.share .facebook i {
	color: #425497;
}
.share .facebook a:hover,
.share .facebook a:focus,
.share .facebook a:active,
.share .facebook a:hover i,
.share .facebook a:focus i,
.share .facebook a:active i {
	background-color: #425497;
	color: #fff !important;
}
.share .twitter i {
	color: #00b7ec;
}
.share .twitter a:hover,
.share .twitter a:focus,
.share .twitter a:active,
.share .twitter a:hover i,
.share .twitter a:focus i,
.share .twitter a:active i {
	background-color: #00b7ec;
	color: #fff !important;
}
.share .google i {
	color: #dd4241;
}
.share .google a:hover,
.share .google a:focus,
.share .google a:active,
.share .google a:hover i,
.share .google a:focus i,
.share .google a:active i {
	background-color: #dd4342;
	color: #fff !important;
}

.middle-bar{
	padding: 10px 0;
}
.logo img{
	max-width: 100%;
}
.slider img{
	width: 100%;
	position: relative;
}
/*/HEADER*/
/*BOOKING*/
.booking{
	background-color: #999;
	padding: 25px 0;
}
.sello{
	padding: 10px;
	display: block;
}
.sello img{
	max-width: 130px;
}
.promo-box h2, .promo-box label,.container-booking label {
	color: #fff;
}
.promo-box h2 span {
	color: #ffcd00;
}
.block-booking{
	width: 12%;
	padding: 3px;
}
.block-booking.check{
	width: 24%;
}
.block-booking.btn-tar{
	width: 16%;
}
.block-booking input, .block-booking select, .block-booking button{
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: normal;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    width: 100%;
    padding: 8px 10px 8px 10px;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:none;
}
.block-booking input, .block-booking select{
	background-color:rgba(255,255,255,0.45);
}
/*color a placeholder de inputs booking*/
.block-booking input::-webkit-input-placeholder { color: #000; }
.block-booking input:-moz-placeholder { color: #000; }
.block-booking input::-moz-placeholder { color: #000; }
.block-booking input:-ms-input-placeholder { color: #000; }

.block-booking.check i{
	position: absolute;
	top: 25%;
    right: 10px;
}
.block-booking select{
	background:rgba(255,255,255,0.45) url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
	background-repeat: no-repeat;
    background-position: 95% 50%;
    padding: 8px 35px 8px 25px;
}
.block-booking label{
	 -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.block-booking button{
	opacity: 1 !important;
}
.block-booking button:hover{
	border-width: 4px 0 4px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.35) !important; 
}
.comparador {
	background-color: rgba(0,0,0,0.3);
	padding: 5px;
}
.comparador > div {
	width: 19%;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	padding: 10px;
	border-top: solid rgba(0,0,0,0.3) 5px;
	margin: 0.5%;
	color: #fff;
}
/*/BOOKING*/
/*MODULOS*/
.card{
	border-radius: 5px 5px 0 0;
	border: solid 1px #eaeaea;
	position: relative;
	margin: 1%;
}
.card:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.card img{
	width: 100%;
	opacity: 0.85;
}
.card:hover img{
	opacity: 1;
}
.card a{
	display: block;
}
.btn-landing{
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #999;
}
.btn-landing{
	opacity: 0.8;
}
.btn-landing:hover,.btn-landing:active,.btn-landing:focus{
	color: #fff;
	background-color: #333;
	opacity: 1;
}
/*/MODULOS*/
/*TARIFAS*/
.list-item{
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0 20px 0;
}
.list-item:last-child{
	border-bottom: none;
}
.list-item img{
	background: #fff;
    padding: 3px;
    border: 1px solid #eaeaea;
	width: 100%;
}
/*/TARIFAS*/
/*FOOTER*/
footer{
	background-color: #999;
	padding: 25px 10px;
}
.social-foo a{
	color: #fff;
	font-size: 22px;
	margin: 5px;
}
.subscribe-foo{
	color: #fff;
}
.subscribe-foo a{
	color: #fff;
	padding: 10px 25px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 20px;
	border:solid 1px rgba(255,255,255,0.5);
}
.subscribe-foo a:hover,.subscribe-foo a:focus,.subscribe-foo a:active{
	background-color: rgba(0,0,0,0.3);
	border:solid 1px rgba(255,255,255,0.8);
}
.copy-r {
	color: #fff;
}
.copy-r a{
	color: rgba(255,255,255,0.5);
}
.copy-r a:hover,.copy-r a:focus,.copy-r a:active{
	color: rgba(255,255,255,1);
}
/*SHAKE VIBRATE*/
.social-foo i:hover {
  animation: shake 0.85s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 20px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
/*/SHAKE VIBRATE*/
/*/FOOTER*/
/*TOP SCROLL*/
.topscroll{
	position: fixed;
	z-index: 200;
	bottom: 30px;
	right: 30px;
	font-size: 36px;
	color: rgba(0,0,0,0.3);
}
.topscroll:hover,.topscroll:active,.topscroll:focus{
	color: rgba(0,0,0,0.85);
}
/*/TOP SCROLL*/
/*SLIDER*/
#slider{
	position: relative;
}
#slider img{
	width: 100%;
	display: none;
}
#slider img.active{
	display: block;
}
.indicatorsContainer{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
	left: 0;
}
.indicatorsContainer .indicator{
	width: 35px;
	height: 7px;
	background-color: rgba(255,255,255,0.5);
	margin: 5px;
	cursor: pointer;
	border-radius: 10px;
}
.indicatorsContainer .indicator.active{
	opacity: 0.70;
}
/*/SLIDER*/
/*MEDIAS QUERIES*/
@media (max-width: 767px) {
	.block-booking{
		width: 33%;
	}
	.block-booking.check{
		width: 50%;
	}
	.block-booking.btn-tar{
		width: 100%;
	}
	.comparador > div {
		width: 32%;
	}
	.indicatorsContainer{
	    width: auto;
	    height: 100%;
	    top: 0;
		left: 0;
		flex-direction: column;
	}
	.indicatorsContainer .indicator{
		height: 25px;
		width: 25px;
	}
	.header .logo img {
		width: 60%;
	}
}
@media (max-width: 575px) {
	.list-item-title{
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
  	.promo-box > div:nth-child(1) {
    	max-width: 100%;
    	-webkit-box-flex: 0;
    	-webkit-flex: 0 0 100%;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
  	}
  	.promo-box > div:nth-child(2) {
    	display: none;
  	}
  	.block-booking,.block-booking.check{
		width: 100%;
	}
	.comparador > div {
		width: 49%;
	}
	.list-item_content .btn-landing{
		display: block;
	}
}

/* LOGO -------------------------------------- */
.header .logo img {
	width: 30%;
}