/*
Theme Name: Centro Supera
Theme URI: http://masmedios.com/
Author: MASmedios
Author URI: https://masmedios.com/
Description: Supera Studio, el entrenamiento completo y personalizado. En las modas del fitness, calcula riesgos y beneficios. ¿Quieres conocer nuestros centros?
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supera
*/


.wrapper {
	max-width: 944px;
	margin: 0 auto;
	width: 100%;
}

.slicknav_menu {
	display:none;
}


/* HEADER */

body {
	font-family: 'Source Sans Pro', Sans-Serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #6b6b6b;
	text-rendering: optimizelegibility;
}

header {
	background-color: #1c1c1c;
	padding: 35px 0 25px;
}


header .page-title {
	display: inline-block;
	vertical-align: top;
	width: 13%;
	margin: 0;
	font-size: inherit;
}


header .page-title img {
	width: 100%;
}



/* NAVEGACIÓ */

header nav {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

header nav ul {
	margin: 0 0 0 3%;
}

header nav ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	position: relative;
	z-index: 2;
}

header nav ul > li.menu-item-has-children {
	background: url(img/fl_menu.png) no-repeat right center scroll transparent;
}

header nav ul > li.menu-item-has-children:hover {
	background: url(img/fl_menu_az.png) no-repeat right center scroll transparent;
}

header nav ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	letter-spacing: .05rem;
	position: relative;
	z-index: 2;
}

header nav ul li a:hover {
	color: #2b98c6;
}

header nav ul > li > .sub-menu {
	display: none;
}

header nav ul > li.menu-item-has-children:hover .sub-menu {
	display: block;
}

header nav .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(28, 28, 28, .9);
	padding: 30px 10px 10px;
	width: 124px;
	font-size: 90%;
}

header nav .sub-menu li {
	padding: 5px 0;
	display: block;
}

header nav .sub-menu li a {
	display: block;
	font: 300 1.1em 'Source Sans Pro', Sans-Serif;
	text-transform: inherit;
}

header nav #sesion {
	margin: 0;
    position: absolute;
    right: 10px;
    top: 0px;
}

header nav #sesion li {
    padding: 0;
    text-align: right;
}

header nav #sesion li a {
	color: #df531f;
    padding: 3px 0 3px 10px;
}

header nav #sesion li.inicio a {
	color: #fff;
	padding-left: 25px;
    text-transform: inherit;
    font-weight: 300;
    background: url(img/ico_usuario.png) no-repeat left center scroll transparent;
}

header nav .menu-menu-principal-container + a,  header nav .menu-principal-container + a {
	margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #df531f;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
            transition: .2s ease;
}

header nav .menu-menu-principal-container + a:hover, header nav .menu-principal-container + a:hover {
	color: #fff;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
            transition: .2s ease;
}

header nav .menu-menu-principal-container + a + a, header nav .menu-principal-container + a + a {
    font-weight: 300;
    color: #df531f;
    letter-spacing: 0.025em;
    margin: 0;
    padding-left: 20px;
    position: absolute;
    right: 90px;
    text-transform: lowercase;
    top: 0;
}

header nav .menu-menu-principal-container + a + a::before, header nav .menu-menu-principal-container + a + a::after, header nav .menu-principal-container + a + a::before, header nav .menu-principal-container + a + a::after {
    background: #df531f none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
            transition: .2s ease;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 15px;

}

header nav .menu-menu-principal-container + a + a::after, header nav .menu-principal-container + a + a::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

header nav .menu-menu-principal-container + a + a:hover, header nav .menu-principal-container + a + a:hover {
    color: #fff;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
            transition: .2s ease;
}

header nav .menu-menu-principal-container + a + a:hover::before, header nav .menu-menu-principal-container + a + a:hover::after, header nav .menu-principal-container + a + a:hover::before, header nav .menu-principal-container + a + a:hover::after {
    background: #fff none repeat scroll 0 0;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
            transition: .2s ease;
}



/* modal login */
#basic-modal-content, #basic-modal-nivel {display:none;}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
	height:350px;
	background-color: #fff;
	padding:40px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

#basic-modal-content p, #basic-modal-nivel p {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	font: 400 2.3em 'Source Sans Pro', Sans-Serif;
}

#basic-modal-content.pregunta, #basic-modal-nivel.pregunta {
	padding: 0 5%;
}

#basic-modal-content.pregunta p, #basic-modal-nivel.pregunta p {
	font: 300 1.6em 'Source Sans Pro', Sans-Serif;
}

#basic-modal-content.pregunta div, #basic-modal-nivel.pregunta div {
	width: 100%;
	text-align: center;
}

#basic-modal-content.pregunta div a {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1%;
}

#basic-modal-content input[type="text"], #basic-modal-content input[type="password"] {
	height: inherit;
	display: block;
	width: 90%;
	margin: 0 auto 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #cfcfcf;
	padding: 5px 8px 6px;
	font: 300 1.4em 'Source Sans Pro', Sans-Serif;
}

#basic-modal-content input[type="password"] + a {
	display: block;
	margin: 0 auto 20px;
	font: 300 1em 'Source Sans Pro', Sans-Serif;
	color: #2b98c6;
}

#basic-modal-content input[type="password"] + a:hover {
	text-decoration: underline;
}

#basic-modal-content input[type="submit"] {
	margin: 0 auto 20px;
}

#basic-modal-content > a {
	display: block;
	width: 88%;
	margin: 0 auto 10px;
}

#basic-modal-content > a:hover {
	text-decoration: underline;
}

#basic-modal-content a#enviar-login:hover {
	text-decoration: none;
}

#basic-modal-content div.u-cf {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#basic-modal-content div#error-login span {
	color: #df531f;
}

#basic-modal-content .u-cf a {
	background-color: #666;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font: 300 1em "Source Sans Pro",sans-serif;
    padding: 15px 0;
    text-align: center;
    width: 55%;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#basic-modal-content .u-cf a + a {
    border-right: 0 none;
    background-color: #d1d1d1;
    color: #5c5c5c;
    width: 45%;
}

#basic-modal-content .u-cf a:hover {
	background-color: #888;
	color: #fff;
	-webkit-transition: .2s ease;
	   -moz-transition: .2s ease;
	        transition: .2s ease;
}

#simplemodal-container a.modalCloseImg {
	background:url(img/x.png) no-repeat center center scroll transparent;
	width:25px;
	height:25px;
	z-index:3200;
	position:absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
}

#subheader {
	background-color: #df531f;
    -webkit-box-shadow: 1px 4px 9px -6px #1c1c1c inset;
       -moz-box-shadow: 1px 4px 9px -6px #1c1c1c inset;
            box-shadow: 1px 4px 9px -6px #1c1c1c inset;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0 15px;
    font-size: .9em;
}

.pasos {
	text-align: right;
}

.pasos li {
	display: inline-block;
	margin: 0;
}

.pasos li span {
	background: 0 none;
    border: 1px solid #fff;
    border-radius: 50%;
    float: right;
    height: 6px;
    margin-right: 4px;
    width: 6px;
}

.pasos li.activo span {
	background: #fff none;
}

.aside ul {
	list-style: none;
}

.aside ul li {
	background-color: #f5f5f5;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 2px 0;
    list-style: none;
    color: #808080;
    letter-spacing: .045rem;
    padding: 1rem 2rem;
    font-size: 1.3rem;
}

.aside ul li.activo {
    color: #df531f;
    background-color: transparent;
    background: url(img/flecha_marcado.png) no-repeat 15px center scroll transparent;
    padding-left: 2.5rem;
}

.aside ul li p.gran {
	color: #1c1c1c;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.045rem;
    line-height: 1.2;
    margin: 1rem 0;
    text-transform: initial;
}

.cambio {
    height: 20px;
    padding: 7px 0;
    width: 50px;
    margin-top: 5px;
    float: right;
}

.page-id-146 .cambio {display: none;}

.cambio span {
    background-color: #ccc;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: 0 2px;
    position: relative;
    width: 20px;
}

.cambio span.imagenes::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    width: 20px;
    z-index: 2;
}

.cambio span.imagenes::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 9px;
    z-index: 2;
}

.cambio span.listado {
    float: right;
}

.cambio span.listado::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 20px;
    z-index: 2;
}

.cambio span.listado::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-left: 1px solid #fff;
    content: "";
    display: block;
    height: 20px;
    left: 6px;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 2;
}

.cambio span:hover, .cambio span.activo {
    background-color: #df531f;
}

span.error {
	color: #df531f;
    display: block;
    font-weight: 300;
    padding: 10px;
}

.mensaje {
	font: 200 italic 2em 'Source Sans Pro', Sans-Serif;
}

.aviso {
	background-color: #eee;
	padding: 20px;
	text-align: center;
	font-style: italic;
	margin: 30px 0;
}




/* HOME */

.home .wrapper.u-cf {
	display: block;
	max-width: inherit;
}

#slider-destacados {
	margin: 0;
	/* height: 690px; */
	overflow: hidden;
}

.home #slider-destacados {max-height: 580px;}
.home-centro #slider-destacados {height: inherit;}
/*.home #slider-destacados .owl-item li .caption {top: 420px;} */
.home #slider-destacados .owl-item li .caption {bottom: 0px;}

#slider-destacados .owl-item {
	position: relative;
}

#slider-destacados .owl-item li {
	padding: 0;
	margin: 0;
}

#slider-destacados .owl-item li .caption {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	padding: 20px;
}

.home-centro #slider-destacados .owl-item li .caption {
	bottom: 0;
	top: inherit;
}

#slider-destacados .owl-item li .caption p {
	color: #fff;
	font: 300 1.6em/1.3 'Source Sans Pro', Arial, Sans-Serif;
	letter-spacing: .025em;
	margin: 0;
}

#slider-destacados .owl-item li .caption p + p {
	margin: 0 0 15px;
}

#slider-destacados .owl-item li .caption .cat {
	text-transform: uppercase;
	font-size: 1.2em;
}

#slider-destacados .owl-item li img {
	width: inherit;
	height: 640px;
	position: relative;
	z-index: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}

.home-centro #slider-destacados .owl-item li img {
	max-height: 340px;
}

#slider-2-columnas .owl-pagination .owl-page span {
	display: block;
	height: 10px;
    width: 10px;
    margin: 0 2px;
	background-color: #d3d3d3;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

#slider-2-columnas .owl-pagination  {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

#slider-2-columnas .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: top;
}

#slider-2-columnas .owl-pagination .owl-page.active span {
	background-color: #2b98c6;
}

#destacados3 {
	padding: 30px;
	text-align: center;
}

#destacados3 li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	overflow: hidden;
}

#destacados3 li p {
	text-align: left;
	font: 300 1.1em 'Source Sans Pro', Arial, Sans-Serif;
	letter-spacing: .025em;
	margin: 0 0 5px;
	color: #444;
}

#destacados3 li p.cat {
	color: #2b98c6;
	text-transform: uppercase;
	margin-top: 15px;
}

#textos3 {
	display: table;
    margin: 30px auto;
    max-width: 944px;
    width: 100%;
}

#textos3 ul {
	margin: 0;
}

#textos3 li {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
	padding: 90px 3% 40px;
	position: relative;
	text-align: center;
	background: url(img/ico_encuentranos.png) no-repeat center 20px scroll #df531f;
}

#textos3 li + li {
	background: url(img/ico_pruebanos.png) no-repeat center 20px scroll #2b98c6;
}

#textos3 li + li + li {
	background: url(img/ico_apuntate.png) no-repeat center 20px scroll #838383;
}

#textos3 li p {
	font: 300 1.2em 'Source Sans Pro', Arial, Sans-Serif;
	letter-spacing: .025em;
	margin: 0 0 5px;
	color: #fff;
	min-height: 50px;
}

#textos3 li p.tit {
	color: #fff;
    font: 400 1.3em "Source Sans Pro",Arial,sans-serif;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
    text-transform: uppercase;
    min-height: inherit;
}

#textos3 li a {
	border-color: #fff;
    color: #fff;
    margin-top: 20px;
}

#textos3 li a:hover {
	background-color: #fff;
	color: #df531f;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

#textos3 li + li a:hover {
	color: #2b98c6;
}

#textos3 li + li + li a:hover {
	color: #838383;
}

#slide2 {
	background-color: #f5f5f5;
	padding: 30px 0 0;
}



/* Footer */
.footer .social ul {text-align: center;}
.footer .social ul li {display: inline-block;}
.footer .social a {float: left;}



/* INTERIORES */

.acf-map {
	width: 100%;
	height: 400px;
	margin: -4px 0 0;
}

.data {
	color: #df531f;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
}

.header.image {
	width: 100%;
	overflow: hidden;
	height: 450px;
}

.header.image img {
	width: 100%;
	margin: 0 auto;
}

.header.sinimage {
	width: 100%;
	height: 50px;
	background-color: #efefef;
	position: relative;
}

.header.sinimage::before {
	width: 100%;
	height: 5px;
	background-color: #e2e2e2;
	display: block;
	content: '';
	position: absolute;
	top: 0;
}

.text {
	padding: 20px 0;
}

.text.confoto {
	background: #fff none repeat scroll 0 0;
    margin-top: -100px;
    position: relative;
}

.text.sinfoto {
	background: #fff none repeat scroll 0 0;
    margin-top: 100px;
    position: relative;
}

.page-template-pagina_contenido_centro .text.confoto, .noticia-centro .text.confoto {
    margin-top: 0;
}

.text.confoto > * {
	margin-left: 14%;
	margin-right: 14%;
}

.text h2 {
	color: #df531f;
	margin-bottom: 50px;
}

.text p {
	font: 300 1.325em 'Source Sans Pro', Sans-Serif;
}

.text strong {
	color: #444;
	font-weight: 600;
}

.text.confoto > blockquote {
	margin: 40px 0;
	margin-right: 0;
	padding: 0 14% 10px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.text.confoto > blockquote p {
	font: 200 italic 2.4rem 'Source Sans Pro', Sans-Serif;
	text-align: center;
	color: #444;
	position: relative;
	padding: 20px 0 0;
}

.text > blockquote p::before {
	display: block;
	content: '';
	width: 53px;
	height: 47px;
	background: url(img/comillas1.png) no-repeat 0 0 scroll transparent;
	position: absolute;
	left: 0;
	top: -20px;
}

.text > blockquote p::after {
	display: block;
	content: '';
	width: 39px;
	height: 32px;
	background: url(img/comillas2.png) no-repeat 0 0 scroll transparent;
	position: absolute;
	right: 0;
	bottom: -43px;
}

.text.confoto > ul {
	margin: 30px 0;
}

.text ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 14%;
	font: 300 1.325em 'Source Sans Pro', Sans-Serif;
	background: url(img/flecha3.png) no-repeat scroll 5% 9px transparent;
}

.bigbutton {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 10%;
	font: 300 1.2em 'Source Sans Pro', Sans-Serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	background-color: #555;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

.bigbutton:hover {
	background-color: #df531f;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

.six.columns.right {
	text-align: right;
}

.horas-dia div {
	margin-bottom: 5px;
}

.horas-dia h6 {
	margin: 15px 0 5px;
}

.expandir::before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #df531f;
}

.contraer::before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #df531f;
}

.expandir, .contraer {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: .95em;
	position: relative;
}

.expande {
	border-bottom: 1px solid #ddd;
}





/* Noticias */

.alm-btn-wrap {
    border-top: 1px solid #bababa;
    padding: 0;
    overflow: visible;
    position: relative;
    margin-top: -1px;
}

.alm-btn-wrap button.alm-load-more-btn {
    background-color: #fff !important;
    color: #777;
    font: 300 1.6rem/33px "Source Sans Pro",sans-serif;
    height: inherit;
    left: 50%;
    margin-left: -70px;
    padding: .6rem 4rem;
    position: absolute;
    text-transform: uppercase;
    top: -23px;
}

.alm-btn-wrap button.alm-load-more-btn::before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url(img/flecha04.png) no-repeat center center scroll #fff;
    opacity: .5;
}

.alm-btn-wrap button.alm-load-more-btn::after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 7px;
    right: 0;
    background: url(img/flecha04.png) no-repeat center center scroll #fff;
    opacity: .5;
}

.alm-btn-wrap button.alm-load-more-btn:hover::before, .alm-btn-wrap button.alm-load-more-btn:hover::after {
    opacity: 1;
}

.alm-btn-wrap button.alm-load-more-btn:focus {
    color: #333;
    background: #fff none!important;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.alm-btn-wrap button.alm-load-more-btn:hover {
    color: #333;
}

#noticias article {
	float: left;
	width: 48%;
}

#noticias article + article {
	float: right;
	width: 48%;
}

#noticias article .image {
	width: 100%;
	overflow: hidden;
	height: 300px;
}

#noticias article .image img {
	width: 100%;
}

#noticias article .text {
	padding: 20px 0 50px;
}

article .text .cat {
	color: #555;
    display: block;
    font: 300 1.8rem "Source Sans Pro",sans-serif;
    letter-spacing: 0.025em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#noticias article .text p {
	padding: 10px 0 20px;
	margin: 0;
	position: relative;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	height: 50px;
}

#noticias article .text .button {
	display: block;
    margin: 40px auto 0;
    text-align: center;
    width: 130px;
}

#noticias .alm-reveal {
	padding-bottom: 40px;
}

#noticias .alm-reveal article {
	float: none;
	width: 80%;
	padding: 30px 10% 0;
	border-top: 1px solid #e8e8e8;
}

#noticias .alm-reveal article h3 {
	font-size: 3rem;
	font-weight: 400;
}

#noticias .alm-reveal article h3 a:hover {
	text-decoration: underline;
}




/* Contacto */

.contact section div.col {
	float: left;
	width: 48%;
}

.contact section div.col + div.col {
	float: right;
}

form div {
	margin: 0 0 10px;
}

form p {
	margin: 0 0 5px;
}

form span {
	width: 100%;
	display: block;
	margin: 2px 0;
}

form span.opcio {
	width: auto;
	display: inline-block;
	margin: 5px 5% 0 0;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form input[type="date"], form textarea, form select {
	width: 100%;
	padding: 6px 10px 8px;
	background-color: #eee;
	border: 1px solid #ddd;
	height: inherit;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bordertop {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.borderbottom {
	border-bottom: 1px solid #ddd;
}




/* Cursos */

.page-template-default h1.titular {
	margin-bottom: 20px;
}

.cursos article {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
	display: table;
}

.cursos article:nth-child(odd) {
	background-color: #f3f3f3;
}

.cursos article > div {
	float: left;
	width: 70%;
	padding: 30px;
	border-right: 1px solid #ddd;
	display: table-cell;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cursos article > div + div {
	float: right;
	width: 30%;
	border-right: none;
}

.cursos article h3.titular {
	color: #121212;
}

.cursos article .precio {
	color: #121212;
	text-transform: uppercase;
	font-weight: 300;
}

.cursos article .precio .tit {
	display: block;
	font-size: 1.3em;
}

.cursos article .precio .centro {
	color: #2b98c6;
    font-size: 1.3em;
    font-weight: 300;
    margin: 20px 0;
    display: block;
    line-height: 1.2;
}

.cursos article .precio .cantidad {
	color: #2b98c6;
    font-size: 3em;
    font-weight: 400;
}

.cursos .envia {
	margin: 60px 0 0;
}

.cursos .envia h3 {
	margin-left: 30px;
	color: #2b98c6;
	font-size: 1.7em;
	text-transform: uppercase;
}

.cursos .envia h3 + div {
	padding: 20px 30px 10px;
	background-color: #f5f5f5;
}

.cursos .envia select {
	width: inherit;
	background-color: #fff;
}

.cursos .envia form p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 1%;
}

.cursos .envia form p + p {
	margin-right: 0;
}

.cursos .envia form p + p + p {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.page-template-reserva-cursos-test .container .mp {font: 300 1.325em 'Source Sans Pro', Sans-Serif;}
.page-template-reserva-cursos-test .container form span {font: 600 1em 'Source Sans Pro', Sans-Serif;margin-bottom: 10px;}
.page-template-reserva-cursos-test .container input {margin: 5px 9px 25px 5px;}



/* Centros */

.header.sinimage.centros {
	width: 100%;
	height: inherit;
	padding: 15px 0 13px;
}

.header.sinimage.centros .wrapper > div {
	float: left;
	width: 35%;
	padding-left: 5%;
	margin: 0;
	text-transform: uppercase;
	color: #444;
	font: 300 1.45rem 'Source Sans Pro', Sans-Serif;
	letter-spacing: .05em;
	margin: -4px 0 0;
}

.header.sinimage.centros .wrapper div p {
	display: inline-block;
}

.header.sinimage.centros .wrapper div img {
	vertical-align: middle;
	margin-right: 5%;
}

.header.sinimage.centros form {
	float: right;
	width: 60%;
}

.header.sinimage.centros select {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 300;
    height: inherit;
    margin: 0 2% 0 0;
    padding: 10px;
    width: 35%;
}

.header.sinimage.centros input[type="submit"] {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 29px;
    width: 17%;
}

.header.sinimage.centros input[type="submit"]:disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}




/* Actividades */

.actividades .imagenes article {
	vertical-align: top;
	display: inline-block;
	width: 24%;
	margin-right: .35%;
	margin-left: .35%;
	margin-bottom: 60px;
	position: relative;
}

.actividades .imagenes article:hover {
	cursor: pointer;
}

.actividades .imagenes article.destacado {
	margin-right: 2.5%;
	margin-left: 0;
    width: 48.5%;
}

.actividades .imagenes article.destacado:nth-child(even) {
	margin-right: 0;
}

.actividades .imagenes article .image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}

.actividades .imagenes article.destacado .image {
	height: 300px;
}

.actividades .imagenes article .image > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.actividades .imagenes article .image .dura {
	display: none;
}

.actividades .imagenes article .image .tipo {
	z-index: 4;
	top: inherit;
	left: inherit;
	bottom: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
}

.actividades .imagenes article.destacado .image .tipo {
	height: 40px;
	width: 40px;
}

.actividades .imagenes article .image .tipo img {
	width: 100%;
	height: auto;
}

.actividades .imagenes article .image .titulo {
	z-index: 3;
	top: inherit;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
	padding: 10px;
	height: 40px;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

.actividades .imagenes article a:hover .titulo {
	height: 60px;
	background-color: rgba(43, 152, 198, .9);
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

.actividades .imagenes article.destacado .image .titulo {
	padding: 15px;
	height: 60px;
}

.actividades .imagenes article.destacado a:hover .titulo {
	height: 100px;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
            transition: all .1s linear;
}

.actividades .imagenes article .image .titulo h3 {
	color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .025rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}

.actividades .imagenes article.destacado .image .titulo h3 {
    font-size: 1.4em;
}

.actividades .imagenes article .image img {
	z-index: 2;
}

.actividades .imagenes article .image .video {
	z-index: 1;
}

.page-id-242 .actividades .imagenes article .text, .page-id-28 .actividades .imagenes article .text {
	display: none;
}

.actividades article ul li {
	background: 0 none;
	padding: 5px;
}

.actividades .imagenes article a.button {
	display: none;
}

.actividades .listado article {
	width: 100%;
	padding: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.actividades .listado article:nth-child(even) {
	background-color: #f9f9f9;
}

.actividades .listado article .image > * {
	display: inline-block;
    margin-right: 1.8%;
    vertical-align: top;
    width: inherit;
}

.actividades .listado article .image > a img {
	display: none;
}

.actividades .listado article .image .dura {
	color: #121212;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2;
}

.actividades .listado article .image .tipo img {
	width: 25px;
	height: 25px;
}

.actividades .listado article .image .titulo h3 {
	color: #121212;
    font-size: 2em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .025rem;
}

.actividades .listado article .image .video {
	display: none;
}

.actividades .listado article .text {
	width: 100%;
	padding: 0 0 10px;
}

.actividades .listado article .text > div {
	padding: 10px 5% 0 10%;
	width: 67%;
	float: left;
}

.actividades .listado article .text p {
	margin: 0 0 15px;
}

.actividades .listado article .text .centros {
	display: none;
}

.actividades .listado article .text .centros > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	color: #121212;
	text-transform: inherit;
}

.actividades .listado article .text > a {
	float: right;
    margin-top: 20px;
    text-transform: uppercase;
    width: 17%;
    padding: .6rem 0;
}



/* Empleo y Formación */

.header.sinimage.tabs {
	height: inherit;
}

.header.sinimage.tabs ul {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
}

.header.sinimage.tabs ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.header.sinimage.tabs ul li a {
	display: block;
	background-color: #e1e1e1;
	padding: 8px 30px;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
	font: 300 1.6em 'Source Sans Pro', Sans-Serif;
	color: #444;
	border: 1px solid #d0d0d0;
	position: relative;
}

.header.sinimage.tabs ul li.active a {
	background-color: #fff;
	border-bottom-color: #fff;
}

.single-formacion .contenido {
	float: left;
	width: 55%;
}

.single-formacion .formulario {
	float: right;
	width: 40%;
	margin-top: 40px;
}

.single-formacion .back, .single-empleo .back {
    color: #666;
    display: block;
    font: 300 1em "Source Sans Pro",sans-serif;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-formacion .data, .single-empleo .data {
	border-top: 1px solid #dedede;
    display: block;
    font-size: 1.8em;
    margin-bottom: 25px;
    padding: 20px 0;
}

.single-formacion .datos {
	border-top: 1px solid #dedede;
    display: block;
    font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: -20px;
    padding: 20px 0;
}

.single-formacion .datos span {
    display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3;
}

.single-formacion .datos span.precio {
    color: #2b98c6;
}

.single-empleo form {
	margin-top: 20px;
}

.single-empleo form input[type="submit"] {
    margin-top: 20px;
}

.single-empleo form input[disabled] {
	background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}




/* Sala de prensa */

#salaprensa, .text.salaprensa > section {
	float: left;
	width: 70%;
}

aside.salaprensa {
	float: right;
	width: 27%;
	margin-top: 50px;
}

.salaprensa aside.salaprensa {
	margin-top: 80px;
}

#salaprensa #noticias article {
	float: none;
	width: 100%;
	border-bottom: 1px solid #dedede;
}

#salaprensa #noticias article .text {
	padding: 40px 0;
}

#salaprensa #noticias article .text h3.titulo {
	margin: 0;
}

#salaprensa #noticias article .text p {
	height: inherit;
	padding: 10px 0 0;
}

#salaprensa #noticias > a {
	border: 1px solid #df531f;
    color: #df531f;
    background-color: transparent;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 33px;
    padding: 0.6rem 3rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 20px 5px;
}

#salaprensa #noticias > a:hover {
    color: #fff;
    background-color: #df531f;
}

aside.salaprensa .pan.descargas {
	background: url(img/ico_prensa_descargas.png) no-repeat 9px 8px scroll #f5f5f5;
}

aside.salaprensa .pan.formularios {
	background: url(img/ico_prensa_formularios.png) no-repeat 9px 8px scroll #f5f5f5;
}

aside.salaprensa .pan.medios {
	background: url(img/ico_prensa_medios.png) no-repeat 9px 8px scroll #f5f5f5;
}

aside.salaprensa .pan .container {
	padding-left: 65px;
    width: 100%;
    min-height: 70px;
    height: 100%;
}

aside.salaprensa .pan.medios .container, aside.salaprensa .pan.descargas .container {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

aside.salaprensa a {
	display: block;
	font: 400 1.1em 'Source Sans Pro', Sans-serif;
	color: #3a3a3a;
    margin: 0;
}

aside.salaprensa a:hover {
	color: #df531f;
}

aside.salaprensa .prensa > p {
	display: block;
	font: 400 1.1em 'Source Sans Pro', Sans-serif;
	color: #3a3a3a;
	padding: 15px 15px 0;
	margin: 0;
}

aside.salaprensa .prensa article {
	padding: 15px;
	border-bottom: 4px solid #ededed;
}

aside.salaprensa .prensa article:last-child {
	border-bottom: 0 none;
}

aside.salaprensa .prensa article span {
	font-size: 1em;
}

aside.salaprensa .prensa article h3 {
	margin: 5px 0 0;
	font-size: 1em;
}

aside.salaprensa .prensa article h3 a {
	font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}

#salaprensa .kit {
	float: left;
	width: 33.33%;
}

#salaprensa .kit a {
	color: #df531f;
}

#salaprensa.enlosmedios article {
	float: left;
	width: 30.33%;
	margin: 60px 0 0;
	padding: 0 3% 0 0;
	min-height: 460px;
}

#salaprensa.enlosmedios article img {
	width: 100%;
}

#salaprensa.enlosmedios article h3 {
	margin: 10px 0;
	font: 300 1.5em 'Source Sans Pro', Sans-serif;
}

#salaprensa.enlosmedios article h3 a {
	color: #df531f;
}

#salaprensa.enlosmedios article h3 a:hover {
	text-decoration: underline;
}

#salaprensa.enlosmedios article p {
	font: 100 1.1em 'Source Sans Pro', Sans-serif;
}





/* Perfil */

.perfil > ul {
	margin: 40px 0;
}

form #otros {
	margin-top: 30px;
	text-align: right;
}

form #otros img {
	width: 100%;
	margin-bottom: 20px;
}

form #otros p {
	margin: 0;
	font: 600 1.2em 'Source Sans Pro', Sans-Serif;
	color: #888;
	text-transform: uppercase;
}

form #otros p + p {
	margin: 0;
	text-transform: inherit;
	font: 300 1.2em 'Source Sans Pro', Sans-Serif;
	color: #2b98c6;
}

form a {
	color: #df531f;
    /* display: block; */
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 20px;
    text-decoration: underline;
}

form a:hover {
	text-decoration: none;
}

.perfil > ul > li {
	border-bottom: 1px solid #e3e3e3;
	padding: 25px 0;
}

.perfil > ul > li:hover {
	background-color: #f7f7f7;
}

.perfil > ul > li.actividad-pasada:hover {
	background-color: transparent;
}

.perfil > ul > li > div {
	display: inline-block;
	vertical-align: middle;
}

.perfil ul li div.caract {
	padding: 0 2%;
	width: 8%;
	border-right: 1px solid #e7e7e7;
	font: 300 1.5em 'Source Sans Pro', Sans-serif;
	color: #575757;
}

.perfil ul li div.text {
	padding: 0 2%;
	width: 67%;
	font: 400 1.5em 'Source Sans Pro', Sans-serif;
	color: #575757;
}

.perfil ul li.actividad-pasada div {
	opacity: .5;
	font-style: italic;
}

.perfil ul li div.text .fecha {
	font-weight: 300;
	color: #2b98c6;
	margin-left: 2%;
}

.perfil ul li div.bot {
	width: auto;
}



.screen-reader-response {
	color: #df531f;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    display: none;
}

.screen-reader-response li {
	border-bottom: none!important;
	font-size: inherit!important;
	padding: 0!important;
	background: 0 none!important;
}

.wpcf7-not-valid-tip {
	color: #df531f;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wpcf7-response-output {
	color: #df531f;
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: 20px;
    text-transform: uppercase;
}







/* MINI-SITES CENTROS */

.centro .cap {
	position: relative;
	height: 285px;
}

.centro .cap .imagen {
	overflow: hidden;
	height: 285px;
}

.centro .cap .imagen img {
	width: 100%;
	margin: 0 auto;
}

.centro .cap .filtro {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}

.centro .cap .centroinfo {
	margin: 60px auto 0;
	color: #fff;
	max-width: 800px;
}

.centro .tabs-style-topline {
    margin-top: -43px;
}

.centro .cap .centroinfo h1 {
	text-align: center;
	font-size: 1.9em;
	letter-spacing: .1em;
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	   -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	        text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.centro .cap .centroinfo .info {
	margin: 30px auto 0;
    width: 70%;
}

/*
.centro .cap .centroinfo .info > div {
	width: 100%;
	display: table;
}
*/

.centro .cap .centroinfo .info > div {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-left: 2%;
	height: 20px;
	margin: 0;
}

.centro .cap .centroinfo .info > div p {
	color: #fff;
	margin: 0;
	font: 300 1em 'Source Sans Pro', Sans-Serif;
	letter-spacing: .1em;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	   -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	        text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.centro .cap .centroinfo .info > div span {
	display: block;
	float: left;
	margin-right: 20px;
}

.centro .tabs nav a {
	font-size: .85em;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.home-centro .wrapper.u-cf > div {
	float: left;
	width: 70%;
}

.home-centro .wrapper.u-cf {
	max-width: 944px;
	margin-top: 30px;
}

.home-centro #slider-destacados .owl-item li .caption {
	padding: 15px;
	font-size: 80%;
}

.home-centro #slider-destacados .owl-item li .caption p + p {
	margin: 0;
	line-height: 1;
}

.home-centro .wrapper.u-cf .sidebar {
	float: right;
	width: 27%;
	display: block;
}

.home-centro .sidebar #datos {
	margin-bottom: 20px;
    padding: 15px 20px;
    color: #8d8d8d;
    background-color: #1c1c1c;
}

.home-centro .sidebar #datos h3 {
	color: #fff;
    font: 600 1.3em "Source Sans Pro",sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-centro .sidebar #datos ul {
	margin: 0;
}

.home-centro .sidebar #datos li {
	border-bottom: 1px solid #2f2f2f;
	padding: 2px 0;
}

.home-centro .sidebar #datos li:last-child {
	border-bottom: 0 none;
}

.home-centro .sidebar #datos a:hover {
	text-decoration: underline;
}

.home-centro .sidebar #datos .email {
	color: #ccc;
}

.home-centro .sidebar #datos .email:hover {
	color: #fff;
	text-decoration: none;
}

.home-centro .sidebar #datos .facebook img {
	width: 60px;
	height: auto;
}

.home-centro #noticias h3 {
	text-transform: uppercase;
	font: 600 1.3em 'Source Sans Pro', Sans-Serif;
	margin-bottom: 15px;
	color: #1c1c1c;
}

.home-centro #noticias ul {
	margin-bottom: 0;
}

.home-centro #noticias li {
	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.home-centro #noticias li + li .imagen{
	display: none;
}

.home-centro #noticias .imagen img {
	width: 100%;
}

.home-centro #noticias h4 {
	margin: 10px 0;
}

.home-centro #noticias h4 a {
	color: #1c1c1c;
}

.home-centro #noticias h4 a:hover {
	text-decoration: underline;
}

.home-centro #noticias p {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: .025em;
	line-height: 1.2;
}

.home-centro #noticias li > a:hover {
	text-decoration: underline;
}

.home-centro #noticias a.vermas {
    color: #df531f;
    display: block;
    font: 600 1.1em 'Source Sans Pro', Sans-serif;
    margin-top: -10px;
    text-align: center;
}

.home-centro #noticias a.vermas:hover {
	text-decoration: underline;
}

.home-centro #slide2 {
	background-color: transparent;
	padding: 0;
}

.home-centro #slide2 .wrapper {
	max-width: inherit;
}

.home-centro #textos3 li {
	font-size: .85em;
}

.noticia-centro .image {
	margin-top: 40px;
	margin-bottom: 40px;
}

.noticia-centro .image img {
	width: 100%;
}

.page-template-reservas .menu_reserva li {
	float: left;
	width: 33.33%;
	background: 0 none;
	margin: 0;
	border: 0;
	border-right: 1px solid #dedede;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page-template-reservas .menu_reserva li:last-child {
	border-right: 0;
}

.page-template-reservas .menu_reserva li a {
	padding: 30px;
	display: block;
	-webkit-transition: all .2s ;
       -moz-transition: all .2s ;
            transition: all .2s ;
}

.page-template-reservas .menu_reserva li a img {
	opacity: .5;
}

.page-template-reservas .menu_reserva li a:hover {
	padding-top: 10px;
	-webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
            transition: all .2s linear;
}

.page-template-reservas .menu_reserva li a:hover img, .page-template-reservas .menu_reserva li a:hover h4 {
	opacity: 1;
	-webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
            transition: all .2s linear;
}

.page-template-reservas .menu_reserva li h4 {
	font: 600 1.2em 'Source Sans Pro', Sans-Serif;
	margin: 20px 0;
	opacity: .5;
}

.page-template-reservas .menu_reserva li p {
	font: 300 1em 'Source Sans Pro', Sans-Serif;
}

.completar {
	background: #f3f3f3 none repeat scroll 0 0;
    margin-bottom: 140px;
    margin-top: 40px;
    padding: 30px;
    text-align: center;
}

.completar h4 {
	font: 600 1.3em "source sans pro",sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #df531f;
}

.completar p + p {
	margin: 0;
}

.confirma.container.contenido {
	width: 60%;
	margin: 50px auto;
}

.confirma.container.contenido input[type=password] {
	margin-bottom: 20px;
}

.confirma.container.contenido input[type=submit] {
	margin: 20px auto;
	width: 60%;
	display: block;
}

.confirma.container.contenido p {
	border-top: 1px solid #dfdfdf;
    padding-top: 20px;
}

.confirma.container.contenido p strong {
	color: #555;
}

.confirma.container.contenido p.final {
	background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    padding: 20px 20px 10px;
    text-align: center;
}

.datosbanco .columns {margin-left: 4%;}
.datosbanco .columns:first-child {margin-left: 0;}

.datosbanco .columns:nth-child(1) {width: 20%;}
.datosbanco .columns:nth-child(2) {width: 20%;}
.datosbanco .columns:nth-child(3) {width: 10%;}
.datosbanco .columns:nth-child(4) {width: 38%;}

.page-template-mi_cuenta_bancaria .datosbanco .columns:nth-child(1) {width: 100%!important;}
.page-template-mi_cuenta_bancaria .datosbanco .columns:nth-child(1) label {float: none;}

.nota {
	font-weight: 400;
	font-style: italic;
	color: #999;
}

#simplemodal-container {
    margin: 0 auto!important;
    left: 0!important;
    right: 0!important;
    width: 250px!important;
}

.page-template-reserva-cursos-test #simplemodal-container {
    width: 90%!important;
}





/* CENTRO - Calendario */


.header.sinimage.centros.reserva .wrapper {
	text-align: center;
	width: 90%;
	padding: 0 5%;
}

.header.sinimage.centros #reservasabiertas {
	display: inline-block;
}

.header.sinimage.centros #reservasabiertas input {
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header.sinimage.centros .imprimir {
	color: transparent;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: url(img/print.svg) no-repeat center center / 20px scroll #bbb;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.header.sinimage.centros .imprimir:hover {
	background-color: #888;
}

.header.sinimage.centros.reserva .wrapper > div {
	width: 180px;
	text-transform: inherit;
	font-size: 1.3rem;
	padding: 15px 0;
}

.header.sinimage.centros.reserva select {
    width: 30%;
}

#calendario .fc-toolbar {
    margin-bottom: 0;
    width: 100%;
    /* height: 0; */
}

#calendario .fc-toolbar .fc-left {
    position: absolute;
    top: 25px;
    float: none;
    z-index: 10;
}

#calendario .fc-toolbar .fc-right {
    position: absolute;
    top: 25px;
    float: none;
    right: 0;
    z-index: 10;
}

#calendario .fc-view-container {
    overflow: hidden;
}

#calendario .fc-agendaWeek-view.fc-agenda-view {
	overflow-x: hidden !important;
}

.fc-time-grid .fc-content-skeleton {
	bottom: 0;
	height: 100%;
}

.fc table {height: 100%;}

.fc-day-header {
	padding: 20px!important;
	font: 300 1.2em 'Source Sans Pro', sans-serif;
	letter-spacing: .025em;
	color: #777;
}

#calendario .fc-time-grid .fc-slats td {
	height: 100px;
}

#calendario .fc-time-grid .fc-slats td {
    /* height: 61px; */
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #ebebeb;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
	border-top: 0 none;
}

.fc-widget-header::before {
	background-color: #fafafa;
	mix-blend-mode: saturation;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}

.fc-time-grid table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.fc-time-grid table tr:nth-child(even) {
	background-color: #fff;
}

.fc-time-grid table .fc-axis {
	color: #b3b3b3;
	font: 300 1.5em 'Source Sans Pro', Sans-Serif;
}

.fc-time-grid table tr:nth-child(odd) .fc-axis {
	background-color: #676767;
}

.fc-time-grid table tr:nth-child(even) .fc-axis {
	background-color: #5f5f5f;
}

.fc-content-skeleton tr, .fc-content-skeleton td {
	background-color: transparent!important;
}

.fc-toolbar button {
	background: 0 none;
	border: 0 none;
	text-indent: -9999px;
	width: 24px;
	height: 43px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	        text-shadow: none;
	-webkit-border-radius: 0!important;
	   -moz-border-radius: 0!important;
	        border-radius: 0!important;
}

.fc-toolbar button.fc-prev-button {
	background: url(img/fle_gran_esq.png) no-repeat center center scroll transparent;
	left: 10px;
}

.fc-toolbar button.fc-next-button {
	background: url(img/fle_gran_dre.png) no-repeat center center scroll transparent;
	right: 10px;
}

.fc-toolbar button:hover {
	opacity: .5;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0!important;
}

.fc-view-container *, .fc-view-container *::before, .fc-view-container *::after {
	width: 100%;
}

.fc-ltr .fc-time-grid .fc-event-container > a {
	border: 0 none;
	bottom: inherit!important;
    -webkit-border-radius: 0!important;
	   -moz-border-radius: 0!important;
	        border-radius: 0!important;
	height: 100px;
	padding: 0;
	/* position: relative; */
}

.fc-ltr .fc-time-grid .fc-event-container > a > .fc-content {
	padding: 4px 0 0;
}

.fc-event .fc-content {
	height: inherit!important;
	height: 96px!important;
}

.fc-ltr .fc-time-grid .fc-event-container > a > .fc-content > * {
	padding: 0 3%;
	width: 94%;
}

.fc-event {
	font-size: 1em!important;
	font-weight: 300;
}

.fc-event .fc-bg {
	opacity: 0!important;
}

.fc-event .fc-time, .fc-event .fc-title {
	font-weight: 600;
}

.fc-event .fc-descripcion {
	font-style: italic;
}

.fc-time-grid {
	min-height: inherit;
}

.fc-time-grid-container {
	height: inherit!important;
}

a.reserva-actividad, a.login-actividad {
	display: block;
	width: 100%!important;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	font: 600 1em 'Source Sans Pro', Sans-Serif;
	padding: 5px 0!important;
	background-color: #57585a;
	text-transform: uppercase;
	bottom: 0;
}

a.reserva-actividad:hover, , a.login-actividad:hover {
	background-color: #333;
}



#ui-datepicker-div, .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	border-radius: 0;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Source Sans Pro', Sans-Serif!important;
	font-weight: 400!important;
}

.ui-widget-header {
	background: #df531f none!important;
	border: 0 none!important;
}

#ui-datepicker-div select {
	height: inherit!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0 none!important;
	color: #777!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #999 none!important;
	color: #fff!important;
}


/* cookies */

.cdp-cookies-alerta.cdp-cookies-tema-gris {
	background-color: rgba(68, 68, 68, .95);
	border: 0 none;
	top: inherit;
	bottom: 0;
}

.cdp-cookies-alerta .cdp-cookies-texto h4, .cdp-cookies-alerta .cdp-cookies-texto p {
	font: 400 1.1em/1.1 'Source Sans Pro', Sans-Serif!important;
}

.cdp-cookies-alerta .cdp-cookies-texto p a {
	color: #df531f;
}

.cdp-cookies-alerta {
	display:none;
	width: 100%;
	color:#bbbbbb;
	background-color: #444444;
	z-index: 100000;
}




.cdp-cookies-alerta .cdp-cookies-texto {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
}

.cdp-cookies-alerta .cdp-cookies-texto h4 {
	text-align: center;
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;*/
	line-height: 16px;
	color:#ffffff;
	padding: 0 0 5px 0;
	margin: 0;
	text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
	padding: 5px 0;
	margin: 0;
	text-align: center;
	color:#bbbbbb;
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;*/
	line-height: 11px;
	text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
	font: 400 1em/1.1 'Source Sans Pro', Sans-Serif!important;
	/*color: #ff8888;*/
	text-decoration: none;
	text-rendering: optimizeLegibility;
}


/*============================================
  Modo ventana, pos superior
  ============================================*/
.cdp-cookies-layout-ventana.cdp-cookies-pos-superior {
	display: none;
	position: fixed;
	top: 0;
}

/*============================================
  Modo ventana, pos inferior
  ============================================*/
.cdp-cookies-layout-ventana.cdp-cookies-pos-inferior {
	display: none;
	position: fixed;
	bottom: 0;
}

/*============================================
  Modo pagina, pos superior
  ============================================*/
.cdp-cookies-layout-pagina.cdp-cookies-pos-superior {
}

/*============================================
  Modo pagina, pos inferior
  ============================================*/
.cdp-cookies-layout-pagina.cdp-cookies-pos-inferior {
}

/*============================================
  Alineación
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
	text-align: left;
}

/*============================================
  Color gris
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-gris {
	background-color: rgba(40, 40, 40, .9);
	border-top:0 none;
	border-bottom:0 none;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
	color: #ffffff;
	text-transform: uppercase;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
	color: #bbbbbb;
}
/*.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
	color: #ff8888 !important;
}*/
/*.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
	color: #ffcccc !important;
}*/

/*============================================
  Color blanco
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-blanco {
	background-color: #ffffff;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
	color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
	color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
	color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
	color: #eeaaaa;
}

/*============================================
  Color rojo
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-rojo {
	background-color: #e04729;
	border-top:1px solid #99301b;
	border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
	color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
	color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
	color: #ffffff;
}

/*============================================
  Color azul
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-azul {
	background-color: #5492e0;
	border-top:1px solid #3f6da7;
	border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
	color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
	color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
	color: #dcebff;
}

/*============================================
  Color verde
  ============================================*/
.cdp-cookies-alerta.cdp-cookies-tema-verde {
	background-color: #0b7000;
	border-top:1px solid #064000;
	border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
	color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
	color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
	color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
	color: #c4ffbe;
}

/*============================================
  boton cerrar
  ============================================*/
.cdp-cookies-alerta .cdp-cookies-boton-cerrar {
	display: block;
	width: 60px;
	margin: 12px auto 0 auto;
	text-decoration: none;
	border: 1px solid #fff;
	text-shadow: 0;
	text-align: center;
	padding: 7px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: none;
	color: #fff;
	text-transform: lowercase;
}
.cdp-cookies-alerta .cdp-cookies-boton-cerrar:hover {
	background-color: none;
	color: #df531f;
	border-color: #df531f;
}

/* colores */
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
}

/*============================================
  boton créditos
  ============================================*/
.cdp-cookies-boton-creditos {
	font-size: 10px;
	float:right;
	padding: 10px 0;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: #2b98c6;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  display: none;
  color: #2b98c6;
  text-indent: -9999em;
  margin: 20px auto auto;
  position: relative;
  font-size: 4px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


.wpcf7-form-control-wrap {
	display: inline-block;
  width: auto;
}

.cursos .envia form p + p + p {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 10px;
}