/*
Theme Name: Quabbala Child
Theme URI: https://wordpress.org/themes/quabbala-child/
Author: {wewebs}
Author URI: https://wewebs.es/
Description: quabbala es one of the third webs tha has been created by wewebs. This specific web is designed by wewebs.
Version: 2.5
Text Domain: quabbala-child


/* =Reset
-------------------------------------------------------------- */




@import url("../quabbala/style.css");



html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #000 !important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 100 !important;
}

h1{
    font-size: 40px !important;
}

.accordion-icons {
    color: #000000;
    font-size: 10px !important;
}

.wrapper-global {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}



ol,
ul {
	list-style: disc outside;
    overflow: visible;
    padding-right: 0px;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.archive-title{
    font-size: 11px;
    font-size: 20px;
    /* line-height: 2.181818182; */
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #000;
    border-radius: 0px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
	border: 0px solid #d2d2d2;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #000;
	background-color: none;
	background-repeat: repeat-x;
	background-image: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #000;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
	box-shadow: inset 0 0 0px 0px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 0px solid #1f6f93;
	border-radius: 0px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

#gallery-2 img {
    border: 0px solid #fff !important;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #000;

}
a:hover {
	color: #ff9300;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 0px;

	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;

}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 3% 0px 20px 0px;
	position: relative;
	text-align: center;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}

.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #000;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    display: inline-block;
    text-transform: uppercase;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
	color: #000;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold !important;
    border-bottom: 1px solid #000;
}

.widget-area .widget p,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.widget-area .widget li{
    color: #000;
    font-size: 13px;
    list-style: none;
    padding: 2% 0%;
    border-bottom: 1px solid #f1f1f1;
}

.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #000;
}
.widget-area .widget a:hover {
	color: #ff9300;
}
.widget-area .widget a:visited {
	color: #ff9300;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #000;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}


	.site-content {
    float: left;
    width: 68%;
    /* width: 65%; */
    margin-bottom: 5%;
    background-color: #fff;
    /* -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33); */
}


	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
    float: right;
    width: 30%;
    margin-top: 40px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}


	.site-header h1 {
		font-size: 26px;

		line-height: 0;
		margin-bottom: 0;
		text-align: center !important;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #000;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 10000;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left: -75px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #fff;
   		border-bottom: 1px solid #000;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: antiquewhite;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #000;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0 0px;
		margin-top: -2px;
		margin-bottom: 0%;
		box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}



/*----------------------- wewebs ------------------------*/
/*----------------------- wewebs ------------------------*/
/*----------------------- wewebs ------------------------*/


@font-face{
	font-family: cooper;
	src: url('fonts/CooperBlackStd.otf');
}


@font-face{
	font-family: bb;
	src: url('fonts/bell-mt-negrita.ttf');
}


@font-face{
	font-family: bn;
	src: url('fonts/bell-mt.ttf');
}

.wrapper-slier{
	padding-top: 2%;
}

.justify{
	text-align: justify;
	color: #000;
}

.subtitulo{
	padding: 3% 3% 5% 3%;
    font-size: 26px;
    text-align: center;
    color: #ff9300;
}

.wrapper-quabbala{
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: table;
	padding-bottom: 5%;
}

.quienes-container{
	margin: 0 auto;
	display: table;
	background-color: #000;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin-top: 0%;
}


/*
.quienes-container-image{
	float: left;	
	width: 50%;
}*/

.quienes-container-text{
	width: 90%;
    position: relative;
    text-align: center;
    padding-bottom: 10%;
    margin: 0 auto;
}



.quienes-home-image{
	padding: 7.5% 5% 2.5% 5%;
	position: relative;
    text-align: center;
    width: 70px;
    display: inline-block;
}


.quienes-home-title{
	padding: 3% 5% 3% 5%;
	font-size: 40px;
	color: #fff;
}

.quienes-home-text {
    padding: 2.5% 0% 7.5% 0%;
    line-height: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.quienes-home-text p{
	width: 80%;
    display: inline-block;
}

a.black-link {
	color: #000;
	text-decoration: none;
}

.quienes-home-boton {
    border-bottom: 1px solid #fff;
    padding: 20px 20px;
    width: 130px;
    margin-left: 0;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.quienes-home-boton a {
	color: #fff;
	text-decoration: none;
}


/*----------------------- offices home ------------------------*/

.wrapper-oficinas-home{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.offices-title{
	padding: 10% 5% 5% 5%;
    font-size: 40px;
    text-align: center;
}

#n2-ss-3 .n2-ss-button-container a div {
    display: inline;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 2px !important;
    font-size: 14px !important;
}

div#n2-ss-3 .n2-font-f11857a31c919316d864eddaeff1de37-link a {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.slider-oficinas{
	padding-bottom: 3%;

}


/*--------------------Services-------------------*/

.services-container{
	position: relative;
    text-align: center;
    color: #000;
}

.title-services{
	padding: 100px 5% 3% 5%;
    font-size: 40px;
    text-align: center;
    border-top: 1px solid #ff9300;
}

.intro-services{
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0% 0% 0%;
}


.intro-services-content{
	width: 80%;
	display: inline-block;
	line-height: 2;
}

.service-container{
	width: 85%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    display: table;
}

.proyecto-container{
	width: 25%;
	float: left;
	position: relative;
}


.services-single{
	width: 80%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 120%;
    z-index: 1000;
}


.service-name{
	/*position: absolute;*/
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    /*top: 45%;*/
    font-size: 16px;
    margin-top: 30px;
}



/*-------------------- TEAM -------------------*/

.team-container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
    display: table;
}

.proyecto-container{
	width: 25%;
	float: left;
	position: relative;
}

.proyecto-single{
	width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 120%;
    z-index: 1000;
}

.team-name{
	position: absolute;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    top: 25%;
}

.team-content{
	position: absolute;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-weight: bold;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    top: 40%;
}

.team-background{
	position: absolute;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    top: 55%;
}

.team-icons{
	position: absolute;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    top: 80%;
}



/*----------------------- Aristóteles ------------------------*/



.wrapper-filosofo-francis{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	display: table;
	background-color: #000;
	top: -2px;
}


.filosofo-container-francis{
	padding: 10%;
	position: relative;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;	
	color: #fff;

}

span.comillas-big-francis{
	font-family: cooper;
	font-size: 60pt;
	color: #fff;
}

span.letra-big-francis{
	font-family: bn;
	font-size: 40pt;
	color: #fff;
}

.phrase-francis{
	font-family: bn;
	font-size: 23pt;
	color: #fff;

}

.reference-francis{
	margin: 0 auto;
	font-family: bb;
	font-size: 23pt;
	color: #fff;
	margin-top: 7.5%;
}

.wrapper-news-home{
    position: relative;
    top: -2px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



div#n2-ss-4 .n2-font-7d905a6739fcb805f17d614549549d64-link a {
    font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
    border: 5px outset #545465 !important;
}

/*--------------------Hermann-------------------*/	


.line-hermann{
	border-bottom: 1px solid #000;
	margin: 0 auto;
	width: 70%;
}



/*--------------------Contacto Home-------------------*/		
		
.wrapper-contacto{		
	width: 100%;	
	max-width: 1200px;	
	margin: 0 auto;	
	position: relative;	
	text-align: center;	
	margin-bottom: 5%;
	display: table;
}		
		
.title-contacto{		
	padding: 5% 4% 5% 4%;	
    font-size: 40px;
    color: #000;		
}		
		
input,		
textarea{		
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    width: 85%;
    display: block;
    width: 350px;
    padding: .4em;
}		

input[type="submit"]{
	padding: 6px 10px;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #fff;
    background-color: #000;
    background-repeat: repeat-x;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}

input[type="submit"]:hover{
	padding: 6px 10px;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #fff;
    background-color: #000;
    background-repeat: repeat-x;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}


span.ajax-loader{
	display: none!important;
}


/*-------------------- FOOTER -------------------*/	
/*-------------------- FOOTER -------------------*/	
/*-------------------- FOOTER -------------------*/	

/*---------------------------Sitemap-------------------------------*/

.wrapper-footer{
	background-color: #000; 
	width: 100%;
	position: relative;
	display: table;
}

/*.contanier-footer{
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	padding: 5% 0% 3% 0%;
    background-color: #000;
    display: table;
}*/

.footer-menu{
	float: left;
	width: 14.2%;
	color: #fff;
	font-size: 13px;
    line-height: 2;
}

.footer-menu a{
	color: #fff;
    text-decoration: none;
    font-size: 8px;
    text-transform: uppercase;
}


.footer-menu li{
    /* padding-top: 15px; */
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #48433d;
    width: 85%;
    text-decoration: none;
    list-style: none;
    line-height: 1.75;
}

.footer-menu li ul{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 115%;
    text-decoration: none;
    list-style: none;
    line-height: 1.75;
    padding-left: 0;
}

#menu-footer-1{
	list-style: none;
}

#menu-footer-2{
	list-style: none;
}

#menu-footer-3{
	list-style: none;
}

#menu-footer-5{
	list-style: none;
}

#menu-footer-4{
	list-style: none;
}


/*---------------------------RRSS-------------------------------*/


.contanier-footer {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
    padding: 5% 0% 5% 0%;
    background-color: #000;
    display: table;
}

.contanier-footer-partners{
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	padding: 0%;
	padding: 3% 0%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-top: 1px solid #fff;
}

.container-partners{
	margin: 0 auto;

}

.partner-footer{
	float: left;
	width: 20%;	
}

.partner-footer img{	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.partner-footer img:hover{	
	filter: grayscale(00%);
}


.landing-sem-partners-container-areas {
    width: 100%;
    padding: 2% 0% 1.5% 0%;
    display: inline-table;
    border-top: 1px solid #ff9300;
    border-bottom: 1px solid #ff9300;
    margin-bottom: 40px;
    margin-top: 40px;
}

.single-partner-logo-landing-uk {
	width: 20%;
    float: left;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-partner-logo-landing-uk:hover {
	width: 20%;
    float: left;
    text-align: center;
    -webkit-filter: grayscale(00%);
    filter: grayscale(00%);
}




.contanier-footer-aviso{
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	padding: 0%;
	padding-bottom: 0%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-top: 1px solid #fff;
}

.contanier-footer-rrss{
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	padding: 0%;
	padding-bottom: 0%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #fff;
}

.container-aviso{
	padding: 2%;
	display: inline-block;
	font-size: 12px;
}

.container-rrss{
	padding: 1%;
	display: inline-block;

}

.social-icon{
	float: left;
}

.social-icon img{
	width: 70%;
}



/*---------------------------logo------------------------------*/


/*------------QUABBALA QUIENES SOMOS---------------*/

.contanier-footer-logo{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0%;
	padding-bottom: 0%;
    background-color: #000;
    position: relative;
    text-align: center;
    padding: 2% 0;
}

.logo-footer{
	position: inline-block;
}



.wrapper-quienes-somos{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.quienes-title{
	padding: 5% 5% 7.5% 5%;
    font-size: 40px;
    text-align: center;
}




.quienes-content{
	padding: 0% 0% 0% 0%;
    line-height: 2;
    text-align: center;
}

.texto-law-firm{
	margin: 0 auto;
	width: 80%;
}

.quienes-content img{
	padding: 5% 0%;
}


/*------------QUABBALA HOY---------------*/


.quabbala-hoy-txt-content{
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 5%;
    line-height: 2;
}

.quabbala-hoy-txt-content-1{
	width: 100%;
	display: table;
}

.quabbala-hoy-image-1 {
	width: 50%;
	float: left;
	position: relative;
    text-align: center;
}

.quabbala-hoy-texto-1 {
	width: 40%;
	float: left;
	padding: 3% 5% 5% 5%;
	line-height: 2;
	text-align: right;
}



.quabbala-hoy-txt-content-2{
	width: 100%;
	display: table;
	padding-top: 40px;
}

.quabbala-hoy-image-2{
	width: 50%;
	float: left;
	position: relative;
    text-align: center;
}


.quabbala-hoy-texto-2 {
	width: 40%;
	float: left;
	padding: 5%;
	line-height: 2;
	text-align: left;
}

/*------------ PARTNERS ---------------*/

.title-partners{
	padding: 5% 5% 5% 5%;
    font-size: 40px;
    text-align: center;
    color: #000;
}

.quabbala-jack-flag{
	width: 100%;
}


/*------------ ASOCIADOS ---------------*/


.title-asociados{
	padding: 10% 5% 5% 5%;
    font-size: 40px;
    text-align: center;
    color: #000;
}

.accordions-asociados{
	padding: 0%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 800px
}


#accordions-178 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-178 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-178 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}

.quabbala-hoy-texto-3{
	    padding: 5%;
    line-height: 2;
    text-align: center;
}


/*------------ PERSONAL DEBT ---------------*/

#accordions-2063 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-2063 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-2063 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


/*------------ CORPORATE DEBT ---------------*/

#accordions-2071 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-2071 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-2071 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}



/*------------------------Página Oficinas------------------------*/
/*------------------------Página International------------------------*/
/*------------------------Página Oficinas------------------------*/
/*------------------------Página International------------------------*/



.wrapper-internacional{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	display: table;
}

.internacional-title{
	padding: 10% 5% 0% 5%;
    font-size: 40px;
    text-align: center;
}

.internacional-accordion{
	padding: 5%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 800px;
	text-align: center;
}

.internacional-accordion li{
	list-style: none;
}

.quabbala-pais{
    padding: 5% 0% 5% 0%;
    width: 80%;
    border-bottom: 1px solid #ff9300;
    margin: 0 auto;
}



.internacional-footer-img{
	/*position: absolute;
    bottom: -90px;*/
    width: 100%;
    display: table;
    margin-bottom: -1px;
}

.internacional-footer-img img{
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
    display: inherit;
}




/*------------------- ESPAÑA ------------------*/
/*------------------- ESPAÑA ------------------*/
/*------------------- ESPAÑA ------------------*/



/*----------------------TXT------------------------*/

.internacional-content .content-column.one_half {
	text-align: justify;
    font-size: 14px;
    line-height: 2;
    color: #000;
    padding: 2%; 
    display: table;
}

.one_half {
    width: 46% !important;
    padding: 0% 2%;
}

/*----------------------MAPA ESPAÑA------------------------*/

.internacional-image{
	display: table;
    position: relative;
    width: 100%;
    padding-top: 5%;
}

.internacional-image img{
    width: 100% !important;
    max-width: 1200px;
}

img .internacional-image {
    width: 100% !important;
    max-width: 1200px;
}

/*----------------------TEXT DESPUES DE MAPA ESPAÑA------------------------*/

.internacional-content-2{
    color: #000;
    line-height: 2;
    padding: 10%;
    text-align: center;
    margin: 0 auto;
}


.london-text{
	text-align: justify;
    width: 90%;
}

/*----------------------OFICINAS------------------------*/

.oficinas-description{
	background-image: url('https://quabbala.com/wp-content/uploads/2018/11/background-oficina.jpg');
	background-repeat: no-repeat;
	width: 100%;
	max-height: 443px;
	height: auto;
	display: table;
	margin-bottom: 0%;
}


.internacional-content-1{
    color: #000;
    line-height: 2.5;
    padding: 5% 10% 5% 10%;
    text-align: center;
    font-size: 14px;
}


.internacional-title-2{
	color: #fff;
	padding: 7% 5% 3% 5%;
    font-size: 40px;
    text-align: center;
}

.internacional-content-3{
	color: #fff;
	padding: 1% 5% 10% 5%;
    font-size: 14px;
    text-align: center;
    line-height: 2.5;
}

.internacional-content-4{
	color: #fff;
	padding: 1% 5% 10% 5%;
    font-size: 14px;
    text-align: center;
    line-height: 2

}


/*----------------------COMUNIDADES ESPAÑA------------------------*/

.espana-ciudades{
	margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 5%;
    padding-bottom: 10%;
}

.comunidad{
	width: 25%;
    /*float: left;*/
    text-align: center;
    display: inline-block;
    /*padding-top: 3.5%;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #ff9300;*/
}

.comunidad-autonoma{
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 2px solid #ff9300;
    width: 80%;
    display: inline-block;
}

.comunidad a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


/*--------------------------------PAÍSES---------------------------------*/

span.white{
	color: #fff;
	/*text-decoration: none;*/
	border-bottom: 1px solid #fff;
}

span.black{
	color: #000;
	text-decoration: none;
}





/*--------------------------------services---------------------------------*/
/*--------------------------------services---------------------------------*/
/*--------------------------------services---------------------------------*/



/*------------ INSOLVENCY --------------*/


.boton-container{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0% 5% 0%;
    display: inline-block;
}

.boton-personal{
	border: 2px solid #ff9300;
    background-color: #f9f9f9;
    padding: 20px 70px;
    /*width: 130px;*/
    margin: 5%;
    display: inline-block;
    font-weight: 900;
}

.boton-personal:hover{
	border: 2px solid #ff9300;
    background-color: none;
    padding: 20px 70px;
   /*width: 130px;*/
    margin: 5%;
    display: inline-block;
    font-weight: 500;
}

.boton-personal a{
	text-decoration: none;
}

.boton-corporate{
	border: 2px solid #ff9300;
    background-color: #f9f9f9;
    padding: 20px 70px;
    /*width: 130px;*/
    margin: 5%;
    display: inline-block;
    font-weight: 900;
}


.boton-corporate:hover{
	border: 2px solid #ff9300;
    background-color: none;
    padding: 20px 70px;
    /*width: 130px;*/
    margin: 5%;
    display: inline-block;
    font-weight: 500;
}

.boton-corporate a{
	text-decoration: none;
}


/*-------------------- M&A ------------------*/



#accordions-2166 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-2166 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-2166 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


/*-------------------- Management ------------------*/



#accordions-2177 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-2177 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-2177 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}




/*-------------- LEGAL SERVICE ---------------*/

.legal-service-container{
	margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: table;
    text-align: center;
    padding: 2.5% 0%;
}

.legal-service{
    display: inline-block;
    width: 30.3%;
    float: left;
    padding: 10% 0%;
    border-bottom: 1px solid #ff9300;
    margin: 1.5%;
}


/*-------------------- AREAS ------------------*/


.areas-container {
    position: relative;
    text-align: center;
    color: #000;
    width: 90%;
    margin: 0 auto;
}



.title-areas{
	padding: 5% 5% 3% 5%;
    font-size: 40px;
    text-align: center;
}

/*.accordions-areas{
	padding: 5% 5% 10% 5%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px solid #000;
}*/

.accordions-areas{
    padding: 5% 0% 10% 0%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 960px;
    line-height: 2;
    text-align: left;
    border-bottom: 1px solid #000;
}

.accordions-areas-derecho{
	padding: 5% 0% 0% 0%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px solid #000;
}

#accordions-335 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-335 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-335 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}

/*--------------  Concursal -------------*/


#accordions-636 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-636 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-636 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


/*--------------  Mercantil -------------*/


#accordions-1118 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-1118 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-1118 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}

/*-------------------------------- COMERCIO EXTERIORS ---------------------------------*/
/*-------------------------------- COMERCIO EXTERIORS ---------------------------------*/
/*-------------------------------- COMERCIO EXTERIORS ---------------------------------*/


.comercio-container{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.title-comercio{
	padding: 4% 5% 0% 5%;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    color: #000;
}

.content-comercio{
    padding: 3% 0% 10% 0%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 960px;
    line-height: 2;    text-align: justify !important;
}

.content-comercio ul{
	padding: 5%;
}

/*--------------------------------TRABAJA CON NOSOTROS---------------------------------*/
/*--------------------------------TRABAJA CON NOSOTROS---------------------------------*/
/*--------------------------------TRABAJA CON NOSOTROS---------------------------------*/


.trabaja-container{
	position: relative;
	text-align: center;
	color: #000;
}

.trabaja-title{
	padding: 5% 5% 3% 5%;
    font-size: 40px;
    text-align: center;
}

.trabaja-content{
	padding: 3% 5% 10% 5%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 960px;
	line-height: 2;
}

.form-trabaja{
	padding: 5%;
}

.wpcf7-form-control.wpcf7-submit {
    margin-top: 35px;
    height: 40px;
    font-size: 16px;
}

.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.archivo-cv{
	width: 16%;
}

input[type="file"]{
	padding: 6px 10px;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #fff;
    background-color: none;
    background-repeat: none;
    background-image: none;
    border: 0px solid #000;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}

.line-trabaja{
    border-bottom: 1px solid #ff9300;
    width: 100%;
    margin: 0 auto;
    margin: 1% 0% 1% 0%;
    display: inline-block;
}


/*----------------Asia Desk-----------------*/
/*----------------Asia Desk-----------------*/
/*----------------Asia Desk-----------------*/



#accordions-374 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-374 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-374 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


/*----------------UK Desk-----------------*/
/*----------------UK Desk-----------------*/
/*----------------UK Desk-----------------*/

#accordions-381 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-381 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-381 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


/*----------------German Desk-----------------*/
/*----------------German Desk-----------------*/
/*----------------German Desk-----------------*/

#accordions-383 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-383 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-383 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}



/*---------------- CONTACTO -----------------*/
/*---------------- CONTACTO -----------------*/
/*---------------- CONTACTO -----------------*/

.contacto-title{    
	padding: 10% 0% 3% 0%;
    font-size: 40px;
    text-align: center;
}

.contacto-title-landing{    
	padding: 10% 0% 3% 0%;
    font-size: 40px;
    text-align: left;
}

.contacto-content{
	line-height: 2;
	padding: 0 0 5% 0;
}


/*---------------- NATIONAL -----------------*/
/*---------------- NATIONAL -----------------*/
/*---------------- NATIONAL -----------------*/


.pais{
	color: #000;
    font-weight: bold;
    font-size: 2vw;
}

.national-container{
    position: relative;
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0% 5% 0%;
    display: table;
}

.national-single{
	width: 25%;
	float: none;
	text-align: left;
	margin-top: 5%;
	display: inline-block;
}

.national-title{
	font-weight: bold;
    border-bottom: 1px solid #ff9300;
    width: 70%;
    padding: 5% 0%;
}

.national-content{
	padding: 5% 0%;
	line-height: 1.3;
}




/*---------------- INTERNATIONAL -----------------*/
/*---------------- INTERNATIONAL -----------------*/
/*---------------- INTERNATIONAL -----------------*/




.international-container {
    position: relative;
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5% 0% 5% 0%;
    display: table;
    border-bottom: 0px solid #000;
}

.international-single{
	width: 33%;
    /* float: left; */
    text-align: center;
    margin-top: 5%;
    display: inline-block;
}

.international-title{
	font-weight: bold;
    border-bottom: 1px solid #ff9300;
    width: 70%;
    padding: 10% 0% 5% 0%;
    margin: 0 auto;
}

.international-content{
	padding: 5% 0%;
	line-height: 1.5;
}


/*---------------- SINGLE COMUNIDADES -----------------*/
/*---------------- SINGLE COMUNIDADES -----------------*/
/*---------------- SINGLE COMUNIDADES -----------------*/


.wrapper-comunidades-single{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container-comunidades{
	z-index: -1;
	}

.title-comunidades{
    padding: 5% 5% 3% 5%;
    font-size: 40px;
    width: 100%;
    max-width: 314px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    background-color: #fff;
    position: relative;
}

.direccion-comunidades-container{
	/*display: table;*/
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 1.7;
    margin-top: -50px;
    z-index: 1;
}

.direccion-comunidades{
	position: relative;
	margin-top: -275px;
	z-index: 1000;
}

a.direccion-comunidades{
	color: #fff;
}

.imagen-comunidades img{
	filter: grayscale(80%)
}


.container-comunidades-2{
	direction: table;
	position: relative;
	text-align: center;
}

.title2{
    padding: 3% 5% 3% 5%;
    font-size: 20px;
    width: 100%;
    max-width: 440px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    z-index: 10000;
    background-color: #fff;
    position: relative;
    margin-top: 40px;
    z-index: 10;
    line-height: 1.7;
}

.texto-despacho-comunidades{
    color: #000;
    line-height: 2;
    padding: 5% 10%;
    /*text-align: center;*/
    text-align: justify;
    max-width: 720px;
    margin: 0 auto;
}


/*-------------------------JURÍDICO------------------------*/
/*-------------------------JURÍDICO------------------------*/
/*-------------------------JURÍDICO------------------------*/


.AcordeonSubSub li{
	padding: 2%;
	list-style: disc;
}

.black-accordion {
    padding: 2%;
    /* text-align: center; */
    display: inline-block;
    font-weight: 900;
    text-decoration: underline;
    color: #ff9300;
}



#accordions-562 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-562 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-562 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}






#accordions-565 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-565 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-565 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}

#accordions-565 ul{
	padding: 0 5%;
}




#accordions-567 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-567 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-567 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}





#accordions-571 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-571 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-571 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}





#accordions-569 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-569 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-569 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}





#accordions-574 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-574 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-574 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}





#accordions-576 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-576 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-576 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}





#accordions-578 .accordion-icons {
    color: #000000;
    font-size: 16px;
    position: absolute !important;
    right: 10px !important;
}

#accordions-578 .accordions-head {
    background: rgba(255,255,255, 1) none repeat scroll 0 0;
    margin: 1px;
    padding-top: 30px !important;
    border-bottom: 1px solid #ff9300;
}

#accordions-578 .accordion-content {
    background: rgba(255,255,255,1) none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
    font-family: ;
    margin: 0;
    line-height: 2 !important;
    margin-top: 20px !important;
}


.translate{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#qtranslate-2{
	padding: 2% 0%;
    width: 80%;
    margin: 0 auto;
}

ul#qtranslate-2-chooser{
	text-align: center !important;
}

#qtranslate-2-chooser li{
	display: inline-block;
}

#qtranslate-2-chooser li a{
	color: #000;
	text-decoration: none;
}



/*---------- Areas SINGLE ----------*/

.content-areas{
	margin: 0 auto;
    width: 65%;
    padding: 5% 5% 5% 5%;
    line-height: 2;
    text-align: justify;
    position: relative;
}

.content-areas ul{
	list-style: disc outside;
    overflow: visible;
    padding-right: 0px;
    width: 80%;
    max-width: 600px;
    display: inline-block;
    text-align: justify;
    padding: 1%;
}

.content-areas ol{
	list-style: disc outside;
    overflow: visible;
    padding-right: 0px;
    width: 80%;
    max-width: 600px;
    display: inline-block;
    text-align: justify;
    padding-top: 2%;
}


/*---------- Category  NOTICIAS ----------*/

.category-wrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.category-table{
    display: table;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid;
}


.image-section{
    float: left;
    width: 30%;
    max-height: 300px;
    overflow: hidden;
}

.post-image{
	position: relative;
	text-align: center;
}

.image-section img{
	width: 100%;
	margin-top: 0%;
    margin-bottom: 0%;
}

.content-section{
    float: left;
    width: 65%;
    padding-left: 5%;
}

.post-date{
	font-size: 11px;
	font-weight: 900;
    color: #000;
    padding-bottom: 20px;
}

.post-title{
	font-size: 18px;
    color: #ff9300;
    padding-bottom: 20px;
    line-height: 2;
}

.post-content{
	font-size: 13px;
    color: #000;
    padding-bottom: 20px;
    line-height: 2;
}

.post-botton{
	border: 1px solid #ff9300;
    width: 80px;
    padding: 15px 50px;
}


/*---------- Category  NOTICIAS SINGLE----------*/

.wrapper-noticias-single{
	position: relative;
	width: 65%;
	margin: 0 auto;
	float: left;
}

.container-noticias-single{

}

.content-section-noticias-single{
    width: 100%;
    padding-left: 5%;
}

.content-section-noticias-single ul{
    padding-left: 5%;
}

.content-section-noticias-single ol{
    padding-left: 5%;
}

ul.content-section-noticias-single {
    padding-left: 5%;
}

ol.content-section-noticias-single {
    padding-left: 5%;
}

.post-content-noticias-single{
	text-align: justify;
	font-size: 13px;
    color: #000;
    padding-bottom: 20px;
    line-height: 2;
}

.image-section-noticias-single{
	padding: 5% 0%;
	text-align: center; 
	width: 100%;
}


/*---------- Category  VIDEO ----------*/

.category-container{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

.category-main-title{
	padding: 5%;
	font-size: 30px;
}

.category-video-date{
	padding: 2%;
	font-weight: 600;
}

.category-video-title{
	padding: 2%;
	font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.category-video-content{
    padding: 2%;
    line-height: 2;
    color: #000;
}

.category-video-description{
	padding: 2% 0% 5% 0%;
	margin: 0 auto;
	width: 75%;
	line-height: 1.5;
	color: #000;
}

.post-botton-video{
	border: 1px solid #ff9300;
    width: 80px;
    margin-top: 1%;
    padding: 15px 50px;
    position: relative;
    text-align: center;
    display: inline-block;
}


.line{
    border: 1px solid #ff9300;
    width: 30px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 2%;
}

.line-video{
    border: 1px solid #ff9300;
    width: 65%;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 2%;
}

iframe{
	border: 2px solid #ff9300;
}


/*-------------------------Next & Older------------------------*/

.next-contenedor{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 3% 0;
    color: #ff9300;
    display: table;
}

.newer{
	float: left;
	color: #ff9300;
}

.older{
	float: right;
	color: #ff9300;
}

/*.newer a{
	float: right;
    color: #000;
    text-decoration: none;
    background-color: #ff9300;
    /* font-weight: bold; */
    /*padding: 20px 36px;
    border: 1px solid #000;
}

.older a{
	float: right;
    color: #ff9300;
    text-decoration: none;
    background-color: #000;
    /* font-weight: bold; */
    /*padding: 20px 36px;
    border: 1px solid #ff9300;
}*/

.newer a{
	float: right;
    color: #000;
    text-decoration: none;

    /* font-weight: bold; */
    padding: 20px 36px;
    border-bottom: 1px solid #000;
}

.older a{
	float: right;
    color: #000;
    text-decoration: none;

    /* font-weight: bold; */
    padding: 20px 36px;
    border-bottom: 1px solid #000;
}











/*-------------------------FINAL------------------------*/
/*-------------------------FINAL------------------------*/
/*-------------------------FINAL------------------------*/




@media(max-width: 768px){

/* HOME */



ul.sub-menu {
	display: none;
}

.main-navigation a {
    color: #000;
    text-decoration: none;
    text-decoration: none;
    }

.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    list-style: none;
}

.main-navigation li {
    margin-top: 0px;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
    text-decoration: none;
    width: 90%;
    border-bottom: 1px solid #000;
    padding: 15px 0px 15px 0px;
    margin: 0 auto;
    background-color: antiquewhite;
}

#qtranslate-2 {
    padding: 1% 0%;
    width: 100%;
    margin: 0 auto;
}

button.menu-toggle{
	font-family: serif;
    font-weight: bold;
    font-size: 15px;
}

button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus {
	font-family: serif;
    font-weight: bold;
    font-size: 15px;
    background-color: #fff !important;
    outline: none;
}

.wrapper-oficinas-home {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 10% 0%;
}

.offices-title {
    padding: 05% 5% 15% 5%;
    font-size: 40px;
    text-align: center;
}

.intro-services {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 10% 0% 0% 0%;
}

.site{
	padding: 0 0px;
    padding: 0 0rem;
    background-color: #fff;
	}

.quienes-home-image {
    padding: 25% 5% 2.5% 5%;
    position: relative;
    text-align: center;
    width: 70px;
    display: inline-block;
}

img .quienes-home-image {
    width: 75px;
}

.quienes-home-image img{
    width: 75px;
}

img.quienes-home-image {
    width: 75px;
}

.quienes-container-image {
    float: none;
    width: 50%;
    margin: 0 auto;
	}

.quienes-container-text {
    float: none;
    width: 95%;
    margin: 0 auto;
    text-align: justify;
	}

.quienes-home-boton {
    border-bottom: 1px solid #fff;
    padding: 20px 0px 20px 0px;
    width: 150px;
    margin: 0 auto;
    display: table;
    text-align: center;
    }


.proyecto-single {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 120%;
    z-index: 1000;
}




.filosofo-container {
    padding: 10% 0% 15% 0%;
    position: relative;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    width: 80%;
}

.proyecto-container{
	width: 100%;
	float: none;
	position: relative;
}

.service-name {
    /* position: absolute; */
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 2;
    /* top: 45%; */
    font-size: 20px;
    margin-top: 0px;
}

.services-single {
    width: 50%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 120%;
    z-index: 1000;
    padding-top: 10%;
}

.phrase {
    font-family: bn;
    font-size: 24pt;
    color: #000;
}

.reference {
    float: none;
    font-family: bb;
    font-size: 23pt;
    color: #000;
    margin-top: 15%;
}

.reference-francis {
    margin: 0 auto;
    font-family: bb;
    font-size: 23pt;
    color: #fff;
    margin-top: 15%;
}

.wrapper-areas-home {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: block;
}

.container-areas-home {
    width: 100%;
    float: none;
    position: relative;
    font-family: bb;
    text-align: center;
    margin: 0 auto;
}

.areas-imagen {
    width: 100%;
    float: none;
  	display: none;
}

input, textarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    width: 85%;
    display: block;
    /* width: 280px; */
    padding: .4em;
}

.content-contacto{
	padding-top: 10%;
}

.footer-menu {
    float: none;
    width: 60%;
    color: #fff;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 10%;
    border-bottom: 1px solid #fff;
}

.contanier-footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 5% 0% 5% 0%;
    background-color: #000;
    display: table;
}

.contanier-footer-partners {
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
    padding: 0%;
    padding: 3% 0%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
}

.partner-footer {
    float: none;
    width: 100%;
    padding: 7.5% 0%;
}

.contanier-footer-aviso{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0%;
    padding-bottom: 5%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-top: 0px solid #2d2d2d;
    border-bottom: 0px solid #fff;
}

.contanier-footer-rrss {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0%;
    padding-bottom: 0%;
    background-color: #000;
    display: table;
    position: relative;
    text-align: center;
    border-top: 0px solid #2d2d2d;
    border-bottom: 0px solid #2d2d2d;
}

.contanier-footer-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0%;
    padding-bottom: 0%;
    background-color: #000;
    position: relative;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    border-top: 0px solid #fff;
}



/*  QUIENES SOMOS */

.quienes-home-title {
    padding: 15% 5% 5% 5%;
    font-size: 36px;
    text-align: center;
}

.quienes-content {
    padding: 5% 0% 10% 0%;
    line-height: 2;
    text-align: justify;
    margin: 0 auto;
    width: 90%
}

.quabbala-hoy-image-1 {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 5% 0% 5% 0%;
    position: relative;
    text-align: center;
}

.quabbala-hoy-image-1 img{
    width: 100%;
}

.quabbala-hoy-texto-1 {
    width: 90%;
    float: none;
    padding: 5% 0% 5% 0%;
    line-height: 2;
    margin: 0 auto;
    text-align: justify;
}

.quabbala-hoy-texto-2 {
    width: 90%;
    float: none;
    padding: 5% 0% 5% 0%;
    line-height: 2;
    margin: 0 auto;
    text-align: justify;
}

.quabbala-hoy-image-2 {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 5% 0% 5% 0%;
    position: relative;
    text-align: center;
}

.quabbala-hoy-image-2 img{
    width: 100%;
}

.imagen-quabbala-sectores img{
	width: 100%;
}


.accordions-asociados {
    padding: 0% 0% 5% 0%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 800px;
}



/*  INTERNACIONAL PAISES Langing Page */

.wrapper-internacional {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.slider{
	width: 100%;
	margin: 0 auto;
}

.internacional-title {
    padding: 10% 0% 3% 0%;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.internacional-accordion {
    padding: 10% 0% 10% 0%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 800px;
    text-align: center;
}

/*  INTERNACIONAL - España */

.internacional-content{
    margin: 0 auto;
    width: 90%;
}

.internacional-content .content-column.one_half {
    text-align: justify;
    font-size: 14px;
    color: #000;
    display: table;
    float: none;
    width: 100%;
    margin-top: 10%;
}

.one_half{
	width: 100% !important;
}

.internacional-content-2 {
    color: #000;
    line-height: 2;
    padding: 10%;
    text-align: justify;
    max-width: 720px;
    margin: 0 auto;
}

.internacional-content-3 {
    color: #fff;
    padding: 4% 5% 10% 5%;
    font-size: 14px;
    text-align: center;
    line-height: 2;
}

.espana-ciudades {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 5%;
    padding-bottom: 10%;
}

.comunidad {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 00%;
    padding-bottom: 00%;
    background-color: none; 
    border-bottom: 0px solid #ff9300;
   }

.comunidad a {
    color: #000;
    text-decoration: none;
}

/* Areas dentro de España*/

.wrapper-areas-espana {
    margin: 0 auto;
    width: 80%;
    display: table;
    padding: 0 0 5% 0;
}

.area-mobile-espana {
    display: inline-block;
    width: 30.3%;
    float: left;
    padding: 5% 0%;
    /* border-bottom: 1px solid #ff9300; */
    margin: 1.5%;
    text-align: center;
}

.servicio a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}


/*  INTERNACIONAL - Others */

.internacional-content-1 {
    color: #000;
    line-height: 2;
    padding: 5% 10% 5% 10%;
    text-align: justify;
    font-size: 14px;
}

.internacional-content-2 {
    color: #000;
    line-height: 2;
    padding: 10%;
    text-align: justify;
    max-width: 720px;
    margin: 0 auto;
    text-decoration: underline;
}

.london-text {
    text-align: justify;
    width: 100%;
}

.internacional-title-2 {
    color: #fff;
    padding: 8% 5% 3% 5%;
    font-size: 7vw;
    text-align: center;
}

.oficinas-description {
    background-image: url(https://quabbala.com/wp-content/uploads/2018/11/background-oficina.jpg);
    background-repeat: no-repeat;
    width: 100%;
    max-height: 443px;
    height: auto;
    display: table;
    margin-bottom: 0%; 
}

.middle{
	width: 500px;
	margin: 0 auto;
}



/*  Áreas */


.areas-container {
    position: relative;
    text-align: center;
    color: #000;
    width: 90%;
    margin: 0 auto;
}

.accordions-areas {
    padding: 0%; 
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    line-height: 2;
    text-align: justify;
}

/* AREAS - Others */


.content-areas {
    margin: 0 auto;
    width: 90%;
    padding: 5% 0% 5% 0%;
    line-height: 2;
    text-align: justify;
    position: relative;
}

.accordions-areas {
    padding: 15% 0%;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 800px;
    line-height: 2;
    text-align: justify;
}



/* Legal Service */


.legal-service {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 10% 0%;
    border-bottom: 1px solid #ff9300;
    margin: 0%;
}



/* Trabaja con nosotros */


.trabaja-container {
    position: relative;
    text-align: center;
    color: #000;
    width: 95%;
    margin: 0 auto;
}

.trabaja-title {
    padding: 10% 0% 10% 0%;
    font-size: 7vw;
    text-align: center;
}

.trabaja-content {
    padding: 10% 0% 10% 0%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 800px;
    line-height: 2;
    text-align: center;
}

.form-trabaja {
    padding-top: 10%;
    text-align: center;
}


/* País */


.pais {
    color: #000;
    font-weight: bold;
    font-size: 7vw;
    padding: 10% 0% 5% 0%;
}

.national-single {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5%;
    position: relative;
}

.national-title {
    font-weight: bold;
    border-bottom: 1px solid #ff9300;
    width: 70%;
    padding: 5% 0%;
    text-align: center;
    display: inline-block;
}

.national-content {
    padding: 5% 0%;
    line-height: 1.5;
}

.national img{
	width: 100%;
    padding-top: 10%;
}


.international-single {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5%;
    position: relative;
}

.international-title {
    font-weight: bold;
    border-bottom: 1px solid #ff9300;
    width: 70%;
    padding: 5% 0%;
    text-align: center;
    display: inline-block;
}

.international-content {
    padding: 5% 0%;
    line-height: 1.3;
}

.international img{
	width: 100%;
    padding-top: 10%;
}



/*---------------------------- NEWS ----------------------------*/


.wrapper-global {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
}

.image-section {
    float: none;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.content-section {
    float: none;
    width: 90%;
    text-align: justify;
    padding: 5% 0%;
}


}




.next-prev-container{
    display: table;
    position: relative;
    width: 70%;
    padding: 5% 0%;
    }

a.next-post {
    position: relative;
    display: table;
    /* background-color: #f69220; */
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 1px solid #000;
    float: left;
}


a.previous-post {
    position: relative;
    display: table;
    /* background-color: #f69220; */
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 1px solid #000;
    float: left;
}







/*------------------------------------ Landing Page ----------------------------------------*/

/*------------------------------------ Landing Page ----------------------------------------*/

/*------------------------------------ Landing Page ----------------------------------------*/


@font-face{
	font-family: berlin;
	src: url('fonts/brlnsdb.ttf');
}



/*---------- Contacto - Superior ---------*/

.contact-landing{
	margin: 0 auto;
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #101010;
	height: 53px;
}

.container-rrss-icons{
	display: inline-block;
}

.container-rrss-icons img{
	width: 53px;
}

.mail{
	float: left;
}

.tlfn{
	float: left;
}

.header-image{
	border-bottom: 1px solid #ff9300;
}


/*---------- Servicios ---------*/

.servicios{
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.servicios-container{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 5% 0%;
	display: table;
}

/*------- SERVICIOS SINGLE --------*/

.servicios-single{
	float: left;
	width: 33%;
	padding: 5% 0%;
}

.servicios-title{
	color: #f69220;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
}

.servicios-text{
	line-height: 2;
    padding: 30px;
}



/*---------------------- FIN DE ASOCIADOS ----------------------*/

.asociados{
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.asociados-container{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 5% 0%;
	display: table;
}


.asociados-title{
	padding: 2.5%;
    font-size: 37px;
}

.asociados-text{
	padding: 2.5%;
	line-height: 2;
	color: #000;
}

.asociados-img-container{
	padding: 3%;
	display: table;
	width: 100%;
}

.asociado{
	float: left;
	width: 33%;
}



/*------------------------------ Newsletter -------------------------------*/





.newsletter{
	position: relative;
	text-align: center;
	background-image: url(https://quabbala.com/wp-content/uploads/2019/02/quabbala-derecho-mercantil-newsletter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 45%;
    min-height: 400px;
    max-height: 400px;
}

.newsletter-container{
	position: relative;
    width: 100%;
    max-width: 960px;
	display: inline-block;
	padding-top: 175px;
}

.email{
	float: left;
	width: 50%;
}

.submit{
	float: left;
	width: 50%;
}

.email input {
	border: 1px solid #000;
    border-radius: 0px;
    font-family: inherit;
    padding: 6px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: 37px;
}

.email textarea{
	border: 1px solid #000;
    border-radius: 0px;
    font-family: inherit;
    padding: 6px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    height: 37px;
}

.submit input[type="submit"] {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #000;
    background-color: #f49427;
    background-repeat: repeat-x;
    background-image: none;
    border: 1px solid #000;  /* Grosor del Borde */  /* Color del Borde */
    /*border: 5px outset #f49427;   Grosor del Borde */  /* Color del Borde */
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
    height: 37px;
    text-shadow: -1px -1px rgba(0,0,0,.2);
    width: 100%;
}




/*------------------------------ Casos de Éxito -------------------------------*/




.exito{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.exito-container{
	width: 100%;
	text-align: center;
}

.exito-title{
    padding: 5% 0 0% 0;
    font-size: 50px;
    color: #f49427;
}


/*------------------------------ Contacto -------------------------------*/


/*--------------- Form --------------*/

.contacto{
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: table;
}

.contacto-container{
	position: relative;
	background-image: url(https://quabbala.com/wp-content/uploads/2019/02/quabbala-derecho-mercantil-contacto.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 882px;
    display: table;
}

.contacto-core{
	margin: 0 auto;
	padding: 7.5% 0% 4% 0%;
	width: 90%;
	text-align: center;
	display: table;
}

.form-container{
	width: 50%;
	float: left;
	padding: 5% 0%;
	text-align: center;
	display: table;
	color: #fff;
}

.form-container-container{
    width: 80%;
    max-width: 510px;
    display: inline-block;
}

.form-container input {
    border: 1px solid #000;
    border-radius: 0px;
    font-family: inherit;
    padding: 6px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
}

.form-container  textarea {
    border: 1px solid #000;
    border-radius: 0px;
    font-family: inherit;
    padding: 6px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.form-container label{
	display: inherit;
    padding-bottom: 20px;
}

.form-container p{
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
}


/* Botón Enviar */

.form-container input[type="submit"] {
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 900;
    font-family: inherit;
    padding: 6px;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
}




/*--------------- Contact Data --------------*/

.contact-container{
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
}

.contact-container-container{
    width: 100%;
    display: inline-block;
    padding: 2.5% 0 0 10%;
}

.contact-container a{
	text-decoration: none;
	color: #fff;
}

.contacto-text{
	font-size: 22px;
	line-height: 2;
	padding-top: 4.5%;
}


.contact-data{
	padding-top: 7%;
    position: relative;
    text-align: left;
    margin: 0 auto;
}

.contact-icon{
	float: left;
}

.contact-con{
	width: 100%;
	padding: 2.5% 0;
    text-align: left;
}

.contact-icon img{
	float: left;
}

/*-------------- Tlfn ------------*/


 .contact-tlfn{
	display: inline-block;

}

.tlfn{
	font-size: 23px;
	float: left;
    padding: 5px 0px 0 20px;
}


/*-------------Mail ------------*/

.contact-mail{
	display: inline-block;

    position: relative;
    text-align: center;
}

.mail{
	font-size: 23px;
	float: left;
	padding: 5px 0px 0 20px;
}


/*-------------- Web --------------*/

.contact-web{
	display: inline-block;

    position: relative;
    text-align: center;
}

.web{
	font-size: 23px;
	float: left;
	padding: 10px 0px 0 20px;
}


/*-------------- rrss --------------*/

.contact-rrss{
	position: relative;
	text-align: left;
}

.contact-rrss-container{
	display: inline-block;
	padding-top: 50px;
}

.rrss-icon{
	float: left;
	padding: 0 10px;
}


/*-------------- icons --------------*/

.tw{
	padding-top: 3px;
}

.yu{
	padding-top: 3px;
}



/*----------------- lenguage menu ----------------*/		
		
.lenguages-container{		
	margin: 0 auto;	
	width: 90%;	
	max-width: 1200px;	
	text-align: center;	
}		
		
#lenguages{		
	display: inline-block;	
	padding-top: 30px;	
}		
		
.lenguage{		
	float: left;	
	padding-right: 5px;	
}

#countries{
	float: right;
    padding-top: 30px;
}	

.uk-flag{
	float: right;
}

.hong-kong-flag{
	float: right;
	margin-left: 7.5px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hong-kong-flag:hover{
	float: right;
	margin-left: 7.5px;
	-webkit-filter: grayscale(00%);
    -moz-filter: grayscale(00%);
    -ms-filter: grayscale(00%);
    -o-filter: grayscale(00%);
    filter: grayscale(00%);
}


.spanish-flag{
	float: right;
	margin-left: 7.5px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.spanish-flag:hover{
	float: right;
	margin-left: 7.5px;
	-webkit-filter: grayscale(00%);
    -moz-filter: grayscale(00%);
    -ms-filter: grayscale(00%);
    -o-filter: grayscale(00%);
    filter: grayscale(00%);
}

#phone{
    float: left;
    padding-top: 30px;
    text-decoration: none;
    font-weight: 600;
}

#phone a:hover {
    text-decoration: none;
    background-color: #ea8b0a;
    padding: 8px 05px;
    border-radius: 30px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 0px 0px #000;
}

#phone a {
    text-decoration: none;
    background-color: #ff9300;
    padding: 8px 05px;
    border-radius: 30px;
    color: #fff;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.08);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.08);
    box-shadow: 0px 6px 12px -5px #000;
}

/*--------------------- Landing Page Resposive--------------------*/
/*--------------------- Landing Page Resposive--------------------*/
/*--------------------- Landing Page Resposive--------------------*/


@media (max-width: 720px) {

.servicios-single {
    float: none;
    width: 100%;
    padding: 5% 0%;
}


.asociados-img-container {
    padding: 3% 0;
    display: table;
    width: 100%;
}
.asociado{
	float: none;
	width: 100%;
}


.submit input[type="submit"] {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #000;
    background-color: #f49427;
    background-repeat: repeat-x;
    background-image: none;
    border: 1px solid #000;  /* Grosor del Borde */  /* Color del Borde */
    /*border: 5px outset #f49427;   Grosor del Borde */  /* Color del Borde */
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
    height: 37px;
    text-shadow: -1px -1px rgba(0,0,0,.2);
    width: 100%;
}


.form-container {
    width: 100%;
    float: none;
    padding: 20% 0% 5% 0%;
    text-align: center;
    display: table;
    color: #fff;
}

.form-container-container {
    width: 80%;
    max-width: 510px;
    display: inline-block;
    padding-top: 10%;
}

.contact-container {
    width: 100%;
    float: none;
    color: #fff;
    text-align: center;
}

.contact-container-container {
    width: 100%;
    display: inline-block;
    padding: 2.5% 0 0 0%;
}

.contacto-title {
    padding: 10% 0% 3% 0%;
    font-size: 40px;
    text-align: center;
}

 .contact-con {
    width: 100%;
    padding: 2.5% 0;
    text-align: center;
}

.contact-data {
    padding-top: 7%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 140px;
}


.contact-rrss {
    position: relative;
    text-align: center;
}

.content-areas {
    margin: 0 auto;
    width: 90%;
    padding: 5% 5% 5% 5%;
    line-height: 2;
    text-align: justify;
    position: relative;
}

.legal-service {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 10% 0%;
    border-bottom: 1px solid #ff9300;
    margin: 1% 0%;
}

}







.content-areas-single {
    margin: 0 auto;
    width: 95%;
    padding: 5% 5% 5% 5%;
    line-height: 2;
    text-align: justify;
    position: relative;
}


.wrapper-global-laboral{
	margin: 0 auto;
    width: 90%;
    display: table;
    text-align: justify;
    background-color: #fff;
    /* background-color: #becad4; */
    /* background-color: #f1f4f7; */
}

.wrapper-single-area {
    padding-bottom: 5%;
    display: table;
    position: relative;
    border-bottom: 1px solid #ff9300;
    float: left;
    width: 100%;
}

.container-widget-header {
    height: 00px;
}

.form-sidebar {
    background-color: #fff;
    /* background-color: #fff6ee; */
    /* background-color: #d3dae0; */
    /* background-color: #909090; */
    text-align: center;
    width: 100%;
    float: left;
    height: 730px;
    /* border: 1px solid #000; */
    display: table;
    position: relative;
    /*margin-top: 20%;*/
    margin-bottom: 20%;
    /* -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33); */
}

.title-form-second {
    background-color: #000;
    display: table;
    color: #fff;
    height: 80px;
    position: relative;
    font-size: 26px;
    line-height: 2;
    width: 100%;
}

.subtitle-form-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
    border-bottom: 1px solid #000;
    color: #000;
}

.form-right-form {
    padding-top: 35px;
    padding-bottom: 35px;
}

/*--------- Lateral --------*/


.title-widget-areas {
    padding-top: 30px;
    padding-left: 30px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold !important;
    display: inline-block;
}

.lateral-menu {
   float: none;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding-bottom: 15px;
    background-color: #ffffff;
    /* box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33); */
}

.lateral-menu li {
    /* padding-top: 15px; */
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ff9300;
    width: 90%;
    text-decoration: none;
    list-style: none;
    line-height: 1.75;
    margin: 0 auto;
}

.lateral-menu a {
	color: #000;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 10px;
}


/*--------- PArtners --------*/


.landing-sem-partners-container {
    width: 100%;
    padding: 1.5% 0%;
    display: inline-table;
    border-bottom: 1px solid #ff9300;
    /* -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33); */
    /* -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);*/
    /* box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33); */
}

.single-partner-logo-landing-sem {
    width: 16%;
    float: left;
    text-align: center;
}

.single-partner-logo-landing-sem img {
    width: 75%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* Single Page*/

.wrapper-global-laboral {
    margin: 0 auto;
    width: 90%;
    padding: 0% 0%;
    display: table;
    text-align: justify;
    background-color: #fff;
    /* background-color: #becad4; */
    /* background-color: #f1f4f7; */
}

.areas-container {
    position: relative;
    text-align: center;
    color: #000;
}

.title-areas {
    padding: 5% 5% 3% 5%;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
}

.title-orange-landing {
    text-align: center;
    font-size: 28px;
    padding: 3% 0%;
    text-decoration: underline;
    color: #ff9300;
    line-height: 1.7;
}

.title-orange-landing a{
	font-size: 20px;
    font-weight: 800;
}


/*------------------------ Contacto -------------------------*/


.content-contacto input {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 380px !important;
    padding: .4em;
}

.content-contacto textarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 380px !important;
    padding: .4em;
}







/*------------------------ New for ES -------------------------*/


.legal-service-container {
    text-align: left; /* Antes center */
}

.legal-service {
    display: inline-table;
    width: 30%;
    float: none;
    padding: 5% 0% 0% 0%;
    border-bottom: 2px solid #ff9300;
    margin: 1.5%;
    min-height: 95px;
    text-align: center;
    /* background-color: antiquewhite; */
}

.legal-service a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
        padding: 0 2% 0 2%;
}


.subtitle-sentence{
	text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    margin: 0 auto;
    width: 85%;
}


@media (max-width: 590px){
.legal-service {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 5% 0%;
    border-bottom: 1px solid #ff9300;
    margin: 1.5%;
    text-align: center;
    margin-top: 50px;
}


.landing-sem-partners-container-areas-flag {
    width: 100%;
    padding: 2% 0% 1.5% 0%;
    display: inline-table;
    /* border-top: 1px solid #ff9300; */
    /* border-bottom: 1px solid #ff9300; */
    margin-bottom: 40px;
    margin-top: 90px;
}


.quabbala-jack-flag{
	background-image: url('http://www.quabbala.co.uk/wp-content/uploads/2019/04/jack-flag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 315px;
}

.subtitle{
    text-align: center;
    color: #ff9300;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid #ff9300;
    margin: 0 auto;
    width: fit-content;
}

.subtitle-sentence{
	text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    margin: 0 auto;
    width: 85%;
}

.boton-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0% 5% 0%;
    display: grid;
}

}








/*----------------------------------------------- Forms Buttom ----------------------------------------------------*/



.landing-sem-partners-container-areas-spanish-uk {
    width: 100%;
    padding: 2% 0% 1% 0%;
    display: inline-table;
    border-top: 1px solid #ff9300;
    border-bottom: 1px solid #ff9300;
}


.landing-sem-partners-container-areas-spanish {
    width: 100%;
    padding: 2% 0% 2% 0%;
    display: inline-table;
    border-top: 1px solid #ff9300;
    border-bottom: 1px solid #ff9300;
}




.llama-hoy-container {
    padding: 2% 0%;
    width: 100%;
    font-size: 40px;
    color: #fff;
    background-color: #6a7383;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.background-form {
    background-image: url(https://quabbala.com/wp-content/uploads/2019/06/form-background-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 680px;
    position: relative;
    text-align: center;
    display: table;
    /* margin-top: 5%; */
}



.form-container-laboral {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: table;
}

.form-left {
    background-color: #fff;
    width: 45%;
    /* max-width: 450px; */
    float: left;
    height: 600px;
    margin: 4% 2% 2% 2%;
    border: 1px solid #000;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    display: table;
    position: relative;
}

.title-form-first {
	background-color: #000;
    display: block;
    color: #fff;
    height: 81px;
    position: relative;
    font-size: 27px;
    line-height: 1.5;
}

.form-left-container {
    padding: 30px 30px 30px 30px;
}

.te-llamamos {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
}

.completa {
    line-height: 1.75;
    padding-bottom: 7.5%;
    padding-top: 5%;
    font-size: 16px;
    font-weight: 600;
    color: #595d66;
}

.line-form {
    border-bottom: 1px solid #000;
}

.calle-form {
    line-height: 2;
    padding-top: 5%;
}

.cp-form {
    line-height: 2;
    padding-bottom: 5%;
}


.tel-form {
    line-height: 2;
    padding-top: 5%;
}

.fax-form {
    line-height: 2;
    padding-bottom: 5%;
}

span.black {
    color: #000;
    text-decoration: none;
}

.map-form {
    padding-top: 7.5%;
    font-weight: 600;
}


.form-right {
    background-color: #fff;
    width: 45%;
    /* max-width: 450px; */
    float: left;
    height: 600px;
    margin: 4% 2% 2% 2%;
    border: 1px solid #000;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    display: table;
    position: relative;
}

.title-form-second {
    background-color: #000;
    display: table;
    color: #fff;
    height: 80px;
    position: relative;
    font-size: 26px;
    line-height: 2;
    width: 100%;
}

.form-right input {
    border: 1px solid #000;
    border-radius: 0px;
    font-family: inherit;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 85%;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
}


textarea {
    height: 80px;
    resize: none;
}

.boton-landing-laboral {
    text-align: center;
    margin: 0 auto;
    padding: 20px 60px;
    width: 380px;
    border: 1px solid #000;
    background-color: #ffff7d;
    border-radius: 79px;
    font-weight: 600;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
    box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.33);
}

.boton-landing-laboral a{
	text-decoration: none;
}










/*------------------------------------ Landing THANK YOU PAGE SEM ------------------------------------*/

.container-thankyou{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 450px;
    background-color: #ff9300;
}

.container-container-thankyou{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    width: 100%;
    line-height: 2.5;
}




/*------------------------------------ Landing SEM ------------------------------------*/


.header-landing-theme{
    width: 100%;
    position: relative;
    display: table;
}



.header-left-container{
    position: relative;
    width: 75%;
    float: left;
}

.header-left-container .title{
    text-align: center;
    /* text-transform: uppercase; */
    border-top: 1px solid #3f3f40;
    border-bottom: 1px solid #3f3f40;
    font-family: serif;
    font-size: 30px;
    padding: 2.5% 0%;
    display: table;
    width: 95%;
    margin: 0 auto;
    color: #3f3f40;
}

.header-left-container .title-points{
    text-align: center;
    /* text-transform: uppercase; */
    border-top: 1px solid #3f3f40;
    border-bottom: 1px solid #3f3f40;
    font-size: 28px;
    font-family: serif;
    padding: 2.5% 0%;
    display: table;
    width: 95%;
    margin: 0 auto;
    color: #3f3f40;
}


.list-points-container{
    margin: 0 auto;
    width: 100%;
    max-width: 85%;
    padding: 5% 0%;
    display: table;
}

.list-points-container-left{
    width: 50%;
    float: left;
    line-height: 2rem;
    list-style: upper-armenian;
}

.list-points-container-left li{
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 40px;
    line-height: 3;
    font-size: 18px;
    margin-top: -10px;
}

span.check{
    background-image: url("https://quabbala.com/wp-content/uploads/2020/04/check.png");
    /* width: 29px;
    height: 29px; */
    background-repeat: no-repeat;
    float: left;
}

.subtitle-form textarea { 
    margin: .0em auto;
    font-family: inherit; 
    text-transform: inherit; 
    font-size: inherit;
    width: 100%;
    display: block; 
    width: 280px;
    padding: .4em;
  }



/* .header-right-container{
    position: relative;
    width: 25%;
    float: right;
    height: 100%;
    text-align: center;
    right: 0;
} */

.header-right-container {
    position: absolute;
    width: 25%;
    float: right;
    height: 100%;
    text-align: center;
    right: 0;
}

.header-right-container-background{
    display: table;
    height: 100%;
    background-color: #d3d7dd;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.19);
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.19);
}

.header-right-container .title-form{        
        text-align: center;
        font-size: 30px;
        padding: 40px 0px 30px 0px;
        display: table;
        width: 100%;
}

.header-right-container .subtitle-form{        
    padding: 10% 0%;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
}

#phone-form{
    padding-top: 30px;
    text-decoration: none;
    font-weight: 600;
}

#phone-form a{
    text-decoration: none;
    background-color: #ff9300;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    -webkit-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.08);
    -moz-box-shadow: -1px 14px 15px -4px rgba(0,0,0,0.08);
    box-shadow: 0px 6px 12px -5px #000;
    border: 2px solid #fff;
}


.header-landing-theme-container{
    background-color: #efefef;
}




/*-------------------------  4 POINTS HEADER  -------------------------*/


.four-points-container{
    margin:  0 auto;
    position:relative;
    width: 100%;
    max-width: 1400px;
    display: table;
    margin-top: 5%;
}

.point-container{
    width: 21%;
    padding: 2%;
    float: left;
    margin: 0 auto;
    text-align: center;
}


.point-image-container img{
    width: 100%;
    max-width: 250px;
}


.point-subtitle-container{
    line-height: 3rem;
    font-size: 26px;
}

.point-text-container{
    line-height: 2rem;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}



/*-------------------------  CONTÁCTANOS MIDDLE  -------------------------*/


.contactanos-middle-container {
    position: relative;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45%;
    min-height: 400px;
    display: table;
}

.contactanos-middle-container-text {
    margin: 0 auto;
    width: 80%;
    color: #fff;
    display: table;
}

.contactanos-middle-container-text-title {
    font-size: 36px;
    padding: 5%;
}

.contactanos-middle-container-text-subtitle{
    font-size: 16px;
}




/*-------------------------  DESPACHOS INTERNACIONALES  -------------------------*/


.quienes-title {
    padding: 3% 5% 3% 5%;
    font-size: 40px;
    text-align: center;
}


/*---------------------- UK ----------------------*/


.container-despachos-uk {
    width: 100%;
    display: table;
    padding-top: 0%;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    max-width: 1200px;
}


.area-container-quienes-individual {
    width: 50%;
    float: left;
    height: 349px;
}


.pic-quienes-uk {
    background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/london-quabbala-quienes-hk.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
}





.info-container-quienes {
    position: relative;
    z-index: 10;
    padding: 9% 0%;
    width: 80%;
    margin: 0 auto;
}


.area-title-quienes {
    font-size: 24px;
}

.area-text-quienes {
    line-height: 2;
    margin-top: 13%;
}

.area-ver-quienes {
    padding-top: 13%;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    width: 25%;
}


.area-container-quienes-individual {
    width: 50%;
    float: left;
    height: 349px;
}

.pic-quienes-uk-img {
    background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/london-quabbala-quienes-hk-txt.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
}

.quabbala-quienes-partners-uk-img {
    border-bottom: 1px solid #000;
    width: 100%;
    /* height: 145px; */
    display: table;
}


.single-partner-logo-landing-uk {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-partner-logo-landing-uk img {
    width: 50%;
}

.single-partner-logo-landing-uk-middle {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 27px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*---------------------- Spain ----------------------*/


.container-despachos-spain {
    width: 100%;
    max-width: 1200px;
    display: table;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}

.area-container-quienes-individual {
    width: 50%;
    float: left;
    height: 349px;
}

.pic-quienes-spain-img {
    background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/spain-quabbala-quienes-hk.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
}

.area-container-quienes-individual {
    width: 50%;
    float: left;
    height: 349px;
}

.pic-quienes-spain {
    background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/spain-quabbala-quienes-hk-txt.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
}

.info-container-quienes {
    position: relative;
    z-index: 10;
    padding: 9% 0%;
    width: 80%;
    margin: 0 auto;
}

.area-title-quienes {
    font-size: 24px;
}

.area-text-quienes {
    line-height: 2;
    margin-top: 13%;
}

.area-ver-quienes {
    padding-top: 13%;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    width: 25%;
}


/*------------------  Logo Spain  ------------------*/

.quabbala-quienes-partners-uk-img {
    border-bottom: 1px solid #000;
    width: 90%;
    max-width: 1200px !important;
    display: table;
    margin: 0 auto;
}

.single-partner-logo-landing-spain {
    width: 16%;
    float: left;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-partner-logo-landing-spain img {
    width: 100%;
}




/*---------------------- HK ----------------------*/

.pic-quienes-hk-img {
    background-image: url(https://quabbala.com/wp-content/uploads/2020/04/HK-left.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
}

.pic-quienes-hk {
    background-image: url(https://quabbala.com/wp-content/uploads/2020/04/HK-right.jpg);
    width: 50%;
    padding-top: 349px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
}


/*-------------------------  CASOS DE ÉXITO  -------------------------*/

.exito-casos{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    position: relative;
}

.landing-last-contact-middle-container{
    position: relative;
    text-align: center;
    margin: 5% 0%;
}

.landing-last-contact-middle-container label {
    width: 33.3%;
    padding: 0% 0%;
    float: left;
}

.landing-last-contact-middle-container .wpcf7-form-control.wpcf7-submit {
    margin-top: 35px !important;
    height: 40px !important;
    font-size: 16px;
    background-color: #f69220 !important;
    color: #000 !important;
    width: 95% !important;
}


/*--------------------------      DIANA     --------------------------*/

.diana-container{
    display: table;
}



/*--------------------------     CONTACTO    --------------------------*/

.contacto-end-container{
    position: relative;
    display: table;
    background-color: #d3d7dd;
    width: 100%;
}

/* ----  Left  ---- */

.contacto-end-container-left{
    background-color: #d3d7dd;
    width: 50%;
    float: left;
    text-align: center;
}

.contacto-end-container-left-img{
        background-image: url(https://quabbala.com/wp-content/uploads/2020/04/image-form-landing-footer.jpg);
        background-color: #d3d7dd;
        width: 50%;
        height: 117vh;
        background-repeat: no-repeat;
        float: left;
        background-size: cover;
        position: relative;
}

.contacto-end-container-left-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contacto-end-container-text{
    margin: 0 auto;
    max-width: 80%;
}

.contacto-end-container-title{
    margin-top: 3%;
    text-align: center;
    font-size: 30px;
    padding: 40px 0px 30px 0px;
    display: table;
    width: 100%;
}

.contacto-end-container-form{
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.contacto-end-container-left .subtitle-form {
    padding: 1% 0% 5% 0%;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
}



/* ----  Right  ---- */

.contacto-end-container-right{
    /* background-color: #d3d7dd; */
    width: 100%;
    float: none;
    filter: grayscale(100%);
}

.header-right-container input[type="checkbox"]{
    float: left !important;
    width: 20px !important;
}

.header-right-container span.wpcf7-list-item-label {
    line-height: 1.5 !important;
    font-size: 12px !important;
    text-align: justify !important;
    margin-top: 24px !important;

}



/* ----  Middle  ---- */

.landing-last-contact-middle-container input[type="checkbox"]{
    float: left !important;
    width: 20px !important;
    margin-top: 5px;
    margin-right: 10px;
}

input, textarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    width: 85%;
    display: block;
    /* width: 280px; */
    padding: .4em;
}

.landing-last-contact-middle-container span.wpcf7-list-item-label {
    line-height: 2 !important;
    font-size: 12px !important;
    text-align: justify !important;
    margin-top: 24px !important;

}

.landing-last-contact-middle-container span.wpcf7-list-item-label a {
    color: #f6921f !important;
}

.wpcf7-list-item label {
        width: 100% !important;
        padding: 0% 0%;
        float: left;
    }




/* ----  Bottom  ---- */

.contacto-end-container-form input[type="checkbox"]{
    float: left !important;
    width: 20px !important;
}

.contacto-end-container-form span.wpcf7-list-item-label {
    line-height: 2 !important;
    font-size: 12px !important;
    text-align: justify !important;
    margin-top: 24px !important;

}

.contacto-end-container-form form{
    width: 90% !important;
    margin: 0 auto !important;
    text-align: left;
}

.contacto-end-container-form input { 
    margin: 0.75em auto;
    font-family: inherit; 
    text-transform: inherit; 
    font-size: inherit;
    width: 100%;
    display: block; 
    /* width: 280px; */
    padding: .4em;
  }

.contacto-end-container-form textarea { 
    margin: 0.75em auto;
    font-family: inherit; 
    text-transform: inherit; 
    font-size: inherit;
    width: 100%;
    display: block; 
    /* width: 280px; */
    padding: .4em;
  }




.map{
    width: 32.7%;
    padding: 0.3%;
    float: left;
    height: 200px;
    /* background-color: #d3d7dd; */
    margin-bottom: 0.2%;
}


input.wpcf7-form-control.wpcf7-submit {
    margin-top: 35px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 15%;
}




/*----------------------------------------------  LANDING RESPONSIVE  ---------------------------------------------- */



@media (max-width: 960px) {

    .diana-container img{
        width: 100% !important;
    }

    /*---- Header ---*/

    .header-left-container {
        position: relative;
        width: 100%;
        float: none;
    }

    .list-points-container-left {
        width: 100%;
        float: none;
        line-height: 2rem;
        list-style: upper-armenian;
    }

    .header-right-container {
        position: relative;
        width: 100%;
        float: none;
        height: 100%;
        text-align: center;
        right: 0;
    }

    .header-right-container .wpcf7-form{
        margin: 0 auto;
        width:  90%;
    }

    /*---- Points ---*/

    .point-container {
        width: 80%;
        padding: 5% 0%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .point-image-container {
        width: 85%;
        margin: 0 auto;
    }

    .point-image-container img {
        width: 70%;
        max-width: 250px;
    }


    /*---- Form Middle ---*/

    .landing-last-contact-middle-container label {
        width: 100%;
        padding: 0% 0%;
        float: none;
    }

    
    /*---- Diana ---*/

    .diana-container {
        width: 100%;
        background-image: url(https://quabbala.com/wp-content/uploads/2019/07/diana-background.jpg);
        background-repeat: no-repeat;
        height: auto;
    }


    /*---- UK, HK, Spain ---*/

    .quienes-title {
        padding: 10% 5% 3% 5%;
        font-size: 40px;
        text-align: center;
    }

    /*---- Spain ---*/

    .pic-quienes-spain-img {
        background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/spain-quabbala-quienes-hk.jpg);
        width: 0%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        display: none;
    }

    .area-container-quienes-individual {
        width: 100%;
        float: none;
        height: auto;
        /* display: none; */
    }

    .pic-quienes-spain {
        background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/spain-quabbala-quienes-hk-txt.jpg);
        width: 100%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        background-repeat: no-repeat;
        display: none;
    }

    /*---- UK ---*/

    .pic-quienes-uk {
        background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/london-quabbala-quienes-hk.jpg);
        width: 100%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        display: none;
    }

    .single-partner-logo-landing-uk-middle img {
        width: 100%;
    }

    .pic-quienes-uk-img {
        background-image: url(http://hk.quabbala.com/wp-content/uploads/2019/10/london-quabbala-quienes-hk-txt.jpg);
        width: 0%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        background-repeat: no-repeat;
        display: none;
    }


    /*---- HK ---*/

    .pic-quienes-hk {
        background-image: url(https://quabbala.com/wp-content/uploads/2020/04/HK-right.jpg);
        width: 100%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        background-repeat: no-repeat;
        display: none;
    }

    .pic-quienes-hk-img {
        background-image: url(https://quabbala.com/wp-content/uploads/2020/04/HK-left.jpg);
        width: 50%;
        padding-top: 349px;
        position: absolute;
        overflow: hidden;
        display: none;
    }


    /*-------------------- MAP --------------------*/


    /* .map {
        width: 100%;
        padding: 0.2%;
        float: none;
        height: 200px;
        margin-bottom: 0.2%;
    } */


    /*-------------------- CONTACT --------------------*/


    .contacto-end-container-text {
        margin: 0 auto;
        max-width: 100%;
    }

    .contacto-end-container-left{
        background-color: #d3d7dd;
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .contacto-end-container-left-img{
            background-image: url(https://quabbala.com/wp-content/uploads/2020/04/image-form-landing-footer.jpg);
            background-color: #d3d7dd;
            width: 50%;
            height: 0vh;
            background-repeat: no-repeat;
            float: left;
            background-size: cover;
            position: relative;
            display:none;
    }


}