/*lines button*/
.widget_nav_menu {
    background-image: -webkit-linear-gradient(180deg, rgba(103,42,87,1.00) 0%, rgba(61,29,76,1.00) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(103,42,87,1.00) 0%, rgba(61,29,76,1.00) 100%);
    background-image: -o-linear-gradient(180deg, rgba(103,42,87,1.00) 0%, rgba(61,29,76,1.00) 100%);
    background-image: linear-gradient(270deg, rgba(103,42,87,1.00) 0%, rgba(61,29,76,1.00) 100%);
}
button.lines-button {
	display:none;
	position: relative;
	padding: 19px 20px;
	line-height: 2px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	border: 0;
	background: none;
	z-index: 2;
	outline:none;
}
button.lines-button.x.close, button.lines-button.x {
    background: transparent !important;
    border: none !important;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines, .lines:before, .lines:after {
	display: block;
	width: 34px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines {
	position: relative;
}
.lines:before, .lines:after {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	transform-origin: 100% center;
}
.lines:before {
	top: 10px;
}
.lines:after {
	top: -10px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 100%;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*termina lines button*/

@media only screen and (max-width:1260px) {
}
@media only screen and (max-width:1024px) {
/*header y menu*/
nav.nav .login {
    top: 0;
    background: rgba(103,42,87,1.00);
}
	.header.small .empresa h1 {
    top: 25%;
    left: 100px;
}
	.wrapper-gral {
    margin-bottom: 30px !important;
}
	.wbmpl_main_container_default .wbmpl_list_container .wbmpl_list_thumbnail {
    width: 40%;
}
	.wbmpl_main_container_default .wbmpl_list_right {
    width: 54%;
}
}
@media only screen and (max-width:900px) {
/*generales*/
.main, .sidebar {
	display:block;
	width:auto;
}
.buddypress .main {
    padding-top: 1.4em !important;
    display: block !important;
    width: 100%;
    padding: 0 15px;
}
	.header.small .empresa h1 {
    font-size: 1em;
}
#contacto .panel-row-style {
	padding: 20px;
    background-size: contain !important;
    background-position: bottom !important;
    background: #522351;
}
#contacto .formulario {
    padding-right: 0;
}
.responsive-tabs .responsive-tabs__list__item {
    margin: 1px 5px 0 0 !important;
}
#pg-352-0 {
    padding: 0;
}
/*header y menu*/
.header {
	height:180px;
}
.logo {
    padding: 10px 20px;
    width: 150px;
}
.telefonos {
    padding: 30px 10px 18px !important;
}
.iconos {
    padding-left: 10px;
}
nav.nav ul li a, nav.nav .login a {
	height:40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 1em;
}
}
@media only screen and (max-width:780px) {
/*interiores*/
body.single .wp-post-image {
    float: none;
	width:100%;
    margin: 0 0 20px 0;
}
/*nosotros*/
#nosotros h2 {
	margin-top:0;
}
/*contacto*/
#contacto .formulario {
    padding-right: 0;
}
}
@media only screen and (max-width:768px) {
/*nav*/
.small .logo {
    float: none;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 80px;
    padding: 0px;
    left: 10px;
    z-index: 5;
    background: white;
}
/*servicios*/
.responsive-tabs .responsive-tabs__heading {
	font-size:1.2em !important;
	font-weight:bold !important;
}
#servicios-box ul.responsive-tabs__list {
    width: 600px;
}
.servicios, #servicios-box .responsive-tabs ul.responsive-tabs__list li {
    float: left;
    margin: 0;
    top: auto;
    font-size: .8em;
    line-height: 1em;
    border: 0;
    padding: 8px 30px 0;
    width: 150px;
    height: 150px;
    text-align: center;
    background: #ccc;
    text-transform: uppercase;
    border-radius: 0 !important;
}
/*cursos*/
section.course-lessons, ul.course-container {




    /* background: #f5f5f5; */
    padding: 0;
    list-style: none;
    margin: 0;
}
.columns-1 li.course {
    height: 560px;
}
}
@media only screen and (max-width:740px) {
}
@media screen and (max-width:600px) {
/*header y menu*/
	
.header {
	height:109px;
}
	.logo {
    position: absolute;
    width: 50px;
}
.header.small .empresa h1 {
    top: 0;
    left: 0;
}
	nav.nav {
    text-align: center;
}
.telefonos {
    width: 100%;
}

.iconos {
    /* width: 100px; */
}

.iconos .facebook, .iconos .twitter, .iconos .carrito_pop_btn {
    display: inline-block;
}
.logo {
    padding: 25px 10px 5px;
    width: 60px;
    margin-left: 0 !important;
    text-align: left !important;
    float: left;
}
.empresa h1 {
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
    font-size: .85em;
}
button.lines-button {
	display:inline-block;
}
ul.sub-menu {
    opacity: 1;
    position: initial;
    display: block;
}
ul.sub-menu li {
    display: block !important;
    padding: 0;
}
nav.nav ul li{
	display:block;
}
nav.nav ul li a, nav.nav .login a{
	overflow:hidden;
	height:0;
	border-bottom:0;
}
nav.nav.mostrar ul li a, nav.nav.mostrar .login a{
	height: 30px;
	border-bottom:1px solid rgba(251,251,251,.2);
}
.nav.nav .login {
    position: relative;
    top: auto;
    right: auto;
	background:none;
}
#servicios-box ul.responsive-tabs__list {
    width: 400px;
}
.cont-banner {
    padding: 0 10px 0;
}
#banner-servicio {
    height: 160px;
}
.cont-banner img {
    width: 38%;
}
.cont-banner h3 {
    width: 48%;
}
.header.small .empresa h1 {
    font-size: .85em;
    text-align: center;
}
.accordion-content p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 8px;
}
.wbmpl_main_container_default .wbmpl_list_container .wbmpl_list_thumbnail, .wbmpl_main_container_default .wbmpl_list_right {
    display: block;
    text-align: left;
    vertical-align: middle;
    /* max-width: 150px; */
    width: 100%;
    margin: 0 auto;
}

a.wbpml_list_string_break_link {
    display: block;
    text-align: center;
    width: 30%;
    margin-top: 1em;
}
#buddypress div#item-header div#item-actions {
    width: 100%;
}
#buddypress form#whats-new-form p.activity-greeting {
    line-height: 1.5em;
}
div#slider1_container>div {
    transform: scale(0.350536)  !important;
}
.panel-grid .so-parallax .simpleParallax, .panel-grid .so-parallax img[data-siteorigin-parallax] {
    height: 100%;
}	
	
}
@media only screen and (max-width:480px) {
	/*menu*/
.small .logo {
    padding: 0px;
    left: 8px;
    width: 40px;
}
.small .iconos a {
    display: inline-block;
    margin: 1px;
}
body {
	font-size:13px;
}
h1 {
    text-align: center;
}
#gallery-1 .gallery-item {
    width: 25% !important;
}
.footer{
    position: relative;
    left: auto;
    background: #612855;
    padding: 10px 20px;
}
#servicios-box ul.responsive-tabs__list {
    width: 300px;
}
.main, main {
    padding: 228px 15px!important;
    padding-top: 170px;
}
div#slider1_container {
    height: 159px !important;
}
/*blog -noticias*/
.wbmpl_main_container_default .wbmpl_list_right {
    margin: 0;
    width: 100%;
}
ul.wbmpl_list {
    margin: 0;
}
.wbmpl_list_container {
    text-align: center;
}
.wbmpl_list_content {
    text-align: justify;
}
/*nosotros*/
#nosotros .panel-row-style {
    text-align: center;
}
div#pgc-73-nosotros-1 {
    text-align: left;
}
#pgc-73-nosotros-1 .siteorigin-widget-tinymce.textwidget p:last-child {
    text-align: center;
}
/*cursos*/
.columns-1 li.course {
    width: 100%;
}
p.course-link {
    bottom: 10px;
}
section.course-lessons article.lesson, ul.course-container li.course {
    border-right: 0px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
p.img-left {
    width: 100%;
    display: block;
    text-align: center;
}
.cont-ficha {
    width: 100%;
    text-align: justify;
}
	/*BANNERS INTERNAS*/
.cont-banner h3 {
    width: 100%;
}
	.cont-banner img {
    width: 20%;
}
	.cont-banner {
    padding: 15px 15px 0;
}
#content {
    padding: 70px 20px !important;
    display: block !important;
    width: 100% !important;
}
.wrapper, .wrapper-gral {
    width: 80% !important;
    margin: 0 !important;
}
}
@media screen and (max-width:379px) {
.logo {
    width: 40px;
    padding-top: 50px;
}
.logo, .telefonos {
    float: none;
    margin: 0 auto;
    padding: 35px 0px 10px;
    text-align: right;
}

.header {
    height: 110px;
}
.small .telefonos {
    padding: 35px 0px 10px;
    float: none;
}
.tels {
	text-align:right;
}
#gallery-1 .gallery-item {
    width: 33.33% !important;
}
#servicios-box ul.responsive-tabs__list {
    width: 150px;
    margin: 0 auto;
}
.servicios, #servicios-box .responsive-tabs ul.responsive-tabs__list li {
    height: 160px;
}
header.archive-header {
    height: 70px !important;
    background-position: right;
}
	h3.accordion-title:before {
    margin: 0 auto;
    width: 30px;
    margin: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
div#slider1_container>div {
      /*transform: scale(0.26875) !important;*/
}
}
@media only screen and (max-width:320px) {
#banner-servicio {
    height: 140px;
}
	.small .logo {
    top: 50px;
}
.buddypress .main {
    padding: 0 15px !important;
}
}