content, column, inner, bar, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, main, hgroup, menu, nav, output, ruby, section, summary, time, mark,
audio, video, svg, page, page-footer, page-header {
	position: relative;
	margin:0;
	padding:0;
	margin-block: 0;
	padding-inline-start: 0;
	border: 0;
	font-size: 100%;
/*	font-weight: normal;*/
	vertical-align: baseline;
}
strong, b { font-weight: bold; }

html, body {
	font-weight: normal;
	/* position: fixed; avoid refresh by scroll ios - no suele funcionar */

	/*overscroll-behavior: none;
	overscroll-behavior-y: contain; avoir refresh on android
	scroll-behavior: smooth;
	*/
}

content, column, inner, bar {
	display: block;
}

body {
	width: 100vw;
	height: 100vh;
	height: -webkit-fill-available;
	background-color: #888;
/*	min-height: 100%;*/
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

html {
	width: 100vw;
	height: 100vh;
	height: -webkit-fill-available;
/*	min-height: 100%;*/
}

page {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}

select, input, textarea {
	position: relative;
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

textarea { 
	overflow: auto; /* IE scroll bars */
	resize: none;
} 

*, *::before, *::after {
	box-sizing: border-box;
	font-size: 1em;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: auto;
}

.compose-mode .vc_controls { position: initial !important; } /*for wp bakery edit buttons*/

ol li {
	list-style: decimal;
}

ul li {
	list-style: none;
}

a {
	text-decoration: underline;
	color: inherit;
}

input[type="submit"] {
	cursor: pointer;
}

input:invalid {
	border: none;
	box-shadow: none;
	outline: none;
}
*:disabled {
	opacity: inherit;
	color: inherit;
	background-color: inherit;
}
.disabled * { pointer-events: none !important }

input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button {
	border:none;
	background: none;
	width: 0;
	display: none;
	color: transparent;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	width: 15rem;
}
input[type="range"]:focus { outline: none; }

input::-ms-reveal,
input::-ms-clear {
	display: none;
}
input[type='password'] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield; 
}

input[type='date'] {
	appearance: none;
	-moz-appearance:none;
	-webkit-appearance: none; 
}
input[type='number'] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield; 
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button,
input[type='number']:hover::-webkit-inner-spin-button, 
input[type='number']:hover::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
	margin: 0;
}

::-webkit-input-placeholder { opacity: .35; color: inherit; }
::-moz-placeholder { opacity: .35; color: inherit; }
:-ms-input-placeholder { opacity: .35; color: inherit; }
:-moz-placeholder { opacity: .35; color: inherit; }

*[hidden] {
	visibility: hidden;
	pointer-events: none;
	display: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup {
	top: -.5em;
	font-size: .75em;
}

sub {
	bottom: -.5em;
	font-size: .75em;
}


::-webkit-color-swatch {
	border: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::-moz-color-swatch,
::-moz-focus-inner {
	border: none;
}

::-moz-focus-inner {
	padding: 0;
}

blockquote, q {
	quotes: none;
	padding-left: 2em;
}

*[mini_accordion_content] {
	height: 0px;
	overflow: hidden;
}

.hiddenSelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	text-indent: 1px;
	text-overflow: '';
	cursor: pointer;
}

.center_cont {
	display: table;
	width: 100%;
	height: 100%;
}

.center_cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.center_cell * {
	vertical-align: middle;
}


.iosScroll { -webkit-overflow-scrolling: touch; }
.iosAppStyle * {
	-webkit-user-drag: none;
	touch-action: none;
	touch-action: manipulation;
}

.noReload {
	overscroll-behavior: none;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

.noScroll {
	touch-action:none;
	overflow: hidden;
}

.fLeft { float: left; }
.fRight { float: right; }


.page_container {
	height: 100%;
	width: 100%;
}

.fullSize {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.fullSizeFixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

[B_anim] { opacity: 0; }

.BUIForm2_clear_button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fff;
	border-radius: 50%;
}
.BUIForm2_clear_button::before,
.BUIForm2_clear_button::after {
	content: " ";
	position: absolute;
	display: inline-block;
	left: calc(50% - .05em);
	top: 30%;
	width: .1em;
	height: 40%;
	background-color: #000;
}
.BUIForm2_clear_button::before { transform: rotate(45deg); }
.BUIForm2_clear_button::after { transform: rotate(-45deg); }

.BUtils_OVERLAY,
.BUtils2_OVERLAY,
.dark_overlay {
	position: fixed;
	background: rgba(0,0,0,.5);
	text-align: center;
	z-index: 10000;
}
.dark_overlay_msg {
	display: block;
}
.dark_overlay_button {
	display: block;
	margin: 1em auto 0;
}







.BUIComponentListDraggable2_lz_class {
	display: inline-block;
	width: 100%;
	height: 3em;
	border: 2px #f00 dashed;
	pointer-events: none;
}
.BUIComponentListDraggable2_dragging_class {
	position: fixed !important;
	left: 0; top: 0;
	opacity: 0;
	pointer-events: none;
}


.invisible { visibility: hidden !important; }

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.oneLine {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis_cont {
	display: block;
	height: auto;
}

.ellipsis_cont > span { -webkit-line-clamp: 4; }
.ellipsis_cont_1 > span { -webkit-line-clamp: 1; }
.ellipsis_cont_2 > span { -webkit-line-clamp: 2; }
.ellipsis_cont_3 > span { -webkit-line-clamp: 3; }
.ellipsis_cont_4 > span { -webkit-line-clamp: 4; }
.ellipsis_cont_5 > span { -webkit-line-clamp: 5; }
.ellipsis_cont_6 > span { -webkit-line-clamp: 6; }
.ellipsis_cont_7 > span { -webkit-line-clamp: 7; }

.ellipsis_cont > span {
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.noHyphenSplit {
	/*word-wrap: break-word;*/
	white-space: nowrap;
}

.tCenter { text-align: center; }
.tRight { text-align: right; }
.tLeft { text-align: left; }

.button {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	-webkit-user-drag: none;
	user-select: none;
	cursor: pointer;	
}
.button * { pointer-events: none; }

.noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	user-select: none;
	-webkit-user-drag: none;
	cursor: default;
}

.noMouse {
	pointer-events: none;
	cursor: default;
}

.noTransitions {
	transition: none !important;
}

.disabled {
	pointer-events: none !important;
	cursor: default !important;
	opacity:0.25 !important;
	/*filter:alpha(opacity = 25);*/
}
