/* Start - COOKIE CONSENT */
#open_preferences_center.fixed {
	position: fixed;
	font-family: sans-serif;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 10rem;
	-o-border-radius: 10rem;
	-ms-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-webkit-border-radius: 10rem;
}
#open_preferences_center.fixed i {
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
}
#open_preferences_center.fixed mark {
	background-color: inherit;
	color: inherit;
	border-radius: inherit;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1em;
}
#open_preferences_center.fixed i + mark {
	padding-left: 0;
}
/*.termsfeed-com---nb {
	max-width: 450px !important;
	border: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}/**/
.termsfeed-com---nb-simple {
	max-width: 450px !important;
	border: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}
.termsfeed-com---nb .cc-nb-main-container {
	padding: 2.25rem 2.75rem 2.75rem !important;
}
/* End - COOKIE CONSENT */
.oculto {
	position: absolute !important;
	top: -999px !important;
	left: -999px !important;
	z-index: -999 !important;
	width: 0 !important;
	height: 0 !important;
	display: inline-block !important;
	border: none !important;
	opacity: 0 !important;
}
img {
	height: auto;
}
.back-to-top {
	bottom: /*15px*/ 40px !important;
	width:100%;
	position:fixed;z-index:9;
}
.back-to-top a {
	width:auto;
	height:auto;
	border-radius:67%;
	line-height:33px;
	padding:16px 24px;
	background:rgba(253, 0, 2, 0.8) !important;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	font-size:25px;
}
@media (min-width: 768px) {
	.back-to-top {
		display: none;
	}
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 999930 !important;
}
.ui-front {
	z-index: 99999;
}
.w-100per {
	width: 100% !important;
}
.h-100per {
	height: 100% !important;
}
.ofu {
	cursor: pointer;
}
.object-fit-contain {
	object-fit: contain !important;
}
.unreset-content ul,
.unreset-content ol,
.unreset-content li {
	list-style: revert;
	padding: revert;
	margin: revert;
}
.unreset-content h1,
.unreset-content h2,
.unreset-content h3,
.unreset-content h4,
.unreset-content h5,
.unreset-content h6,
.unreset-content p {
	margin: revert;
}
.unreset-content a:not([class*="btn"]) {
	color: revert
}
.unreset-content table,
.unreset-content tr,
.unreset-content th,
.unreset-content td {
	border: 1px solid grey;
	border-spacing: 0;
}
.unreset-content th,
.unreset-content td {
	padding: 8px 10px;
}
.unreset-content th {
	background-color: lightgrey;
}
/* Start - CAPTCHA VISIONCLICK */
.vc-captcha::first-letter, .vc-captcha span {
	font-size: 0;
}
/* End - CAPTCHA VISIONCLICK */
/* Start - MODALES */
.modales {
	display: none;
	position: fixed;
	color: #676767;
	overflow: overlay;
}
.modales > div {
	position: relative;
	padding: 28px;
	font-family: verdana;
	font-size: 12px;
}
/* MODAL RGPD */
#modal-rgpd {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	z-index: 999991;
	background-color: rgba(0, 0, 0, .44);
}
#modal-rgpd > div {
	position: relative;
	width: 900px;
	max-width: calc(100% - 30px);
	background-color: rgba(255, 255, 255, .96);
	margin: 80px auto 15px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
#modal-rgpd > div label.aceptar {
	margin: 25px 0 0;
	font-size: 13px;
}
#modal-rgpd > div label.aceptar input {
	vertical-align: -2px;
}
#modal-rgpd > div label.aceptar a {
	color: #000;
}
/* MODAL RGPD2 */
#modal-rgpd2 {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	text-align: left !important;
	z-index: 999991 !important;
	background-color: rgba(0, 0, 0, .44) !important;
}
#modal-rgpd2 h4 {
	color: inherit !important;
	line-height: 1.1 !important;
	font-weight: 500 !important;
	font-style: inherit !important;
	font-family: 'Roboto', sans-serif !important;
	text-align: inherit !important;
	font-size: 18px !important;
	margin: 10px 0 20px !important;
}
#modal-rgpd2 > div {
	position: relative !important;
	width: 900px !important;
	max-width: calc(100% - 30px) !important;
	background-color: rgba(255, 255, 255, .96) !important;
	margin: 15px auto !important;
	border: 1px solid #aaa !important;
	border-radius: 5px !important;
}
#modal-rgpd2 > div label.aceptar {
	margin: 25px 0 0 !important;
	font-size: 13px !important;
}
#modal-rgpd2 > div label.aceptar input {
	vertical-align: -2px !important;
}
#modal-rgpd2 > div label.aceptar a {
	color: #000 !important;
}
/* MODAL RGPD3 */
#modal-rgpd3 {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	text-align: left !important;
	z-index: 999991 !important;
	background-color: rgba(0, 0, 0, .44) !important;
}
#modal-rgpd3 h4 {
	color: inherit !important;
	line-height: 1.1 !important;
	font-weight: 500 !important;
	font-style: inherit !important;
	font-family: 'Roboto', sans-serif !important;
	text-align: inherit !important;
	font-size: 18px !important;
	margin: 10px 0 20px !important;
}
#modal-rgpd3 > div {
	position: relative !important;
	width: 900px !important;
	max-width: calc(100% - 30px) !important;
	background-color: rgba(255, 255, 255, .96) !important;
	margin: 15px auto !important;
	border: 1px solid #aaa !important;
	border-radius: 5px !important;
}
#modal-rgpd3 > div label.aceptar {
	margin: 25px 0 0 !important;
	font-size: 13px !important;
}
#modal-rgpd3 > div label.aceptar input {
	vertical-align: -2px !important;
}
#modal-rgpd3 > div label.aceptar a {
	color: #000 !important;
}
/* MODAL COOKIES */
#modal-cookies {
	left: 0;
	bottom: 15px;
	max-width: 360px;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	z-index: 999990;
	border: 1px solid #aaa;
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 1px 10px rgba(120, 120, 120, .5);
}
/* End - MODALES */
/* Start - BOTONES */
button.modal-rgpd-button, button.modal-rgpd-button2 {
	visibility: hidden;
}
a.form-btn {

}
.modales a {
	cursor: pointer;
}
a.modal-ko {
	padding: 4px 0 5px;
	background: #fff;
	color: #676767;
	border: 1px solid #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 29px;
	border-radius: 50%;
	cursor: pointer;
}
a.modal-ko:hover {
	background: #676767 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}
a.modal-btn {
	font-size: 14px;
	margin: 4px 1px 4px 0;
	padding: 6px 18px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	color: #676767;
	background: #fff;
	border: 1px solid #676767;
}
a.modal-btn.modal-ok {
	color: #fff !important;
	background: #fd0002;
	border: 1px solid #fd0002;
}
a.modal-btn:hover {
	color: #fff;
	background: #676767;
	border: 1px solid #fff;
}
a.modal-btn.disabled, a.modal-btn.disabled:hover {
	color: #fff;
	background: #ccc;
	border: 1px solid #fff;
	cursor: default;
}
/* End - BOTONES */
/* Inicio - Imagen de fondo e imagen de fondo parallax */
.bgImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.bgImage img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.bgImage.parallax img {
	position: fixed;
	z-index: 0;
	top: 0;
	display: none;
}
.bgImage.parallax.show img {
	display: block;
}
/* Fin - Imagen de fondo */