/* @fgarridop */

.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: "liga";
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

.home #menuSuperior .nav-link {
	color: #fff;
}

.home .wt {
	display: block !important;
	max-width: 280px;
}

.page .bk {
	display: block !important;
	max-width: 280px;
}

.header {
	background: url(/assets/images/bg-header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
}

.header .title {
	font-size: 2.7rem;
	font-weight: 800;
}

.card-search input {
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	font-size: 1rem;
}

.card-search ::placeholder {
	color: #939999;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: center;
}

.card-search button.search {
	font-size: 1em;
	font-weight: 600;
}

.card-salons {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
	display: none;
	margin-top: 32px;
	position: absolute;
	left: 7px;
	right: 7px;
	z-index: 9999999999;
}

.card-zones {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
	display: none;
	margin-top: 32px;
	position: absolute;
	z-index: 9999999999;
}

.form-control-flat {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.form-check-input:checked {
	background-color: #b91622;
	border-color: darkred;
}

.selected-tag {
	font-size: 0.9rem;
}

.c-red {
	color: #b91622;
}

.bg-grey-light {
	background-color: #f7f7f7;
}

.bg-grey-ulight {
	background-color: #fbfbfb;
}

.bg-btn-grey-light {
	background-color: #eeeeee;
}

.search-thumb {
	max-width: 223px;
	max-height: 223px;
}

.text-grey-light {
	color: #e3e3e3;
}

.logo {
	min-width: 320px;
	height: auto;
}

#menuSuperior .nav-link {
	font-size: 0.9em;
	font-weight: 600;
}

#menuSuperior button,
.btn-text-small {
	font-size: 0.9em;
	font-weight: 600;
}

.img-thumb {
	width: 50px;
	height: auto;
	margin: 0.5rem;
}

ul.rrss {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.rrss li a i {
	font-size: 1.8em;
}

.splide__pagination {
	margin: -2em 0em;
}

.statics .review {
	font-size: 0.8em;
}

.pinmap {
	font-size: 0.8em;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	color: #dc3545;
	font-weight: 600;
}

.contact .form-select,
.contact .form-control {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #d1d1d1;
	font-size: 1em;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #d1d1d1;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: 38px;
}

.form-control:focus {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #b91622;
}

.pagination {
	width: 100%;
}

.pagination li a {
	text-decoration: none;
	font-weight: 400;
	color: #8b8b8b;
}

.pagination li {
	padding: 3px 8px;
	margin: 4px;
}

.pagination li:hover {}

.pagination li.active {}

.pagination li.active a {
	font-weight: 600;
}

.fw-extrabold {
	font-weight: 800;
}

.dropdown-toggle::after {
	margin-left: 0.5em;
}

.salon-map {
	width: 100%;
	min-height: 320px;
}

.salon-options .nav-link:hover,
.salon-options .nav-link.active {
	margin-bottom: -1px;
	border-bottom: 1px solid #b91622;
}

.btn-outline-secondary {
	border: 1px solid #c7d1da !important;
	color: #c7d1da;
}

.btn-secondary-owner {
	background: #eeeeee;
}

.btn-secondary-owner:hover {
	background: #cdcdcd;
}

.btn-secondary-owner small {
	font-size: 0.8em;
}

.leaflet-popup-content {
	margin: 0px !important;
}

.leaflet-popup-content-wrapper {
	padding: 0px !important;
}

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

.location-card-title {
	font-size: 1.2em;
}

.overflow-x-hiden {
	overflow-x: hidden;
}

.hvr-block-box {
	z-index: 9999;
}

.d-contents {
	display: contents !important;
}

.text-justify {
	text-align: justify !important;
}

.mobile-salon-close {
	position: fixed !important;
	margin-top: -12px !important;
	right: 3px !important;
	background: rgba(244 67 54, 1) !important;
	padding: 3px 7px 2px 7px;
}

.page button.navbar-toggler i {
	color: #b91622 !important;
}

.floating-go-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999999999;
	font-size: 2em;
	font-weight: 600;
}

/*FRECUENT ANSWERS*/

.box-not-found-question {
	background-color: #f3f3f3;
	padding: 25px;
}

.box-not-found-question a {
	text-decoration: none;
	color: black;
	text-shadow: 1px 2px 5px #f3f3f3;
}

.box-not-found-question h6 {
	font-weight: bold;
}

.box-not-found-question a:hover {
	color: #dc3545;
	text-shadow: 1px 2px 5px #f3f3f3;
	transition: all 0.5s;
}

.faq-title {
	/* font-size:30px; */
	background-color: #0000;
	color: black;
}

.frecuent-answer-title {
	font-weight: bold;
	color: #b91622;
	padding: 20px 20px 0px 20px;
	font-size: 40px;
	font-weight: bold;
	color: #b91622;
}

.box-faq-categories {
	border: 1px solid #dee2e6;
	border-radius: 5px;
	background: white;
}

.box-faq-categories hr {
	color: #dc3545;
	size: 10px;
	font-weight: bold;
}

.box-faq-categories ul li {
	list-style: none;
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
}

/* .box-faq-categories ul li a:first-child{
    list-style: none;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
} */
#faq {
	border: none;
}

.box-faq-categories ul:hover {
	background-color: #f1d0d2;
	border-radius: 10px;
	transition: all 0.25s;
}

.box-faq-categories ul li a {
	text-decoration: none;
	color: black;
}

.box-faq-categories ul li a:hover {
	/* text-decoration: underline; */
	color: #dc3545;
	transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
	background-image: var();
}

.answer-container {
	background-color: #f1d0d2;
}

/*Featured Salon*/
.featured-salon-img .featured-salon-img img {
	/* border-radius: 5px; */
	/* background-size: cover;
    object-fit: cover; */
	/* width: 400px;
    height: 170px; */
	/* overflow: hidden; */
	width: 100%;
	object-fit: cover;
}

@supports (object-fit: cover) {
	.featured-salon-img img {
		width: inherit;
		height: inherit;
		object-fit: cover;
		object-position: center center;
	}
}

.form-group button {
	text-decoration: none;
}

.register-links {
	text-decoration: none;
}

/*DELETE INCREMENTS BUTTONS IN INPUT TYPE NUMBER*/
/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
} */

.categories div:hover {
	/* transform: rotateX(100deg); */
	transform: scale(1.1);
	transition-duration: all 750ms;
	z-index: 999;
	cursor: pointer;
}

.categories div {
	transition: all 250ms;
}

/* .modal-content {
    height: 36vh;
} */

textarea .form.control {
	min-height: 15vh;
}

textarea.form-control {
	min-height: calc(6.5em + 0.75rem + 2px) !important;
}

/*CHANGE THE TRANSFORM OF LOGO  IN HEADER*/
.logo:hover {
	transform: scale(1.055) !important;
	transition: all 500ms;
}

/* TODO-> FOOTER BOTTOM POSITION FIXED  */
body {
	position: relative;
}

.footer {
	width: 100%;
	position: relative;
	bottom: 0;
	z-index: 1000;
}

/* #footer {
    position: absolute;
    bottom: 0;
    text-align: center;
} */

/*CUSTOM SELECTION TEXT*/
::selection {
	background-color: #dc3545;
	color: white;
}

.img-not-found {
	width: 400px;
	height: 125px;
}

/*SALONS REVIEWS*/
.reviewTextarea textarea {
	text-align: left;
	resize: none;
	/* border: none; */
}

textarea.form-control.reviewTextarea {
	border: 1px solid green;
}

.smallFooterReview {
	font-size: 8px;
}

/* Scheudle */
/* input[type="time"] {
  width: 135px;
  display: block;
}  */
.sheudleDayDivider {
	/* margin: 0 auto;
    width: 80%; */
	color: #dcdcdc;
}

.delimiter {
	width: 150px;
}

.delimiter span {
	font-weight: bold;
	font-size: 22px;
	color: #dc3545;
}

/*DRAG AND DROP PHOTOS TO CHANGE THE IMAGES OF SALONS*/
.deletePhoto {
	background-color: rgba(185, 22, 34, 0.75) !important;
	color: white !important;
	height: 50px !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 40% !important;
}

.deletePhoto button {
	margin-bottom: 10px !important;
}

.deletePhoto:hover {
	background-color: rgba(185, 22, 34, 1) !important;
}

.miniatureNumber {
	font-size: 20px;
	position: absolute !important;
	color: white !important;
	text-shadow: 3px 3px 5px black;
	font-weight: bold;
	padding: 5px;
}

.miniatureBox {
	position: relative !important;
}

.miniatureBox img {
	width: 390px !important;
	min-height: 150px !important;
	opacity: 50%;
}

.miniatureBox .card-body {
	min-height: 150px;
}

.sendPhoto {
	height: 50px;
}

/*DRAG AND DROP IMAGES FOR CHANGE THE IMAGES OF THE SALON*/
/* .dragDropImages{
    width: inherit !important;
} */

.light-style .dropzone {
	margin: 0 auto;
	max-width: 60vw;
	width: 60vw !important;
	border: 2px solid #dcdcdc !important;
}

.light-style .dz-remove {
	padding: 5px;
	color: #dc3545 !important;
	font-weight: bold;
	background-color: #f3f3f3 !important;
}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
	padding-bottom: 15px;
	/* width: 25%; */
}

.dz-thumbnail {}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
	margin-bottom: 2rem !important;
	margin-left: 10% !important;
}

body {
	overflow-x: hidden !important;
}

/*EXTENDED UI DRAG AND DROP*/
.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
	margin: 0 auto;
}

/*OVERFLOW IMAGES IN /*/
.card.h-100 {
	overflow-x: hidden;
}

/*---------- SHARE SALON ---------*/
.shareSalons {
	transition: all 500ms;
}

.shareSalon ul {
	list-style: none;
	cursor: pointer;
	font-size: 50px;
	color: #555 !important;
}

.shareSalon ul li a {
	color: #4c4c4c !important;
	text-shadow: 2px 3px 5px #cdcdcd;
	transition: all 500ms;
}

/*OVERS TO SHARE SALONS WITH SOCIAL NETWORKS*/
.shareInstagram:hover {
	color: #405de6;
	/* color: linear-gradient(90deg, rgba(187,0,255,1) 0%, rgba(235,80,89,1) 67%, rgba(255,149,0,1) 100%) !important; */
	transition: all 400ms;
}

.shareFacebook:hover {
	color: #3b5998;
	transition: all 400ms;
}

.shareTwitter:hover {
	color: #00acee;
	transition: all 400ms;
}

.shareLink:hover {
	color: #b91622;
	transition: all 400ms;
}

input[type="file"].custom {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

/*POPUR FOR SEND ANSWER TO CLIENT MESSAGE*/
.messageRecived {
	color: white;
	padding: 2%;
	/* background-color: red !important; */
	border-radius: 20px 20px 20px 0px;
}

.messageSend input[type="textarea"] {
	width: 100%;
	padding: 5%;
	background-color: transparent !important;
	border: transparent !important;
	/* border-radius: ; */
}

.messageSend textarea {
	width: 100%;
	background-color: transparent !important;
	border: none;
	resize: none;
	color: white;
}

.messageSend input {
	width: 100%;
	background-color: transparent !important;
	border: none;
	resize: none;
	color: white;
}

.messageSend {
	/* box-sizing: content-box; */
	height: inherit;
	border-radius: 20px 20px 0px 20px !important;
}

#messageSendTextArea:focus {
	width: 100% !important;
	height: 100% !important;
	/* background-color: yellow !important; */
	outline: none !important;
}

.messageSend textarea :focus {
	outline: none !important;
}

textarea::-webkit-input-placeholder {
	padding-top: 5%;
	color: #a6a8ff;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	padding-top: 5%;
	color: #a6a8ff;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	padding-top: 5%;
	color: #a6a8ff;
}

textarea:-ms-input-placeholder {
	padding-top: 5%;
	color: #a6a8ff;
}

/*AVATAR TO EDIT EMPLOYEES*/
#avatarEditWorker {
	width: 120px;
	height: 100px;
}

/*ANSWER REVIEW MODAL*/
#answerReview>div>input {
	width: 75%;
	border: 0px transparent;
	outline: none;
	color: #607a8d;
}

.inputCopyData {
	display: none;
}

.noresize {
	resize: none;
}

.colorRed a {
	color: #b91622;
	text-decoration: none;
}

#messageSendTextArea[placeholder] {
	color: white !important;
}

#input[placeholder] {
	color: white !important;
}

textarea:focus {
	outline: none !important;
}

/*HIDE TEMPLATE CUSTOMIZER IN ALL PAGES*/
#template-customizer {
	display: none !important;
}

/*----------MEDIA QUERIES----------*/

@media (min-width: 320px) {
	.miniatureBox {
		width: 285px;
		height: 150px;
		background-color: transparent !important;
	}

	.miniatureBox img {
		width: 285px !important;
		height: 150px !important;
	}

	.deletePhoto {
		right: 40% !important;
		height: 40px !important;
	}
}

@media (min-width: 500px) {
	input[type="time"] {
		width: 125px;
		display: block;
	}
}

@media (min-width: 577px) {

	#showListSalon,
	.btn-salon-list {
		display: none;
	}
}

@media (max-width: 576px) {
	.options-box {
		display: none;
	}

	.header .title {
		font-size: 1.9em;
	}

	.header .subtitle {
		font-size: 1.2em;
	}

	.home-page .section-title {
		width: 100% !important;
	}

	.home-page #card-search {
		margin-left: 0em !important;
		margin-right: 0em !important;
	}

	.home-page button.search {
		margin-top: 1.25em !important;
	}

	.home .wt {
		width: 100% !important;
	}

	.search-box {
		padding: 0px !important;
		margin: 0px !important;
	}

	.search-box .salons #searchBox {
		padding: 1.25em 0px 0px 0px !important;
	}

	.search-box .salons {
		display: none;
	}

	#showListSalon {
		height: 75% !important;
		width: 94% !important;
		margin: 0 auto !important;
	}

	.search-box .map {
		width: 100% !important;
		height: 100% !important;
		z-index: 999;
	}

	.provinces a {
		font-size: 0.9em !important;
	}
}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 1024px) {}

@media (min-width: 1200px) {
	/* .miniatureBox img{
        width: 300px !important;
        height: 150px !important;
    } */
}

@media (min-width: 1440px) {
	.featured-salon-img img {
		/* width: 215px;
        height: 170px; */
		width: 100%;
		object-fit: cover;
	}

	.delimiter {
		width: 100px;
	}
}

@media (min-width: 2560px) {
	.featured-salon-img img {
		width: 100%;
		object-fit: cover;
	}

	.miniatureBox img {
		width: 390px !important;
		height: 150px !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 2rem !important;
}

.mt-5,
.my-5 {
	margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 2rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 2rem !important;
}

.m-6 {
	margin: 2.5rem !important;
}

.mt-6,
.my-6 {
	margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
	margin-left: 2.5rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 2rem !important;
}

.pt-5,
.py-5 {
	padding-top: 2rem !important;
}

.pr-5,
.px-5 {
	padding-right: 2rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
	padding-left: 2rem !important;
}

.p-6 {
	padding: 2.5rem !important;
}

.pt-6,
.py-6 {
	padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
	padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
	padding-left: 2.5rem !important;
}

.mt-form-button {
	margin-top: 1.5rem !important;
}

.W25 {
	width: 25px !important;
	max-width: 25px !important;
}

.W50 {
	width: 50px !important;
	max-width: 50px !important;
}

.W75 {
	width: 75px !important;
	max-width: 75px !important;
}

.W100 {
	width: 100px !important;
	max-width: 100px !important;
}

.W125 {
	width: 125px !important;
	max-width: 125px !important;
}

.W150 {
	width: 150px !important;
	max-width: 150px !important;
}

.W175 {
	width: 175px !important;
	max-width: 175px !important;
}

.W200 {
	width: 200px !important;
	max-width: 200px !important;
}

.W225 {
	width: 225px !important;
	max-width: 225px !important;
}

.W250 {
	width: 250px !important;
	max-width: 250px !important;
}

.W275 {
	width: 275px !important;
	max-width: 275px !important;
}

.W300 {
	width: 300px !important;
	max-width: 300px !important;
}

.W325 {
	width: 325px !important;
	max-width: 325px !important;
}

.W350 {
	width: 350px !important;
	max-width: 350px !important;
}

.W375 {
	width: 375px !important;
	max-width: 375px !important;
}

.W400 {
	width: 400px !important;
	max-width: 400px !important;
}

.W425 {
	width: 425px !important;
	max-width: 425px !important;
}

.W450 {
	width: 450px !important;
	max-width: 450px !important;
}

.W475 {
	width: 475px !important;
	max-width: 475px !important;
}

.W500 {
	width: 500px !important;
	max-width: 500px !important;
}

.W525 {
	width: 525px !important;
	max-width: 525px !important;
}

.W550 {
	width: 550px !important;
	max-width: 550px !important;
}

.W575 {
	width: 575px !important;
	max-width: 575px !important;
}

.W600 {
	width: 600px !important;
	max-width: 600px !important;
}

.W625 {
	width: 625px !important;
	max-width: 625px !important;
}

.W650 {
	width: 650px !important;
	max-width: 650px !important;
}

.W675 {
	width: 675px !important;
	max-width: 675px !important;
}

.W700 {
	width: 700px !important;
	max-width: 700px !important;
}

.W725 {
	width: 725px !important;
	max-width: 725px !important;
}

.W750 {
	width: 750px !important;
	max-width: 750px !important;
}

.W775 {
	width: 775px !important;
	max-width: 775px !important;
}

.W800 {
	width: 800px !important;
	max-width: 800px !important;
}

.W825 {
	width: 825px !important;
	max-width: 825px !important;
}

.W850 {
	width: 850px !important;
	max-width: 850px !important;
}

.W875 {
	width: 875px !important;
	max-width: 875px !important;
}

.W900 {
	width: 900px !important;
	max-width: 900px !important;
}

.W925 {
	width: 925px !important;
	max-width: 925px !important;
}

.W950 {
	width: 950px !important;
	max-width: 950px !important;
}

.W975 {
	width: 975px !important;
	max-width: 975px !important;
}

.W1000 {
	width: 1000px !important;
	max-width: 1000px !important;
}

.W1025 {
	width: 1025px !important;
	max-width: 1025px !important;
}

.W1050 {
	width: 1050px !important;
	max-width: 1050px !important;
}

.W1075 {
	width: 1075px !important;
	max-width: 1075px !important;
}

.W1100 {
	width: 1100px !important;
	max-width: 1100px !important;
}

.W1125 {
	width: 1125px !important;
	max-width: 1125px !important;
}

.W1150 {
	width: 1150px !important;
	max-width: 1150px !important;
}

.W1175 {
	width: 1175px !important;
	max-width: 1175px !important;
}

.W1200 {
	width: 1200px !important;
	max-width: 1200px !important;
}

.W1225 {
	width: 1225px !important;
	max-width: 1225px !important;
}

.W1250 {
	width: 1250px !important;
	max-width: 1250px !important;
}

.WX100 {
	width: 100% !important;
}

.WY100 {
	height: 100% !important;
}

.select2-container .select2-results__option[aria-disabled="true"]:not(.loading-results) {
	display: none;
}

.table thead th .form-check-input {
	font-size: 15px;
}

.innerProgress {
	position: absolute;
	width: 100%;
	color: black;
	text-align: left;
	overflow: visible;
}

.img-responsive {
	width: 100%;
}

@media (min-width: 320px) and (max-width: 599px) {
	.MOV_img {
		width: 100% !important;
	}

	.MOV_top_h3 {
		font-size: 14px !important;
		line-height: 12px !important;
		font-weight: 900 !important;
	}

	.MOV_f10 {
		font-size: 10px !important;
	}
}

.hrdivider {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.hrdivider span {
	position: absolute;
	top: -11px;
	background: #fff;
	padding: 0 20px;
	font-weight: bold;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	display: none;
}

.table .white-space-nowrap {
	white-space: nowrap;
}

.table td.fit,
.table th.fit {
	white-space: nowrap;
	width: 1%;
	padding-left: 15px;
	padding-right: 15px;
}

/* ALTURA SELECT2 */
.form-floating .select2-selection.select2-selection--single,
.form-floating .select2.select2-container.select2-container--default {
	min-height: 58px !important;
}

.form-floating .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-size: 25px 24px !important;
	top: inherit !important;
	height: 22px !important;
	width: 22px !important;
}

.form-floating .select2-selection__rendered {
	height: 100% !important;
	align-content: end;
}

.form-floating .select2-selection__arrow {
	height: 100% !important;
	margin-top: 1rem;
}

.form-floating .select2-selection__clear {
	top: -9px !important;
	margin-right: 3px !important;
}

@media (max-width: 767px) {

	[class^="col-xs"],
	[class*=" col-xs"] {
		zoom: 0.85;
	}
}

.table-responsive {
	min-height: 250px;

	td.sticky-col {
		background-color: white;
	}

	.sticky-col {
		position: sticky;
		left: 0;
		z-index: 2;
		box-shadow: 2px 0 0 rgba(0, 0, 0, 0.08);
	}
}

.btn-comunicate {
	position: fixed;
	bottom: 75px !important;
	left: -5px !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #fff !important;
	border-color: #dad7d3 !important;
	box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
	z-index: 999;
}

.simon {
	color: #006fb7 !important;
}