@charset "UTF-8";

@import url("https://xabiago.com/view/template/assets/css/cuadratico.min.css");

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #575757;
	line-height: 26px;
	background-color: #eee;
}


@media (min-width: 767px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
}

a,
a:hover,
a:focus,
a:active { 
	outline: none;
	color: #0d73f0;
	font-weight: 500;
}
a:focus,
a:active { text-decoration: none; }
a[href^=tel] { color: inherit; text-decoration: none; }

.link {
	outline: none;
	color: #0d73f0;
	font-weight: 500;
	cursor: pointer;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1400px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.padding {
	padding-bottom: 20px;
}
p { margin: 0 0 15px 0;	}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }


/* Header */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8000;	
	transition: height .2s;
}
.interior header {
	background: url(https://xabiago.com/view/template/assets/img/cabecera.jpg) no-repeat center;
	background-size: cover;
	height: 215px;
}
.scroll header {
	background: url(https://xabiago.com/view/template/assets/img/cabecera.jpg) no-repeat center;
	background-size: cover;
	height: 140px;
}
header .top {
	padding: 17px 0;
	background: #01A8B8;
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	height: 54px;
	overflow: hidden;
}
header .top a {
	color: #fff;
	text-decoration: none;
}
header .contacto {
	float: left;
}
header .top .phone,
header .top .phone a,
header .top .whatsapp,
header .top .whatsapp a,
header .top .contact,
header .top .contact a {
	font-weight: 600;
}
header .top .phone,
header .top .whatsapp,
header .top .contact {
	margin-left: 20px;
}
header .top .phone i,
header .top .whatsapp i,
header .top .contact i {
	margin-right: 5px;
}
header .top .contact a span {
	text-decoration: underline;
}
header .top .contact a:hover span {
	text-decoration: none;
}
header .social {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .social li {
	display: inline-block;
	margin: 0 0 0 6px;
}
.idiomas {
	position: relative;
	float: right;
	border-left: 1px solid #0092c7;
	color: #fff;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 31px;
}
.idiomas a {
	color: #fff;
}
.idiomas a:hover {
	text-decoration: none;
}
.idiomas ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	width: 70px;
	padding: 0;
	margin: 0 0 0 -15px;
	list-style: none;
	background: #06a7e2;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	z-index: 99;
	-webkit-transition: opacity .2s, visibility .2s;
	-moz-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}
.idiomas:hover ul {
	opacity: 1;
	visibility: visible;
}
.idiomas ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #0092c7;
}
.idiomas ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	padding: 5px 0;
}
.idiomas ul li a:hover {
	text-decoration: none;
	background: #0092c7;
}
.idiomas.show a.activo {
	background: #4c3b2e;
}
header .logo {
	float: left;
	padding: 35px 0;
	transition: padding .2s;
}
.scroll header .logo {
	padding: 15px 0;
}
header .logo svg {
	width: 224px;
	height: 40px;
	transition: width .2s, height .2s;
}
.scroll header .logo svg {
	width: 121px;
	height: 50px;
}

@media (max-width: 730px) {
	.interior header {
		height: 140px;
	}
	header .logo {
		padding-top: 14px;
	}
	header .logo svg {
		width: 121px;
		height: 50px;
	}
	header .contacto .texto-contacta {
		display: none;
	}
	header .top .phone {
		margin-left: 0;
	}
	header .social,
	header span.contact {
		display: none;
	}
}
/* Fin Header */

/* Menu */
nav.menu {
	float: right;
	text-align: left;
	padding-top: 30px;
	transition: padding .2s;
	padding-left: 20px;
}
.scroll header nav.menu {
	padding-top: 15px;
}
nav.menu .navigation {
	list-style: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
nav.menu .navigation li {
	display: inline-block;
	margin-left: -4px;
	padding: 5px 20px 0 20px;
	position: relative;
}
nav.menu .navigation li:last-child {
	padding-right: 0;
}
nav.menu .navigation li.social {
	display: none;
	width: 25%;
	text-align: center;
}
nav.menu .navigation li a {
	display: block;
	color: #fff;
	padding: 12px 0 5px 0;
	transition: background .2s, color .2s;
	position: relative;
}
nav.menu .navigation li span {
	display: block;
	padding: 12px 0 5px 0;
	position: relative;
}
nav.menu .navigation li a:hover {
	text-decoration: none;
}
nav.menu .navigation li a:after,
nav.menu .navigation li span:after {
	position: absolute;
	width: 0;
	height: 3px;
	content: '';
	left: 50%;
	top: 0;
	background: #F57E0C;
	transform: translateX(-50%);
	transition: width .2s;
}
nav.menu .navigation li span:after {
	width: 100%;
}
nav.menu .navigation li a:hover:after {
	width: 100%;
}
nav.menu .navigation li.desplegable span:after,
nav.menu .navigation li.desplegable a:hover:after {
	display: none;
}
nav.menu .navigation li a i {
	font-size: 18px;
	margin-left: 5px;
}
nav.menu .navigation li.desplegable {
	height: 60px;
}
nav.menu .navigation li ul.submenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 55px;
	left: 50%;
	min-width: 150px;
	-webkit-transition: opacity .2s, visibility .2s;
	-moz-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
	white-space: nowrap;
	text-align: center;
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.scroll nav.menu .navigation li.desplegable {
	height: 55px;
}
.scroll nav.menu .navigation li ul.submenu {
	top: 55px;
}
nav.menu .navigation li ul.submenu:before {
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #06a7e2;
	top: -10px;
	left: 50%;
	margin-left: -15px;
}
nav.menu .navigation li ul.submenu li {
	background: #06a7e2;
	display: block;
	padding: 0;
	border-bottom: 1px solid  #0092c7;
}
nav.menu .navigation li ul.submenu li:first-child {
	padding-top: 5px;
}
nav.menu .navigation li ul.submenu li:last-child {
	padding-bottom: 5px;
	border: none;
}
nav.menu .navigation li ul.submenu li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-transform: none;
	padding: 10px;
}
nav.menu .navigation li ul.submenu li a:hover {
	background: #0092c7;
}
nav.menu .navigation li ul.submenu li a:hover:after {
	display: none;
}
nav.menu .navigation li:hover ul {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1198px) {
	nav.menu .navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -250px;
		width: 250px;
		background: #005765;
		overflow: auto;
		z-index: 9;
		padding: 0;
		margin: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		transition: transform 500ms ease;
	}
	body.offcanvas .navigation {
		-webkit-transform: translate3d(-250px,0,0);
		-moz-transform: translate3d(-250px,0,0);
		-ms-transform: translate3d(-250px,0,0);
		transform: translate3d(-250px,0,0);
	}
	nav.menu {
		float: none;
		text-align: left;
	}
	nav.menu .navigation ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	nav.menu .navigation ul > li + li {
		border-top: 1px solid #002c33;
	}
	nav.menu .navigation ul > li > a,
	nav.menu .navigation ul > li > span {
		display: block;
		color: #fff;
		border-radius: 0 !important;
		padding: 15px 10px;
	}
	nav.menu .navigation ul li a:hover,
	nav.menu .navigation ul > li > span {
		background: #002c33;
	}
	nav.menu .navigation ul > li > a i {
		display: none;
	}
	nav.menu .navigation ul li a:after,
	nav.menu .navigation ul li span:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	nav.menu .navigation ul li ul.submenu li {
		background: #0082b2;
		text-align: left;
		padding: 0 !important;
	}
	nav.menu .navigation ul li ul.submenu li a {
		display: block;
		color: #fff;
		padding-left: 20px;
	}
	nav.menu .navigation ul li ul.submenu li a:before {
		content: '\2022\00a0';
	}
	nav.menu .navigation ul li ul.submenu li a:hover:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu:before {
		display: none;
	}
	nav.menu .navigation ul li.desplegable,
	.scroll nav.menu .navigation li.desplegable {
		height: auto;
	}
	#menu-categorias-movil h2 {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		display: block;
		margin: 0;
		padding: 15px 10px;
		color: #06a7e2;
		background: #f9f9f9;
	}
}

@media (max-width: 730px) {
	nav.menu .navigation li.social {
		display: inline-block;
	}
}
/* Fin menu */

/* Banner */
#banner-home {
	position: relative;
	width: 100%;
	height: 750px;
	margin: 54px 0 0 0;
}
.bxslider {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.bxslider li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-3;
}
.bxslider li.active {
	display:block;
	z-index:-1;	
}
.bxslider li .banner-claim {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-claim .label {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	display: block;
	width: 100%;
	max-width: 1200px;
}
.banner-claim .label .text {
	max-width: 600px;
}
.bxslider li .banner-claim .label .text h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 80px;
	line-height: 90px;
	font-weight: 400;
	text-shadow: 5px 12px 10px rgba(0, 0, 0, 0.35);
	padding: 0;
	margin: 0 0 15px 0;
}
.banner-navigation {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	max-width: 1400px;
}
.banner-navigation ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0 15px;
}
.banner-navigation li {
	display: inline-block;
	margin-left: -4px;
}
.banner-navigation li a {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 3px;
}
.banner-navigation li a:hover {
	background: #666;
}
.banner-navigation li a.active {
	background: #EC5B18;
}

.banner-interior {
	width: 100%;
	height: 215px;
	background: url(https://xabiago.com/view/template/assets/img/cabecera.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 730px) {
	#banner-home {
		height: 450px;
	}
	.bxslider li .banner-claim {
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}
	.banner-claim .label {
		padding: 20px;
	}
	.bxslider li .banner-claim .label .text h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-claim .label:before,
	.banner-claim .label:after {
		display: none;
	}
}
@media (max-width: 480px) {
	.bxslider li .banner-claim {
		font-size: 20px;
		line-height: 25px;
	}
}
/* Fin Banner */

/* Offcanvas */
#btn-offcanvas {
	display: none;
}
#offcanvas-overlay {
	display: none;
}

@media (max-width: 1198px) {
	#btn-offcanvas {
		display: block;
		position: absolute;
		top: 85px;
		right: 10px;
		width: 50px;
		height: 50px;
		color: #fff !important;
		border: none;
		border-radius: 0;
		background: none;
		font-size: 35px;
		-webkit-transition: background-color .25s, top .2s;
		transition: background-color .25s, top .2s;
	}
	.scroll header #btn-offcanvas {
		top: 72px;
	}
	#btn-offcanvas .ico {
		font-size: 25px;
		vertical-align: middle;
	}
	#offcanvas-overlay {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		cursor: pointer;
		z-index: 3;
		overflow: hidden;
	}

	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}	
}

@media (max-width: 730px) {
	#btn-offcanvas {
		top: 72px;
	}
}
/* Fin Offcanvas */

/* main */
main {
	padding-bottom: 100px;
	min-height: 900px;
}
.interior main {
	margin-top: 215px;
	background: url(https://xabiago.com/view/template/assets/img/fondo-playa.jpg?456) no-repeat top center;
}
@media (max-width: 730px) {
	.interior main {
		margin-top: 140px;
	}
}
/* Fin main */

/* Filas */
.fila {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 50px;
	text-decoration: none;
}
.fila.big {
	margin-bottom: 0;
}
.fila:hover {
	color: #5d5d5d;
	text-decoration: none;
}
.fila.reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.fila h1,
.fila h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #0A628F;
	padding: 30px 0 0 0;
	margin: 0 0 20px 0;
	position: relative;
}
.fila h1:before,
.fila h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 69px;
	height: 9px;
	background: url(https://xabiago.com/view/template/assets/svg/adorno.svg);
}
.fila .fila-texto {
	width: 45%;
	padding: 60px 80px 45px 80px;
	max-width: 594px;
	background: #fff;
}
.fila.big .fila-texto {
	width: 50%;
}
.fila.big .fila-texto {
	max-width: 100%;
}
.fila-texto.large {
	width: 100%;
}
.fila .fila-texto a {
	margin-top: 20px;
	text-decoration: underline;
}
.fila .fila-texto a:hover {
	text-decoration: none;
}
.fila .fila-texto-content {
	max-width: 610px;
}
/*.fila.reverse .fila-texto-content {
	float: right;
}*/

.fila .fila-foto {
	width: 55%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.fila.big .fila-foto {
	width: 50%;
}
a.fila .fila-foto {
	background-size: 100%;
	transition: background-size .2s;
}
a.fila:hover .fila-foto {
	background-size: 105%;
}
.fila-foto a.foto-zoom {
	display: block;
	width: 49px;
	height: 49px;
	background: #0A628F;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	border: 3px solid #fff;
	position: absolute;
	bottom: 12px;
	right: 10px;
}
.fila.reverse .fila-foto a.foto-zoom {
	right: auto;
	bottom: 12px;
	left: 10px;
}

@media (max-width: 992px) {
	.fila {
		display: block;
	}
	.fila.reverse {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.fila .fila-texto,
	.fila.reverse .fila-texto,
	.fila.big .fila-texto {
		width: 100%;
		padding: 40px 40px 25px 40px;
		border-left: none;
		border-right: none;
		max-width: 100%;
	}
	.fila .fila-foto,
	.fila.big .fila-foto {
		width: 100%;
		height: 200px;
	}
	.fila .fila-texto-content,
	.fila.big .fila-texto-content {
		max-width: 100%;
	}
}
@media (max-width: 580px) {
	.fila .fila-texto,
	.fila.reverse .fila-texto,
	.fila.big .fila-texto {
		padding: 30px;
	}
	.fila .fila-foto,
	.fila.big .fila-foto {
		height: 150px;
	}
}
/* Fin filas */

/* Caja */
.cuadro {
	background: #0A628F;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 20px;
	border-radius: 7px;
}
.cuadro.whatsapp {
	background: #1BD741;
}
.nota-whatsapp {
	/*padding-left: 30px;
	float: left;*/
}
.cuadro a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
}
.caja {
	background: #EBEBEB;
	padding: 40px;
	border-radius: 7px;
}
.caja h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ABABAB;
}
.caja h3 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ABABAB;
}
.box {
	overflow: hidden;
	background: #fff;
	margin: 100px auto 20px auto;
	padding: 80px;
}
.box h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #0A628F;
	padding: 30px 0 0 0;
	margin: 0 0 20px 0;
	position: relative;
}
.box h1:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 69px;
	height: 9px;
	background: url(https://xabiago.com/view/template/assets/svg/adorno.svg);
}
.child {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dashed #ABABAB;
	padding: 15px 0;
}
.caja .child:first-child {
	padding-top: 0;
}
.caja .child:last-child {
	padding-bottom: 0;
	border: none;
}
.child.totales {
	border-bottom: 1px solid #ABABAB;
}
.child.totales-reserva {
	border: none;
}
.child strong {
	font-weight: 600;
}
.child > svg {
	margin-right: 15px;
}
.carro .caja p {
	margin: 20px 0 0 0;
}
.child .precio {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-left: auto;
}
.child.totales-reserva {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.child.totales-reserva .precio {
	font-size: 30px;
	line-height: 28px;
	font-weight: 700;
}
.input-menores {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -5px
}
.input-menores .input-menor {
	position: relative;
	width: 20%;
	padding: 5px;
}
.texto-home {
	margin: 0;
	padding: 70px 80px;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	position: relative;
	background: #fff;
}
.texto-home h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 42px;
	line-height: 80px;
	font-weight: 400;
	color: #0A628F;
}
.texto-home h1 svg {
	display: block;
	margin: auto;
}
.texto-home p a,
.home .fila-texto a {
	text-decoration: none !important;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	background: linear-gradient(62.78deg, #D50037 6.12%, #FFA400 97.72%);
	padding: 20px 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 23px;
	line-height: 28px;
	transition: background .2s;
	border-radius: 7px;
	font-weight: 400;
	margin: 10px 0 0 0;
}
.texto-home p a:hover,
.home .fila-texto a:hover {
	background: linear-gradient(62.78deg, #FFA400 6.12%, #D50037 97.72%);
}

@media (max-width: 1198px) {
	/*.nota-whatsapp {
		clear: left;
		display: block;
		padding-left: 0;
		padding-top: 15px;
		float: none;
	}*/
}

@media (max-width: 992px) {
	.box {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.texto-home {
		padding: 40px 20px;
	}
	.texto-home h1 {
		line-height: 60px;
	}
	.texto-home h1 svg {
		margin-bottom: 10px;
	}
	.box {
		margin-top: 20px;
	}
	.input-menores .input-menor {
		width: 25%;
	}
}

@media (max-width: 580px) {
	.box {
		padding: 30px;
	}
}
/* Fin caja */

.seccion-paraiso .seccion-paraiso-content {
	position: relative;
	padding-bottom: 300px;
	margin-bottom: 50px;
	background: url('https://xabiago.com/view/template/assets/img/granadella.jpg') no-repeat top 30px center;
	background-size: cover;
	text-align: center;
}
.seccion-paraiso .seccion-paraiso-content .seccion-paraiso-flex {
	display: flex;
	margin-top: -30px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.seccion-paraiso .image-home {
	width: 52%;
	margin-top: 30px;
}
.seccion-paraiso .texto-home {
	width: 48%;
}
.seccion-paraiso h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 54px;
	line-height: 80px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	margin: 0;
	padding: 200px 0 25px 0;
	font-weight: 400;
	color: #fff;
}
.seccion-paraiso a.button {
	color: #01A8B8;
	background: #fff;
	border-radius: 7px;
	padding: 15px 25px; 
	font-size: 20px;
	line-height: 23px;
}

@media (max-width: 992px) {
.seccion-paraiso .seccion-paraiso-content .seccion-paraiso-flex {
	display: block;
	margin-top: 0;
}
.seccion-paraiso .image-home {
		width: 100%;
		margin-top: 0;
	}
	.seccion-paraiso .texto-home {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.seccion-paraiso .seccion-paraiso-content {
		padding-bottom: 100px;
	}
	.seccion-paraiso h2 {
		padding-top: 100px;
		line-height: 60px;
	}
}
/* Textos */
.top-padding {
	padding-top: 100px;
}
.bottom-padding {
	padding-bottom: 50px;
}
.intro {
	padding-bottom: 20px;
}
.intro h1 {
	font-size: 25px;
	line-height: 25px;
}
.page ul,
.page ol {
	margin: 0 0 15px 30px;
}
.page ul ul,
.page ul ol,
.page ol ol,
.page ol ul {
	margin: 10px 0 15px 30px;
}
.page a {
	text-decoration: underline;
}
.page a:hover {
	text-decoration: none;
}

.page table {
	width: 100%;
	border: 1px solid #363636;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.page table td {
	border: 1px solid #363636;
	padding: 5px;
	min-width: 200px;
}
.page table thead td {
	background: #eee;
}
.layoutArea .column {
	overflow-x: auto;
}

.titular {
	clear: both;
	font-family: 'Fjalla One', sans-serif;
	color: #0A628F;
	font-weight: 400;
	margin: 100px 0 20px 0;
	overflow: hidden;
}
h2.titular {
	font-size: 32px;
	line-height: 40px;
}
h1.relativo {
	position: relative;
}
h2.title {
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 28px;
	font-weight: 700;
	color: #0A628F;
	padding: 0;
	margin: 20px 0;
}
h2.title svg {
	margin-right: 10px;
}
.titular a,
h1 a {
	font-size: 16px !important;
	float: right;
	text-transform: none;
	padding: 5px 15px !important;
}
h1 a i {
	vertical-align: 0 !important;
	margin: 0 5px 0 0;
}
@media (max-width: 767px) {
	h1 span {
		display: block;
	}
	.titular a,
	h1 a {
		display: block;
		float: none;
		margin-top: 5px;
	}
	.top-padding {
		padding-top: 0;
	}
}
#mapa {
	width: 100%;
	height: 486px;
	border: 1px solid #b18bbf;
}

.itinerario iframe {
	width: 100% !important;
	height: 400px !important;
	border: none !important;
	border-radius: 7px;
}
/* Fin textos */

.titulo-success,
.titulo-fail {
	display: flex;
	align-items: flex-end;
	color: #71BC26 !important;
}
.titulo-fail {
	color: #EE1616 !important;
}
.titulo-success > svg,
.titulo-fail > svg {
	margin-right: 10px;
}

/* Formularios */
.bloque {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: all .2s;
}
.bloque.visible {
	opacity: 1;
	visibility: visible;
	max-height: 100%;
}
.btn-custom-input {
	display: block;
    position: relative;
    margin: 0;
    font-weight: 600;
}
.btn-custom-input.disabled {
    opacity: 0.2;
}
.btn-custom-input input {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}
.lbl-custom-input {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
	padding: 10px;
	border: 1px solid #AFAFAF;
	border-radius: 7px;
    cursor: pointer;
    -webkit-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list-horas .lbl-custom-input {
	padding: 10px 15px;
}
.lbl-custom-input figure,
.lbl-custom-input img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.lbl-custom-input figure {
	margin-bottom: 10px;
}
.disabled .lbl-custom-input {
    cursor: default;
}
.lbl-custom-input small {
    display: block;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
}
.btn-custom-input input:checked ~ .lbl-custom-input {
	color: #fff;
	border: 1px solid #01A8B8;
	background: #01A8B8;
}
.radio-button {
	display: block;
	margin-right: 10px;
	width: 31px;
	height: 31px;
	border: 1px solid #AFAFAF;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.radio-button::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	left: 7px;
	top: 7px;
	border-radius: 50%;
}
.btn-custom-input input:checked ~ .lbl-custom-input .radio-button::after {
	background: #01A8B8;
}

.custom-inputs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.custom-inputs .custom-input {
	width: 50%;
	padding: 10px;
	position: relative;
}
.custom-input svg {
	margin-right: 10px;
}
.custom-inputs .custom-input > label {
	display: block;
	cursor: pointer;
}
.custom-input > label input {
	position: absolute;
	top:50%;
	left: -1000px;
}
.custom-input > label > span {
	display: flex;
	align-items: center;
	border: 1px solid #AFAFAF;
	background: #fff;
	padding: 15px;
	border-radius: 7px;
	font-size: 18px;
	line-height: 18px;
}
.custom-input > label > span small {
	font-size: 16px;
	font-weight: normal;
}
.custom-input > label input:checked ~ span {
	color: #fff;
	background: #01A8B8;
	border-color: #01A8B8;
}
.custom-input > label input:checked ~ span span.radio-button::after {
	background: #01A8B8;
}
.custom-input > label input.error ~ span {
	border-color: #f00;
}
@media (max-width: 767px) {
	.custom-inputs .custom-input {
		width: 100%;
	}
}
input.pickdate {
	background: url(https://xabiago.com/view/template/assets/svg/calendario.svg) no-repeat right 15px top 50%;
	cursor: pointer;
}
h3.title {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 15px 0;
}
h3.title.title-tarifas {
	border-bottom: 1px solid #ABABAB;
	padding: 0 0 10px 0;
}
ul.tarifas {
	margin: 0;
	padding: 0;
}
ul.tarifas li {
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #ABABAB;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
ul.tarifas li span.precio {
	margin-left: auto;
	font-size: 30px;
	line-height: 28px;
	font-weight: 600;
}
.contact-form {
	max-width: 600px;
	margin: auto;
	padding: 20px 0 0 0;
}
form label {
	font-size: 16px;
	color: #1d1d1b;
	font-weight: normal;
}
.form-group.from-group-website {
	display: none;
}
.form-control {
	border-radius: 7px;
	-webkit-appearance: none;
	border: 1px solid #AFAFAF;
	padding: 10px;
	margin: 0;
	height: auto;
	font-size: 16px;
	background-color: #fff;
	-webkit-appearance: none;
}
textarea.form-control {
	height: 150px;
	resize: vertical;
}
select.form-control {
	cursor: pointer;
	background: #fff url(https://xabiago.com/view/template/assets/img/select.png) repeat-y right;
}
select.form-control-hora {
	font-size: 17px;
	color: #575757;
	padding: 15px !important;
	background: #fff url(https://xabiago.com/view/template/assets/svg/reloj.svg) no-repeat top 50% right 15px;
}
.form-group.relativa {
	margin-bottom: 20px;
}
.form-group.relativa .form-control {
	padding: 22px 15px 8px 15px;
}
.form-group.relativa select.form-control {
	padding: 15px;
}
.form-group.relativa .label {
	position: absolute;
	pointer-events: none;
	top: 15px;
	left: 26px;
	transition: 0.2s ease all;
	font-weight: 300;
	color: #575757;
}
.form-control:focus ~ .label,
.form-control:not(:placeholder-shown) ~ .label {
	top: 10px;
	left: 26px;
	opacity: 1;
	font-size: 12px;
	line-height: 12px;
	color: #008ecc;
}
.checkbox-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0 7px 0 0;
	font: inherit;
	color: currentColor;
	width: 28px;
	min-width: 28px;
	height: 28px;
	border: 1px solid #AFAFAF;
	border-radius: 6px;
	cursor: pointer;
}
input[type="checkbox"]::before {
	display: block;
	content: "";
	width: 18px;
	height: 17px;
	background: #01A8B8;
	margin: 5px 0 0 4px;
	transform: scale(0);
	border-radius: 6px;
	transition: 120ms transform ease-in-out;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.suma {
	font-size: 24px;
	font-weight: bold;
	color: #1d1d1b;
	padding-top: 40px;
	text-align: right;
}
.captcha-excursion {
	padding-bottom: 20px;
}
.captcha-excursion .suma {
	padding-top: 15px;
}
.padding-captcha {
	padding-top: 5px;	
}
.label-captcha {
	font-size: 12px;
}
.privacidad {
	text-align: right;
	padding-top: 35px;
}
.captcha-excursion .privacidad {
	padding-top: 15px;	
}
label.error {
	top: 12px;
	right: 18px;
}
@media (max-width: 992px) {
	.suma {
		text-align: left;
		padding-top: 10px;
	}
	.privacidad {
		padding-top: 0;
		text-align: left;
	}
}
.botonera {
	text-align: center;
}

.location-content {
	border: 1px solid #AFAFAF;
	border-radius: 7px;
	padding: 10px;
}
.location-content figure {
	border-radius: 7px;
	margin-bottom: 10px;
}
.location-content figure img {
	border-radius: 7px;
}
.location-content a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #0D73F0;
}
.location-content-flex {
	display: flex;
	align-items: center;
}
.location-content-input {
	margin-right: 10px;
	position: relative;
}
.location-content-input input {
	position: absolute;
	left: -9999px;
}
.location-content-input label.label {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #AFAFAF;
	border-radius: 50%;
	cursor: pointer;
	padding: 4px;
}
.location-content-input label.label span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}
.location-content-input input:checked ~ label.label span {
	background: #01A8B8;
}
.buttons-qty-wrapper {
	display: flex;
	align-items: center;
}
.button-qty {
	display: block;
	border:none;
	border-radius: 50%;
	background: #575757;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 0;
	margin: 0 10px 0 0;
	padding: 0;
}
.button-qty.add-more {
	margin: 0 0 0 10px; 
}
.form-control.cantidad {
	display: block;
	width: 60px;
	text-align: center;
}
#bloque-cantidad .form-control.cantidad {
	height: 35px;
}
#bloque-cantidad .button-qty {
	width: 31px;
	height: 31px;
}
.info {
	background: #0066DE;
	color: #fff;
	border-radius: 7px;
	padding: 20px;
	font-size: 17px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.info.info-alert {
	text-align: left;
}
.info.gris {
	background: #EBEBEB;
	color: #575757;
}
.popup .info {
	margin: 0 0 20px 0;
}
.caja-privacidad {
	background: #EBEBEB;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
}

.botones-reserva {
	margin: 0 -5px;
	padding: 0;
	overflow: hidden;
}
.botones-reserva .boton-reserva {
	padding: 0 5px 10px 5px;
	color: #fff;
	width: 33.333%;
	float: left;
}
.botones-reserva .boton-reserva .button {
	width: 100%;
	font-size: 17px;
	line-height: 19px;
	padding: 18px 30px 18px 30px;
	overflow: hidden;
}
.botones-reserva .boton-reserva .button.mostrar {
	padding: 24px 35px;
}
.botones-reserva .boton-reserva .button.active {
	background: #00496f;
}
.oculto {
	display: none;
}
@media (max-width: 1310px) {
	.botones-reserva .boton-reserva {
		width: 50%;
	}
}
@media (max-width: 580px) {
	.botones-reserva .boton-reserva {
		width: 100%;
	}
}

input:focus {
	border: 1px solid #AFAFAF !important;
	outline: none !important;
	box-shadow: none !important;
}
input:invalid {
  border-color: #f00 !important;
}
/* Fin formularios */

/* Calendario */
.cargando {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 100;
}
.cargando > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.datepicker-inline .datepicker {
	width: 100%;
	border-color: #AFAFAF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
}
.datepicker-inline .datepicker .datepicker--nav {
	border-bottom: 1px solid #AFAFAF;
}
.datepicker-inline .datepicker .datepicker--day-name {
	color: #0A628F;
}
.datepicker-inline .datepicker .datepicker--cell.-current- {
	color: #01A8B8;
}
.datepicker-inline .datepicker .datepicker--cell-day.-current-.-selected- {
	color: #fff;
}
.datepicker-inline .datepicker .datepicker--cell-day {
	font-weight: 700;
	padding: 20px 0;
	border: 1px solid #AFAFAF;
	margin: 2px 0;
}
.datepicker-inline .datepicker .datepicker--cell-day.-disabled-,
.datepicker-inline .datepicker .datepicker--cell-day.-other-month- {
	font-weight: 400;
	border: none;
}
.datepicker-inline .datepicker .datepicker--cell.-selected- {
	background: #01A8B8;
}
/* Fin Calendario */

/* Botones */
.buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.buttons > div {
	position: relative;
	width: 50%;
	padding: 0 5px;
}
.buttons.large > div {
	width: 100%;
}
.buttons > div a.button-whatsapp,
.buttons > div a.button-phone {
	display: block;
}
.buttons > div svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
@media (max-width: 767px) {
	.buttons > div {
		width: 100%;
		margin-bottom: 15px;
	}
}
.button {
	text-decoration: none !important;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	background: #0A628F;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	transition: background .2s;
	border-radius: 7px;
	font-weight: 400;
}
.button.button-whatsapp {
	text-align: left;
	color: #fff;
	background: #25D366;
	padding: 20px;
}
.button.button-phone {
	text-align: left;
	color: #fff;
	padding: 20px;
}
.btn {
	color: #fff;
	text-decoration: none;
}
.button:focus,
.button:active,
.btn:focus,
.btn:active { 
	color: #fff;
}
.button.submit {
	padding: 20px 30px;
	font-size: 23px;
	line-height: 28px;
	background: linear-gradient(62.78deg, #D50037 6.12%, #FFA400 97.72%);
}
.button.big {
	display: block;
	padding: 20px;
	font-size: 17px;
	line-height: 17px;
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #00496f;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.button.submit:hover {
	background: linear-gradient(62.78deg, #FFA400 6.12%, #D50037 97.72%);
}
.button.submit i,
.button.submit svg,
.button.big i,
.button.big svg {
	margin-left: 10px;
	vertical-align: -5px;
}
.button i,
.button svg {
	margin-left: 10px;
}
.button.back i {
	margin-left: 0;
	margin-right: 5px;
}
.button.small {
	padding: 10px;
}
/* Fin botones */

/* Paginacion */
.paginacion {
	overflow: hidden;
	float: right;
	padding-bottom: 20px;
}
.paginacion a,
.paginacion span {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background-color: #5a6771;
	float: left;
	transition: background-color .2s;
	margin: 0 0 0 7px;
}
.paginacion a:hover,
.paginacion span {
	text-decoration: none;
	background-color: #06a7e2;
}
/* Fin paginacion */

/* Archivos */
.archivos {
	padding: 20px 0;
	overflow: hidden;
	margin: 0 -5px;
}
.archivos .archivo {
	float: left;
}
.archivos .archivo a {
	margin: 0 5px 10px 5px;
}
.archivos .archivo a:hover {
	text-decoration: none;
}
.archivos .archivo svg {
	width: 22px;
	height: 25px;
	vertical-align: -5px;
}

@media (max-width: 560px) {
	.archivos .archivo {
		float: none;
	}
}
/* Fin Archivos */

/* Items (Galerias, Noticias) */
.gallery {
	padding-top: 20px;
}
.gallery span.label {
	display: block;
	background: #0A628F;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	height: 92px;
	overflow: hidden;
}
.gallery a {
	text-decoration: none !important;
}
.gallery a figure {
	overflow: hidden;
}
.gallery a figure img {
	transform: scale(1,1);
	transition: transform .2s;
}
.gallery a:hover figure img {
	transform: scale(1.1,1.1);
}
.items,
.galerias {
	padding-top: 20px;
	padding-bottom: 20px;
}
.galerias [class^="col-"],
.galerias [class*=" col-"],
.items [class^="col-"],
.items [class*=" col-"] {
	padding-bottom: 20px;
}
.galerias a {
	display: block;
	overflow: hidden;
}
.galerias a.video {
	position: relative;
}
.galerias a.video:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'FontAwesome';
	content: '\f16a';
	font-size: 40px;
	color: #fff;
	transform: translate(-50%,-50%);
	z-index: 11;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}
.galerias a img {
	transition: transform .2s;
}
.galerias a:hover img {
	transform: scale(1.1, 1.1);
}
.items .item {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);	
}
.items .item a {
	color: #1d1d1b;
	text-decoration: none !important;
}
.items .item figure {
	position: relative;
	overflow: hidden;
}
.items .item a figure img {
	transition: transform .2s;
}
.items .item a:hover figure img {
	transform: scale(1.1, 1.1);
}
.items .item .texto {
	background: #fff;
	text-align: center;
	padding: 20px;
	height: 90px;
	overflow: hidden;
}
.items .item.noticia .texto {
	text-align: left;
	height: auto;
}
.items .item .texto h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 23px;
	color: #1d1d1b;
	font-weight: normal;
	height: 50px;
	overflow: hidden;
}
.items .item.noticia .texto h3 {
	margin-bottom: 15px;
}

@media (max-width: 560px) {
	.galerias [class^="col-"],
	.galerias [class*=" col-"],
	.items [class^="col-"],
	.items [class*=" col-"] {
		width: 100%;
	}
	.items .item .texto,
	.items .item .texto h3 {
		height: auto;
	}
}
/* Fin Items */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
}
.popup {
	position: absolute;
	background: #fff;
	border-radius: 7px;
	padding: 40px;
	left: 50%;
	top: 25%;
	width: 650px;
	max-width: 90%;
	text-align: center;
	transform: translateX(-50%);
}
.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.loading {
	display: none;
	position: fixed;
	background: rgba(255, 255, 255, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.loading.visible {
	display: block;
}
.loading .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.popup {
		padding: 30px 30px 15px 30px;
	}
	.popup-close {
		top: 15px;
		right: 15px;
	}
}

/* INSTAGRAM POPUP BOF */
body.popup {
	overflow-y: hidden;
    height: 100%;
}
.instagram_overlay {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}
.instagram_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -495px;
    margin-top: -300px;
    width: 990px;
    height: 600px;
    display: block;
    font-family: 'Georgia';
    text-align: left;
}
.instagram_close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    z-index: 9999;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23171717%22%20transform%3D%22translate%28-.438%20-.387%29%22%3E%3Crect%20width%3D%221%22%20height%3D%2237.824%22%20x%3D%2215.161%22%20y%3D%22-3.573%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3Crect%20width%3D%2237.824%22%20height%3D%221%22%20x%3D%22-3.573%22%20y%3D%2215.161%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.instagram_foto {
	float:left;
	width: 600px;
	height: 600px;
	/*background: #eee;*/
	text-align: center;
}
.instagram_foto img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.instagram_content {
    margin-top: px;
    height: auto;
    margin-top: 0;
    height: 600px;
    overflow: hidden;

    width: calc(100% - 600px);
    height: 600px;
    padding-left: 42px;
}
.instagram_content .user_data {
    position: relative;
    width: 332px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 24px;
    height: 50px;
}
.userImage {
    width: 33px;
    height: 33px;
    display: inline-block;
}
.userImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(23, 23, 23, 0.07);
}
.userInfo {
	height: 33px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 38px);
	padding-left: 4px;
}
.userInfo p {
    margin: 0;
    height: 16.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 100% !important;
}
.userInfo p:first-child {
    vertical-align: top;
}
.userInfo p:last-child {
    vertical-align: bottom;
}
.go-to-instagram {
    position: absolute;
    top: 20px;
    right: 2px;
    transform: translateY(-50%);
}
.mediaInfo {
    margin: 10px 0;
    color: #666;
}
.mediaInfo > div:not(:last-child) {
    padding-right: 8px;
}
.mediaInfo > div {
    display: inline-block;
    width: auto;
    height: 16px;
}
.mediaInfo > div > i {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    background-position: center center;
    vertical-align: top;
}
.mediaInfo > div.mediaCommentsCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2017%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-211.000000%2C%20-2140.000000%29%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23171717%22%3E%3Cpath%20d%3D%22M211.559672%2C2148.1844%20C211.112418%2C2145.11543%20213.268112%2C2142.21606%20216.453651%2C2141.0071%20C219.852148%2C2139.76935%20223.649331%2C2140.82921%20225.481666%2C2143.70372%20C226.766506%2C2145.68337%20226.98237%2C2148.42928%20226.044193%2C2150.62286%20C226.200392%2C2151.01185%20226.371256%2C2151.41013%20226.616208%2C2151.96395%20C226.660696%2C2152.06453%20226.843302%2C2152.47601%20226.889935%2C2152.58145%20C227.088118%2C2153.02957%20227.230628%2C2153.35897%20227.369772%2C2153.69443%20L227.752999%2C2154.61833%20L226.783989%2C2154.37039%20C225.638035%2C2154.07719%20225.012213%2C2153.92465%20223.083889%2C2153.46255%20C217.999092%2C2155.56274%20212.253425%2C2153.37119%20211.559672%2C2148.1844%20Z%20M223.157316%2C2152.45183%20C223.23192%2C2152.46971%20223.23192%2C2152.46971%20223.283245%2C2152.48201%20C224.63417%2C2152.80573%20225.353055%2C2152.97918%20226.04905%2C2153.15286%20C226.025363%2C2153.09905%20226.000846%2C2153.04349%20225.975384%2C2152.98592%20C225.929091%2C2152.88125%20225.746494%2C2152.46979%20225.70167%2C2152.36845%20C225.410672%2C2151.71053%20225.22094%2C2151.26485%20225.036207%2C2150.7939%20L224.957813%2C2150.59404%20L225.048727%2C2150.39957%20C225.943076%2C2148.48643%20225.778569%2C2145.99802%20224.640634%2C2144.24469%20C223.071203%2C2141.78264%20219.773587%2C2140.86222%20216.802176%2C2141.94437%20C214.026223%2C2142.99794%20212.176879%2C2145.48526%20212.550031%2C2148.046%20C213.151869%2C2152.54537%20218.267897%2C2154.45258%20222.842678%2C2152.47895%20L223.157316%2C2152.45183%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div.mediaLikesCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2015%22%20height%3D%2215%22%20width%3D%2217%22%20data-type%3D%22tint%22%3E%3Cg%3E%3Cpath%20d%3D%22M6.762%2012.224c-.581-.449-1.089-.816-2.253-1.64-.093-.07-.44-.325-.483-.356-.629-.464-.99-.773-1.29-1.13C1.78%207.952%201.33%206.382%201.56%204.913c.353-1.936%202.116-3.523%203.85-3.408.978.061%202.15.757%202.623%201.593l.412.731.446-.71c.539-.858%201.726-1.553%202.698-1.614%201.735-.115%203.499%201.472%203.854%203.42l.984-.179c-.442-2.421-2.63-4.39-4.902-4.239-1.064.067-2.26.669-3.043%201.514C7.734%201.178%206.545.575%205.474.508c-2.272-.15-4.46%201.818-4.9%204.239C.296%206.516.829%208.376%201.97%209.739c.363.435.773.785%201.462%201.293l.49.36c1.162.824%201.662%201.186%202.245%201.636l1.755%201.243.053.033c-.165-.087.28.196.493.196.213%200%20.658-.283.492-.195.923-.65.923-.65%201.792-1.265%201.165-.824%201.673-1.192%202.27-1.653l.482-.355c.689-.508%201.099-.858%201.462-1.293%201.18-1.326%201.745-3.254%201.462-4.983l-.987.161c.235%201.432-.242%203.056-1.232%204.17-.308.368-.67.677-1.299%201.14l-.492.363c-.59.456-1.09.818-2.244%201.634l-1.707%201.21-1.705-1.21z%22%20fill%3D%22%23171717%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div > div {
    display: inline-block;
    font-size: 14px;
    line-height: 14px !important;
    padding-left: 2px;
}
.scrollbarComments {
	font-family: 'Georgia';
}
.description p {
	font-family: 'Georgia' !important;
    margin: 0;
    line-height: 1.4 !important;
    color: #555;
}
.description p a {
	color: #003569;
	text-decoration: none;
}
.userName {
	font-weight: bold;
	color: #222;
}

.instagram {
	overflow: hidden;
}
.instagram i {
	font-size: 32px;
	color: #030303;
}
.instagram h3 {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #1d1d1b;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: bold;
}
.instagram p.user {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.instagram .instagram-item {
	display: block;
	float: left;
	width: 25%;
	padding: 0;
}
.instagram .instagram-item a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
    overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none !important;
}
.instagram .instagram-item a div.label {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px 30px;
	transition: opacity .2s, visibility .2s;
}
.instagram .instagram-item a:hover div.label {
	opacity: 1;
	visibility: visible;
}
.instagram .meta {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
}
.instagram .meta .likes,
.instagram .meta .comments {
	margin: 0 10px;
}
.instagram .meta span {
	vertical-align: 5px;
}

@media (max-width: 767px) {
	.instagram_overlay {
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.instagram_popup {
		top: 50px;
	    left: 0;
	    margin-left: 0;
	    margin-top: 0;
	    width: 100%;
	    height: auto;
	    padding: 20px;
	}
	.instagram_foto {
		float: none;
		width: 100%;
		height: auto;
	}
	.instagram_content {
		float: none;
		width: 100%;
		height: 100%;
		padding-left: 0;
	}
	.instagram_content .user_data {
		width: 100%;
		margin-top: 20px;
	}
	.mediaInfo {
		width: 100%;
	}
	.instagram_close {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 560px) {
	.instagram .instagram-item {
		width: 50%;
	}
}
/* INSTAGRAM POPUP EOF */

/* Instagram */
.instagram-title {
	margin-top: 200px;
	margin-bottom: 25px;
	padding-left: 55px;
	background: url(https://xabiago.com/view/template/assets/img/instagram.png) no-repeat top left;
}
.instagram a {
	color: #0c73f0;
}
/* Fin instagram */

/* Newsletter */
.newsletter {
	text-align: center;
	margin-top: 140px;
}
.newsletter-titulo {
	position: relative;
	padding-top: 90px;
	margin-bottom: 30px;
}
.newsletter-titulo h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.newsletter-titulo h4 {
	font-weight: normal;
}
.newsletter-titulo:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 124px;
	background-image: url(https://xabiago.com/view/template/assets/img/img-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0;
}
.newsletter-fields {
	position: relative;
}
.newsletter-fields label.error {
    top: 12px;
}
.newsletter-controles {
	max-width: 740px;
	margin: auto;
}
.newsletter-options {
	position: relative;
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
.newsletter-options p {
	position: relative;
	font-size: 13px;
	display: inline-block;
	max-width: 300px;
	vertical-align: middle;
	text-align: right;
	line-height: 1.1em;
	margin: 0 8px 0 0;
	padding-right: 15px;
}
.newsletter-options p:after,
.newsletter-options p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newsletter-options p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.newsletter-options p:before {
	border-color: rgba(40, 40, 40, 0);
	border-left-color: #282828;
	border-width: 9px;
	margin-top: -9px;
}
.newsletter-options .btn-refresh {
	width: auto;
	height: 50px;
}
.newsletter-options .form-control {
	display: inline-block;
	max-width: 100px;
	margin-left: 15px;
	text-align: center;
}
.newsletter-controles .newsletter-checkbox {
	margin-bottom: 15px;
	position: relative;
}
.newsletter-controles .newsletter-checkbox label.error {
	top: 0;
}

@media (max-width: 991px) {
	.newsletter-titulo {
		padding-top: 130px;
	}
	.newsletter-titulo:before {
		left: 50%;
		margin-left: -47px;
		width: 95px;
		background-position: 100% 0;
	}

}

@media (max-width: 580px) {
	.newsletter-options p {
		display: block;
		max-width: none;
		text-align: center;
		margin: 0 0 25px 0;
		padding: 0 0 8px 0;
	}
	.newsletter-options p:after,
	.newsletter-options p:before {
		top: 100%;
		left: 50%;
	}
	.newsletter-options p:after {
		border-top-color: #ffffff;
		border-left-color: transparent;
		margin-top: 0;
		margin-left: -6px;
	}
	.newsletter-options p:before {
		border-left-color: transparent;
		border-top-color: #282828;
		margin-left: -9px;
		margin-top: 0;
	}
}
/* Fin newsletter */

/* Footer */
.bottom {
	margin-top: auto;
	height: 400px;
	background-image: url(https://xabiago.com/view/template/assets/img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
footer {
	background: #024653 url(https://xabiago.com/view/template/assets/img/fondo-pie.jpg) no-repeat top center;
	background-size: cover;
}
footer .container {
	padding-top: 40px;
	padding-bottom: 20px;
	min-height: 200px;
	font-size: 15px;
	color: #fff;
	position: relative;
}
footer .container img.logo-svg {
	width: 168px;
	height: 30px;
}
footer .columna-pie {
	float: left;
	border-left: 1px solid #5b85a5;
	padding: 0 35px;
}
footer .columna-pie.first {
	border: none;
	padding-left: 0;
}
footer .phone {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	padding: 0 0 5px 0;
}
footer .phone a {
	font-weight: 600;
	text-decoration: none !important;
}
footer .address {
	font-size: 18px;
}
footer .columna-pie ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
footer .columna-pie ul li {
	line-height: 18px;
}
footer .columna-pie ul li:before {
	content: '-';
	padding-right: 5px;
}
footer .columna-pie a {
	color: #fff;
	font-size: 14px;
}
footer .columna-pie .phone a {
	font-size: 22px;
	line-height: 28px;
	text-decoration: underline;
}
footer .columna-pie .phone a:hover {
	text-decoration: none;
}
footer .social {
	float: left;
	padding: 20px 0;
}
footer .social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #fff;
	margin: 0 5px 0 -4px;
	font-size: 20px;
	padding: 7px 0;
	border-radius: 50%;
	color: #5a6771;
}
footer .social a:hover {
	background: #ddd;
}
@media (max-width: 992px) {
	footer .columna-pie {
		text-align: center;
		float: none;
		border-left: none;
		padding: 0 0 15px 0;
	}
	footer .columna-pie.first {
		padding-bottom: 20px;
	}
	footer .social {
		float: none;
		padding: 0;
	}
}
/* Fin footer */

.alerta {
	z-index: 9999;
}
.alerta:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f00d';
	color: #fff;
	top: 16px;
	right: 20px;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}

/* Powered */
.powered {
    position: absolute;
    display: block;
    right: 10px;
    top: 32px;
    width: 45px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #0A88A6;
    -webkit-transition: right .3s, fill .5s;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.powered .simbolo {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_a {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_e {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_w {
    opacity: 1;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered:hover {
    width: 171px;
}
.powered:hover .powered-svg {
    fill: #fff;
}
.powered:hover .simbolo {
    opacity: 1;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .simbolo_punto {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .texto {
    opacity: 1;
}

@media (max-width: 992px) {
    .powered {
        position: static;
        float: none;
        width: auto;
        overflow: visible;
        margin-top: 10px;
        text-align: center;
    }
    .powered-svg {
        position: static;
        top: auto;
        right: auto;
    }
    .powered .texto {
        opacity: 1;
    }
    .powered .simbolo {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .powered:hover {
        width: auto;
    }
    .powered:hover .powered-svg {
        right: auto;
        fill: #ffe1e1;
    }
    .separador {
        float: none;
        border-left: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
    .pie-cierre ul.legal {
        float: none;
        border: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
}

.powered.fijado {
    width: auto;
}
.powered.fijado .powered-svg {
    position: static;
    top: auto;
    right: auto;
}
.powered.fijado .texto {
    opacity: 1;
}
.powered.fijado .simbolo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered.fijado:hover {
    width: auto;
}
.powered.fijado:hover .powered-svg {
    right: auto;
    fill: #ffe1e1;
}
/* Fin Powered */

.flex-items {
	display: flex;
	align-items: center;
}

.flechas-pasarela {
  animation: flechas-animadas 1s infinite;
}
.tarjeta-pasarela {
  animation: girar-tarjeta 1s infinite;   
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 21px;
  height: 21px;
  border: 5px solid #E8E8E8;
  border-radius: 50%;
  background: #E8E8E8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(4) {
  left: 0;
  background: #14a6df;
  animation: lds-ellipsis1 1.8s infinite;
}
.lds-ellipsis div:nth-child(1) {
  left: 0;
}
.lds-ellipsis div:nth-child(2) {
  left: 28px;
}
.lds-ellipsis div:nth-child(3) {
  left: 55px;
}

.shake-element {
	animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: translate(28px, 0);
  }
  75% {
    transform: translate(56px, 0);
  }
  100% {
    transform: translate(56px, 0) scale(0);
  }
}

@keyframes flechas-animadas {
  0% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes girar-tarjeta {
  0% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
  50% {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
}