/* Container */
@media (min-width: 1200px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1280px;
	}
}
body.page-transition-actvive #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
body.page-transition-actvive #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f58329;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.input-step {
    border: 1px solid #ced4da;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: 0.25rem;
    background: #fff;
    padding: 4px;
}
.input-step input {
    width: 4em;
    height: 100%;
    text-align: center;
    border: 0;
    background: 0 0;
    color: #212529;
    border-radius: 0.25rem;
}

.input-step button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: .1em;
    font-size: 1.4em;
    padding: .2em !important;
    background: #f3f6f9;
    color: #212529;
    border: none;
    border-radius: 0.25rem;
}

.form-step-rooms {
    position: relative;
    cursor: pointer;
}

.icons-steprooms {
    position: absolute;
    top: 7px;
    left: 15%;
}

.dautoComplete_wrapper {
    display: block;
    position: relative;
}

.dautoComplete_wrapper>input {
    display: block;
    width: 100%;
    height: auto;
    padding: .5rem .9rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-image: none;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-overflow: ellipsis;
    outline: none;
    background-size: 1.4rem;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
}

.border-none {
    border: none;
}
/*HOTELS*/
.hotel-search-box-bg {
    background-color: #02354e;
}
.hotel-gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 100px;
	padding: 20px 5px 5px 5px;
	grid-gap: 5px;
	width: 100%;
}

.hotel-gallery-container:hover {
	cursor:pointer;
}

.hotel-gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel-gallery-item:nth-child(1) { 
	grid-column-start: span 2;
	grid-row-start: span 2;
}
.clickable-cell {
    cursor: pointer;
}

.addrange {
    transition: all .2s ease-in-out;
    border: 1px dashed #10adda;
    color: #10adda;
    text-align: center;
    display: block;
    padding: 15px 0;
    cursor: pointer;
}

@media (min-width: 768px) { 
	.hotel-gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 200px;
	padding: 20px 5px 5px 5px;
	grid-gap: 5px;
	width: 100%;
	}

	.hotel-gallery-container:hover {
	cursor:pointer;
	}
    
    .bedroom-carousel-container:hover {
        cursor:pointer;
    }

	.hotel-gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.hotel-gallery-item:nth-child(1) { 
		grid-column-start: span 2;
		grid-row-start: span 2;
	}
}

@media (max-width: 575.98px) {
    /* Tus estilos específicos aquí */
    .hotel-gallery-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3px;
        width: 100%;
        }
        .card-hotel-gallery {
            padding: 0px;
        }
}

/*Text*/
.text-orange-cb {
    color: #f58326 !important;
}
.text-blue-cb {
    color: #1f96d3 !important;
}
.text-grey-cb {
    color: #797979 !important;
}
.text-upper-lower {
    text-transform: none;
}
.fs-1em {
    font-size: 1em;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
}
h1.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
}
h1 {
    letter-spacing: 0;
}
.cursor-pointer {
    text-decoration: none;   /* Elimina el subrayado */
    cursor: pointer;         /* Cambia el cursor a puntero */
}

.loja-height {
    min-height: 207px;
}
/*Gutter*/
.no-gutter {
    --bs-gutter-x: 0;
}
/*Backgrounds*/
.bg-search-box {
    background-color: #7cc2e6;
    /*background-image:  linear-gradient(90deg, rgb(0 136 204) 0%, rgb(124 194 230) 100%);
    background-size: 100%, auto;*/
}
.bg-orange-cb {
    background-color: #f58326 !important;
}
.bg-blue-cb {
    background-color: #1f96d3 !important;
}
.bf-grey-cb {
    background-color: #797979 !important;
}


@media only screen and (max-width: 600px) {
    .autoComplete_wrapper > input {
        width: 100%;
    }
}