  /* ==================================================
  
  Global Styles
  
  ================================================== */
.container {
  position: relative;
}
.block-content:last-of-type {
  padding-bottom: 0 !important;
}
.separator-line-vertical-left {
  position: relative !important;
}
.separator-line-vertical-left::before {
	background-color: #fff !important; 
	content: '' !important;
	display: block !important;
	position: absolute !important;
	left: 20% !important;
	top: 0 !important;
	height: 100px !important;
	width: 2px !important;
}
.title-cta-light {
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 70px;
	line-height: 24px;
	text-transform: none;
}
.custom-text-padding {
	padding-left: 145px;
}
.header-title {
	margin-bottom: 0;
}
.header-subtitle {
	text-transform: none;
	line-height: 24px;
}

/* ==================================================

Showrooms List Shortcode

================================================== */
.showrooms-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*max-width: 1440px;*/
	margin: auto;
	padding: 30px 0 90px 0;
	width: 100%;
}
.showroom-item {
	display: flex;
	flex-direction: column;
	/*flex: 1 1 33.33333333333333%;*/
	margin: 0;
	width: 33.33333333333333%;
	box-sizing: border-box;
}
/*.showroom-item + .showroom-item {
	border-left: 1px solid #000;
}*/
.showroom-item-content {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	height: 100%;
	padding: 46.39px 45px 26px 36px;
	position: relative;
}
/*.showroom-item-content:before {
	content: "";
	height: 38px;
	position: absolute;
	top: -19px;
	left: 36px;
	width: 2px;
	border-left: 2px solid #000;
}*/
.showroom-item-content-info {
	border-top: 1px solid #000;
	padding: 18px 0 35px 0;
}
/*.showroom-item:nth-child(3n+1) {
	border: 0;
}*/
.showroom-item-content-info + .showroom-item-content-info {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 35px;
}
.showroom-item figure,
.showroom-item img {
	margin: 0;
}
.showroom-item img {
	width: 100%;
	height: auto;
}
.showroom-item h3 {
	font-family: 'Jost', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 29.44px;
	margin: 0 0 12px 0;
	text-transform: none;
}
.showroom-item p {
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 18.4px;
	margin: 0;
}
.showroom-item p + p {
	margin-top: 20px;
}
.showroom-item a {
	color: #000;
	text-decoration: underline;
}
.showroom-item a:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 767px) {
	.showroom-item {
    	width: 50%;
	}
	/*.showroom-item:nth-child(3n+1) {
    	border-left: 1px solid #000;
	}
	.showroom-item:nth-child(2n+1) {
    	border: 0;
	}*/
}
@media (max-width: 480px) {
	.showroom-item {
    	width: 100%;
	}
	/*.showroom-item + .showroom-item {
    	border: 0;
	}*/
}

/* ==================================================

Showrooms Map Info ShortCode

================================================== */
.mapplic-element {
	overflow: visible !important;
}
.showroom-map-info {
	display: none;
	padding: 20px 0 0 60px;
}
.showroom-map-info h2 {
	font-family: 'Jost';
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	text-transform: none;
}
.showroom-map-info p {
	font-size: 16px;
	font-weight: 400;
	line-height: 23.7px;
}


/* ==================================================

Showrooms Single

================================================== */
.single-showroom-item {
	background-color: #fff;
	padding: 48px 0 113px 0;
}
.single-showroom-item .single-showroom-item-content {
	display: grid;
  	grid-auto-flow: column;
  	grid-auto-columns: 1fr;
}
.single-showroom-item-content-col-img figure {
	margin: 0;
}
.single-showroom-item-content-col-img figure img {
	max-width: 682px;
}
.single-showroom-item-content-col-txt {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 50px 0 0 100px;
}
.single-showroom-item-content-info {
	position: relative;
}
.single-showroom-item-content-info + .single-showroom-item-content-info {
	padding-top: 1.1em;
}
.single-showroom-item-content-info + .single-showroom-item-content-info:before {
	background-color: #000;
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
	left: -30px;
	width: 100px;
}
.single-showroom-item-content-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 29.44px;
	margin: 0 !important;
}
.single-showroom-item-content-button p,
.single-showroom-item-content-button .gem-button {
	margin: 0;
}
.single-showroom-item-content-button p .gem-button {
	margin-top: 11px;
}

@media (max-width: 959px) {
	.single-showroom-item-content-col-img figure img {
		max-width: 100%;
	}
	.single-showroom-item .single-showroom-item-content {
		display: block;
	}
	.single-showroom-item-content-col-txt {
		padding: 50px 0 0 30px;
	}
}
@media (min-width: 960px) and (max-width: 1060px) {
	.single-showroom-item-content-col-txt {
		padding: 50px 0 0 50px;
	}
}


/* ==================================================

canciones Shortcode

================================================== */
.canciones-list {
	display: flex !important;
    flex-wrap: wrap !important;
}
.canciones-list .canciones-item {
	padding: 30px !important;
	text-align: center !important;
	width: 33.333% !important;
    word-wrap: break-word;
}


/* ==================================================

Servicios

================================================== */
body.tax-categorias_servicios .services-navigation {
	background: #E8E2D9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 9px;
	padding: 17px 0 7px 0;
}
body.tax-categorias_servicios .services-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
body.tax-categorias_servicios .services-navigation ul li {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 15px;
	margin: 0 23px 10px 23px;
}
body.tax-categorias_servicios #main {
	background-color: #fff;
}
body.tax-categorias_servicios .main-content {
	padding: 90px 40px 1px 40px;
}
body.tax-categorias_servicios h1,
body.tax-categorias_servicios h1:not(.thegem-heading):first-child {
	margin: 0 0 80px 0;
	padding-left: 40px;
	position: relative;
}
body.tax-categorias_servicios h1:before {
	background-color: #1F1F1F;
	display: block;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	transform: translateY(-50%);
}
body.tax-categorias_servicios .servicio-description {
	padding: 70px 240px 130px 240px;
}
body.tax-categorias_servicios .servicio-description p {
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
}
.servicios-list {
	margin: 0 auto;
	max-width: 1272px;
	padding: 0 21px;
}
.servicios-item {
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 0 0 80px 0;
}
.servicios-item:nth-child(even) {
	flex-direction: row-reverse;
}
.servicios-item .servicios-item-image {
	flex: 2 1 0;
}
.servicios-item .servicios-item-image figure {
	margin: 0;
}
.servicios-item .servicios-item-image figure img {
	max-width: 100%;
}
.servicios-item .servicios-item-text {
	flex: 1 1 0;
	/*padding: 0 60px 0 23px;*/
	padding: 0 0 0 30px;
}
.servicios-item .servicios-item-text *:last-child {
	margin-bottom: 0;
}
.servicios-item h2 {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	letter-spacing: normal;
	line-height: 55px;
	margin: 0 0 30px 0;
	padding-bottom: 16px;
	position: relative;
	text-transform: none;
}
.servicios-item h2:after {
	background-color: #1F1F1F;
	display: block;
	content: "";
	height: 2px;
	position: absolute;
	bottom: 0;
	left: -55px;
	width: 100px;
}
.servicios-item p {
	color: #1F1F1F;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}
.servicios-item p a.gem-button {
	border-radius: 0;
    background-color: #333;
    color: #fff;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	text-transform: none;
}
.servicios-item:nth-child(even) .servicios-item-text {
	padding: 0 23px 0 60px;
}
@media (min-width: 991px) and (max-width: 1024px) {
	.servicios-item .servicios-item-text {
		padding: 0 23px;
	}
}
@media (max-width: 990px) {
	.servicios-item .servicios-item-image figure {
		margin-bottom: 30px;
	}
	.servicios-item .servicios-item-text,
	.servicios-item:nth-child(even) .servicios-item-text {
		padding: 0 23px;
		max-width: 670px;
	}
	.servicios-list {
		padding: 0;
	}
	.servicios-item,
	.servicios-item:nth-child(even) {
		flex-direction: column;
		align-items: flex-start;
	}
	.servicios-item h2:after {
		left: -23px;
	}
}
@media (max-width: 1200px) {
	body.tax-categorias_servicios .servicio-description{
		padding-left: 10%;
		padding-right: 10%;
	}
}


/* ==================================================

Proyectos

================================================== */
body.post-type-archive-proyectos #main {
	background-color: #fff;
	padding-bottom:105px;
}
body.post-type-archive-proyectos .main-content {
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.proyectos-item {
	display: flex;
	position: relative;
}
.proyectos-item + .proyectos-item {
	margin-top: 105px;
}
.proyectos-item .proyectos-item-image {
	margin: 0;
	position: relative;
	width: 75%;
}
.proyectos-item .proyectos-item-image img {
	max-width: 100%;
}
.proyectos-item .proyectos-item-image a {
	display: block;
	position: relative;
    z-index: 0;
}
.proyectos-item .proyectos-item-image a:hover:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}
.proyectos-item .proyectos-item-text {
	position: absolute;
	right:0;
	top: 30px;
	width: 33.333333%;
	max-width: 446px;
}
.proyectos-item .proyectos-item-text h2 {
	color: #1F1F1F;
	font-size: 60px;
	font-weight: 300;
	line-height: 120%;
}
.proyectos-item:nth-child(even) {
	flex-direction: row-reverse;
}
.proyectos-item:nth-child(even) .proyectos-item-text {
	left: 0;
	right: auto;
}
/*@media (min-width: 1212px) {
	body.post-type-archive-proyectos .main-content {
		width: 1212px;
	}
}*/
@media (max-width: 766px) {
	.proyectos-item,
	.proyectos-item:nth-child(even) {
		flex-direction: column;
	}
	.proyectos-item {
		margin-bottom: 50px;
	}
	.proyectos-item + .proyectos-item {
		margin-top: 0;
	}
	.proyectos-item .proyectos-item-text {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.proyectos-item .proyectos-item-text h2 {
		font-size: 30px;
		margin: 20px 0 0 0;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
	.proyectos-item:last-child {
		margin-bottom: 30px;
	}
	.proyectos-item .proyectos-item-text {
		top: 20%;
	}
	.proyectos-item .proyectos-item-text h2 {
		font-size: 30px;
	}
}
@media (min-width: 1201px) and (max-width: 1280px) {
	.proyectos-item:last-child {
		margin-bottom: 30px;
	}
	.proyectos-item .proyectos-item-text {
		top: 20%;
	}
	.proyectos-item .proyectos-item-text h2 {
		font-size: 50px;
	}
}


/* ==================================================

Blog

================================================== */
.blog-posts-list {
	display: flex;
	flex-wrap: wrap;
	margin: 48px -21px 0 -21px;
    width: calc(100% + 42px);
}
.blog-posts-list-item {
	height: 462px;
	margin-bottom: 42px;
	overflow: hidden;
	padding: 0 21px;
	width: 50%;
}
.blog-posts-list-item-content {
	position: relative;
}
.blog-posts-list-item-content-img {
    height: 462px;
    position: relative;
    width: 100%;
}
.blog-posts-list-item-content-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}
.blog-posts-list-item-content-txt {
	background: rgba(32, 29, 26, 0.8);
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	padding: 20px 56px 20px 26px;
	position: absolute;
	top: 0;
	width: 300px;
}
.blog-posts-list-item-content-txt h3,
.blog-posts-list-item-content-txt p,
.blog-posts-list-item-content-txt a {
	color: #fff;
}
.blog-posts-list-item-content-txt h3,
.blog-posts-list-item-content-txt p {
	font-family: 'Jost';
	font-style: normal;
}
.blog-posts-list-item-content-txt h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 28px;
	text-transform: none;
}
.blog-posts-list-item-content-txt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}
.blog-posts-list-item-content-txt p:last-of-type {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	margin-top: auto;
}
.blog-posts-list-item-content-txt p:last-of-type:after {
	background-color: #fff;
	display: inline-block;
	content: "";
	height: 2px;
	margin-left: 5px;
	vertical-align: middle;
	width: 38px;
}
.blog-posts-list-load-more {
    text-align: center;
    margin-top: 30px;
}

.blog-posts-list-load-more .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #444444;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.blog-posts-list-load-more .button:hover {
    background-color: #222222;
}
.blog-posts-list-load-more .button.button-load-more-posts {
	background-color: #000000;
	border-style: solid;
	border-color: #02010100;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 50px;
	padding: 12px 24px;
	border-radius: 3px;
	transition: all 0.3s ease;
	text-transform: none;
}
.blog-posts-list-load-more .button.button-load-more-posts:hover {
	color: #000000;
    background-color: #FFFFFF00;
    border-color: #000000;
}
.blog-posts-list-load-more.blog-posts-list-load-more-container {
	margin-top: 0;
}

@media (max-width: 766px) {
	.blog-posts-list {
		flex-direction: column;
	}
	.blog-posts-list-item {
		margin-bottom: 25px;
		width: 100%;
	}
}