/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*  MENU  */
.current-menu-ancestor > a, .current_page_item > a, .current-menu-item > a, .current-menu-parent > a {
    color: #446084 !important;
	font-weight: bold !important;
}

#logo {
    margin: 0;
}
#logo img {
    max-height: 100px;
    margin: 20px auto 15px;
    width: 180px;
}
.header-main .flex-row {
    flex-direction: column;
}
.header-main .flex-left {
    margin: 0 auto;
}
#top-bar .current-menu-item > a {
    color: rgba(255,255,255,0.8) !important;
}
/*  STIKY  */
.header-wrapper.stuck .header-logo {
    width: 100px !important;
    margin: 5px auto 0 !important;
}
/*  HOME  */
.ServiceSection .col-inner {
    min-height: 210px;
}
.ServiceSection .col-inner .col-inner:hover  {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);    
}
.ServiceSection .col-inner .col-inner {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.extraescolarSection .banner:hover .text {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.extraescolarSection .banner .text {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*  CAMPAMENTOS  */
.single-campamentos .taxHeader {
    height: auto;
    padding: 35px 0;
    margin: 0;
}
.single-campamentos .taxHeader P {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}
.single-campamentos .page-wrapper {
    padding-top: 0;
}
/*  FOOTER  */
#footer {
    background-color: #d6d6d6;
    padding: 30px 0 0 0;
    float: left;
}
.customFooter h6 {
    color: #57687e;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}
.customFooter p {
    margin: 0;
}
.customFooter img {
    max-width: 200px;
    margin: 0 auto 10px;
    display: block;
}
.customCenter {
    text-align: center;
}
.customCenter a {
    padding: 0 14px;
    display: inline-block;
    font-size: 1.6em !important;
    margin: 6px 0 0 0;
    color: #828282;
}
.customLeft {
    text-align: right;
}
.absolute-footer .container {
    border-top: solid 2px #a9a9a9;
}
.footer-primary {
    padding: 7.5px 0;
}
hr.cardLine {
    margin: 5px 0;
}
img.creditCard {
    float: right;
    width: 100px;
    margin: 3px 0 0 0;
}
.devoluciones {
    clear: both;
    font-size: 0.9em;
}
.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: transparent !important;
}
.homeBlog .col-inner {
    -webkit-box-shadow: 1px 1px 10px 2px #545454;
    box-shadow: 1px 1px 10px 2px #545454;
}
.homeBlog .col.post-item.is-selected {
    padding: 10px 9.8px 19.6px;
}
/*  SOBRE NOSOTROS  */
.floatImage .img {
    float: left;
    margin: 0 15px 10px 0;
}
.activityDesign p {
    margin: 0;
}
.designTxt {
    text-align: left;
    padding: 20px 0 0 30px;
}
/*.leftBaner .designTxt {
    text-align: left;
    padding: 20px 0 0 30px;
}*/
.activityDesign .text-inner.text-center {
    padding: 10px 20px !important;
    font-size: 1.2em !important;
}
.activityDesign .text-box.banner-layer {
    width: auto !important;
}
/*  taxonomia actividades extraescolares  */
.taxHeader {
    width: 100%;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    font-size: 0.7em;
}
/*.taxHeader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000009c;
    z-index: -1;
}*/
.taxHeader h1 {
    color: #fff;
}
.taxHeader h1 span {
    display: block;
    font-size: 2em;
}
.taxHeader h1 {
    color: #446084;
    width: 100%;
    text-align: center;
}
.taxHeader h1 span {
    display: block;
}
.taxDescription {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
}
.loopElement {
    width: 100%;
}
.loopElement:nth-child(odd) {
    background-color: #f3f3f3;
}
.loopElement:nth-child(even) .content {
    flex-direction: row-reverse;
}
.content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
	width: 100%;
	display: flex;
	align-items: center;
}
.activity {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.activityImage {
    width: 50%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.activityInfo {
    width: 50%;
    padding: 0 0px 0px 25px;
}
.activityInfo h2 {
    color: #446084;
	text-transform: uppercase;
}
.loopElement:nth-child(even) .content .activityInfo {
    padding: 0 25px 0px 0px;
    text-align: right;
}

.loopElement:nth-child(even) .content .activityInfo .title {
}
.customTax .button.primary {
    margin: 0;
}
.ContenBlock {
    background-size: cover;
}
.ContenBlockInner {
    width: 50%;
    background-color: #0000007d;
    padding: 40px 80px;
    color: #fff;
    box-sizing: border-box;
}
.ContenBlockInner h2 {
    color: #fff;
}
.relation.taxHeader h1 {
    color: #446084;
    font-size: 2.4em;
}

.relation.taxHeader {
    background-color: transparent;
    margin: 0 0 40px 0;
    height: auto;
}
.relationContent .ContenBlock:nth-child(odd) .ContenBlockInner {
    float: right;
}
.ContenBlockLine {
    background-color: #5a5a5a;
    width: 100%;
    height: 3px;
    max-width: 200px;
}
/*  TRABAJA CON NOSOTROS  */
.uploadFile {
    padding: 0 10px 0 0px;
}



/*  SINGLE SERVICIOS  */ 
.single-servicios .type-servicios header .entry-header-text, .single-servicios .badge {
    display: none;
}
.single-servicios #content {
    padding-top: 0;
}
.single-servicios .entry-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.single-servicios .entry-image img {
    position: absolute;
    bottom: 0px;
}
	.single-servicios .entry-content section {
    padding: 0 !important;
}
.single-servicios .blog-share.text-center, .single-servicios footer.entry-meta.text-center, .single-servicios .entry-author.author-box {
    display: none;
}
.taxHeader h1 {
    color: #fff;
}
.taxHeader {
    background-color: #446084;
    margin: 0 0 30px 0;
}
/*  SINGLE EXTRAESCOLARES  */ 
.single-extraescolares .type-extraescolares header .entry-header-text, .single-extraescolares .badge {
    display: none;
}
.single-extraescolares #content {
    padding-top: 0;
}
.single-extraescolares .entry-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.single-extraescolares .entry-image img {
    position: absolute;
    /*bottom: -80px;*/
}
	.single-extraescolares .entry-content section {
    padding: 0 !important;
}
.single-extraescolares .blog-share.text-center, .single-extraescolares footer.entry-meta.text-center, .single-extraescolares .entry-author.author-box {
    display: none;
}

/*  FORMULARIOS  */
p.upload-File {
    font-size: 1em;
}
p.upload-File span {
    display: block;
    margin: 0 0 9px 0;
    font-size: 0.8em;
}
.trabajaNosotros textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff !important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #757575 !important;
}
/*  POP UP  */
/*.popmake div {
    text-align: center !important;
}
.pum-container .wpcf7 {
    max-width: 450px;
    margin: 0 auto;
}*/
/******** FREE CONSULT ********/
.home .absolute-footer {
    padding: 10px 0 40px;
}
.freeConsult {
    position: fixed;
    width: 290px;
    height: 480px;
    background: #ececec;
    right: 70px;
    bottom: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
  }
  .freeConsult .wpcf7 {
    padding: 0 10px;
}
  p.freeConsultTitle {
    background: #446084;
    color: #fff;
    padding: 10px 5px 10px 10px;
    cursor: pointer;
    font-weight: bold;
	  -webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
  }
  
  p.freeConsultTitle::after {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 8px;
  }
  
  p.freeConsultInfo {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding: 0 10px;
  }
  
  .freeConsult.downfreeConsult {
    bottom: -435px;
  }
  
  .freeConsult.downfreeConsult p.freeConsultTitle::after {
    content: "\f077";
  }
  
  .freeConsult .form-group {
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: center;
  }
  
  .freeConsult .form-control {
    margin-bottom: 6px;
  }
  
  .freeConsultForm input[type=submit],
  input.wpcf7-form-control.wpcf7-submit.btn.btn-default,
  .freeConsultForm button {
    background: #8e8e8e;
    color: #ffffff;
    padding: 5px 20px;
  }
  
  .freeConsult textarea {
    height: 75px;
    resize: none;
	font-size: 0.8em;
  }
.freeConsult .Acepto-legal {
    font-size: 0.7em;
    line-height: 1.5em;
}
.freeConsult .Acepto-legal [type="checkbox"] {
    margin: 10px 0 0 0;
}
.freeConsult input[type='submit'], .freeConsult input[type='submit'].button, .freeConsult input[type='submit'] {
    font-size: 0.8em;
    width: 100%;
    margin: 10px 0 0 0;
}
.freeConsult input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 24px;
    font-size: 0.8em;
}
.freeConsult span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 6px;
    background-color: transparent;
}
/*  ZONA PRIVADA  */
.boxNoregister {
    border-left: #ddd solid 1px;
	text-align: center;
}

/* CENTROS */
.ui-widget-content .col-inner a {
    color: #fff !important;
}
.btnCentrosHeader {
    text-align: right;
	padding-bottom: 10px;
}
.userNameCentros span {
	color: #446084;
	font-weight: bold;
}
.btnCentros {
    display: inline-block;
    margin: 0 15px;
	background-color: #B7D679;
	padding: 0 10px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.desconectar.btnCentros {
    background-color: #999999;
}
.btnCentros a {
	color: #fff;
}
.boxCentros .ui-widget.ui-widget-content {
		   border: none;
	}
.boxCentros .ui-widget-header {
	background: none;
	border: none;
	border-bottom: 1px solid #dddddd;
}
.boxCentros .ui-state-active, .boxCentros .ui-widget-content .ui-state-active, .boxCentros .ui-widget-header .ui-state-active {
	border: 1px solid #446084;
    background: #446084;
}
.boxCentros h2 {
	color: #e29256;
	text-transform: uppercase;
}
.elcode .col.medium-4.small-12.large-4 {
    font-size: 0.8em;
}
/* FORMULARIOS CENTROS */
.dataGroupTitle {
    clear: both;
}
.dataGroupTitle span {
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 25px 0;
    font-weight: bold;
    background-color: #446084;
    color: #fff;
    border-radius: 5px;
}
.altasBajasForm {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.altasBajasForm label {
    font-size: 0.7em;
}
.actividadGroupField {
    border-radius: 5px;
    border: solid 2px #446084;
    padding: 15px;
    background-color: #f1f1f1;
	clear: both;
}
.altasBajasForm .wpcf7-field-group {
    clear: both;
}
.repeaterGroup p {
    float: right;
}
.wpcf7-field-group-add {
    background-color: #B7D679;
    color: #fff;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}
.wpcf7-field-group-remove {
    background-color: #772a11bf;
    color: #fff;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
}
.altasBajasForm .wpcf7-not-valid-tip {
    background-color: transparent;
    position: absolute;
    right: 1px;
    top: 12px;
    font-weight: bold;
}
.altasBajasForm .wpcf7-not-valid-tip:after {
    content: "";
    display: none;
}
.Acepto-legal .wpcf7-not-valid-tip, .Acepto-domiciliacion .wpcf7-not-valid-tip {
    margin: -20px 0 25px 0;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000;
}
p.Acepto-legal, p.Acepto-legal a {
    font-size: 0.9em;
    text-align: center;
    color: #8a0d0d;
    margin: 0 0 14px 0;
}
p.Acepto-legal a {
    font-size: 1em;
    text-decoration: underline;
    margin: 0 4px 0 0;
}
.Acepto-domiciliacion label span {
    font-size: 0.9em;
    line-height: 1.6em;
    display: inline-block;
    float: right;
    width: 95%;
    margin: 0 0 15px 0;
}
span.numeroCuenta {
    display: flex;
}
span.numeroCuenta span {
    margin: 0 5px;
}
span.numeroCuenta p {
    width: 100%;
}
span.numeroCuenta p.esClass {
    float: left;
    display: block;
    padding: 5px 0 0 0;
    width: auto;
}
.numeroCuenta .wpcf7-form-control-wrap {
    float: left;
}
.numcuenta01 input, .numcuenta04 input {
    width: 45px;
}
.numcuenta02 input, .numcuenta03 input {
    width: 65px;
}
.numcuenta05 input {
    width: 130px;
}
.numeroCuenta .wpcf7-not-valid-tip {
    display: none;
}

.product_cat-actividades .Meses {
    font-weight: bold;
    margin: -45px 0px 40px 2px;
}
@media only screen and (min-width: 767px) {
	.banImage .text-box {
		display: none;
	}

}
@media only screen and (max-width: 850px) {
	.header-main .flex-row {
		flex-direction: row;
	}
	.ContenBlockInner {
    	width: 100%;
	}
}


/*  COOKIES  */
.has-cookie-bar #catapult-cookie-bar {
    background-color: #efefef;
}
.cookie-bar-bar .ctcc-inner {
	font-size: 0.8em;
    line-height: 1.2em;
	color: #777;
}
#catapult-cookie-bar a {
	color: #777 !important;
	font-weight: bold;
}
.has-cookie-bar #catapult-cookie-bar {
    padding: 5px 15px 5px;
}
.cookie-bar-bar button#catapultCookie {
    background-color: #dadada;
}

/* CONTACTO */
.wpcf7 .wpcf7-not-valid-tip {
   position: absolute;
   right: 9px;
   top: 13px;
   background-color: transparent;
}

.wpcf7 .wpcf7-not-valid-tip:after{
display: none;
}


@media only screen and (max-width: 550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	/*#logo {
    position: relative;
    order: 1;
    margin: 4px 0 -6px 0;
}*/
	#logo img {
    width: 90px;
    margin: 0 auto;
}
	
	.single-servicios .entry-image {
    	height: auto;
	}
	.single-servicios .entry-image img {
    position: relative;
    bottom: 0px;
}
	.customFooter {
		text-align: center;
	}
	.customLeft {
    text-align: center;
	}
	/*  SOBRE NOSOTROS  */
	.floatImage .img {
		width: 80% !important;
		float: none;
		margin: 0 auto;
	}
	.col-inner ul li {
    margin: 0 !important;
}
	.designTxt, .leftBaner .designTxt {
    padding: 20px !important;
}
	section.activityDesign {
    padding: 0 !important;
}
	.activityDesign .text-inner.text-center {
    padding: 10px 20px !important;
}
	.clientCenter h2 span {
    font-size: 0.8em;
}
.freeConsult {
    right: 50%;
    margin-right: -145px;
  }
	
	
	/*  COOKIES  */
	.cookie-bar-bar .ctcc-inner {
		display: block !important;
	}
	.ctcc-left-side {
		width: 100%;
		float: left;
	}
.cookie-bar-bar button#catapultCookie {
    margin: 7px 0 0;
    padding: 2px 9px;
	font-size: 0.8em;
	}
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 285px !important;
}