
/* ----------------------------------------------------
	Margin .pt-	 ml-20 mr-20
------------------------------------------------------- */

/* 0px */

.m-0 {
	margin: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

/* 5px */

.m-y-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.m-x-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}


.m-5 { 
	margin: 5px;
}

.mt-5 {
	margin-top: 5px;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px;
}

.mr-5 {
	margin-right: 5px;
}

/* 7px */

.m-y-7 {
	margin-left: 7px;
	margin-right: 7px;
}

.m-x-7 {
	margin-top: 7px;
	margin-bottom: 7px;
}


.m-7 { 
	margin: 7px;
}

.mt-7 {
	margin-top: 7px;
}

.mb-7 {
	margin-bottom: 7px;
}

.ml-7 {
	margin-left: 7px;
}

.mr-7 {
	margin-right: 7px;
}

/* 10px */

.m-y-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.m-x-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-10 { 
	margin: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px !important;
}

/* 15px */

.m-y-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.m-x-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.m-15 { 
	margin: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.ml-15 {
	margin-left: 15px;
}

.mr-15 {
	margin-right: 15px;
}

/* 20px */

.m-y-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.m-x-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-20 { 
	margin: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}

/* 40px */

.m-y-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.m-x-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.m-40 { 
	margin: 40px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.mr-40 {
	margin-right: 40px;
}

/* 50px */

.m-y-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.m-x-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.m-50 { 
	margin: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-50 {
	margin-right: 50px;
}


/* ----------------------------------------------------
	Padding .pt-	 pl-20 pr-20
------------------------------------------------------- */

/* 0px */

.p-0 {
	padding: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

/* 5px */

.p-y-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p-x-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-5 {
	padding: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pl-5 {
	padding-left: 5px;
}

.pr-5 {
	padding-right: 5px;
}

/* 10px */

.p-y-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p-x-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}


.p-10 {
	padding: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pr-10 {
	padding-right: 10px;
}

/* 15px */

.p-y-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.p-x-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.p-15 {
	padding: 15px;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-10 {
	padding-right: 15px;
}


/* 20px */

.p-y-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p-x-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-20 {
	padding: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}


/* ----------------------------------------------------
	Font Size .fs-	
------------------------------------------------------- */
.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

/* ----------------------------------------------------
	Font style 
------------------------------------------------------- */

.fw-normal {
	font-weight: normal;
}

.fw-300 {
	font-weight: 300;
}

.fw-600 {
	font-weight: 600;
}

.fw-900 {
	font-weight: 900;
}

.fw-bold {
	font-weight: bold;
}

.fw-bolder {
	font-weight: bolder;
}

/* ----------------------------------------------------
	Flex	
------------------------------------------------------- */

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-gap-10 {
	gap: 10px;
}

.flex-gap-15 {
	gap: 15px;
}

.flex-start {
	justify-content: flex-start !important;
}

.flex-align-start {
	align-content: flex-start !important;
}

/* ----------------------------------------------------
	Input - group
------------------------------------------------------- */

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.4375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    text-align: center;
    white-space: nowrap;
    background-color: #d5dbe0;
    border: 1px solid #d5dbe0;
    border-radius: 4px;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}



/* ----------------------------------------------------
	Misc	
------------------------------------------------------- */

.g-color-primary {
  color: #f31287 !important;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  height: calc(3.75rem + 2px);
}

/* Primary Colors */
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: #f31287 !important;
}

.g-color-gray-light-v1--active.cbp-filter-item-active {
  color: #bbb !important;
}

.img-thumbnail{
	padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
	border-radius:.25rem;
	max-width:100%;
	height:auto !important
	}
	
	
@media (max-width:575px) {
.img-thumbnail--xs {
	padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
	border-radius:.25rem;
	max-width:100%;
	height:auto !important
	}
}

.text-muted-light {
	color: #C4C4C4 !important;
}

.hide {
    display: none !important
}

.hash-margin-top {
	scroll-margin-top: 100px;
}

.btn-mi-petra-menu {
	background-color:#FFF;
	color: #f31288;
	
	justify-content: flex-start; 
	align-items:center; 
	gap: 5px 5px; 
	padding: 3px 5px; 
	border: solid 1px #BDBDBD; 
	border-radius: 5px; 
	margin-bottom: 5px;
	cursor: pointer;
}

.btn-mi-petra-menu:hover {
	background-color:#f31288;
	color: #FFF;
	
	justify-content: flex-start; 
	align-items:center; 
	gap: 5px 5px; 
	padding: 3px 5px; 
	border: solid 1px #f31288; 
	border-radius: 5px; 
	margin-bottom: 5px;
	cursor: pointer;
	
}

.min-w-100 {
	min-width: 100px !important;
}

.min-w-120 {
	min-width: 120px !important;
}

.min-w-150 {
	min-width: 150px !important;
}

.min-w-180 {
	min-width: 180px !important;
}

.onhover {
	color: inherit;
}

.onhover:hover {
	color:#FF009E !important;
}

.height-0x {
	height: 0px !important;
}

.border-radio-5 {
	padding: 20px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
}

.border-habitacion-5 {
	padding: 0;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
}


.btn-reserva-disabled {
	background-color:#EBEBEB;
	border-color: #EBEBEB;
	color:  #CBCBCB;
	
}

.initiallyhidden {
	display: none;
}

.choose-habitacion {
	padding: 12px; 
	border: 1px solid #D1D1D1; 
	border-radius: 7px; 
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.choose-habitacion:hover {
	padding: 12px; 
	border: 1px solid #D1D1D1; 
	border-radius: 7px; 
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #F3F3F3;
}

.choose-suplemento {
	padding: 12px; 
	border: 1px solid #D1D1D1; 
	border-radius: 7px; 
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.choose-suplemento:hover {
	padding: 12px; 
	border: 1px solid #D1D1D1; 
	border-radius: 7px; 
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #DDFFCD;
}
.suplemento-on {
	background-color: #DDFFCD !important;
}

.choosen-suplemento {
	padding: 12px; 
	border: 1px solid #D1D1D1; 
	border-radius: 7px; 
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/*------------------------------------
  Checkboxes
------------------------------------*/
.u-check {
  position: relative;
  cursor: pointer; }


.g-hide-check {
  display: block !important; }

.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
  display: none !important; }

.g-show-check {
  display: none !important; }

.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
  display: block !important; }	

/*------------------------------------
  Checked state background
------------------------------------*/

.color-mipetra {
	color: #f31288 !important;
}

.g-color-gray-light-v1 {
  color: #bbb !important;
}

.input-group-text {
	paddint-top: 10px !important;
	vertical-align: middle;
}

/* Primary Colors */
input[type="checkbox"]:checked + .g-bg-primary--checked,
input[type="radio"]:checked + .g-bg-primary--checked,
input[type="checkbox"]:checked + * .g-bg-primary--checked,
input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #f31288 !important;
  color: #fff !important;
}

.g-bg-primary--checked.g-checked,
.g-checked .g-bg-primary--checked {
  background-color: #f31288 !important;
}


/* Outline Button Light Gray */
.u-btn-outline-lightgray {
  color: #555;
  border-color: #eee;
  background-color: transparent;
}

.u-btn-outline-lightgray:focus, .u-btn-outline-lightgray.active {
  color: #555;
  background-color: #eee;
}

.u-btn-outline-lightgray:hover {
  color: #fff;
  background-color: #8C8C8C;
}


/*------------------------------------
  Outline Button Bluegrey
------------------------------------*/

.u-btn-outline-bluegray {
  color: #585f69;
  border-color: #585f69;
  background-color: transparent;
}

.u-btn-outline-bluegray:focus, .u-btn-outline-bluegray.active {
  color: #fff;
  background-color: #585f69 !important;
}

.u-btn-outline-bluegray:hover {
  color: #fff;
  background-color: #585f69 !important;
}

.u-btn-outline-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

.u-btn-outline-bluegray.u-btn-hover-v1-1::after, .u-btn-outline-bluegray.u-btn-hover-v1-1:hover::after {
  background-color: #646c77;
}

.u-btn-outline-bluegray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}


/* Hover v1-1 */
.u-btn-hover-v1-1::after {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.u-btn-hover-v1-1:hover::after {
  height: 100%;
}

/* Button Bluegrey */
.u-btn-bluegray {
  color: #fff;
  background-color: #585f69;
}

.u-btn-bluegray:hover, .u-btn-bluegray.active {
  border-color: #6f7885;
  background-color: #6f7885 !important;
}
