
/* Header Menu Top */
#moduletable_menu-top { }
.moduletable_menu-top { display:table; margin:auto; }

/* Header Menu Top Mobile */
#moduletable_header-menu-mobile { }
.moduletable_header-menu-mobile { height:80px;  float:right; display:flex; justify-content:center; align-items:center  }

/* Header Search */
.moduletable_header-search { float:right; display:flex; justify-content:center; align-items:center; height:80px; padding-right:5px; }

/* Header Menu Social */
#moduletable_header-social { }
.moduletable_header-social { float:right; }
.moduletable_header-social ul { display:flex; }
.moduletable_header-social li { height:80px; display:flex; justify-content:center; align-items:center; padding-left:5px; }
.moduletable_header-social a { padding: 0 !important; }
.moduletable_header-social a:hover { background:none !important; }

/* Header Lang */
#moduletable_header-lang { }
.moduletable_header-lang { float:right; padding-right:10px; }
.moduletable_header-lang ul { height:80px; display:flex; justify-content:center; align-items:center; }
.moduletable_header-lang li { padding-left:5px; }
.moduletable_header-lang li a { color:#cf456b; }
.moduletable_header-lang li.lang-active a { color:#8f355b; font-weight:600; }

/* Footer Menu */
#moduletable_footer-menu { }
.moduletable_footer-menu { }
.moduletable_footer-menu h3 { color:#ffffff; font-weight:600; }
.moduletable_footer-menu ul { display:table; }
.moduletable_footer-menu a { color:#ffffff; font-weight:500; padding:5px 0 5px 0 !important; }
.moduletable_footer-menu a:hover { color:#cccccc; background:none !important; }

/* Footer Sub-Menu */
#moduletable_footer-submenu { }
.moduletable_footer-submenu { }
.moduletable_footer-submenu h3 { color:#ffffff; font-weight:600; }
.moduletable_footer-submenu ul { display:table; }
.moduletable_footer-submenu a { color:#ffffff; font-weight:500; padding:5px 0 5px 0 !important; }
.moduletable_footer-submenu a:hover { color:#cccccc; background:none !important; }

/* Footer Contactos */
#moduletable_footer-contacts { }
.moduletable_footer-contacts { }
.moduletable_footer-contacts h3 { color:#ffffff; font-weight:600; }
.moduletable_footer-contacts ul { display:table; }
.moduletable_footer-contacts a { color:#ffffff; font-weight:500; padding:5px 0 5px 0 !important; }
.moduletable_footer-contacts a:hover { color:#cccccc; background:none !important; }


/* Footer Logo */
#moduletable_footer-logo { }
.moduletable_footer-logo { padding-top:20px; display:flex; justify-content:flex-end; }
.custom_footer-logo { padding-left:15px; padding-right:15px; }
.custom_footer-logo img { max-height:165px; }

/* Footer Politicas */
#moduletable_footer-politicas { }
.moduletable_footer-politicas { height:72px; display:flex; justify-content:flex-end; }
.moduletable_footer-politicas ul { display:flex; align-items:flex-end; }
.moduletable_footer-politicas li { float:left; }
.moduletable_footer-politicas li a { color:#ffffff; font-weight:500; padding:0 !important; }
.moduletable_footer-politicas li a:hover { color:#cccccc; background:none !important; }

/* Footer Copyright */
#moduletable_copyright { }
.moduletable_copyright { }
.moduletable_copyright .logo { margin-bottom:10px; }
.moduletable_copyright .logo img { }
.moduletable_copyright .grupobeyond { color:#ffffff; text-align:left; }
.moduletable_copyright .microeuropa { text-align:right; }
.moduletable_copyright .microeuropa a { color:#ffffff; }
.moduletable_copyright .microeuropa a:hover { color:#821645; }

/* Back Button */
div.backbutton { background:#8f355b; display:flex; margin-top:30px !important; padding:5px 15px; }
a.backbutton { color:#ffffff; display:flex; align-items:center; }
a.backbutton:hover { color:#d0456c; }
a.backbutton span { display:table; height:19px; }


@media (max-width:767px) {
	
/* Footer Menu */
#moduletable_footer-menu { }
.moduletable_footer-menu { }
.moduletable_footer-menu h3 { text-align:center; }
.moduletable_footer-menu ul { margin:auto; }
.moduletable_footer-menu a { text-align:center; }

/* Footer Sub-Menu */
#moduletable_footer-submenu { }
.moduletable_footer-submenu { }
.moduletable_footer-submenu h3 { text-align:center; }
.moduletable_footer-submenu ul { margin:auto; }
.moduletable_footer-submenu a { text-align:center; }

/* Footer Contactos */
#moduletable_footer-contacts { }
.moduletable_footer-contacts { color:#ffffff; border-top:1px solid #ffffff; margin-top:15px; padding-top:15px; }
.moduletable_footer-contacts h3 { text-align:center; }
.moduletable_footer-contacts .sofia { text-align:center; }
.moduletable_footer-contacts .viviana { text-align:center; }
.moduletable_footer-contacts .email { text-align:center; }

/* Footer Logo */
#moduletable_footer-logo { }
.moduletable_footer-logo { justify-content:center; padding-top:30px; }

/* Footer Politicas */
#moduletable_footer-politicas { }
.moduletable_footer-politicas { height:35px; justify-content:center; }
	
/* Footer Copyright */
#moduletable_copyright { }
.moduletable_copyright .logo img { margin:auto; }
.moduletable_copyright .grupobeyond { color:#ffffff; text-align:center; padding-top:10px; }
.moduletable_copyright .microeuropa { text-align:center; padding-top:10px; }

}

@media (min-width:768px) and (max-width:991px) {
	
}

@media (min-width:992px) and (max-width:1199px) {
	
}

@media (min-width:1200px) {
	
}









