body {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #727272;
    background-color: #fff;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #1469cd;
    color: #fff;
    text-shadow: none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* jota css */

.header{
	height: 720px;
    position: relative;
}
.imagen_hero{
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #1469cd;
}
.imagen_hero img{
	height: 720px;
	width: 100%;
	object-fit:cover;
	opacity: 0.3;
}
.ondas{
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 7;
}
.ondas img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.header .navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
}

.header .navbar-default .navbar-collapse{
    margin-top: 30px;
}

.mano_app{
	position: absolute;
	right: 0px;
	height: 585px;
	width: 411px;
	bottom: 0px;
	background: url("img/mano_app.png") no-repeat center center;
	text-align: center;
}
.img_logo_app{
	width: 149px;
	height: 48px;
	position: absolute;
	left: 49px;
	top: 40px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} 
.mano_app .img_logo_app img{
	max-width: 100px;
	width: auto;
	max-height: 35px;
	height: auto;
}
.slider_txt{
	color: #fff;
	padding-top: 50px;
}
.slider_txt h1{
	font-size: 32px;
	font-weight: 600;
}
.botones_apps {
	z-index: 10;
	position: relative;
	margin-top: 20px;
}
.botones_apps a{
	display: inline-block;
	border-radius: 6px;
	padding: 8px 40px;
	text-align: center;
	margin-right: 20px;
    color: #1469cd;
	background: #fff;
	font-weight: 600;
	border: 1px solid white;
}
.botones_apps a.appstores span{
	display: inline-block;
	width: 17px;
	height: 21px;
	background: url(img/ico_ios.png) no-repeat center center;
	position: relative;
	top: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.botones_apps a:hover{
	text-decoration: none;
    color: #fff;
	background: #1469cd;
}
.botones_apps a.appstores:hover span{
	background: url(img/ico_ios_hover.png) no-repeat  center center;
}
.botones_apps a.playgoogle span{
	background: url(img/ico_android.png) no-repeat;
}
.botones_apps a.playgoogle:hover span{
	background: url(img/ico_android_hover.png) no-repeat;
}
.caract_h2 h2{
	text-align: center;
	color: #1469cd;
	font-weight: 600;
}
.caracteristica{
	padding-left: 70px;
	margin-bottom: 30px;
}
.caracteristica h3{
	color: #0c0c0c;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.carac01{
	background: url(img/ico1.png) no-repeat left top;
}
.carac02{
	background: url(img/ico2.png) no-repeat left top;
}
.carac03{
	background: url(img/ico3.png) no-repeat left top;
}
.carac04{
	background: url(img/ico4.png) no-repeat left top;
}
.carac05{
	background: url(img/ico5.png) no-repeat left top;
}
.carac06{
	background: url(img/ico6.png) no-repeat left top;
}
.carac07{
	background: url(img/ico7.png) no-repeat left top;
}
.carac08{
	background: url(img/ico8.png) no-repeat left top;
}
.carac09{
	background: url(img/ico9.png) no-repeat left top;
}

.bg_zona_app{
	background: #1469cd;
	margin: 160px 0;
	padding: 50px 0;
	color: #fff;
	position: relative;
}
.bg_zona_app h4{
	font-size: 32px;
	font-weight: 600;
}
a.appstores_big{
	display: inline-block;
	border-radius: 6px;
	padding: 8px 40px;
	text-align: left;
	line-height: 1em;
	padding-left: 70px;
	margin-right: 20px;
    color: #1469cd;
	font-weight: 600;
	border: 1px solid white;
	font-size: 18px;
	background: url(img/ico_apple_big.png) no-repeat 20px center #fff;
}
a.appstores_big span{
	display: block;
	font-size: 13px;
	font-weight: 400;
}
a.appstores_big:hover{
	background: url(img/ico_apple_big.png) no-repeat 20px center #1469cd;
	color: #fff;
	text-decoration: none;
}
a.appstores_big.playgoogle_big{
	background: url(img/ico_android_big.png) no-repeat 20px center #fff;
}
a.appstores_big.playgoogle_big:hover{
	background: url(img/ico_android_big.png) no-repeat 20px center #1469cd;
}
.logoradical{
	text-align: center;
	margin: 30px 0;
}
.footer{
	background: #404040;
	color: #fff;
	padding: 30px 0;
}
.enlacesfooter{
	text-align: right;
	color: #fff;
	padding-top: 15px;
}
.enlacesfooter a{
	color: #fff;
}

@media (max-width: 991px) {
	.header, .imagen_hero, .imagen_hero img{
		height: 1000px;
	}
	.mano_app{
		position: absolute;
		bottom: 3px;
		right: 0px;
		left: auto;
	}
	.bg_zona_app{
		margin: 40px 0;
		text-align: center;
	}
	.app_radical{
		position: relative;
		top: 0px;
		margin-top: 40px;
	}
	.app_radical img{
		width: 260px;
		height: auto;
	}
}
#politica-privacidad h5{
    color: #1469cd;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
#politica-privacidad .modal-body{
	max-height: 80%;
	overflow: auto;
	padding: 20px;
}
#politica-privacidad .modal-header .close {
    margin-top: -27px;
    font-size: 25px;
    color: #1469cd;
}
#politica-privacidad h6{
    color: #000;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.header .navbar-brand {
		width: 70%;
	}
	.header .navbar-brand img{
		max-width: 100%;
		height: auto;
	}
	.slider_txt{
		padding-top: 0px;
		text-align: center;
	}
	a.appstores, a.appstores_big{
		margin-bottom: 20px;
	}
	#politica-privacidad .modal-body{
		max-height: 70%;
	}
}
.logo_club img{
	max-width: 200px;
	width: auto;
	max-height: 200px;
	height: auto;
}
.social_top{
	margin-bottom: 8px;
}
.social_top a{
	display: inline-block;
	margin-left: 5px;
}
.social_top a:hover{
	opacity: 0.7;
}
.right_top{
	text-align: right;
}
.telefono_top{
	font-size: 20px;
	font-weight: 600;
	color: #090909;
	margin-bottom: 5px;
	line-height: 1.2em;
}
.mail_top a{
	display: inline-block;
	color: #1469cd;
}
.cont_top{
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu_radical{
	background: #2c3035;
	color: #fff;
}
.menu_radical .navbar-default{
	background: none;
	border: none;
	text-align: center;
	margin: 0px;
}
.menu_radical .navbar-default .navbar-collapse{
	text-align: center;
}
@media (min-width: 768px){
	.menu_radical .navbar-right {
		float: none!important;
		margin-right: 0px;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	.menu_radical .navbar-nav>li {
		float: none;
		display: inline-block;
	}
}
.menu_radical .navbar-nav>li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.menu_radical .navbar-nav>li a:hover{
	color: #80baff;
}
@media (max-width: 768px) {
	.footer, .enlacesfooter{
		text-align: center;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #404040;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		text-decoration: underline;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
}
@media (max-width: 768px){
	.menu_radical .navbar-collapse {
		border: 1px solid #1469cd;
		position: absolute;
		top: 55px;
		right: 15px;
		background: #2c3035;
		min-width: 250px;
		z-index: 20;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.menu_radical .navbar-nav {
		margin: 11px;
	}
	.menu_radical .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #1469cd;
	}
	.menu_radical .navbar-toggle:focus .icon-bar, .menu_radical .navbar-toggle:hover .icon-bar{
		background-color: #fff;
	}
}
.enlace_principal{
	margin: 40px 0;
	text-align: center;
}
.enlace_principal a{
	display: inline-block;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	color: #1469cd;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.enlace_principal a img{
	display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}
.enlace_principal a:hover{
	text-decoration: none;
	color: #2c3035;
}
.enlace_principal a:hover img{
	opacity: 0.5;
}
.bg_galeria{
	background: #f6f6f6;
	padding: 60px 0;
	margin-bottom: 50px;
}
.bg_galeria h3{
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	color: #1469cd;
}

.bg_reservas h3{
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	color: #1469cd;
}

#slider_fotos .item .foto_galeria{
	height: 283px;
	overflow: hidden;
}
#slider_fotos .item .foto_galeria img{
	height: 283px;
	width: 100%;
	object-fit: cover;
}

.slider_fotos .item{
	padding: 0 10px;
	margin-bottom: 20px;
}
.tns-nav{
	text-align: center;
}
.tns-nav button {
	border: none;
	padding: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #1469cd;
    opacity: 0.3;
    display: inline-block;
	margin: 0 4px;
	outline: none;
}
.tns-nav button.tns-nav-active{
    background: #1469cd;
	opacity: 1;
}
.logo_rad{
	padding: 10px 0 30px 0;
	padding-left: 120px;
}
.app_radical_cont{
	text-align: center;
}
.app_radical{
	width: 343px;
	height: 605px;
	margin: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -180px;
}
.app_radical .img_logo_app{
    width: 260px;
    height: 63px;
    position: absolute;
    left: 49px;
    top: 68px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.app_radical .img_logo_app img{
    max-width: 130px;
    width: auto;
    max-height: 45px;
    height: auto;
}

.iframe_tablaReservas{
	border: none;
	width: 100%;
	height: 85%;
}


.navbar-nav>li>.dropdown-menu {
	background: #2c3035;
	padding: 15px;
}

.navbar-nav>li>.dropdown-menu .dropdown-item{
	font-size: 16px;
	padding: 7px;
	text-decoration: none !important;
}

@media (min-width: 400px) and (max-width: 500px) {
	.header, .imagen_hero, .imagen_hero img{
		height: 850px;
	}
}
@media (max-width: 500px) {
	.cont_top{
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
    	flex-direction: column;
	}
	.logocont{
		order: 2;
		margin-top: 10px;
	}
	.info_empresa{
		order: 1;
	}
	.social_top, .right_top, .telefono_top, .mail_top{
		text-align: center;
	}
	.cont_top .col-xs-6{
		width: 100%;
		text-align: center;
	}
	.mano_app {
		height: 466px;
		width: 320px;
		background-size: contain;
	}
	.img_logo_app {
		width: 132px;
		height: 36px;
		left: 29px;
		top: 37px;
	}
	.mano_app .img_logo_app img {
		max-width: 83px;
		max-height: 25px;
	}
}
@media (max-width: 991px){
	.logo_rad{
		text-align: center;
    	padding: 10px 0 30px 0;
	}
	.app_radical_cont{
		text-align: center;
	}
	.bg_zona_app{
		margin-bottom: 0px;
	}
	.app_radical .img_logo_app {
		width: 189px;
		height: 53px;
		left: 78px;
		top: 50px;
	}
	.app_radical .img_logo_app img {
		max-width: 93px;
		width: auto;
		max-height: 36px;
		height: auto;
	}
	.app_radical{
		position: relative;
		top: 20px;
		left: auto;
		margin: auto;
		transform: none;
		height: auto;
	}
}