

	.aixeenatopbar {
		right: 0;
		left: 0;
		z-index: 9997;
		position: fixed;
		top: 0;
	}
	
	
	.aixeenatopbar {
	-webkit-box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
-moz-box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
}
	
	/* brand */
	
	
	.tb-height-75 img.aix-brand {
    height: 60px;
    transition: height 1s;
    margin-top: 7px;
	}
	
	.tb-height-100 img.aix-brand {
		height: 80px;
		transition: height 1s;
		margin-top: 10px;
	}
	
	/* menu */

	.tb-height-75 .tb-menu-icon {
    	padding: 12px;
		padding-right: 20px;
	}
	.tb-height-100 .tb-menu-icon {
    	padding: 12px;
		padding-right: 20px;
	}
	
	
	/*aix-topbar-search*/
	
	.aix-topbar-search  {
    	padding: 12px;
		padding-right: 20px;
	}
	
	
	
	
	
	
	#aixeena-modal-menu .aixmenuclose.md-close {
		z-index: 9999;
		color: #fff;
		position: absolute;
		right: 10px;
		top: 5px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	
	input#mod-search-searchword {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    border: 0;
    color: #fff;
    background-color: #000;
    font-family: Arial;
    padding: 20px;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    /* background-color: #dcd5d5; */
    text-align: center;
    width: 90%;
}
	
	.aix-topbar.aix-topbar-brand a:hover{
	text-decoration:none;
	}

	.aixeenatopbar.fix-nav1 {
		position: fixed;
		top: 0
	}

	/* element align */
	.aix-topbar-right {
		float: right!important;
	}
	
	.aix-topbar-left {
		float: left!important;
	}
	
	svg.aixtopbaricon.aixclose.aixclose-social.md-close {
    fill: #000;
    position: absolute;
    right: 0;
}

svg.aixtopbaricon.aixclose.aixclose-search.md-close {
    fill: #fff;
    position: absolute;
	margin-right:20px;
	margin-top:20px;
}
	
	.texto_compartir {
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    padding-top: 0;
    margin-top: 0;
    color: #000;
    font-family: Arial;
}

	/* iconos */

	.aixtopbaricon {
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.aixtopbaricon.aixtopbaricon-mini {
    width: 38px;
    height: 48px;
    margin-right: 10px;
    margin-left: 10px;
}

	svg.aixtopbaricon.aix_icon_right {
		float: right;
		margin-top: -10px;
	}

	
	
	.mp-menu a {
		color:#fff;
		text-decoration:none;
	}
	
	.mp-menu-white a {
		color: #FFF;
	}
	
	img.topavatar {
		border-radius: 40px;
		position: relative;
		top: 5px;
	}
	
	.cabecera-perfil {
    text-align: center;
    padding: 20px;
	}
	
	img.topavatar2 {
    border-radius: 50px;
    margin-bottom: 10px;
}
svg.img-perfil {
    width: 90px;
    fill: #fff;
    height: 90px;
}
	

	/*   push menu css  */

	*,
	*:after,
	*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	.scroller {
		overflow-y: scroll;
	}
	
	.scroller,
	.scroller-inner {
		position: relative;
	}
	
	.aix-topbar .container {
		position: relative;
		overflow: hidden;
		background: #34495e;
	}
	
	.menu-trigger {
		position: relative;
		padding-left: 60px;
		font-size: 0.9em;
	}
	
	.menu-trigger:before {
		position: absolute;
		top: 2px;
		left: 0;
		width: 40px;
		height: 6px;
		background: #fff;
		box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
		content: '';
	}

	.mp-pusher {
	  position: absolute;
	  left: 0;
	  height: 100%;
	  height: 100vh;
	  top: 0;
	}
	
	.mp-menu {
		position: absolute; /* we can't use fixed here :( */
		top: 0;
		left: 0;
		z-index: 1;
		width: 300px;
		height: 100%;
	}
	
	.mp-level {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(-100%, 0px, 0px);
		-moz-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
	}	

/* overlays for pusher and for level that gets covered */
	.mp-pusher::after,
	.mp-level::after,
	.mp-level::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		content: '';
		opacity: 0;
	}
	
	.mp-pusher::after,
	.mp-level::after {
		background: rgba(0,0,0,0.3);
		-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
		-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
		transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	}
	
	.mp-level::after {
		z-index: -1;
	}
	
	.mp-pusher.mp-pushed::after,
	.mp-level.mp-level-overlay::after {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	
	.mp-level.mp-level-overlay {
		cursor: pointer;
	}
	
	.mp-level.mp-level-overlay.mp-level::before {
		width: 100%;
		height: 100%;
		background: transparent;
		opacity: 1;
	}
	
	.mp-pusher,
	.mp-level {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	/* overlap */
	.mp-overlap .mp-level.mp-level-open {
		box-shadow: 1px 0 2px rgba(0,0,0,0.2);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	/* First level */
	.mp-menu > .mp-level,
	.mp-menu > .mp-level.mp-level-open,
	.mp-menu.mp-overlap > .mp-level,
	.mp-menu.mp-overlap > .mp-level.mp-level-open {
		box-shadow: none;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	/* cover */
	.mp-cover .mp-level.mp-level-open {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	/* content style */
	.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Open Sans Condensed';
	/* font-size: 60px; */
	}
	
h2.aixtopbarh2 {
    margin: 0;
    padding: 30px;
}

img.menu-image {
    max-width: 240px;
}

a.mp-back {
    text-align: right;
}
.backmenu {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
}


	a.mp-back svg, .svgright {
    width: 24px;
    height: 24px;

}
	.svgright {

    float: right;
}
	
.mp-menu.mp-overlap h2::before {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 8px;
		font-size: 75%;
		line-height: 1.8;
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
		transition: opacity 0.3s, transform 0.1s 0.3s;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.mp-overlap .mp-level.mp-level-overlay > h2::before {
		opacity: 1;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	
.mp-menu ul li > a {
    display: block;
    padding: 15px;
    padding-left: 32px;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
	
	.mp-menu ul li::before {
		position: absolute;
		left: 10px;
		z-index: -1;
		color: rgba(0,0,0,0.2);
		line-height: 3.5;
	}
	
	.mp-level > ul > li:first-child > a {
    /* box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2); */
}
	
	
	.mp-menu ul li a:hover,
	.mp-level > ul > li:first-child > a:hover {
		background: rgba(0,0,0,0.2);
		box-shadow: inset 0 -1px rgba(0,0,0,0);
	}
	
	.mp-menu .mp-level.mp-level-overlay > ul > li > a,
	.mp-level.mp-level-overlay > ul > li:first-child > a {
		box-shadow: inset 0 -1px rgba(0,0,0,0);
	}
	
	.mp-level > ul > li:first-child > a:hover,
	.mp-level.mp-level-overlay > ul > li:first-child > a {
		box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
	} 
	
.mp-back {
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 15px;
    position: relative;
    text-align: right;
    font-size: 12px;
    position: relative;
    text-align: initial;
    padding-left: 20px;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
	
	.aix-nav-header {
    display: block;
    padding: 15px;
    padding-left: 32px;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
}

	.aix-nav-separator {
    display: block;
    padding: 15px;
    padding-left: 32px;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
}
	
	
	
	.no-csstransforms3d .mp-menu .mp-level,
	.no-js .mp-menu .mp-level {
		display: none;
	}
	
	.no-csstransforms3d .mp-menu > .mp-level,
	.no-js .mp-menu > .mp-level {
		display: block;
	}
	
.aix-topbar.aix-topbar-code {
    padding: 14px;
    font-size: 19px;
    line-height: 23px;
    padding-left: 30px;
}


div#aixeena-modal-custom1 .aixeena-modal-content {
     height: 100vh;
	 padding-top:5px;
}
div#aixeena-modal-custom1 .aixeena-modal-content h3{
padding-top:0;
margin-top:0;
color:#00a15c;
}

.jlslogin .userdata #form-login-username label {
    display: block;
    float: left;
    margin-right: 10px;
   width:inherit !important;
}

.pretext p{
    padding-top: 10px;
}


.aixmenuclose.md-close .aixtopbaricon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: -5px;
}



.aix-topbar.aix-topbar2.aix-topbar-custom1.aix-topbar-right.visible-xs.visible-sm.visible-md.visible-lg {
    width: 67px;
    min-width: 50px;
    /* right: 0; */
}

body.bootla nav#mp-menu li a  {
	text-decoration:none;
}

.aix-topbar.aix-topbar-menu2 {
    padding-top: 20px;
}

ul.aixtopbarmenu2 {
    list-style-type: none;
    display: table;
    padding: 0;
    float: right;
    margin-top: 26px;
    margin-right: 40px;
}

ul.aixtopbarmenu2 li {
    float: left;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 10px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 9px;
}


.aixeenatopbar {
    -webkit-box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
    -moz-box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
    box-shadow: 0px 21px 74px -12px rgba(112,111,112,0.78);
}

.aix-topbar.aix-topbar-menu2 {
    padding-top: 32px;
    padding-right: 50px;
}

ul.aixtopbarmenu2 li {
    float: left;
    font-size: 26px;
    line-height: 32px;
    padding: 10px 20px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 9px;
    font-family: 'Open Sans Condensed', sans-serif;
}


@media (max-width: 1199px){
	ul.aixtopbarmenu2 li {
		padding: 10px 26px;
	}
}

@media (max-width: 1023px){
	ul.aixtopbarmenu2 li {
		padding: 10px 20px;
	}
}

@media (max-width: 991px){
	
	
	ul.aixtopbarmenu2, .aix-topbar.aix-topbar-menu2 {
        display: flex;
        background-color: #3a6db1;
        /* display: none; */
        margin-top: 0;
        margin-right: 0;		
        color: #fff;
        width: 100%;
        justify-content: center;
    }
	
	ul.aixtopbarmenu2 a {color: #fff;}
	
	
	.aix-topbar.aix-topbar-brand, .aix-topbar.aix-topbar-brand a {	
		padding: 0;
        float: none !important;
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
	}
	
	ul.aixtopbarmenu2 li {
    font-size: 20px;
    line-height: 26px;
	}
}

@media (max-width: 768px){

	ul.aixtopbarmenu2 li {
    	font-size: 20px;
    	line-height: 26px;
	    padding: 10px 10px;
	}
	

}

img {
    max-width: 100%;
}

@media (max-width: 667px){
	
	
	ul.aixtopbarmenu2 li {
    	font-size: 18px;
    	line-height: 26px;
	    padding: 10px 8px;
	}
	
	h1.axslideshow.font-default.font-effect- {
    font-size: 32px;
    line-height: 36px;
	}
	
	h2.axslideshow.font-default.font-effect- {
		font-size: 25px;
		line-height: 30px;
		/* background-color: #000; */
	}
	
	a.slideshowbtn.fit-bottom {
    left: 41%;
	}
	
	
	body.bootla {
    font-size: 18px;
    line-height: 24px;
	}
	
	img.imgfooter {
    display: table;
    float: none;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
	
		.pull-right.item-image img, .pull-left.item-image img, .pull-none.item-image img {
    width: 100%;
    margin-left: 0; margin-right: 0;
	  max-width: 100%;
}
	

}

@media (max-width: 568px){

	a.slideshowbtn.fit-bottom {
			bottom: 45px;
	}
	
	ul.aixtopbarmenu2, .aix-topbar.aix-topbar-menu2 {
		
	}
	
	.tb-height-100 .tb-menu-icon {
    padding: 12px;
    padding-right: 20px;
    display: block!important;
	}

.theme1 .vegaselementtext {
    top: 40px;
	}
	
	.pull-right.item-image img, .pull-left.item-image img, .pull-none.item-image img {
    width: 100%;
    margin-left: 0; margin-right: 0;
}


}
