@font-face {
    font-family: 'pacific_standardbold';
    src: url('../fonts/pacific-standard-bold-webfont.eot');
    src: url('../fonts/pacific-standard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pacific-standard-bold-webfont.woff2') format('woff2'),
         url('../fonts/pacific-standard-bold-webfont.woff') format('woff'),
         url('../fonts/pacific-standard-bold-webfont.ttf') format('truetype'),
         url('../fonts/pacific-standard-bold-webfont.svg#pacific_standardbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlight-webfont.woff2') format('woff2'),
         url('../fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*============================================================================================
   STYLE  - STANDAR - 
============================================================================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body {
	padding: 0;
	margin:0;
     font-family: 'open_sanscondensed_light';
 	background-color: #FFFFFF;
}
p {
	font-size: 18px;
	color: #666;
	font-family: 'open_sanscondensed_light';
	line-height: normal;
	margin-bottom: 20px;	
}
a {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal !important;
}
/*============================================================================================
   STYLE  - PORTAL - 
============================================================================================*/
#Content__Header {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
#Content__Header_left {
	float: left;
	max-width: 243px;
}
#Content__Header_right {
	float: right;
	max-width: 918px;
}
.rc-logo > img {
    max-width: 243px;
}
/*============================================================================================
   STYLE  - REDES SOCIALES - 
============================================================================================*/
#Menu_social {
    float: right;
    padding-right: 4px;
}
#Menu_social ul {
	margin:0;
	padding: 0 5px 0 0;
}
#Menu_social ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#Menu_social ul li a {
	font-size: 19px;
	color: #41A4DB;
    font-family: 'open_sanscondensed_light';

}
#Menu_social ul li a:hover {
	color:#333333;
	text-decoration: none; 
}
.text_blue {
	font-size: 30px;
	color: #41A4DB;
	margin-bottom: 12px;
}
/*============================================================================================
   STYLE  - ICON -  REDES SOCIALES -
============================================================================================*/
.icon {
	height: 36px;
	width: 100%;
	max-width: 36px;
	margin: 0 4px;
	padding: 0 15px !important;
}
.icon-facebook,.icon-instagram, .icon-facebook{
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.icon-facebook {
	background-image: url('../images/Layout/icon-facebook.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding:10px;
	display: inline-block;
}
.icon-facebook:hover {
	background-image: url('../images/Layout/icon-facebook-hover.png');
}
.icon-instagram {
	background-image: url('../images/Layout/icon-instagram.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding:10px;
	display: inline-block;
}
.icon-instagram:hover {
	background-image: url('../images/Layout/icon-instagram-hover.png');	
}
.icon-youtube {
	background-image: url('../images/Layout/icon-youtube.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding:10px;
	display: inline-block;
}
.icon-youtube:hover {
	background-image: url('../images/Layout/icon-youtube-hover.png');	
}

/*============================================================================================
   STYLE  - MENU PRINCIPAL -
============================================================================================*/
#rc-main-menu {
    float: right;
    clear: both;
    max-width: 910px;
    width: 100%;
}
#rc-main-menu ul li {
	display: inline-block;
	vertical-align: top;
}
#rc-main-menu ul li a {
	padding: 10px;
	display: block;
	color:#333333;
	font-size: 19px;
	margin-left: 12px;
}
#rc-main-menu ul li.uk-active > a,#rc-main-menu ul li a:hover {
	color:#40A4DA;
	border-bottom:1px solid #40A4DA;
}

/*============================================================================================
   STYLE  - SLIDESHOW -
============================================================================================*/
/*

.uk-slidenav-position {
	position: relative;
}
.icon-previous, .icon-next  {
	height: 48px;
	width: 48px;
	background-color: red;
	z-index: 1000;
	position: absolute;
	top: 40%;
	cursor: pointer;
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.icon-previous:hover, .icon-next:hover {
	opacity: 0.7;
}
.icon-previous {
	left:0;
}
.icon-next {
	right: 0;
}
*/
.content_page {
	width: 100%;
	max-width: 1200px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.content_page ul {
	padding-bottom: 50px;
}
.content_page h3 {
	color: #41A4DB;
	font-size: 33px;
    margin-bottom: 20px;	
	line-height: normal;
}
.content_page h2 {
	font-size: 36px;
	color: #41A4DB;
    font-family: 'pacific_standardbold';
    margin-bottom: 30px;	
    display: block;
	line-height: normal;
}
.content_page p {
	font-size: 20px;	
}
.content_page strong {
	font-size: 20px;
}
.content_page span > strong {
	display: block;
	margin-bottom: 8px;
}
.content_page span {
    font-size: 20px;
}
.content_page ul li {
	font-size: 20px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 33%;
 -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   -ms-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.direccion {
	text-align: left;
	padding: 10px 20px;
 -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   -ms-moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.direccion p {
	font-size: 20px !important;
	line-height: 30px
}
.facebook {
	color: #3A5795;
}
.instagram {
	color: #88594C;
}
.youtube {
	color: #E62117;
}
.facebook:hover, .instagram:hover, .youtube:hover {
	text-decoration: none;
}
.facebook, .instagram, .youtube {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;	
}

/*================================================================================================
	-	TITULO -
=================================================================================================*/
.rc-contacto .rc-top-title {background-image: url('../images/Layout/secciones/contacto.jpg');}
.rc-horarios .rc-top-title {background-image: url('../images/Layout/secciones/Horario.jpg');}
.rc-certificados .rc-top-title {background-image: url('../images/Layout/secciones/Certificados.jpg');}
.rc-deli .rc-top-title {background-image: url('../images/Layout/secciones/Deli.jpg');}
.rc-otros-servicios .rc-top-title {background-image: url('../images/Layout/secciones/Otros-Servicios.jpg');}
.rc-beatylab .rc-top-title {background-image: url('../images/Layout/secciones/Beautylab.jpg');}
.rc-wellness .rc-top-title {background-image: url('../images/Layout/secciones/Wellness.jpg');}
.rc-hidrogym .rc-top-title {background-image: url('../images/Layout/secciones/Hidrogym.jpg');}
.rc-ofertas .rc-top-title {background-image: url('../images/Layout/header-offerts.jpg');}
.rc-top-title {
	min-height: 400px;
	margin: 0;
	overflow: hidden;
	background-image: url('../images/Layout/secciones/bg-seccion-nosotros.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rc-page-title  {
	margin-top: 150px;
	width: 100%;
	max-width: 1200px;
	margin-left:  auto;
	margin-right: auto;
}
.rc-page-title h2 {

	background: rgb(255,255,255);
	font-size: 50px;
	padding: 30px 35px;
	color: #41A4DB;
	float: left;
	font-family: 'pacific_standardbold';
	text-transform: uppercase;
	max-width: 350px;
	height: 99px;
}
/*============================================================================================
   STYLE  - BLOQUE 1 -
============================================================================================*/


#Content__Bloque_1 {
	text-align: center;
	width: 100%;
	min-height: 570px;
	display: block;
	background-image: url('../images/Layout/bg_bloque1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#Content__Bloque_1 h1 {
	line-height: normal;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 25px;
	color: #666666;
	font-family: 'open_sanscondensed_light';
	margin-bottom: 0;
}

#Content__Bloque_1 h2 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	padding: 5px 10px;
	line-height: normal;	
	font-size: 18px;
	color: #666666;
    font-family: 'open_sanscondensed_light';
}

/*============================================================================================
   STYLE  - BLOQUE 2 -
============================================================================================*/
#Content__Bloque_2 {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	overflow: hidden;
}
.rc_bloque {
	position: relative;
	float: left;
	width: 33%;
	max-width: 640px;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}
.rc_bloque a  {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}
.rc_bloque a:hover {
	opacity: 0.7;
}
.bg_box {
	width: 100%;
	display: block;
	font-size: 36px;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #333333;
    font-family: 'open_sanscondensed_light';
	padding: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	position: absolute;
	bottom: 0;	
	z-index: 100;
}
.bg_box:hover {
	background-color: rgba(255,255,255,0.9);
}


/*============================================================================================
   STYLE  - BLOQUE 3 -
============================================================================================*/
#Content__Bloque_3 {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
	background-image: url('../images/Layout/bg_bloque3.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}
.Content__bloque_3_boxs {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 106px;
	padding-bottom: 105px;
}
.rc__Box {
	text-align: center;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.rc__Box a {
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.rc__Box a:hover {
	opacity: 0.6;
}
.rc__Box h2 {
	color: #FFF;
	font-size: 26px;
	font-family: 'open_sanscondensed_light';
}
.box-enlace {
	color: #FFF;
	font-size: 23px;
	font-family: 'open_sanscondensed_light';
	text-decoration: underline;
}
.box-enlace:hover {
	color: #eee;
	text-decoration: none;
}
footer {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}
#rc-main-menu-footer {
	padding: 47px 0 10px 0;
}

#rc-main-menu-footer ul li {
    display: inline-block;
    vertical-align: top;
}
#rc-main-menu-footer ul li a {
	font-size: 19px;
	font-family: 'open_sanscondensed_light';
	color:#333333;
}
#rc-main-menu-footer ul li.uk-active > a, #rc-main-menu-footer ul li a:hover { 
	color:#47B0D3;
	border-bottom: #47B0D3;
}
footer span {
	font-size: 18px;
	padding-bottom: 20px;
}

.movil {
	display: none;
}

.uk-dotnav {}


/*=============================================================
	 - FORMULARIO - 
=============================================================*/
.rc_map {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
#formulario {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 20px;
	text-align: left;
}
.rc_form_2 {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin:8px 4px;
}
.rc_form_2 label, .rc_form_1 label{
	color: #333333;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}
.rc_form_2 input[type="text"] {
	display: block;
	width: 100%;
	padding: 10px;
	border:1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.rc_form_2 input[type="text"]:focus {
	background-color: #eee;
}
.rc_form_1 {
	width: 97%;
	display: block;
	margin:8px 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.rc_form_1 textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 10px;
	border:1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.rc_form_1 textarea:focus {
	background-color: #eee;
}
.btn_enviar {
	border-top: 0;
	border-right: 0;
	border-left:0;
	border-bottom:4px solid #47B0D3;
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	background-color: #5AB8D7;
	cursor: pointer;
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-o-transition: all 0.27s;	

}
.btn_enviar:hover {
	opacity: 0.7;
}

/*Class Requerid Contacto*/
.vanadium-advice {
	/*position: absolute;
	z-index: 9999;
	display: block;*/ display: none;
}
.vanadium-invalid {
	border: 1px dashed #D43F3A !important;
	color: #ffffff;
}
.vanadium-advice {
	padding: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
	filter: alpha(opacity=60);  /* IE 5-7 */
	-moz-opacity: 0.6;          /* Netscape */
	-khtml-opacity: 0.6;        /* Safari 1.x */
	opacity: 0.6;               /* Good browsers */
}
.vanadium-advice.vanadium-invalid {
	border: none !important;
	background: #D43F3A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.vanadium-invalid:focus {
	border-color: #D43F3A !important;
box-shadow: -webkit-box-shadow: 0px 0px 5px 0px rgba(222,27,53,0.56);
	-moz-box-shadow: 0px 0px 5px 0px rgba(222,27,53,0.56);
	box-shadow: 0px 0px 5px 0px rgba(222,27,53,0.56);
}
.scrolloff {
        pointer-events: none;
 }
 
 .rc-ofertas .uk-panel > a:hover {opacity:0.8;}
.rc-ofertas .uk-panel > a > img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}



/* CHANGES 30/08/2017 */
@media screen and (max-width: 980px){
	.movil {
	    background-color: #ffffff !important;
	}
	.uk-button-offcanvas {
	    font-size: 23px;
	    padding: 15px;
	    background-color: transparent;
	}
	.uk-button-offcanvas:hover span {
	   	color: #40A4DA;
	}
	.uk-offcanvas-bar{
		background-color: #FFFFFF;
	}
	.uk-offcanvas .rc-logo > img {
	    display: block;
	    margin: 0 auto;
	}    
	ul.nav-movil {
	    padding-left: 20px;
	}
	ul.nav-movil li a {
	    color: #333333 !important;
	    display: inline-block;
	    border-bottom: 1px solid transparent;
	    padding: 5px 0;
	}
	ul.nav-movil li.uk-active a,
	ul.nav-movil li a:hover{
		color: #40A4DA !important;
		border-bottom: 1px solid #40A4DA;
	}
}

.uk-nav-side > li.uk-active:hover > a{
	background: #00a8e6;
    color: #ffffff;
}
.uk-nav-side > li.uk-active > a,
.uk-nav-side > li.uk-active:hover > a{
	border: 1px solid #ffffff !important;
}
.uk-nav-side > li > a, 
.uk-nav-side > li > a{
	border: 1px solid #ffffff;
}
.uk-nav-side > li > a:hover, 
.uk-nav-side > li > a:focus {
    background: #ffffff;
    color: #00a8e6;
    outline: none;
    border-color:#00a8e6;
}
#team-accordion-container figure{text-align: center;}
#team-accordion-container figure img{
	object-fit: cover;
    height: 265px;
    width: 300px;
}
.rc-team #rc-content ul[data-uk-switcher] li,
.rc-team #rc-content ul.uk-switcher li {
	position: relative;
    width: 100%; 
    line-height: 1.1;
}
#team-accordion-container div.uk-accordion-content {
    text-align: left;
}
#team-accordion-container div.uk-accordion-content li::before,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title::after{
	font-family: FontAwesome;
	position: absolute;
}
#team-accordion-container div.uk-accordion-content li::before{
	content: "\f111";
	font-size: 6px;
 	top: 10px;
    left: -10px;
}
.uk-nav-side > li > a, 
.uk-nav-side > li > a,
.uk-nav-side > li > a:hover, 
.uk-nav-side > li > a:focus{
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title.uk-active,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title:hover,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title::after,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title.uk-active::after{
	-webkit-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title{
	font-family: 'pacific_standardbold';
	border: 1px solid #00a8e6;
	background-color: #ffffff;
	transition: all ease-in-out .4s;
	font-size: 30px;
	position: relative;
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title:hover,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title.uk-active{
	background-color: #00a8e6;
	border-color:transparent;
	color: #FFFFFF;	
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title::after{
	content: "\f104";
	color: #00a8e6;
	right: 15px;
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title:hover,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title:hover::after,
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title.uk-active::after{
	color: #ffffff;
}
.rc-team #rc-content ul.uk-switcher h3.uk-accordion-title.uk-active::after{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media screen and (max-width: 768px){
	.uk-accordion-content h2{
		text-align: center;
	}
}
.rc-team .uk-accordion-title {
    margin-bottom: 10px;
    padding: 10px 15px;
}
.rc-team .uk-accordion-content {
    padding: 5px 15px 15px 15px;
}
.rc-team .uk-accordion-content h2 {
    font-size: 30px;
}

.uk-modal-dialog {
    width: 800px;
}