/* Fix mobile filters */
/*@media all and (max-width: 1150px){*/
  .module-findYourProgram .module_inner.opened .module_content{
    display: block !important;
  }
/*}*/


.module-findYourProgram.style02 .form .form_block:first-child+.form_block {
  margin-top: 27px !important;
  padding-top: 27px !important;
  border-top: 1px solid #ebebed !important;
}
.touchDevice ul li#customElement, .tabletDevice ul li#customElement, .phoneDevice ul li#customElement {
    display: block!important;
}
.noTouchDevice .slider .slider_pagination {
  display: block;
}
.module.module-title {
    padding-top: 0;
    padding-bottom: 0;
}
.module-wysiwyg .module_inner .module_intro, .module-wysiwyg .module_inner h2 {
    font-family: 'PT Serif';
    font-size: 1em;
    line-height: 1.7em;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    text-transform: none;
}
.module-wysiwyg .module_inner h3 {
    font-family: "Montserrat";
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.00714285714286em;
    font-weight: 800;
    text-transform: uppercase;
}

/* Bloque logo schools */
.bg_logo01 { background-color: #38A6DF !important; }
.bg_logo02 { background-color: #E3363A !important; }
.bg_logo03 { background-color: #7AA52B !important; }
.bg_logo04 { background-color: #8F2B8B !important; }
.bg_logo05 { background-color: #0097A9 !important; }
.bg_logo06 { background-color: #1E4B9A !important; }


.visible-desktop {
  display: inherit !important;
}

.visible-phone {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (max-width: 480px) {
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
