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

img {
	border: 0px;
}

.clear {
	clear: both;
}

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

a, a:hover, input, input:hover, textarea, textarea:hover, select, select: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 */

	
.top_home{
	background-image: url("img/bg_home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 100px 0;
	color: #fff;
}
.top_bg_black{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.52);
	position: absolute;
	left: 0;
	top: 0;
}
.logos_home{
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
	margin-bottom: 20px;
}
.logos_home img{
	max-width: 100%;
	height: auto;
}
.tit_top {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.tit_top h1{
	font-size: 45px;
	font-weight: 600;
	font-family: 'Playpen Sans', cursive;
}
.enlaces_top{
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.enlaces_top a{
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	background: #004697;
	padding: 8px 100px;
	border-radius: 50px;
	border: 3px solid #fff;
	font-family: 'Playpen Sans', cursive;
}
.enlaces_top a:hover{
	background: #EF7C37;
	text-decoration: none;
}
.enlaces_top a:first-child{
	background: #EF7C37;
}
.enlaces_top a:first-child:hover{
	background: #004697;
}
.boton_contacto_top{
	position: absolute;
	right: 20px;
	top: 20px;
}
.boton_contacto_top a{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #004697;
	background: #fff;
	padding: 6px 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	font-family: 'Playpen Sans', cursive;
}
.boton_contacto_top a:hover{
	color: #fff;
	background: #004697;
	text-decoration: none;
}
.text_home_desta{
	color: #fff;
	background: #004697;
	padding: 40px 0;
	font-size: 18px;
}
.text_home_desta h2{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cont_bienvenidos{
	margin: 40px 0;
}
.cont_bienvenidos h3{
	font-family: 'Playpen Sans', cursive;
	color: #EF7C37;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 25px;
}
.cont_bienvenidos h3 span{
	display: block;
	color: #004697;
	font-size: 25px;
	font-weight: 500;
	margin-top: 10px;
}
.boton_contacta_nosotros a{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #ffff;
	background: #004697;
	padding: 8px 30px;
	border-radius: 50px;
	font-family: 'Playpen Sans', cursive;
	margin: 20px 0;
}
.boton_contacta_nosotros a:hover{
	background: #EF7C37;
	text-decoration: none;
}
.canguro{
	text-align: center;
	margin-top: -120px;
}
.canguro img{
	max-width: 100%;
	height: auto;
}
.img_home{
	height: 390px;
	overflow: hidden;
	margin-bottom: 35px;
}
.img_home img{
	height: 390px;
	width: 100%;
	object-fit: cover;
}
.bg_gray{
	background: #f7f7f7;
	padding: 80px 0;
	padding-top: 200px;
	margin-top: -200px;
	margin-bottom: 100px;
}
.tit_ofertas{
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	color: #004697;
	font-family: 'Playpen Sans', cursive;
	padding-bottom: 50px;
	background: url("img/ribete.png") no-repeat center bottom;
}
.video_home{
	text-align: center;
	margin-bottom: 30px;
}
.video_home a{
	display: block;
	text-decoration: none;
	text-align: center;
}
.img_video{
	width: 444px;
	height: 444px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin: auto;
}
.img_video img{
	width: 100%;
	height: 444px;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.b_play{
	width: 100%;
	height: 444px;
	background: url("img/play.png") no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	margin: auto;
	-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;
}
.video_home a:hover .b_play{
	background: url("img/play_over.png") no-repeat center center;
}
.video_home a:hover .img_video img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);	
}
.logovideo{
	position: absolute;
	z-index: 4;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
}
.text_video{
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	color: #004697;
	font-family: 'Playpen Sans', cursive;
}
.text_video span{
	display: block;
	color: #EF7C37;
}
.texto_home_fin{
	font-size: 16px;
	margin-bottom: 40px;
}
.footer{
	background: #004697;
	color: #fff;
	padding: 30px 0 50px 0;
}
.abiertofooter{
	text-align: center;
	font-family: 'Playpen Sans', cursive;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 40px;
}
.cont_footer{
	display: flex;
	gap: 10px;
}
.cont_footer a{
	color: #ffc57c;
}
.menufooter{
	margin: 10px 0;
}
.menufooter a{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.menufooter a:hover{
	color: #ffc57c;
	text-decoration: none;
}
.socialfooter a{
	display: inline-block;
	margin-right: 10px;
}
.socialfooter a:hover{
	opacity: 0.6;
}
.subfooter{
	text-align: center;
	padding: 30px 0;
	background: #112147;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.subfooter a{
	color: #fff;
}
@media (max-width: 991px){
	.img_video{
		width: 360px;
		height: 360px;
	}
	.img_video img{
		height: 360px;
	}
	.b_play{
		height: 360px;
	}
}
@media (max-width: 768px){
	.enlaces_top a{
    	padding: 8px 30px;
	}
	.canguro{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.logovideo img{
		width: 140px;
		height: auto;
	}
	.video_home{
		margin-bottom: 70px;
	}
	.text_video{
		font-size: 25px;
	}
	.text_video span{
		display: inline-block;
	}
	.abiertofooter{
		font-size: 25px;
	}
	.tit_top{
		font-size: 18px;
	}
	.tit_top{
		font-size: 18px;
	}
	.tit_top h1{
		font-size: 34px;
	}
}
@media (max-width: 500px){
	.img_video{
		width: 300px;
		height: 300px;
	}
	.img_video img{
		height: 300px;
	}
	.b_play{
		height: 300px;
	}
	.cont_footer{
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.enlaces_top a{
		font-size: 20px;
	}
	.top_home{
    	padding: 100px 0 50px 0;
	}
	.text_home_desta{
		text-align: center;
	}
	.cont_bienvenidos h3{
		text-align: center;
		font-size: 34px;
	}
	.canguro{
		padding: 0px 60px;
	}
	.img_home, .img_home img{
		height: 300px;
	}
	.bg_gray{
		margin-bottom: 0px;
	}
}

/*contacto*/

.text_contact{
	text-align: center;
	padding: 40px 0;
}
.cont_datos_contacto{
	margin-bottom: 40px;
}
.cont_datos_contacto h2, .t_mapa{
	font-family: 'Playpen Sans', cursive;
	color: #EF7C37;
	font-weight: 600;
	font-size: 25px;
	margin-bottom:20px;
}
.dat_1{
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("img/contacto/ico_abierto.png") no-repeat 0px 0px;
}
.dat_1 strong{
	font-weight: 800;
	display: block;
	font-size: 18px;
}
.dat_2{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("img/contacto/ico_phone.png") no-repeat 5px 4px;
}
.dat_3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("img/contacto/ico_whatsapp.png") no-repeat 5px 4px;
}
.dat_4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("img/contacto/ico_mail.png") no-repeat 5px 7px;
}
.dat_4 a{
	color: #3e3e3e;
	text-decoration: none;
}
.dat_4 a:hover, .dat_5 a:hover{
	color: #EF7C37;
}
.dat_5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("img/contacto/ico_loc.png") no-repeat 5px 4px;
}
.dat_5 a{
	font-size: 15px;
	color: #004697;
	text-decoration: none;
}
.dat_6{
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 28px;
	color: #004697;
	background: url("img/contacto/ico_parking.png") no-repeat 3px 2px;
}
.formulario h3{
    font-family: 'Playpen Sans', cursive;
	color: #004697;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.formulario input[type=text], .formulario select, .formulario textarea{
	width: 100%;
	border: 3px solid #eeeeee;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
	padding: 10px 16px;
	margin-bottom: 25px;
}
.formulario textarea{
	height: 200px;
}
.formulario input[type=text]:hover, 
.formulario input[type=text]:focus, 
.formulario select:hover,
.formulario select:focus, 
.formulario textarea:hover,
.formulario textarea:focus{
	outline: none;
	border: 3px solid #EF7C37;
}
.formulario select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	background: url("img/contacto/flecha.png") no-repeat 96% 50%;
}
.acepto{
	margin-bottom: 6px;
}
.acepto label{
    display: contents;
}
.acepto a{
	color: #004697;
}
.enviar{
	text-align: right;
}
.enviar a{
	display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffff;
    background: #004697;
    padding: 8px 30px;
    border-radius: 50px;
    font-family: 'Playpen Sans', cursive;
	text-decoration: none;
	margin-bottom: 20px;
}
.enviar a:hover{
	background: #EF7C37;
}
.bg_mapas{
	background: #f7f7f7;
	padding: 80px 0;
	margin-top: 50px;
}
.t_mapa{
	margin-bottom: 10px;
}
.google_map iframe{
	height: 342px;
	margin-bottom: 40px;
	width: 100%;
}
@media (max-width: 768px){
	.enviar, .acepto{
		text-align: center;
	}
}

/*malaga*/

.top_malaga{
	background-image:url("img/malaga/top_malaga.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 100px 0;
	color: #fff;
}

.menu_burguer{
	position: absolute;
	left: 20px;
	top: 20px;
}
.menu_burguer a{
	display: flex;
	width: 54px;
	height: 54px;
    background: #004697;
	border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.menu_burguer a:hover{
	background: #EF7C37;
}
.black_menulateral {
    background: rgba(0,0,0,0.50);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.contenedor_menulateral.contenedor_ml_activo .black_menulateral {
    opacity: 1;
    pointer-events: inherit;
}
.menulateral {
    width: 440px;
    background: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(-440px);
}
.contenedor_menulateral.contenedor_ml_activo .menulateral {
    transform: translateX(0px);
}
a.cerrar_ml{
	display: inline-block;
    width: 28px;
    height: 28px;
    background: url(img/malaga/cerrar.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px;
}
a.cerrar_ml:hover{
	opacity: 0.5;
}
.contenedor_menu_in{
	padding: 25px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.logo_menu{
	text-align: center;
}
.text_menu{
	width: 100%;
}
.text_menu ul{
	padding: 20px 0;
}
.text_menu ul li{
	padding: 0px;
	list-style: none;
    font-family: 'Playpen Sans', cursive;
	font-size: 18px;
    color: #004697;
	font-weight: 600;
	margin-bottom: 10px;
}
.text_menu ul li a{
    color: #004697;
}
.text_menu ul li a:hover{
	color: #EF7C37;
	text-decoration: none;
}
.contacto_menu{
	font-size: 18px;
	margin-bottom: 15px;
}
.contacto_menu a{
	color: #3e3e3e;
}
.contacto_menu strong{
    color: #004697;
	text-transform: uppercase;
}
.contacto_menu strong.naranja{
	color: #EF7C37;
}
@media (max-width: 440px){
	.menulateral {
		width: 100%;
		transform: translateX(-440px);
	}
	.contenedor_menulateral.contenedor_ml_activo .menulateral {
		transform: translateX(0px);
	}
	.contacto_menu{
		text-align: center;
	}
}
.text_home_desta_malaga{
	text-align: center;
	padding-bottom: 200px;
}
.text_home_desta_malaga .enlaces_top a:last-child{
	background: #fff;
	color: #004697;
}
.text_home_desta_malaga .enlaces_top a:last-child:hover{
	background: #004697;
	color: #fff;
}
.video_malaga{
	margin-top: -150px;
	margin-bottom: 50px;
}
.video_malaga a{
	display: block;
	height: 530px;
	overflow: hidden;
	position: relative;
}
.video_malaga a img{
	width: 100%;
	height: 530px;
	object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video_malaga a .b_play{
	height: 100%;
}
.video_malaga a:hover .b_play{
    background: url(img/play_over.png) no-repeat center center;
}
.video_malaga a:hover img, .cont_banners_malaga .ban_malaga_home a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.icos_ventajas{
	padding-top: 70px;
	background: url("img/malaga/ico_abierto.png") no-repeat 50% 3px;
	text-align: center;
	margin-bottom: 25px;
}
.icos_ventajas h4{
    font-family: 'Playpen Sans', cursive;
	font-size: 20px;
    color: #004697;
	font-weight: 600;
	margin-bottom: 5px;
}
.icos_ventajas2{
	background: url("img/malaga/ico_parking.png") no-repeat 50% 3px;
}
.icos_ventajas3{
	background: url("img/malaga/ico_monitores.png") no-repeat 50% 0px;
}
.icos_ventajas4{
	background: url("img/malaga/ico_camas.png") no-repeat 50% 0px;
}
.icos_ventajas5{
	background: url("img/marbella/ico_restaurante.png") no-repeat 50% 0px;
}
.cont_banners_malaga{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;
}
.cont_banners_malaga .ban_malaga_home{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.cont_banners_malaga .ban_malaga_home a{
	display: block;
	height: 382px;
	background: #004697;
	position: relative;
	overflow: hidden;
}
.cont_banners_malaga .ban_malaga_home a img{
	height: 382px;
	width: 100%;
	object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.bg_black_ban{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5802696078431373) 0%, rgba(0,0,0,0) 59%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5802696078431373) 0%, rgba(0,0,0,0) 59%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5802696078431373) 0%, rgba(0,0,0,0) 59%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 2;
}
.text_ban_home{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
    font-family: 'Playpen Sans', cursive;
	font-size: 40px;
	font-weight: 600;
	z-index: 3;
	text-align: center;
	padding: 10px;
	padding-bottom: 30px;
	line-height: 1.1em;
}
.cont_banners_malaga .ban_malaga_home.color_orange a{
	background: #EF7C37;
}
.lista_muchomas{
	margin-bottom: 40px;
}
.lista_muchomas ul{
	margin: 0px;
	padding: 0px;
}
.lista_muchomas ul li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	list-style: none;
    font-family: 'Playpen Sans', cursive;
	font-size: 24px;
	color: #004697;
}
.lista_muchomas ul li a{
	color: #004697;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding-left: 24px;
	background: url("img/malaga/ico_estrellas.png") no-repeat 0px 9px;
}
.lista_muchomas ul li a:hover{
	color: #EF7C37;
}
@media (max-width: 991px){
	.cont_banners_malaga .ban_malaga_home a, .cont_banners_malaga .ban_malaga_home a img{
		height: 280px;
	}
	.text_ban_home{
		font-size: 26px;
	}
}
@media (max-width: 768px){
	.cont_banners_malaga .ban_malaga_home{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.lista_muchomas ul li{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.video_malaga a, .video_malaga a img{
		height: 300px;
	}
}
@media (max-width: 500px){
	.cont_banners_malaga .ban_malaga_home a, .cont_banners_malaga .ban_malaga_home a img{
		height: 230px;
	}
	.text_ban_home{
		font-size: 22px;
	}
	.lista_muchomas{
	}
	.lista_muchomas .col-4{
		display: block;
		max-width: 100%;
    	flex: 0 0 100%;
	}
}

/*interior*/
.top_interior{
	background-image: url("img/interior/top_interior.jpg")
}
.interior_desta{
	text-align: center;
}
.interior_desta h1{
	margin: 0px;
	padding: 0px;
	list-style: none;
    font-family: 'Playpen Sans', cursive;
	font-size: 45px;
}
.migas{
	background: #f7f7f7;
	padding: 20px 0;
	margin-bottom: 30px;
	font-size: 15px;
}
.migas a{
	color: #3e3e3e;
	text-decoration: none;
}
.migas a:hover{
	color: #004697;
	text-decoration: none;
}
.migas span{
	font-weight: 700;
	color: #004697;
}

.video_interior{
	margin-bottom: 50px;
}
.video_interior a{
	display: block;
	height: 344px;
	overflow: hidden;
	position: relative;
}
.video_interior a img{
	width: 100%;
	height: 344px;
	object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video_interior a .b_play{
	height: 100%;
}
.video_interior a:hover .b_play{
    background: url(img/play_over.png) no-repeat center center;
}
.video_interior a:hover img, .cont_banners_malaga .ban_malaga_home a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.text_interior{
	margin-bottom: 30px;
	font-size: 16px;
}
.boton_interior a{
	display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffff;
    background: #EF7C37;
    padding: 8px 30px;
    border-radius: 50px;
    font-family: 'Playpen Sans', cursive;
    margin: 10px 0;
}
.boton_interior a:hover{
	text-decoration: none;
	background: #004697;
}

.text_interior h3{
    font-family: 'Playpen Sans', cursive;
    font-size: 30px;
	color: #004697;
	padding: 20px 0;
	text-align: center;
}
.text_interior img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/*marbella*/

.top_marbella{
	background-image: url("img/marbella/top_marbella.jpg");
}

.cont_banners_marbella .ban_malaga_home{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}