/*!
Theme Name: Tema Carrís
Theme URI: https://them.es/starter
Author: VINCUSYS
Author URI: https://www.vincusys.com
Description: 
Version: 3.2.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: carris-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

@font-face {
    font-family: 'Avenir';
    src: local('Avenir Book'), local('Avenir-Book'),
        url('assets/fonts/Avenir-Book.woff2') format('woff2'),
        url('assets/fonts/Avenir-Book.woff') format('woff'),
        url('assets/fonts/Avenir-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

#header {
	height: 94px;
}

body{
	font-size: 17px;
}

a {
	color: #887547;
}

a:hover {
	color: #000000;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
	border: none;
}

/* .navbar-nav > li > a {
	font-size: 1.1rem;
} */

/* h2{
	position: relative;
	margin-bottom: 3rem;
} */

.eslogan, .bloque-eslogan h4 {
	text-align: center !important;
	color: #999;
	position: relative;
	margin-bottom: 3rem;
}

.separador h2{
	position: relative;
}

.eslogan::after, .bloque-eslogan h4::after, .separador h2::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background-color: #887547;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}


.section-spacer {
	padding: 75px 0px;
}

@media (max-width: 1200px) {
	.section-spacer{
		padding: 37.5px 0px;
	}
}

#header-container { 
	height: 50px;
}

@media screen and (min-width: 1200px){
	#header-container {
		max-width: 1800px;
	}
}

* {
	font-family: 'Avenir';
}

.bg-gris{
	background-color: #f2f2f2;
}

::-moz-selection { /* Code for Firefox */
	background: #887547;
	color: white;
}
  
::selection {
	background: #887547;
	color: white;
}

.bg-dark{
	background-color: #000 !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

button, .btn-descubre {
	background-color: #887547;
	color: #ffffff;
	border: none;
	transition: color 0.5s, background-color 0.5s;
}

.entry-meta{
	font-size: medium !important;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Cabecera */
#navbar {
	white-space: nowrap;
}

#navbar .navbar-nav > li > a,
#navbar .navbar-nav > li > a:hover {
	color: white;
}

@media (max-width: 1200px) {
	#navbar {
		background-color: #000;
	}

	#navbar > ul {
		padding: 20px;
	}

	#navbar .menu-image {
		display: none;
	}

	#navbar .dropdown-menu {
		background-color: #000;
	}
	
	#navbar .dropdown-menu li a{
		color: white;
	}

	.dropdown-item.active{
		background-color: white;
		color: black!important;
	}

	#navbar .dropdown-menu li a:hover{
		color: black;
	}

	
}

.dropdown-item:active,.dropdown-item.active{
	background-color: #887547;
	color: #ffffff !important;
}

@media screen and (max-width: 1200px) {
	.menu-no-title {
		display: none;
	}
}

@media (min-width: 1200px) {

	.menu-item:hover > .nav-link + ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		animation-name: fadeIn;
		animation-duration: 0.5s;
	}

	/* Dropdown Custom */
	#navbar .dropdown-custom .dropdown-item:hover,
	#navbar .dropdown-custom .dropdown-item:active,
	#navbar .dropdown-custom .dropdown-item:visited,
	#navbar .dropdown-custom .dropdown-item:target,
	#navbar .dropdown-custom .dropdown-item:focus {
		background-color: black !important;
	}

	.dropdown-custom .dropdown-item.active > span {
		color: #887547 !important;
		background-color: white !important;
	}

	#navbar .dropdown-custom .dropdown-item:hover > span {
		background-color: white;
		color: #887547;
	}
	
	#navbar .dropdown-custom .dropdown-menu, #navbar .dropdown-classic .dropdown-menu{
		width: 900px;
		background-color: #000;
		/* display: none; */
		border-radius: 0px;
		box-shadow: 0 0 0.2px 0.2px #8875477d;
		padding: 30px;
		margin: 0px;
	}
	
	#navbar .dropdown-custom .dropdown-menu.show {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		animation-name: fadeIn;
		animation-duration: 0.5s;
	}
	
	#navbar .dropdown-custom .dropdown-menu > li {
		width: 33.3333333%;
		margin: 10px 0px;
		position: relative;
	}
	
	#navbar .dropdown-custom .dropdown-menu > li > a {
		padding: 10px;
	}
	
	#navbar .menu-item-type-custom > a {
		color: white;
		padding-left: 20px;
	}
	
	#navbar .dropdown-custom .menu-image{
		width: 100% !important;
		height: auto !important;
		box-shadow: 0 0.5rem 2rem 0.2rem #88744753!important;
		padding: 0;
	}
	
	#navbar .dropdown-custom .menu-image-title{
		color: white;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #887547;
		text-align: right;
		font-size: 14px;
		top: 25px;
		bottom: 0;
		right: 10px;
		font-weight: 600;
		/* left: 0; */
		padding-right: 15px;
		max-height: 30px;
		width: auto;
		transition: color 0.5s, background-color 0.5s;
	}
	
	#navbar .dropdown-custom .menu-no-title span{
		display: none;
	}
	
	#navbar .dropdown-custom .menu-no-title img{
		box-shadow: none !important;
	}

	/* Dropdown Classic */
	#navbar .dropdown-classic .dropdown-menu{
		width: 218px;
	}
	#navbar .dropdown-classic .dropdown-menu li{
		width: 100%;
	}

	#navbar .dropdown-classic .dropdown-item{
		color: white !important;
		transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
		-moz-transition: background-color 0.5s ease;
		-ms-transition: background-color 0.5s ease;
		-o-transition: background-color 0.5s ease;
	}

	#navbar .dropdown-classic .dropdown-item:hover,
	#navbar .dropdown-classic .dropdown-item:active,
	#navbar .dropdown-classic .dropdown-item.active {
		background-color: #887547;
	}

	#navbar .dropdown-classic .dropdown-menu.show{
		animation-name: fadeIn;
		animation-duration: 0.5s;
	}

	#navbar .lang-menu ul {
		width: 175px !important;
		left: -40px;
	}
}

/* Footer */

footer {
    color: #ddd;
	padding-bottom: 130px;
}

.footer-input-custom input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.footer-input-custom button{
	padding: 10px!important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.footer-menu-custom a {
	color: white !important;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}

.footer-menu-custom a:hover,
.footer-menu-custom a:active,
.footer-menu-custom a:target,
.footer-menu-custom a:focus{
	color: #887547 !important;
}

#modalVentajas .separador {
	height: 1px;
	background: linear-gradient(to right, white, #887547, white);
}

#modalVentajas .modal-header{
	border-radius: 0;
	background-color: #e3e0ca !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}


/* Sliders y galerías*/

.carousel-indicators button {
	width: 10px !important;
	height: 10px !important;
	margin-left: 7px !important;
	margin-right: 7px !important;
}

.carousel-control-prev, .carousel-control-next {
	z-index: 3;
}

.carousel-caption {
	top: 50%;
}

.img-carousel {
	background-size: cover;
	background-position: center;
	min-height: 500px;
	height: calc(100vh - 220px);
	width:100%;
}

.img-carousel:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
}

.texto-slider{
	z-index: 2;
}

.texto-slider > h1{
	font-size: 60px;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 1200px){
	.texto-slider > h1{
		font-size: 45px;
	}
}

.texto-slider > p{
	font-size: 1.25rem;
	text-align: center;
	margin: auto;
	width: 70%;
}

#room-info .slider-for img{
	width:100%;
}

#room-info .slider-nav img{
	width:100%;
}

#room-info .slick-track > .slick-slide:not(.slick-current), #slider-fotos .slick-track > .slick-slide:not(.slick-current){
	opacity: 0.5;
}

/*Mapas*/

.mapa {
	height: 400px;
}

.mapa-contacto {
	height: 43vh;
}

.leaflet-control-attribution.leaflet-control{
	display: none;
}

.hotel-marker {
	font-size: 16px;
	color: #887547;
	font-weight: 600;
}

.leaflet-popup-close-button {
	display: none;
}

.leaflet-popup-content {
	width: max-content !important;
}

/* Portada*/

#carris-hoteles .tarjeta-img{
	width: 133px;
	height: 133px;
	position: absolute;
	display: flex;
	left: -15px;
	bottom: -35px;

	background-color: #887547;
}

#carris-hoteles .tarjeta-img span{
	font-size: x-large;
}

.tag-hotel{
	position: absolute;
	z-index: 100;
	background-color: #887547;
	font-weight: 600;
	color: #ffffff;
	top: 30px;
	right: 12px;
}

#section-destinos p {
	right: 0;
	left: 0;
	bottom: 0;
	top: auto;
}

.list-item .tag-hotel{
	transition: background-color 0.5s ease, color 0.5s ease;
}

.list-item:hover {
    transform: translateY(-10px);
}

.list-item:hover .tag-hotel{
	background-color: white;
	color: #887547;
}


/* Página de hotel */
#intro-hotel .tarjeta-img{
	width: 150px;
	height: 150px;
	position: absolute;
	display: flex;
	right: -20px;
	bottom: 0;
	top:0;
	margin: auto;
}

#intro-hotel .tarjeta-img span{
	font-size: large;
}

.cuadrado-carris {
	width: 100%;
    height: fit-content;
}
.btn-descubre {
	border: 1px solid #887547;
	background-color: #887547;
	color: #ffffff;
}

.btn-descubre:hover {
	background-color: transparent;
	color: #887547;
	border: 1px solid #887547;
}

.btn-comp-room {
	background-color: #887547;
	color: #ffffff;
	border: 1px solid #887547;
	padding: 10px 40px;
	margin: auto;
	transition: color 0.5s, background-color 0.5s;
}

@media screen and (min-width:1200px){
	.btn-comp-room {
		margin: 50px auto;
	}
}

.btn-comp-room:hover {
	background-color: transparent;
	color: #887547;
	border: 1px solid #887547;
}

#wrapper-rooms .wrap-1,
#wrapper-rooms .wrap-2,
#wrapper-rooms .wrap-3,
#wrapper-rooms .wrap-4,
#wrapper-rooms .wrap-5,
#wrapper-rooms .wrap-6,
#wrapper-rooms .wrap-7,
#wrapper-rooms .wrap-8,
#wrapper-rooms .wrap-9, 
#wrapper-rooms .wrap-10 {
	display:block;
	width: 100%;
	height: 300px;
	margin: 30px auto;

}

#wrapper-rooms > a {
	
}

#wrapper-rooms > a::before, .filtro-negro::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,0.85) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(2,0,36,0.85) 100%);
}

#wrapper-rooms > a {
	background-position: center;
	background-size: cover;
	text-align: center;
}

@media screen and (min-width: 1200px) {

	 .wrapper-rooms-3 { /* Grid para 3 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(2, 300px);
		grid-template-areas:
			'uno uno uno uno uno uno'
			'dos dos dos tres tres tres';
		gap: 20px;
	} 

	.wrapper-rooms-4 { /* Grid para 4 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(3, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres tres cuatro cuatro cuatro';
		gap: 20px;
	}

	.wrapper-rooms-5 { /* Grid para 5 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(3, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'cinco cinco cinco cinco cinco cinco'
			'tres tres tres cuatro cuatro cuatro';
		gap: 20px;
	}

	.wrapper-rooms-6 { /* Grid para 6 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(3, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres cuatro cuatro cinco cinco'
			'seis seis seis seis seis seis';
		gap: 20px;
	}
	
	.wrapper-rooms-7 { /* Grid para 7 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(3, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres cuatro cuatro cinco cinco'
			'seis seis seis siete siete siete';
		gap: 20px;
	}
	
	.wrapper-rooms-8 { /* Grid para 8 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(4, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres cuatro cuatro cinco cinco'
			'seis seis seis seis seis seis'
			'siete siete siete ocho ocho ocho';
		gap: 20px;
	}
	
	.wrapper-rooms-9 { /* Grid para 9 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(4, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres cuatro cuatro cinco cinco'
			'seis seis seis seis seis seis'
			'siete siete ocho ocho nueve nueve';
		gap: 20px;
	}
	
	.wrapper-rooms-10 { /* Grid para 10 habitaciones*/
		display: grid;
		grid-template-columns:  repeat(6, 16%);
		grid-template-rows:  repeat(4, 300px);
		grid-template-areas:
			'uno uno uno dos dos dos'
			'tres tres cuatro cuatro cinco cinco'
			'seis seis seis siete siete siete'
			'ocho ocho nueve nueve diez diez';
		gap: 20px;
	}

	#wrapper-rooms .wrap-1 {
		grid-area: uno;
	}
	#wrapper-rooms .wrap-2 {
		grid-area: dos;
	}
	#wrapper-rooms .wrap-3 {
		grid-area: tres;
	}
	#wrapper-rooms .wrap-4 {
		grid-area: cuatro;
	}
	#wrapper-rooms .wrap-5 {
		grid-area: cinco;
	}
	#wrapper-rooms .wrap-6 {
		grid-area: seis;
	}
	#wrapper-rooms .wrap-7 {
		grid-area: siete;
	}
	#wrapper-rooms .wrap-8 {
		grid-area: ocho;
	}
	#wrapper-rooms .wrap-9 {
		grid-area: nueve;
	}
	#wrapper-rooms .wrap-10 {
		grid-area: diez;
	}
}

.list-room-title {
	top: 30px;
	right: 20px;
	z-index: 9;
	font-size: x-large;
	/* font-weight: 600; */
}

.room-title {
	top: 30px;
	right: 20px;
	z-index: 9;
	font-weight: 600;
	background-image: linear-gradient(
		to right,
		#887547,
		#887547 50%,
		#ffffff 50%
	);
	background-size: 200% 100%;
	background-position: -100%;
	display: inline-block;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease-in-out;
}

.room-title2 {
    overflow-x: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (min-width: 1200px){

	.room-title{
		font-size: x-large;
	}

	.room-title2 {
		top: 0;
		right: 0;
		background-image: linear-gradient(
			to right,
			#887547,
			#887547 50%,
			#000000 50%
		);
		overflow-x: unset;
    	text-overflow: unset;
	}
	.room-title:before{
		content: '';
		background: #887547;
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 0;
		height: 3px;
		transition: all 0.5s ease-in-out;
	}
}


.room-info{
	color: #ffffff;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
/* .room-info{
	background-color: rgb(136 117 71 / 70%);
	color: #000000;
	bottom: 0px;
	left: 0px;
} */

.btn-room-reserv {
	bottom: 10px;
	right: 20px;
	z-index: 9;
	border: 1px solid #887547;
}

.btn-room-reserv:hover {
	background-color: transparent;
	color: #887547;
}
  
.room-title:hover {
   	background-position: 0;
}
  
.room-title:hover::before{
	width: 100%;
}

.price-tag{
	background-color: #000000;
	color: white;
	top: 20px;
	left: 0px;
	z-index: 2;
}

#list-salas .list-item, #list-restaurantes .list-item {
	min-height: 230px;
}

#footer-hotel {
	color:white;
}

#footer-hotel .direccion-hotel {
	background-color: #000000;
}

#footer-hotel .contacto-hotel {
	background-color: #887547;
}

#footer-hotel a {
	color: white !important;
}

/* #footer-hotel .contacto-hotel p{
	word-break: break-all;
} */

.punto {
    width: 12px;
    height: 12px;
    background-color: #887547;
    border-radius: 100%;
    margin: 10px auto;
}


/* Página de habitación*/

.room-header img {
	width: 100%;
	height: 35vh;
	object-fit: cover;
}

.cabecera > div {
	background-position: center;
	background-size: cover;
	height: 30vh;
}

.room-menu {
	position: absolute;
	display: flex;
	bottom: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

#select-fecha-room {
	max-width: 260px;
}

#otras-habitaciones .room-block{
	width: 100%;
	height: 200px;
	margin-top:3px;
	margin-bottom: 30px;
	background-position: center;
	background-size: cover;
	text-align: center;
}

#otras-habitaciones .room-block::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,0.80) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
}

#otras-habitaciones .slick-prev, #otras-habitaciones .slick-next {
	top:60% !important;
}

#otras-habitaciones .slick-prev:before, #otras-habitaciones .slick-next:before {
	color: black;
}

.slick-dots li button:before {
    font-size: 15px;
    content: '\25A0' !important;
}

/* Menu fijo de reservas*/

#selected-hotel,
#selected-room {
	font-size: 18px;
	white-space: no-wrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1400px) {
	#fixed-menu-reserv #select-fecha > div {
		margin: 0px 20px !important;
	}
}

#fixed-menu-reserv {
	position: fixed;
	bottom: 0;
	z-index: 1032;
	width: 100vw;
	height: 130px;
	background-color: #e3e0ca;
}

@media (max-width: 767px) {
	#fixed-menu-reserv {
	  height: 100px;
	}
  }

#fixed-menu-reserv .dropdown-toggle {
	color: #000000 !important;
}

#fixed-menu-reserv .dropdown-menu{
	/* background-color: #e3e0ca; */
	border: none;
	border-radius: 0;
}

#fixed-menu-reserv .dropdown-item:hover {
	background-color: #887547;
	color: #ffffff !important;
}

#fixed-menu-reserv .dropdown-toggle:after{
	display: none;
	margin: auto;
}

#select-fecha{
	cursor: pointer;
}

#select-fecha > div > div{
	white-space: nowrap;
}

#select-habitaciones .dropdown-menu {
	width: 400px;
	height: 366px;
	overflow-y: auto;
}

#select-habitaciones .plus,
#select-habitaciones .minus{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#select-habitaciones input[type=number]::-webkit-outer-spin-button,
#select-habitaciones input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

#select-habitaciones input[type=number] {
	-moz-appearance: textfield;
}

#select-habitaciones small{
	font-size: 10px;
	color: gray;
}

.daterangepicker{
	border-radius: 0 !important;
}

@media screen and (max-width:565px) {
	.daterangepicker.drop-up {
		flex-direction: column!important;
		width: auto !important;
	}
	.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
		padding:0 !important;
	}
}

.daterangepicker .applyBtn {
	background-color: #887547;
	border: none;
}

.daterangepicker .in-range {
	background-color: rgb(136 117 71 / 18%) !important;
}

.daterangepicker .active {
	background-color: #887547 !important;
}

.daterangepicker.drop-up{
	/* position: relative; */
	top: -218px !important;
	width: 486px;
}

.daterangepicker.drop-up *{
	border-radius: 0px !important;
}

.daterangepicker .month {
	font-size: large !important;
}

.rooms-creator .remove-room {
	color: #887547;
}

#select-habitaciones .add-room,
#select-habitaciones .close-dropdown,
.btn-reserva, .btn-continuar{
	border: 1px solid #887547;
}

#select-habitaciones .add-room:hover,
#select-habitaciones .close-dropdown:hover,
.btn-reserva:hover, .btn-continuar:hover {
	background-color: transparent;
	color: #887547;	
}

.rooms-creator input{
	background-color: white;
}

.block-arrow{
	opacity: 0.5;
}

/* Contacto */
#contacto-1 img {
	position: absolute;
	left: -50px;
}

input[type=checkbox]:checked {
	background-color: #887547;
	border-color: #887547;
}

input[type=checkbox]:focus {
	border-color: #887547;
	box-shadow: none;
}

/* Políticas */
.politicas > div {
	max-width: 1080px;
}

.politicas h2{
	margin-bottom: 10px;
}

.politicas h2::after {
	background-color: transparent;
}


/* Filtros */
.filter-brightness{
	filter: brightness(0.75);
	-webkit-filter: brightness(0.75);
}

.filter-opacidad {
	position: relative;
	background-size: cover;
	background-position: center;
}

.filter-opacidad::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.40;
}
.filter-opacidad * {
	z-index: 1;
	position: relative;
}

/* Animaciones y Transiciones */
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 100;}
}

.list-item{
	transition: transform 0.5s ease;
}

.transition-color{
	transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
}

.info-ubicacion > h2{
	text-align: center;
	margin: 3rem auto;
}

.info-ubicacion > p{
	/* width: 75%; */
	margin: auto;
}


.eliminar-barra + #fixed-menu-reserv {
	display: none !important;
}

.icon-transporte:hover {
	opacity: 0.7;	
}


/* Submenu Hotel */
#submenu-hotel {
	padding: 5px 0px;
	position: fixed;
	border: 1px solid rgba(255, 255, 255, 0.209);
	border-left: none;
	top: 50%;
	padding-left: 5px;
	left: 0;
	width: 65px;
	overflow: hidden;
    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
	transition: width 0.3s ease-in-out;
		-webkit-transition: width 0.3s ease-in-out;
		-moz-transition: width 0.3s ease-in-out;
		-ms-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
}

#submenu-hotel .navbar {
	width: 100%;
	justify-content: center;
}	

#submneu-hotel a {
	display: flex;
}

#submenu-hotel p {
	color: white;
	margin-left: 10px !important;
	opacity: 0;
	white-space: nowrap;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

#submenu-hotel p:hover{
	color: #887547;
}

#submenu-hotel:hover p {
	opacity: 1;
}

@media (min-width: 1200px){
	#submenu-hotel:hover {
		width: 300px;
	}
}

@media (max-width: 1200px) {
	#submenu-hotel {
		left: -65px;
		overflow: visible;
		transition: ease-in-out 0.5s all;
		-webkit-transition: ease-in-out 0.5s all;
		-moz-transition: ease-in-out 0.5s all;
		-ms-transition: ease-in-out 0.5s all;
		-o-transition: ease-in-out 0.5s all;
	}

	.mobile-arrow{
		cursor: pointer;
	}

	.mobile-arrow span {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transition: ease-in-out 0.2s transform;
		-webkit-transition: ease-in-out 0.2s transform;
		-moz-transition: ease-in-out 0.2s transform;
		-ms-transition: ease-in-out 0.2s transform;
		-o-transition: ease-in-out 0.2s transform;
}

	#submenu-hotel .container{
		overflow: hidden;
	}

	#submenu-hotel .container p{
		opacity: 1;
	}

	#submenu-hotel .mobile-arrow {
		width: 50px;
		height: 50px;
		position: absolute;
		background-color: rgb(0 0 0 / 53%);
		color: white;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: -4px;
		top: 0;
		right: -50px;
	}

	#submenu-hotel .mobile-arrow span {
		background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
		height: 20px;
		width: 20px;
	}

	#submenu-hotel.open{
		left: -1px;
		width: 300px;
	}

	#submenu-hotel.open .mobile-arrow span{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
}
}

/* Blog */
.articles-blog .card {
	/* height: 700px; */
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.articles-blog .card-image{
	height: 450px;
	background-size: cover;
	background-position: center;
}

.articles-blog .card .card-content{
	color: black;
}

.articles-blog .card .card-content small::before{
	border-left: 1px solid black;
}

.articles-blog .card header	{
	background-color: #887547;
}

.articles-blog .card-footer-custom a {
	background-color: #887547;
}

#sidebar .categories li a {
	color: black !important;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
}

#sidebar .categories li a:hover{
	color: #887547 !important;
}

#sidebar .categories li h3 {
	position: relative;
	margin-bottom: 25px;
}

#sidebar .categories li h3::after {
	content: "";
	position: absolute;
	width: 75px;
	height: 2px;
	background-color: #887547;
	bottom: -10px;
	left: 0;
}

/* Page Carrís */
.contenedor {
	position: relative;
}

/* .img-page-carris:hover {
	opacity: 0.3;
} */

.contenedor-img {
	background-color: #887547;
}

.img-page-carris{
	opacity: 0.3;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;

}

.middle {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.texto {
	color: white;
	font-size: 25px;
	text-transform: uppercase;
}

@media (min-width: 1200px){
	.img-page-carris{
		opacity: 1;
	}
	
	.middle{
		opacity: 0;
	}
	
	.contenedor:hover .img-page-carris{
		opacity: 0.3;
	}
	
	.contenedor:hover .middle{
		opacity: 1;
	}
	
	/* .texto {
		font-size: 40px;
	} */
}

/* Distribuciones */
#distribuciones .titulo-distribucion{
	cursor: pointer;
	padding: 20px 30px;
	border-bottom: 1px solid #887547;
} 

#distribuciones .titulo-distribucion:first-child{
	border-top: 1px solid #887547;
}

#distribuciones .title-active, #distribuciones .info-distribucion{
	background-color: #887547;
	color: white;
}

/* Página de comparación de habitaciones*/
#serv-table .servicio {
	min-width: 250px;
}


/* Formularios*/
.footer-menu-custom .form-control{
	width: auto !important;
}

.form-control:focus {
	border-color: #887547;
	box-shadow: 0 0 0 0.25rem rgb(136 117 71 / 50%);
}

.btn-submit-newsletter{
	white-space: nowrap;
}

.claim-form{
	font-size: 12px !important;
}

.promo-precio {
	font-size: 40px;
}

.banner-san-valentin {
	background-color: #a4192e;
}

.banner-san-valentin img {
	max-width: 100%;
	width: 50%;
}

@media (max-width: 800px) {
	.banner-san-valentin img {
		width: 100%;
	}
  }