/*
/* COLOR 1: #1bbde8;
/* COLOR 2: #6d797c;
*/
.dmopMx {
    display: none !important;
}

button.btn.btn-dark, 
.btn:not(.close):not(.mfp-close).btn-dark, 
a.btn:not([href]):not([tabindex]).btn-dark {
    background-color: #00000060;
    border-color: #00000060;
}

.color1 {color: #1bbde8; }
.color2 {color: #6d797c; }

.que-buscas {
    top: -80px;
    z-index: 10;
    margin-bottom: -80px;
    overflow: inherit;
    background-color: transparent;
}
.que-buscas form select {
    background-image: none;
}
@media (min-width: 991.98px) {
	  .que-buscas form select {
	    font-size: 2em;
	}
}


#cobertura, .background-map {
	background-image: url(../images/mapa-cobertura.png);
}
#cobertura {
    background-position: right -130px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
ul.dropdown-menu-cols {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
}
ul.option-3-col {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
ul.option-2-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

@media (min-width: 768px) {
	#cobertura {
		background-image: url(../images/mapa-cobertura.png);
	}
	.background-map {
		background-image: none;
	}
}
@media (max-width: 768px) {
	#cobertura {
		background-image: none;
	}
	.background-map {
		background-image: url(../images/mapa-cobertura.png);
	}	
	.background-map {
		background-position: center top -100px;
		background-repeat: no-repeat;
		background-size: 170%;
	}
}
@media (max-width: 1190px) {

	ul.option-3-col {
	    -moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;
	}
}

.accordion.accordion-shadow .ac-item {
    background: #ffffff;
}

#header.sticky-active .header-inner #logo {display: inline-block !important; }
#header.transparent .header-inner #logo {display: none;}

.alert button.close {
    font-size: 20px;
    cursor: pointer;
    box-sizing: inherit;
    background-color: transparent;
    margin: 0em;
    padding: 0px;
    border-width: 0px;
    border-color: transparent;
    border-image: initial;
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover i {
	background: transparent;
}

#footer .widget.emails a, #footer .widget.emails i {font-size: 0.8em;}


.list-lines li.active a { color: #1bbde8; }

/*Rooms*/
.room {
	margin-bottom: 100px;
}

.room-image {
	border-radius: 4px;
	margin-bottom: 10px;
	position: relative;
}

.room-image img {
	border-radius: 4px;
	width: 100%;
	opacity: 1;
	transition: all ease 0.3s;
	cursor: pointer;
}

.room-image:hover img {
	opacity: 0.7;
}

.room-image .room-title {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	bottom: 0px;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 18px;
	border-radius: 0 0 4px 4px;
	float: left;
}

.room-badge {
	background: #e01a33 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 0.8333em;
	font-weight: bold;
	height: 42px;
	line-height: 1.0833em;
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 42px;
	z-index: 1;
}

.room-details>p {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 12px;
	padding-bottom: 10px;
}