
	#avisos { display: none; position: relative; z-index: 200; width: 100%; font-size: 12px; padding: 15px; height: 75px; text-transform: uppercase; font-weight: 600; overflow: hidden; }
	#avisos li { list-style: none; }
	#avisos p { display: none; }
	#avisos li div { float: left; }
	#avisos li .inci { background-color: #DDD; padding: 10px 10px 10px 10px; }
	#avisos li .adorno { font-size: 33px; font-weight: 600; margin: -10px 10px 0 10px; display: none; }

header { position: sticky; z-index: 2000; top: -30px; left: 0; margin: 0; height: auto; padding: 0px; }

#topbar { position: absolute; z-index: 2; top: 4px; right: 30px; width: 100%; margin-top: 10px; }
#header { position: absolute; background-color: #fff; z-index: 1; padding-top: 40px; padding-left: 50px; width: 100%; height: 120px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20); box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20);}


#topbar #idiomas { float: right; margin-left: 10px; }
#topbar #idiomas img { width: 20px; }
#topbar #profesionales, #topbar #checkin { float: right; margin-right: 10px; font-size: 12px; margin-top: -4px; color: #003da3; cursor: pointer; border-radius: 25px; padding: 5px 16px 4px 16px; margin-top: 2px; border: 1px solid var(--azul); }
#topbar #profesionales:hover, #topbar #checkin:hover { background-color: rgba(255,255,255,0.2); }
#topbar #tclub { float: right; margin-right: 10px; font-size: 13px; margin-top: -4px; color: #FFF; background-color: var(--azul); cursor: pointer; border-radius: 25px; padding: 5px 16px 4px 16px; margin-top: 2px; border: 1px solid var(--azul); }
#topbar #tclub:hover { border: 1px solid #fff; }
#header #logo { float: left; } #header #logo img { width: 240px; }
#header #logo #azul   { position: absolute; z-index: 3; display:none; }
#header #logo #blanco { position: absolute; z-index: 2; }
#header #logosplus { float: left; margin-top: 80px; } #header #logosplus img { width: 160px; }

#topbar #tclub-user {
    float: right;
    margin-right: 16px;
    font-size: 13px;
    margin-top: -4px;
    color: var(--azul);
    padding: 5px 0px 4px 0px;
    margin-top: 2px;
    border-bottom: 1px solid var(--azul);
}

#header #menu { float: right; }

#header #menu {
	position: absolute;
	width: auto;
	margin: auto;
	right: 180px;
	padding: 10px 0;
	top: 50px;
	overflow: hidden;
	color: #003da3 !important;
}

#header #menu ul {
	display:flex; justify-content:center; align-items:center;
}
#header #menu ul.menuopciones li {
	font-size: 17px;
	font-weight: 600;
	color: #003da3 !important;
	letter-spacing: 0px;
	text-align: center;
	padding: 8px 16px 5px 16px;
	margin: 0 10px;
	list-style: none;
	cursor: pointer;
	
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}
#header #menu ul.menuopciones li.seleccionado {
	border-color: #003da3 !important;
}

#header #menu ul.menuopciones li:hover { transform: scale(1.1); }



#menu .submenus {
	position: relative;
	top: 0px;
	left: 0;
	width: 268px;
	height: auto;
	padding: 20px 10px 10px 10px;
	display: none;
	
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

#menu .submenus .submenuscaja {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 11px;
	
	border-radius: 15px;
	
	text-align: center;
	
	-webkit-box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20); box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20);
	
}

#menu .submenus .submenuscaja div { font-size: 13px; padding: 5px 4px; }
#menu .submenus .submenuscaja a div { margin: 10px 0; color: #327ed0 ; font-size: 17px; font-weight: 600; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
#menu .submenus .submenuscaja a:hover div { color: #000; }

#menu .submenusHover {
	display: block;
}
#menu #menu3 { margin-left: -180px; left: 50%; top: 0px; }
#menu #menu4 { margin-left: -50px; left: 50%; top: 0px; }


.headersticky { background-color: #FFF; padding-top: 60px !important; height: 140px !important; -webkit-box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20); box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20); }
.subemenusticky { top: 30px !important; }
.menusticky { color: #003da3 !important; padding-top: 30px !important; }
.selecsticky { border-color: #003da3 !important; }
.submenusticky { padding-top: 50px !important; }






	/* RESPONSIVE */

	#menuResponsive {
		position: sticky;
		z-index: 5000;
		top: 0px;
		left: 0;
		display: none;
		width: 100%;
	}
	
	@media screen and (max-width: 1440px) {
		#topbar { display: none; }
		header { top:0; }
		#menuResponsive { display: block; }
		#header { display: none; }
	}
	
	
	#menuResponsive #logo1 { position: absolute; z-index: 10; top: 80px; left: 20px; width: 160px; }
	
	#menuResponsive #barramenuResponsive { position: absolute; background-color: #fff; z-index: 100; width: 100%; height: 98px; overflow: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
	/*#menuResponsive #barramenuResponsive #iconomenu { float: right; width: 50%; text-align: right; padding-right: 5%; }*/
	#menuResponsive #barramenuResponsive #iconomenu { float: right; width: 30%; text-align: right; padding-right: 5%; }
	#menuResponsive #barramenuResponsive #iconomenu img { width: 40px; margin-top: 25px;  }
	#menuResponsive #barramenuResponsive #logo { position: absolute; top:0; left:0; z-index: 200; width: 50%; height: 90px; text-align: left; }
	#menuResponsive #barramenuResponsive #logo #azul, #menuResponsive #logo #blanco { position: absolute; top:10px; left:0; padding: 20px; width: 100%; }
	#menuResponsive #barramenuResponsive #logo #azul { z-index: 1; }
	#menuResponsive #barramenuResponsive #logo #blanco { z-index: 2; }

	#menuResponsive #logomenu { display: none; position: absolute; z-index: 300; width: 70%; height: 90px; overflow: hidden; }
	#menuResponsive #logomenu img { width: 100%; padding: 20px; }
	@media screen and (max-width: 1600px) { #menuResponsive #barramenuResponsive #logo #azul, #menuResponsive #barramenuResponsive #logo #blanco, #menuResponsive #logomenu img { width: 290px; } }
	@media screen and (max-width: 950px)  { #menuResponsive #barramenuResponsive #logo #azul, #menuResponsive #barramenuResponsive #logo #blanco, #menuResponsive #logomenu img { width: 260px; } }
	@media screen and (max-width: 400px)  { #menuResponsive #barramenuResponsive #logo #azul, #menuResponsive #barramenuResponsive #logo #blanco, #menuResponsive #logomenu img { width: 230px; } }
	
	#menuResponsive #divmenuResponsive { position: fixed; z-index: 190; width: 100%; height: 100%; top: 0px; left: 0; margin-left: 100%; background-color: rgba(50,126,208,.95); overflow: hidden;}
	#menuResponsive #divmenuResponsive #cab { width: 100%; overflow: hidden; }
	#menuResponsive #divmenuResponsive #cab #logo { float: left; width: 70%; text-align: left; padding: 20px; }
	#menuResponsive #divmenuResponsive #cab #salirmenu { float: right; width: 30%; text-align: right; padding-top: 25px; padding-right: 5%; }
	#menuResponsive #divmenuResponsive #cab #salirmenu img { width: 40px; }
	#menuResponsive #divmenuResponsive #menures, #menuResponsive #divmenuResponsive #cssmenu { margin-top: 40px; height: 600px; padding-bottom: 160px; overflow-y: scroll; }
	#menuResponsive #divmenuResponsive ul li { list-style: none; text-align:center; font-size: 20px; text-transform: uppercase; padding: 2px 5px; color: #FFF; /*border-bottom: 1px solid #FFF;*/ }
	/*#menuResponsive #divmenuResponsive ul li:nth-child(1) { border-top: 1px solid #FFF; }*/
	#menuResponsive #divmenuResponsive ul#idiomas { position: fixed; z-index: 195; bottom: 0; padding: 10px 10px; background-color: rgba(50,126,208,.95); display:flex; flex-wrap: wrap; width: 100%; }
	#menuResponsive #divmenuResponsive ul#idiomas li { -webkit-flex: 1 1 auto; flex: 1 1 auto;  }
	#menuResponsive #divmenuResponsive ul#idiomas li img { width: 30px; }
	#menuResponsive .tclubres { border: 1px solid #FFF; width: 300px; border-radius: 20px; margin: auto; margin-top: 20px; }

	.menuressticky { background-color: #FFF; -webkit-box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20); box-shadow: 0px 10px 15px 0px rgba(49,126,208,0.20);  }
	/*.icoressticky { filter: brightness(0) invert(91%) saturate(26%) brightness(106%); }*/




#totop { display: none; position: fixed; z-index: 5000; right: 20px; bottom: 20px; font-size: 46px; color: var(--azul); padding: 10px; cursor: pointer; filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.5)); }
#totop:hover { color: var(--azul-e); }







/********* FOOTER *************/

footer { width: 100%; color: #FFF; height: auto; margin-top: 0px; }
footer #comounaola { width: 100%; color: #FFF; height: auto; margin-top: 0px; background-color: var(--azul); background-image: url(../../img/footer/olas.png); background-position: left top; background-repeat: no-repeat; font-weight: 600; }

footer #separacion { padding-top: 240px; }


footer #insta { padding: 120px 20px 20px 20px;  }
footer #insta .sig1 { font-size: 54px; color: var(--azul); font-weight: 700; text-align: right; margin-top: -5px; }
footer #insta .sig2 { font-size: 24px; padding-left: 20px; color: #313131; }
footer #insta .eapps-instagram-feed-posts-view { margin-top: 40px;}
footer #insta .eapps-widget-toolbar-panel-wrapper, .eapps-instagram-feed-title, .eui-widget-title, .eapps-link { display: none !important; }
footer #insta .eapps-instagram-feed-posts-item-image-wrapper { border-radius: 25px; }



footer #info { padding: 10px 14%; }
footer #info .colum { float: left; width: 33%; padding: 5px 30px; }
footer #info .colum .img { float: left; width: 25%; filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.6)); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
footer #info .colum .img:hover { filter: drop-shadow(0px 0px 0px rgb(0 0 0 / 0)); }
footer #info .colum .txt { float: left; width: 75%; font-size: 15px; line-height: 25px; color: #FFF; font-weight: 600; }
footer #info .colum .txt h4 { margin:0; font-size: 20px; margin-bottom: 15px; font-weight: 700; }


footer #secciones { padding: 60px 20px 80px 20px; display: flex; display: -webkit-flex; justify-content: center; width: 100%; }
footer #secciones .colum { text-transform: uppercase; color: #FFF; padding: 0 70px; }
footer #secciones .sep { width: 1px; border-right: 1px solid #b8c9ea; padding: 0; }
footer #secciones .colum h3 { margin:0; font-size: 28px; color: #FFF; line-height: 28px; margin-bottom: 15px; font-weight: 700; text-transform: uppercase; }
footer #secciones .colum a { color: #FFF; }
footer #secciones .colum .linea { font-size: 16px; margin:24px 0; }
footer #secciones .colum.c1 img { width: 100%; }
footer #secciones .colum.c5 { width: 24%; }
footer #secciones .colum.c5 div { /* font-size: 12px; */ }
footer #secciones .colum.c5 img { height: 70px; margin-right: 15px; }
footer #secciones .colum button { background-color:#FFF; color:var(--azul); border-radius: 30px; font-size: 16px; padding: 16px 36px; font-weight: 500; margin-left: -16px; text-transform: uppercase; height: auto; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; cursor: pointer; }
footer #secciones .colum button:hover { -webkit-box-shadow: 0px 10px 15px 0px rgba(102,181,34,0.20); box-shadow: 0px 10px 15px 0px rgba(0,61,163,0.20); }


footer #redes { text-align: center; margin: auto; }
footer #redes img { width: 32px; margin: 0 5px; }
footer #redes img:hover { filter: sepia(91%) saturate(1617%) hue-rotate(170deg) brightness(85%) contrast(99%); }

footer #textopie { margin-top: 40px; margin-bottom: 50px; width: 100%; text-align: center; font-size: 13px; font-weight: 700; color: #FFF; }


@media screen and (max-width: 1440px) {
	
	footer #info { padding: 10px 4%; }
	
	footer #redes { margin-top: 0px;  }
}
@media screen and (max-width: 1340px) {
	
	footer #secciones { padding: 40px 0px 60px 0px; justify-content: space-around; }
	
	footer #secciones .colum.c1 { padding-bottom: 40px; }
	
	footer #info { padding: 10px 6%; }
	footer #info .colum { float: inherit; width: 100%; padding: 15px 0px; overflow: hidden; }
	footer #info .colum .img { width: 15%; }
	footer #info .colum .txt { width: 85%; }
}
@media screen and (max-width: 1280px) {
	
	footer #secciones .colum { padding: 0 20px; }
	
	footer #info { padding: 10px 6%; }
	footer #info .colum { float: inherit; width: 100%; padding: 15px 0px; overflow: hidden; }
	footer #info .colum .img { width: 15%; }
	footer #info .colum .txt { width: 85%; }
}
@media screen and (max-width: 1080px) {
	footer #textopie { padding-bottom: 80px; }
}
@media screen and (max-width: 850px) {
	
	footer #secciones .colum { padding: 0 20px; }
	footer #secciones .colum.c2 { width: 30%; }
	footer #secciones .colum.c3 { width: 30%; }
	footer #secciones .colum.c5 { width: 40%; }
	footer #secciones .colum button { margin-left: 0px; }
	
	footer .br { display: none; }
	
	footer #info img { width: 60%; }
}

@media screen and (max-width: 768px) {
	
	footer #secciones { display: inherit; }
	footer #secciones .colum { float: left; }
	footer #secciones .colum.c2 { width: 40%; }
	footer #secciones .colum.c3 { width: 60%; }
	footer #secciones .colum.c5 { width: 100%; margin-top: 40px; }
	
	footer #secciones .colum .linea { margin: 14px 0; }
	footer .br { display: none; }
	
	footer #info img { width: 60%; }
	
	footer #redes { margin-top: 40px; }
	footer #textopie { margin-top: 10px; }

}

@media screen and (max-width: 550px) {
	
	footer #separacion { padding-top: 140px; }
	
	footer #secciones .colum { padding: 0 50px; }
	footer #secciones .colum.c2,
	footer #secciones .colum.c3,
	footer #secciones .colum.c5 { width: 100%; margin-bottom: 40px; }
	footer #textopie { padding-left: 30px; padding-right: 30px;  }
}

@media screen and (max-width: 400px) {
	footer #insta .sig1 { font-size: 34px; }
}


.textTelMenuTop {
		color: var(--azul);
		font-weight: 600;
		font-size: 12px;
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		border: 1px solid var(--azul);
		padding: 5px 10px;
		border-radius: 20px;
		display: inline-flex;
}

.telIconMenuResponsive {
		position: absolute;
		left: 70%;
		display: flex;
		align-items: center;
		height: 100%;
	}

