/*** Genérico ****************************************************************/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	outline: none;
}

::-webkit-input-placeholder {
	color: #211915;
	opacity: 1;
}

:-moz-placeholder {
	color: #211915;
	opacity: 1;
}

::-moz-placeholder {
	color: #211915;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #211915;
	opacity: 1;
}

::-webkit-scrollbar {
	height: 4px;
	width: 15px;
}

::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}

::-webkit-scrollbar-thumb {
	background: #25b5ea;
	border-radius: 0;
	border: 0px none #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
	background: #25b5ea;
}

::-webkit-scrollbar-thumb:active {
	background: #25b5ea;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 0;
	border: 0px none #f0f0f0;
}

::-webkit-scrollbar-track:hover {
	background: #f0f0f0;
}

::-webkit-scrollbar-track:active {
	background: #f0f0f0;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', serif;
	font-size: 62.5%;
	color: #363636;
}

img {
	border: 0;
	outline: 0;
	transform-style: preserve-3d;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], input[type="date"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-family: 'Poppins', serif;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

select {
	border-radius: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.izq {
	float: left;
}

.der {
	float: right;
}

.limpia, .espacio {
	clear: both;
	display: block;
}

.espacio.h5 {
	height: 5px;
}

.espacio.h10 {
	height: 10px;
}

.espacio.h20 {
	height: 20px;
}

.espacio.h30 {
	height: 30px;
}

.espacio.h40 {
	height: 40px;
}

.espacio.h60 {
	height: 60px;
}

.relative {
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.cursiva {
	font-style: italic;
}

.textcenter, .centrar {
	text-align: center;
}

.mitad {
	width: 50%;
}

.tercio {
	width: 33.333%;
}

.contenedor {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 10px;
}

.centrado {
	margin: 0 auto;
}

.relative {
	position: relative;
}

.oculto {
	display: none !important;
}

.transicion_ok {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.transicion_ko {
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.delay_350 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.loader {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 333
}

.spinner {
	left: 0;
	margin: 0 auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 70px
}

.spinner > div {
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	height: 18px;
	width: 18px
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}

}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0)
	}

}

/*** Genérico para los Carruseles ****************************************************************/
.owl-theme .owl-controls {
	margin: 0;
}

/*** Spin de carga *******************************************************************************/
#mi-overlay-loading {
	background-color: #000000;
	display: none;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 0;
}

#mi-overlay-loading.show {
	-moz-opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	display: block;
	filter: alpha(opacity=75);
	height: 100%;
	opacity: 0.75;
	width: 100%;
	z-index: 9;
}

/*** Subir al Top de la página *******************************************************************/
.btn_goup {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 35px;
	height: 35px;
	background: url('../img/web/chevron-up.png') center no-repeat #25B5EA;
	background-size: 16px;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 10;
	opacity: 0;
}

.btn_goup.show {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*** Aviso de Cookies ****************************************************************************/
#cookie-bar.fixed {
	bottom: 0;
	left: 0;
	right: 50%;
	width: auto;
	margin: 0 auto;
	z-index: 350;
}

#cookie-bar {
	padding: 25px 50px;
	text-transform: unset;
	text-align: left;
	background: #000000;
	box-shadow: 0 0 50px rgba(0, 0, 0, .75);
}

#cookie-bar span {
	display: block;
	margin-bottom: 25px;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.8em;
	text-transform: unset;
	color: #ffffff;
}

#cookie-bar a {
	display: inline-block;
	padding: 0;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.8em;
	color: #ffffff;
	background: none;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

#cookie-bar .cb-enable {
	margin: 0;
	color: #25B5EA;
	background: none;
}

#cookie-bar .cb-policy {
	margin-left: 25px;
	color: #25B5EA;
	background: none;
}

#cookie-bar a:hover {
	color: #ffffff;
}

/*** Paginador ***********************************************************************************/
.contiene_paginador .paginador {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	padding: 25px 0;
	text-align: right;
	background: #f9f9f9;
}

.contiene_paginador .paginador .prev {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.contiene_paginador .paginador .prev a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: url('../img/web/flecha_w.png') no-repeat center #5fe9fe;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.contiene_paginador .paginador .prev a:hover {
	background: url('../img/web/flecha_w.png') no-repeat center #25b5ea;
}

.contiene_paginador .paginador .next {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

.contiene_paginador .paginador .next a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: url('../img/web/flecha_w.png') no-repeat center #5fe9fe;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.contiene_paginador .paginador .next a:hover {
	background: url('../img/web/flecha_w.png') no-repeat center #25b5ea;
}

.contiene_paginador .paginador .numeric {
	display: inline-block;
	vertical-align: middle;
}

.contiene_paginador .paginador .numeric:before {
	content: ' - ';
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.contiene_paginador .paginador .numeric:first-child:before {
	content: none;
}

.contiene_paginador .paginador .prev ~ .numeric:nth-of-type(2):before {
	content: none;
}

.contiene_paginador .paginador .numeric a {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25em;
	font-weight: 500;
	color: #363636;
}

.contiene_paginador .paginador .numeric a.actual {
	color: #25b5ea;
}

/*** Checkboxes **********************************************************************************/
.checks {
	display: inline-block;
	text-align: left;
}

.check_this input[type="checkbox"], .check_this input[type="radio"] {
	display: none;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	background: transparent;
	opacity: 0;
}

.check_this input[type="checkbox"]+label, .check_this input[type="radio"]+label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.check_this input[type="checkbox"]+label:before, .check_this input[type="radio"]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.check_this input[type="checkbox"]+label:before {
	background: url('../img/web/check_radio_sheet.png') 0 top no-repeat
}

.check_this input[type="checkbox"]:checked+label:before {
	background: url('../img/web/check_radio_sheet.png') -15px top no-repeat
}

.check_this input[type="radio"]+label:before {
	background: url('../img/web/check_radio_sheet.png') 0 top no-repeat
}

.check_this input[type="radio"]:checked+label:before {
	background: url('../img/web/check_radio_sheet.png') -15px top no-repeat
}

.check_this a {
	display: inline-block;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 20px;
	vertical-align: middle;
	color: #e39c28;
}

.check_this a:hover {
	color: #211915;
}

.check_this a:before {
	content: ' ';
	white-space: pre;
}

/*** Calendario **********************************************************************************/
#ui-datepicker-div {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	display: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	padding: 2em;
	z-index: 99 !important;
}

#ui-datepicker-div .ui-datepicker-header {
	color: #211915;
	position: relative;
	text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
}

#ui-datepicker-div .ui-datepicker-header a {
	cursor: pointer;
	height: 24px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 25px;
}

#ui-datepicker-div .ui-datepicker-header a span {
	display: none;
	visibility: hidden;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
	background: url(../img/web/arrow-left.png) center no-repeat;
	left: 0;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
	background: url(../img/web/arrow-right.png) center no-repeat;
	right: 0;
}

#ui-datepicker-div .ui-datepicker-calendar {
	margin-top: 0.5em;
	width: 100%;
}

#ui-datepicker-div tr td, #ui-datepicker-div tr th {
	height: 35px;
	width: 35px;
}

#ui-datepicker-div tr th {
	border-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	text-transform: uppercase;
}

#ui-datepicker-div tr td span {
	border: solid 1px #ececec;
	color: #000000;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 2px;
	text-align: center;
	width: 35px;
}

#ui-datepicker-div tr td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	border: solid 1px transparent;
}

#ui-datepicker-div tr th {
	text-transform: uppercase;
}

#ui-datepicker-div tr td a {
	color: #000000;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	margin: 2px;
	text-align: center;
	width: 35px;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

#ui-datepicker-div tr td a.ui-state-highlight {
	background: #ebebeb;
	color: #211915;
}

#ui-datepicker-div tr td a.ui-state-active {
	background: #211915;
	color: #FFFFFF;
}

#ui-datepicker-div tr td a:hover {
	background: #211915;
	color: #FFFFFF;
}

#ui-datepicker-div tr td.ui-state-disabled span {
	border: none;
	color: #ebebeb;
}

/*** PhotoSwipe **********************************************************************************/
.swipe-content {
	display: none;
	visibility: hidden;
}

.pswp__share--download {
	display: none !important;
	visibility: hidden !important;
}

.pswp__caption__center {
	text-align: center !important;
}

/*** Errores ************************************************************/
.fondo_mensaje_error {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 10;
}

.fondo_mensaje_error .mensaje_error {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.fondo_mensaje_error .mensaje_error .titulo {
	display: block;
	padding: 15px;
	font-size: 2em;
	font-weight: 600;
	line-height: 1em;
	color: #ffffff;
	background: #211915;
}

.fondo_mensaje_error .mensaje_error ul {
	margin: 0;
	padding: 15px;
}

.fondo_mensaje_error .mensaje_error ul li {
	display: block;
	font-size: 1.4em;
	line-height: 1.5em;
}

.fondo_mensaje_error .mensaje_error ul li:before {
	content: '- ';
}

.fondo_mensaje_error .mensaje_error .botones a {
	display: block;
	width: 200px;
	margin: 15px 0;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background: #211915;
}

.fondo_mensaje_error .mensaje_error .botones a:nth-of-type(1) {
	float: left;
	margin-left: 15px;
}

.fondo_mensaje_error .mensaje_error .botones a:nth-of-type(2) {
	float: right;
	margin-right: 15px;
}

.fondo_mensaje_error .mensaje_error .botones a:hover {
	background: #e39c28;
}

.fondo_mensaje_error .mensaje_error .cerrar_error {
	position: absolute;
	top: 7.5px;
	right: 15px;
	display: block;
	width: 35px;
	height: 35px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	background: url('../img/web/kross_w.png') no-repeat center;
	box-sizing: border-box;
}

.fondo_mensaje_error .mensaje_error .cerrar_error:hover {
	border: 2px solid #ffffff;
	background: url('../img/web/kross.png') no-repeat center #ffffff;
}

/*** Rótulos ************************************************************/
.rotulazo {
	position: relative;
	padding-bottom: 25px;
	text-align: center;
}

.rotulazo:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 2px;
	height: 100px;
	margin: 0 auto;
	background: #e39c28;
}

.rotulazo .titulo {
	display: block;
	margin: 0;
	font-size: 7.5em;
	font-weight: 300;
	line-height: 1em;
}

.rotulazo .subtitulo {
	display: block;
	margin-bottom: 15px;
	font-size: 1.85em;
	font-weight: 600;
	line-height: 1em;
	color: #636363;
}

/*** Política de Privacidad ************************************************************/
.fondo_politica {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .75);
	z-index: 10;
}

.fondo_politica .contenido_politica {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.fondo_politica .contenido_politica:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 7.5%;
	right: 7.5%;
	height: 10px;
	background: #e39c28;
}

.fondo_politica .contenido_politica .texto {
	max-height: 60vh;
	margin: 0 auto;
	padding: 30px;
	background: #ffffff;
	overflow: auto;
}

.fondo_politica .contenido_politica .texto .titulo {
	display: block;
	margin: 0;
	font-size: 4.5em;
	font-weight: 300;
	line-height: 1em;
}

.fondo_politica .contenido_politica .texto .descripcion {
	margin-top: 50px;
	font-size: 1.4em;
	font-weight: 300;
	color: #000000;
}

.fondo_politica .contenido_politica .texto .descripcion p {
	margin: 0;
	margin-top: 15px;
}

.fondo_politica .contenido_politica .texto .descripcion p:first-child {
	margin-top: 0;
}

.fondo_politica .cerrar_politica {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border-radius: 100%;
	background: url('../img/web/kross_w.png') no-repeat center #e39c28;
}

.fondo_politica .cerrar_politica:hover {
	background: url('../img/web/kross.png') no-repeat center #ffffff;
}