/** GLOBAL **/
.otgs-development-site-front-end {
	display: none;
}

h1 {
	font-family: 'Graphik';
	color: #ffffff;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
}

h2 {
	font-family: 'Graphik';
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	color: white;
}

h3 {
	font-family: 'Graphik';
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}

p {
	color: #ffffff;
	font-family: 'Graphik';
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.container {
	max-width: 1618px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.col {
	padding: 0 15px;
}
.row {
	margin: 0 -15px;
}
.container:not(.container-especial-left):not(.container-especial-right) {
	padding: 0 20px;
}
.container-especial-right {
	padding-left: 20px;
}
.container-especial-left {
	padding-right: 20px;
}
.container-full .col,
.container .col {
	padding: 0 15px;
	width: 100%;
}
h1 {
	padding: 23px 0;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 54px;
	text-align: left;
}
.center {
	text-align: center;
}

.background-center {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flex {
	display: flex;
}
.btn-bordeblanco:hover {
	border-color: #fff;
	color: #191919;
	background: #fff;
}
.btn-bordeblanco {
	border: 1.5px solid #ffffff;
	border-radius: 28px;
	padding: 0 24px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	height: 49px;
	display: block;
	background: transparent;
	line-height: 49px;
	transition: all ease 0.3s;
}
.enlace-linea {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	text-align: right;
	position: relative;
	margin-top: 44px;
	padding-left: 25px;
}
.enlace-linea:before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	height: 1px;
	width: 20px;
	position: absolute;
}
.col-breadcrumbs {
	padding-top: 30px !important;
}
/* nav */
nav#site-head.hide2 {
	top: -150px;
}
nav .col-logo img {
	max-width: 186px;
}
nav .hamburguesa .close{
	display: none;
}
nav.open .hamburguesa .open{
	display: none;
}
nav.open .hamburguesa .close{
	display: block;
}
.wpml-ls-legacy-list-vertical .wpml-ls-current-language a .wpml-ls-native,
.wpml-ls-legacy-list-vertical .wpml-ls-current-language a .wpml-ls-display {
	color: white;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 12px;
}
.wpml-ls-legacy-list-vertical li:first-child {
	border-bottom: 1px solid white;
}
.wpml-ls-legacy-list-vertical a .wpml-ls-display {
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 12px;
	color: rgba(255, 255, 255, 0.35);
	text-align: right;
}
.wpml-ls-legacy-list-vertical a {
	padding: 0;
}
.navbar .container:after {
	position: absolute;
	bottom: -10px;
	left: 15px;
	width: 100%;
	background: white;
	width: calc(100% - 30px);
	height: 1px;
	content: '';
}
.navbar.negativo.background {
	background: #fff;
}
.navbar.background {
	background: #090909;
}
.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
	transition: all ease 0.3s;
}
.navbar.negativo .wpml-ls-legacy-list-vertical li:first-child {
	border-color: #090909;
}
.navbar.negativo .container:after {
	background: #090909;
}
.navbar.negativo .wpml-ls-legacy-list-vertical .wpml-ls-current-language a .wpml-ls-native,
.wpml-ls-legacy-list-vertical .wpml-ls-current-language a .wpml-ls-display {
	color: #090909;
}
.navbar.negativo .btn-bordeblanco {
	border-color: #090909;
	color: #090909;
}
.navbar.negativo .row.flex .col-menu .menu a {
	color: #090909;
}
.navbar .row.flex .col-menu .menu a {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
	font-weight: 400;
	white-space: nowrap;
	
}
.navbar .row.flex .col-menu .menu a:hover:after {
    opacity: 1;
    width: 100%;
}
.enlace-linea:hover{
	font-weight: 500;
}
.enlace-linea{
	transition:all ease .3s;
}
.navbar .row.flex .col-menu .menu a:after {
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: white;
    content: "";
    left: 0;
    opacity: 0;
    transition: all ease .3s;
}
.navbar .row.flex .col-menu .menu a {
	position: relative;
}
.navbar .row.flex .col-menu .menu {
	list-style-type: none;
	display: flex;
	gap: 30px;
}
.navbar .row.flex .col-menu {
	display: flex;
	align-items: center;
	gap: 40px;
}
.navbar .menu-right {
	display: flex;
	gap: 25px;
	align-items: center;
}
.navbar .row.flex {
	align-items: center;
	justify-content: space-between;
}
.navbar .hamburguesa {
	display: none;
	width: 25px;
}
.navbar .contactarwd {
	display: none;
}
.navbar .row-rwd {
	display: none;
}
.navbar .menurwd {
	padding: 20px 15px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.navbar .menurwd .has-submenu > span svg {
	width: 18px;
	height: 15px;
}
.navbar .menurwd .has-submenu.show > div {
	display: block;
}
.navbar .menurwd .has-submenu > div {
	padding: 20px 0;
	display: none;
}
.navbar .menurwd .has-submenu.show > span svg {
	transform: rotate(180deg);
}
.navbar .menurwd .has-submenu > span {
	display: flex;
	align-items: center;
	gap: 10px;
}
.navbar .menurwd .submenu a {
	color: #ffffff;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	max-width: 185px;
	display: block;
	padding-bottom: 15px;
}
.navbar .menurwd a,
.navbar .menurwd span {
	color: #ffffff;
	font-family: Graphik;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 45px;
	text-decoration: none;
}
.navbar.open {
	background: #090909;
}
.navbar.open.negativo{
	background: white;
}
.navbar.open .row-rwd {
	display: block;
}
.navbar.negativo .hamburguesa svg #Homepage-RWD{
    stroke:#090909;
}
.navbar.negativo .hamburguesa .close path{
	fill:#090909;
}
.navbar.negativo .menurwd a, .navbar.negativo .menurwd span{
    color:#090909;
}
.navbar .menurwd .has-submenu .submenu,
.navbar .menurwd .menu{
    list-style-type: none;
}
.navbar.negativo .menurwd .has-submenu svg #Homepage{
    stroke:#090909;
}
.navbar.negativo .menurwd .submenu a{
    color:#090909;
}
@media (max-width: 1618px) {
	.navbar .container:after {
		position: absolute;
		bottom: -10px;
		left: 20px;
		width: 100%;
		background: white;
		width: calc(100% - 40px);
		height: 1px;
		content: '';
	}
}

@media (max-width: 1200px) {
	.navbar .hamburguesa {
		display: block;
	}

	.navbar .menu-left {
		display: none;
	}

	.navbar .btn-bordeblanco {
		display: none;
	}

	.navbar .col-logo {
		display: flex;
		gap: 25px;
		align-items: center;
	}

	.navbar .idiomas {
		display: flex;
		align-items: center;
		gap: 25px;
	}

	.navbar .contactarwd {
		display: block;
	}

	.navbar .row.flex .col-menu {
		justify-content: end;
	}
}
/* fin nmav */
/* home_header */
.home_header h1 a,
.home_header .titulo p a {
	color: #ffffff;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	position: relative;
	padding-left: 45px;
}
.home_header h1 a:before,
.home_header .titulo p a:before {
	height: 4px;
	width: 35px;
	position: absolute;
	left: 0;
	top: 21px;
	background-color: white;
	content: '';
}
.home_header h1 p,
.home_header .titulo p {
	color: #ffffff;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	max-width: 906px;
	width: 100%;
}
.home_header {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.home_header .next > span {
	color: white;
	width: 100%;
	display: block;
	padding-right: 50px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}
.home_header .next .numbers {
	display: flex;
	gap: 5px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 11px;
	letter-spacing: 0;
	display: none;
	line-height: 12px;
}
.home_header .next {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 40px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}
.slidehome-item h1,
.slidehome-item .titulo {
	/*transform: translateY(124px);*/
	padding-bottom: 80px;
}
.slidehome-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.67) 100%);
	content: '';
}
.slidehome-item {
	/*height: calc(100vH - 180px);*/
	height: 100vh;
	margin-bottom: 180px;
	position: relative;
	display: flex !important;
	overflow: visible;
	align-items: end;
	position: relative;
}
@media (max-width: 992px) {
	.home_header h1 p,
	.home_header .titulo p {
		max-width: 80%;
	}
	.home_header h1 a,
	.home_header .titulo p a,
	.home_header h1 p,
	.home_header .titulo p {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.home_header h1 a:before,
	.home_header .titulo p a:before {
		top: 12px;
	}
	/* .slidehome-item h1, .slidehome-item .titulo {
        transform: translateY(86px);
    }*/
}
@media (max-width: 768px) {
	.home_header .next {
		font-size: 14px;
		line-height: 15px;
	}
	.home_header .next .numbers {
		font-size: 10px;
		line-height: 11px;
	}
}

/*  fin home_header */
/* video_sectin */
.video_section .row-cita {
	max-width: 1327px;
}
.video_section .cita {
	max-width: 795px;
	margin-left: auto;
	color: #ffffff;
	font-family: Graphik;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 40px;
}
.video_section .row-cita .cita {
	padding: 0;
}
.video_section .enlace_cita {
	text-align: right;
}

.video_section .row-video {
	max-width: 1327px;
	margin: 0 auto;
	margin-top: 120px;
}
.video_section {
	padding: 115px 0;
}
.video_section .row-video .videoCont .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video_section .row-video .videoCont {
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 640px;
	position: relative;
	cursor: pointer;
}
#videoModal iframe {
	width: 100% !important;
}
#videoModal {
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
@media (max-width: 992px) {
	.video_section .row-cita .cita {
		padding-left: 50px;
	}
}
@media (max-width: 768px) {
	.video_section {
		padding: 50px 0;
	}
	.video_section .row-cita .cita {
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 27px;
	}
	.video_section .enlace_cita .enlace-linea {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		margin-top: 25px;
	}
}
/* fin video_section */
/* portfolio_home */
.image_grid .col-portfolio.hide {
	display: none;
}
.image_grid .col-portfolio {
	column-count: 3;
	column-gap: 27px;
}
.image_grid .col-video.hide {
	display: none;
}
.image_grid .portfolio-item:hover .mask {
	visibility: 1;
	opacity: 1;
}
.image_grid .portfolio-item .mask {
	background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.3s;
	opacity: 0;
}
.image_grid .portfolio-item .meta .ver-galeria {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	padding-top: 8px;
}
.image_grid .portfolio-item .meta .categoria {
	color: #ffffff;
	font-family: Graphik;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}
.image_grid .portfolio-item:hover .meta {
	opacity: 1;
}
.image_grid .portfolio-item .meta {
	padding: 30px;
	opacity: 0;
	transition: all ease 0.3s;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.image_grid .portfolio-item img {
	grid-row: 1 / -1;
	border-radius: 5px;
	grid-column: 1;
}
.image_grid .portfolio-item:hover .icono .video path {
	fill: white;
}
.image_grid .portfolio-item:hover .icono .video {
	width: 25px;
}
.image_grid .portfolio-item:hover .icono {
	visibility: visible;
	opacity: 1;
}
.image_grid .portfolio-item .icono #icon_arrow_x2 path {
	mask: none;
}
.image_grid .portfolio-item .icono {
	position: absolute;
	top: 11px;
	right: 11px;
	visibility: hidden;
	transition: all ease 0.3s;
	opacity: 0;
	display: none;
}
.image_grid .portfolio-item {
	margin: 0;
	cursor: pointer;
	display: grid;
	position: relative;
	grid-template-rows: 1fr auto;
	margin-bottom: 27px;
	break-inside: avoid;
}
.fancybox-gallery {
	display: none;
}
.image_grid .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	max-width: 400px;
	line-height: 22px;
}
.image_grid h2 {
	max-width: 233px;
	padding-bottom: 15px;
}
.image_grid .enlace-linea {
	display: flex;
	width: auto;
	margin-top: 10px;
}
.image_grid .portfolio-item.item-text {
	padding-bottom: 60px;
}
.image_grid {
	padding: 115px 0 80px 0;
}
.image_grid .col-portfoliotext.mv {
	display: none;
}
@media (max-width: 768px) {
	.image_grid .portfolio-item .meta .categoria{
		font-size:16px;
	}
	.image_grid .portfolio-item .meta .ver-galeria{
		font-size: 14px;
	}
	.image_grid .portfolio-item .meta{
		padding: 10px;
		width:100%;
	}
	.portfolio-item.item-text.pc {
		display: none;
	}
	.image_grid .col-portfoliotext.mv {
		display: block;
	}
	.image_grid h2 {
		max-width: 100%;
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.image_grid .texto {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	.image_grid .col-portfolio {
		column-count: 2;
		column-gap: 15px;
	}
	.image_grid .portfolio-item {
		margin-bottom: 15px;
	}
	.image_grid {
		padding: 25px 0;
	}
}
/* fin portfolio_home */
/* our_services */
.our_services h2 {
	text-align: center;
}
.our_services .col-servicios {
	display: flex;
	gap: 10%;
	align-items: center;
}
.our_services .row-servicios {
	padding-top: 120px;
}
.our_services .imagen-servicios {
	height: 562px;
	width: 58%;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.our_services .servicios-derecha .servicio-item.activo .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-top: 21px;
}
.our_services .servicios-derecha .servicio-item.activo h3,
.our_services .servicios-derecha .servicio-item:hover h3 {
	color: white;
}
.our_services .servicios-derecha .servicio-item h3 svg {
	display: none;
}
.our_services .servicios-derecha .servicio-item h3 {
	color: rgba(255, 255, 255, 0.25);
	transition: all ease 0.3s;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
}
.our_services .servicios-derecha .servicio-item:last-child {
	border: none;
}
.our_services .servicios-derecha .servicio-item:first-child {
	margin-top: 0;
}
.our_services .servicios-derecha .servicio-item {
	padding-bottom: 43px;
	border-bottom: 1px solid #ffffff;
	margin-top: 32px;
	cursor: pointer;
}
.our_services .servicios-derecha {
	width: 33%;
}
.our_services .servicio-item.activo .mas-meta {
	opacity: 1;
	visibility: visible;
	max-height: 100%;
}
.our_services .mas-meta {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}
.our_services .servicio-item .enlace-linea {
	margin-top: 20px;
}
.our_services {
	padding: 80px 0 110px 0;
}
.our_services .servicios-derecha .servicio-item .meta img {
	display: none;
}
@media (max-width: 1200px) {
	.our_services .imagen-servicios {
		width: 50%;
	}
	.our_services .servicios-derecha {
		width: 50%;
	}
}
@media (max-width: 992px) {
	.our_services .servicios-derecha .servicio-item.activo .meta img {
		display: block;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.our_services .row-servicios {
		padding-top: 25px;
	}
	.our_services .col-servicios {
		gap: 30px;
	}
	.our_services .servicios-derecha {
		width: 100%;
	}
	.our_services .imagen-servicios {
		height: 450px;
		display: none;
	}
	.our_services .servicios-derecha .servicio-item.activo h3 .close {
		display: block;
	}
	.our_services .servicios-derecha .servicio-item.activo h3 .open {
		display: none;
	}
	.our_services .servicios-derecha .servicio-item h3 {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: space-between;
	}
	.our_services .servicios-derecha .servicio-item h3 .open {
		display: block;
	}
}
@media (max-width: 768px) {
	.our_services .servicio-item .enlace-linea {
		margin-top: 15px;
	}
	.our_services .servicios-derecha .servicio-item.activo .texto {
		color: #ffffff;
		font-family: Graphik;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
		padding-top: 15px;
	}
	.our_services .servicios-derecha .servicio-item h3 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	.our_services .servicios-derecha .servicio-item {
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.our_services .row-servicios {
		padding-top: 25px;
	}
	.our_services {
		padding: 25px 0;
	}
	.our_services h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
}
/* fin our_services */
/* latest_news */
.latest_news .row.flex {
	gap: 30px;
}
.latest_news h2 {
	padding-bottom: 25px;
}
.latest_news .texto .enlace-linea {
	margin-top: 10px;
}
.latest_news .col-metaNot {
	max-width: 400px;
}
.latest_news .noticia-item {
	text-decoration: none;
	margin: 0 15px;
	width: 40vw;
}
.latest_news .col-noticias {
	width: calc(100% - 400px);
}
.latest_news .noticia-item .titulo {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
}
.latest_news .noticia-item .fecha {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 15px;
}
.latest_news .noticia-item .enlace-linea {
	margin-top: 10px;
}
.latest_news .noticia-item .noticia-imagen {
	height: 477px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	border-radius: 5px;
}
.latest_news .noticia-item:not(.slick-current) .noticia-meta {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.latest_news .noticia-item.slick-current .noticia-meta {
	display: block;
	opacity: 1;
	visibility: visible;
}
.latest_news .slick-list {
	padding-left: 0 !important;
}
.latest_news .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	max-width: 400px;
}
.latest_news .nextNoticia > span {
	color: white;
	width: 100%;
	display: block;
	padding-right: 50px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}
.latest_news .nextNoticia .numbers {
	display: flex;
	gap: 5px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 12px;
}
.latest_news .nextNoticia {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 35px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}
.latest_news {
	padding: 110px 0 70px 0;
	overflow: hidden;
}
@media (max-width: 992px) {
	.latest_news .row.flex {
		flex-direction: column;
	}
	.latest_news .col-noticias {
		width: 100%;
	}
	.latest_news .noticia-item {
		margin: 0;
		margin-right: 30px;
	}
}
@media (max-width: 768px) {
	.latest_news .noticia-item .noticia-imagen {
		height: 250px;
		margin-bottom: 18px;
	}
	.latest_news .nextNoticia {
		display: none;
	}
	.latest_news .noticia-item .fecha {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		padding-bottom: 8px;
	}
	.latest_news .noticia-item .titulo {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	.latest_news {
		padding: 25px 0;
	}
	.latest_news h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.latest_news .texto {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	.latest_news .col-metaNot .enlace-linea {
		margin-top: 15px;
	}
}
@media (max-width: 575px) {
	.latest_news .noticia-item .noticia-imagen {
		height: 165px;
	}
}
/* fin latest_news */
/* cta */
.cta {
	padding: 70px 0 120px 0;
}
.cta .texto a {
	position: relative;
	padding-left: 45px;
}
.cta .texto p,
.cta .texto a {
	color: #ffffff;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	position: relative;
}
.cta .texto {
	max-width: 520px;
	margin: 0 auto;
}
.cta .texto a:before {
	height: 4px;
	width: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: white;
	content: '';
}
@media (max-width: 768px) {
	.cta .texto p,
	.cta .texto a {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.cta .texto a:before {
		height: 3px;
		width: 35px;
		position: absolute;
		left: 7px;
		top: 15px;
		background-color: white;
		content: '';
		width: 25px;
	}
	.cta .texto {
		margin-left: 0;
	}
}
/* fin cta */
/* footer */
footer input.wpcf7-submit {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	background: black;
	padding: 8px 20px;
	border-radius: 28px;
	position: absolute;
	top: 6px;
	height: 37px;
	right: 6px;
}
footer .newsletterCont > p {
	position: relative;
	max-width: 382px;
}
footer input.wpcf7-email {
	border: 1.5px solid #090909;
	border-radius: 25px;
	padding: 12px 140px 12px 25px;
	max-width: 382px;
	width: 100%;
}
footer .texto-newsletter {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 20px;
}
footer .titulo-newsletter {
	color: #090909;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	padding-bottom: 7px;
}
footer {
	padding: 60px 0;
}
footer .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}
footer .redes ul {
	list-style-type: none;
	padding-top: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
}
footer .titulo-redes {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	padding-top: 40px;
}
footer .wpcf7-spinner {
	position: absolute;
	right: -30px;
	margin: 0;
	top: 13px;
}
.wpcf7-list-item {
	margin: 0;
}
footer .wpcf7-list-item-label a,
footer .wpcf7-list-item-label {
	color: #090909;
	font-family: Graphik;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 22px;
}
footer .col-right {
	text-align: right;
}
footer .logo img {
	margin-left: auto;
	margin-bottom: 100px;
}
footer .menu-legal a {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
}
footer .menu-legal {
	display: flex;
	justify-content: end;
	gap: 25px;
}
footer .copyright {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: right;
	padding-top: 15px;
}
footer .logo.footer-mv {
	display: none;
}
@media (max-width: 768px) {
	footer .logo.footer-mv {
		display: block;
	}
	footer .row.flex {
		flex-direction: column;
	}
	footer .logo img {
		margin: 0 auto 35px auto;
	}
	footer .newsletter {
		text-align: center;
	}
	footer .titulo-newsletter {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	footer .logo:not(.footer-mv) {
		display: none;
	}
	footer .redes ul {
		justify-content: center;
		margin-bottom: 70px;
	}
	footer .menu-legal {
		justify-content: center;
	}
	footer .menu-legal a {
		line-height: 18px;
	}
	footer .copyright {
		text-align: center;
	}
	footer .titulo-redes {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	footer .texto-newsletter {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	footer .newsletterCont > p {
		margin: 0 auto;
	}
}
/* fin footer */
/* cabecera_sobre_mi */
.cabecera_sobre_mi .col-breadcrumbs .current {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.cabecera_sobre_mi .col-breadcrumbs .sep,
.cabecera_sobre_mi .col-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}
.cabecera_sobre_mi .col-breadcrumbs {
	display: flex;
	padding-bottom: 25px;
	align-items: center;
	gap: 5px;
}
.cabecera_sobre_mi {
	padding-top: 55px;
	padding-bottom: 95px;
}
.cabecera_sobre_mi .col-meta .texto > div p {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 15px;
}
.cabecera_sobre_mi .col-meta .texto > div {
	width: 50%;
}
.cabecera_sobre_mi .col-meta .texto {
	display: flex;
	gap: 30px;
}
.cabecera_sobre_mi .col-meta h2 {
	padding-bottom: 45px;
}
.cabecera_sobre_mi .col-meta .subtitulo {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 36px;
	padding-bottom: 25px;
}
.cabecera_sobre_mi .col-meta,
.cabecera_sobre_mi .col-imagen {
	max-width: 50%;
}
.cabecera_sobre_mi .row.flex {
	align-items: center;
	gap: 30px;
}
.cabecera_sobre_mi .redes ul img {
	filter: brightness(0) invert(1);
}
.cabecera_sobre_mi .redes ul {
	list-style-type: none;
	display: flex;
	gap: 25px;
}
.cabecera_sobre_mi .redes {
	padding-top: 15px;
}
@media (max-width: 1200px) {
	.cabecera_sobre_mi .col-meta .texto {
		flex-direction: column;
	}
	.cabecera_sobre_mi .col-meta .texto > div {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.cabecera_sobre_mi .row.flex {
		gap: 0;
	}
}
@media (max-width: 768px) {
	.cabecera_sobre_mi .row.flex {
		gap: 25px;
		flex-direction: column;
	}
	.cabecera_sobre_mi .col-breadcrumbs {
		display: none;
	}
	.cabecera_sobre_mi {
		padding-top: 100px;
		padding-bottom: 25px;
	}
	.cabecera_sobre_mi .col-meta,
	.cabecera_sobre_mi .col-imagen {
		max-width: 100%;
	}
	.cabecera_sobre_mi .col-meta .subtitulo {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 36px;
		padding-bottom: 5px;
	}
	.cabecera_sobre_mi .col-meta h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
		padding-bottom: 12px;
	}
	.cabecera_sobre_mi .col-meta .texto {
		gap: 0;
	}
	.cabecera_sobre_mi .col-meta .texto > div p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
}
/* fin cabecera_sobre_mi */
/* servicios */
.servicios .row {
	justify-content: space-between;
}
.servicios {
	padding: 190px 0 100px 0;
}
.servicios .col-servicio .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.servicios .col-servicio h3 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	min-height: 90px;
	letter-spacing: 0;
	text-align: left;
	line-height: 36px;
	padding-bottom: 15px;
}
.servicios .col-servicio {
	max-width: 410px;
}
@media (max-width: 768px) {
	.servicios {
		padding: 25px 0;
	}
	.servicios .row {
		flex-direction: column;
	}
	.servicios .col-servicio {
		max-width: 100%;
		margin-bottom: 35px;
	}
	.servicios .col-servicio h3 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
		min-height: auto;
		padding-bottom: 20px;
	}
	.servicios .col-servicio .enlace-linea {
		margin-top: 10px;
	}
	.servicios .col-servicio .texto {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
}
/* fin servicios */
/* cabeceraServicios-simple */
.cabeceraServicios-simple .col-breadcrumbs .current {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.cabeceraServicios-simple .col-breadcrumbs span,
.cabeceraServicios-simple .col-breadcrumbs .sep,
.cabeceraServicios-simple .col-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}
.cabeceraServicios-simple h1 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding-bottom: 70px;
}
.cabeceraServicios-simple .subtitulo {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 36px;
	padding-top: 30px;
}
.cabeceraServicios-simple .col-breadcrumbs {
	display: flex;
	padding-bottom: 25px;
	align-items: center;
	gap: 5px;
	padding-top: 95px !important;
}
.cabeceraServicios-simple .row-texto .col-derecha .btn-bordeblanco {
	margin-top: 10px;
	display: inline-block;
}
.cabeceraServicios-simple .row-texto .col-derecha p {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 20px;
}
.cabeceraServicios-simple .row-texto .col-derecha h3 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	padding-bottom: 25px;
	text-align: left;
}
.cabeceraServicios-simple .row-texto .col-derecha {
	max-width: 520px;
}
.cabeceraServicios-simple .row-texto .imagen_cabecera {
	height: 575px;
	max-width: 930px;
	width: 100%;
}
.cabeceraServicios-simple .row-texto {
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 992px) {
	.cabeceraServicios-simple .row-texto {
		flex-direction: column;
	}
	.cabeceraServicios-simple .row-texto .col-derecha {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.cabeceraServicios-simple .col-breadcrumbs {
		display: none;
	}
	.cabeceraServicios-simple .subtitulo {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 36px;
		padding-top: 100px;
	}
	.cabeceraServicios-simple h1 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
		padding: 10px 0 15px 0;
	}
	.cabeceraServicios-simple .row-texto .col-derecha h3 {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
	}
	.cabeceraServicios-simple .row-texto .col-derecha p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
}
/* fin cabeceraServicios-simple */
/* cabecera_servicios */

.slider-cabeceraServicios .meta_cabecera .titulo,
.slider-cabeceraServicios .meta_cabecera h1 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	max-width: 657px;
}
.slider-cabeceraServicios .meta_cabecera .subtitulo {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 36px;
	margin-top: -95px;
}
.slider-cabeceraServicios .meta_cabecera .next {
	position: absolute;
	right: 0;
}
.slider-cabeceraServicios .meta_cabecera {
	position: relative;
}
.slider-cabeceraServicios .imagen_cabecera .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(9, 9, 9, 0.5) 0%, rgba(9, 9, 9, 0) 48.66%, rgba(9, 9, 9, 0.46) 100%);
}
.slider-cabeceraServicios .row-texto .titulo-texto {
	height: 61px;
}
.slider-cabeceraServicios .row-texto h3 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
}
.slider-cabeceraServicios .row-texto .enlace a {
	margin-top: 40px;
	display: inline-block;
	text-align: center;
}
.slider-cabeceraServicios .row-texto .enlace {
	text-align: center;
}
.slider-cabeceraServicios .row-texto {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
}
.slider-cabeceraServicios .imagen_cabecera {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 50vh;
	background-size: cover;
}
.slider-cabeceraServicios .slider-servicios {
	height: 100vh;
	padding-bottom: 80px;
}
.slider-servicios .container-breadcrumbs .col-breadcrumbs .current {
	color: white;
}
.slider-servicios .container-breadcrumbs .col-breadcrumbs span,
.slider-servicios .container-breadcrumbs .col-breadcrumbs .sep,
.slider-servicios .container-breadcrumbs .col-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 22px;
}
.slider-servicios .container-breadcrumbs .col-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-top: 55px !important;
}
.slider-servicios .container-breadcrumbs {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 55px;
}
.slider-servicios .nextServicios > span {
	color: white;
	width: 100%;
	display: block;
	padding-right: 50px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}
.slider-servicios .nextServicios .numbers {
	display: flex;
	gap: 5px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 12px;
}
.slider-servicios .nextServicios {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 145px;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}
/* fin cabecera_servicios */
/* cita */
.cita {
	padding: 100px 0 60px 0;
}
.cita .cita-texto p {
	color: #ffffff;
	font-family: Graphik;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 40px;
}
.cita .cita-texto {
	max-width: 795px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cita {
		padding: 50px 0;
	}
	.cita .cita-texto p {
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 27px;
	}
}
/* fin cita */
/* videos */
.videos {
	padding: 60px 0 100px 0;
	overflow: hidden;
}
.videos h2 {
	text-align: center;
	padding-bottom: 65px;
}
.videos .video-item .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.videos .video-item {
	height: 480px;
	border-radius: 5px;
	margin: 0 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.modal {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.modal iframe {
	max-width: 100%;
}
/* fin videos */
/* otros servicios */
.listado_hijos {
	padding: 60px 0;
}
.listado_hijos .texto {
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
	padding-bottom: 75px;
}
.listado_hijos h2 {
	text-align: center;
	padding-bottom: 25px;
}
.listado_hijos .col-hijos .child-item .texto {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: left;
	max-width: 520px;
	margin-left: auto;
	padding-bottom: 0;
	margin: 0;
}
.listado_hijos .col-hijos .child-item h3 {
	color: #ffffff;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
	padding-bottom: 25px;
}
.listado_hijos .col-hijos .child-item .imagen-child {
	margin-bottom: 45px;
	border-radius: 5px;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.listado_hijos .col-hijos .child-item {
	width: 50%;
	text-decoration: none;
}
.listado_hijos .col-hijos {
	display: flex;
	gap: 30px;
}
@media (max-width: 768px) {
	.listado_hijos {
		padding: 30px 0;
	}
	.listado_hijos h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
		text-align: center;
	}
	.listado_hijos .texto p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
		text-align: center;
	}
	.listado_hijos .texto {
		padding-bottom: 35px;
	}
	.listado_hijos .col-hijos {
		flex-direction: column;
	}
	.listado_hijos .col-hijos .child-item {
		width: 100%;
	}
	.listado_hijos .col-hijos .child-item .imagen-child {
		margin-bottom: 20px;
	}
	.listado_hijos .col-hijos .child-item h3 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
		padding-bottom: 15px;
	}
	.listado_hijos .col-hijos .child-item .texto {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
}
/* fin otros servicios */
/* posts_destacados */
.posts_destacados .col-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.posts_destacados {
	padding-top: 55px;
}
.posts_destacados .col-breadcrumbs a {
	color: rgba(9, 9, 9, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
.posts_destacados .noticias-destacadas .noticia-grande .enlace-linea:before {
	background: #090909;
}
.posts_destacados .noticias-destacadas .noticia-grande .enlace-linea {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0;
}
.posts_destacados .noticias-destacadas .noticia-grande h3.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.posts_destacados .noticias-destacadas .noticia-grande .fecha {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-top: 15px;
}
.posts_destacados .noticias-destacadas .noticia-grande .noticia-imagen {
	height: 493px;
	border-radius: 4px;
}
.posts_destacados .noticias-destacadas .noticia-grande {
	width: 50%;
}
.posts_destacados .noticias-destacadas .noticia-item {
	text-decoration: none;
}
.posts_destacados .noticias-destacadas {
	display: flex;
	gap: 30px;
}
.posts_destacados {
	padding-bottom: 120px;
}
.posts_destacados h2 {
	padding: 33px 0 55px 0;
	color: #090909;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea:before {
	background: #090909;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-meta h3.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
	text-align: left;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .fecha {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-meta {
	width: 50%;
}
.posts_destacados .noticias-pequenas .noticia-item .noticia-imagen {
	width: 50%;
	height: 100%;
}
.posts_destacados .noticias-pequenas .noticia-item {
	height: calc(463px / 2);
	display: flex;
	gap: 30px;
}
.posts_destacados .noticias-pequenas {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (max-width: 1200px) {
	.posts_destacados .noticias-destacadas {
		flex-direction: column;
	}
	.posts_destacados .noticias-destacadas .noticia-grande {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.posts_destacados {
		padding-bottom: 35px;
	}
	.posts_destacados h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.posts_destacados .noticias-destacadas .noticia-grande .noticia-imagen {
		height: 300px;
	}
	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .fecha,
	.posts_destacados .noticias-destacadas .noticia-grande .fecha {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 22px;
		padding-bottom: 8px;
	}
	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta .enlace-linea {
		margin-top: 10px;
	}
	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta h3.titulo,
	.posts_destacados .noticias-destacadas .noticia-grande h3.titulo {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 22px;
		padding-top: 0;
	}
	.posts_destacados .noticias-pequenas .noticia-item {
		flex-direction: column;
		gap: 15px;
		height: auto;
	}
	.posts_destacados .noticias-pequenas .noticia-item .noticia-imagen {
		height: 200px;
		width: 100%;
	}
	.posts_destacados .noticias-pequenas .noticia-item .noticia-meta {
		width: 100%;
	}
}
/* fin posts_destacados */
/* todas las noticias */
.todas_las_noticias h2.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding-bottom: 45px;
}
.todas_las_noticias .col-noticias .noticia-item .fecha {
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding: 25px 0 10px 0;
}

.todas_las_noticias .col-noticias .noticia-item .noticia-imagen {
	height: 360px;
}
.todas_las_noticias .col-noticias h3.titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: left;
	line-height: 29px;
}
.todas_las_noticias .col-noticias .noticia-item {
	text-decoration: none;
	width: calc(33% - 16px);
	margin-bottom: 30px;
}
.todas_las_noticias .col-noticias {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.todas_las_noticias {
	padding: 120px 0;
}
.todas_las_noticias .noticia-item .enlace-linea:before {
	background: #090909;
}
.todas_las_noticias .noticia-item .enlace-linea {
	color: #090909;
	margin-top: 10px;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.todas_las_noticias .col-paginacion .paginacion-blog {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.todas_las_noticias .col-paginacion .page-numbers.prev,
.todas_las_noticias .col-paginacion .page-numbers.next {
	display: none;
}
.todas_las_noticias .col-paginacion .page-numbers {
	color: #090909;
	margin-top: 10px;
	font-family: Graphik;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	width: 30px;
	display: inline-block;
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
}
.todas_las_noticias .col-paginacion .page-numbers:hover,
.todas_las_noticias .col-paginacion .page-numbers.current {
	color: #090909;
	margin-top: 10px;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	background: #090909;
	color: white;
	width: 30px;
	display: inline-block;
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
}
.todas_las_noticias .col-paginacion {
	text-align: center;
	padding-top: 30px;
}
@media (max-width: 1200px) {
	.todas_las_noticias .col-noticias .noticia-item {
		width: calc(50% - 16px);
	}
}
@media (max-width: 768px) {
	.todas_las_noticias {
		padding: 25px 0 50px 0;
	}
	.todas_las_noticias h2.titulo {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.todas_las_noticias .col-noticias {
		flex-direction: column;
	}
	.todas_las_noticias .col-noticias .noticia-item {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.todas_las_noticias .col-noticias .noticia-item .noticia-imagen {
		height: 235px;
	}
}
/* fin todas las noticias */
/* single_post */
.cabecera_post {
	position: relative;
	height: calc(100% - 216px);
	min-height: 400px;
}
.cabecera_post .openPostImage {
	position: absolute;
	bottom: 225px;
	right: 0;
}
.cabecera_post .container > .row .col-titulo h1 {
	padding-bottom: 40px;
	font-family: 'PT Serif', serif;
}
.cabecera_post .container > .row .col-titulo .fecha {
	color: #ffffff;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.cabecera_post .container > .row .col-titulo {
	max-width: 797px;
	margin: 0 auto;
}
.cabecera_post .container > .row {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.cabecera_post .container {
	height: 100%;
}
.cabecera_post img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
}
.cabecera_post .breadcrumbs .current {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.cabecera_post .breadcrumbs .sep,
.cabecera_post .breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}
.cabecera_post .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(9, 9, 9, 0.5) 0%, rgba(9, 9, 9, 0) 48.66%, rgba(9, 9, 9, 0.46) 100%);
}
.cabecera_post .breadcrumbs {
	padding-top: 85px;
	display: flex;
	padding-bottom: 25px;
	align-items: center;
	gap: 5px;
}
.post-inicio .col h1 {
	color: #ffffff;
	font-family: 'PT Serif', serif;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding: 0;
	padding-bottom: 30px;
	padding-top: 15px;
}
.post-inicio .openPostImage {
	position: absolute;
	right: 0;
	top: -67px;
	cursor: pointer;
}
.post-inicio .col .fecha {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.post-inicio .col {
	max-width: 797px;
	margin: 0 auto;
}
.post-inicio {
	padding: 40px 0 30px 0;
	background: #ffffff;
	z-index: 2;
	display: block;
	position: relative;
}
.post-inicio .tableofcontent .ez-toc-counter nav ul li a::before {
	content: '·';
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 0.2em;
	float: left;
	padding-right: 10px;
}
.post-inicio .tableofcontent div#ez-toc-container a:hover {
	color: #090909;
}
.post-inicio .tableofcontent div#ez-toc-container a {
	color: #090909;
	font-family: Graphik;
	font-size: 15px;
	letter-spacing: 0;
	transition: all ease 0.3s;
	line-height: 25px;
}
.post-inicio .tableofcontent div#ez-toc-container {
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: transparent;
	border: none;
}
.post-inicio .tableofcontent.hide{
	display: none;
}
.post-inicio .tableofcontent .titulo {
	color: #090909;
	font-family: Graphik;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 31px;
	padding-bottom: 15px;
}
.post-inicio {
}
.post-contenido .col {
	max-width: 797px;
	margin: 0 auto;
}
.post-contenido {
	background: white;
	padding: 50px 0 80px 0;
}
.post-contenido h3{
	font-family: 'PT Serif', serif;
}
.post-contenido h2 {
	color: #090909;
	font-family: 'PT Serif', serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	text-align: left;
	padding-bottom: 25px;
}
.post-contenido .tip {
	color: #090909;
	font-family: 'PT Serif', serif;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 31px;
	padding-bottom: 25px;
}
.post-contenido li,
.post-contenido p {
	color: #090909;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 20px;
	text-align: justify;
}
.post-contenido img{
	height: auto;
	width:100%;
}
.post-contenido .wp-caption .wp-caption-text {
	color: #090909;
	font-family: Graphik;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 18px;
	text-align: right;
	padding-top: 15px;
}
.post-contenido .citaShort {
	color: #090909;
	font-family: Graphik;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 40px;
	text-align: right;
	max-width: 522px;
	margin: 20px 0 50px auto;
}
.post-contenido .wp-caption img {
	height: auto;
}
.post-contenido .wp-caption {
	margin-top: 40px;
	margin-bottom: 27px;
	max-width: 100%;
}
.post-contenido .share-links {
	display: flex;
	align-items: center;
	gap: 25px;
}
.post-contenido .titulo-share {
	color: #090909;
	font-family: 'PT Serif', serif;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
	padding-top: 45px;
	padding-bottom: 23px;
}
.single-post .latest_news {
	background-color: white;
}
.single-post .latest_news .noticia-item .enlace-linea:before,
.single-post .latest_news .col-metaNot .enlace-linea:before {
	background: #090909;
}
.single-post .latest_news .noticia-item .fecha,
.single-post .latest_news .noticia-item .titulo,
.single-post .latest_news .noticia-item .enlace-linea,
.single-post .latest_news .col-metaNot .enlace-linea,
.single-post .latest_news .col-metaNot .texto p,
.single-post .latest_news h2 {
	color: #090909;
}
.single-post .cta .texto p,
.single-post .cta .texto a,
.single-post .latest_news .nextNoticia .numbers,
.single-post .latest_news .nextNoticia > span,
.single-post .latest_news .nextNoticia {
	color: #090909;
}
.single-post .cta .texto a:before {
	background: #090909;
}
.single-post .latest_news .nextNoticia > span {
	border-color: #090909;
}
.single-post footer {
	background: white;
}
.single-post .cta {
	background: white;
}
@media (max-width: 768px) {
	.cabecera_post .container > .row .col-titulo h1 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.cabecera_post .breadcrumbs {
		display: none;
	}
	.cabecera_post .container > .row .col-titulo .fecha {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
	}
	.post-inicio .tableofcontent .titulo {
		font-size: 19px;
		letter-spacing: 0;
		line-height: 31px;
	}
	.post-inicio .tableofcontent div#ez-toc-container a {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 23px;
	}
	.post-contenido h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
}
/* fin single_post */
/* seccion_formulario */
.seccion_formulario .breadcrumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.seccion_formulario {
	padding-top: 55px;
}
.seccion_formulario .breadcrumbs a {
	color: rgba(9, 9, 9, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
.seccion_formulario h2 {
	color: #090909;
	font-family: Graphik;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	padding: 40px 0 50px 0;
	max-width: 1207px;
}
.seccion_formulario .left .col-50 p {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.seccion_formulario ::placeholder {
	color: rgba(9, 9, 9, 0.25);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
}
.seccion_formulario label {
	color: #090909;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	display: block;
}
.seccion_formulario label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}
.seccion_formulario textarea {
	height: 297px;
}
.seccion_formulario textarea,
.seccion_formulario input {
	border: 1.5px solid #090909;
	border-radius: 5px;
	padding: 20px 25px;
	margin-bottom: 25px;
	width: 100%;
	color: #090909;
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
.seccion_formulario .form-flex > div {
	width: 50%;
}
.seccion_formulario .form-flex .col-50 p label {
	width: calc(50% - 15px);
}
.seccion_formulario .form-flex {
	display: flex;
	gap: 30px;
}
.seccion_formulario .wpcf7-list-item label .wpcf7-list-item-label {
	padding-bottom: 15px;
	color: #090909;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}
.seccion_formulario .wpcf7-list-item label input {
	width: auto;
	margin: 0;
}
.seccion_formulario .wpcf7-list-item label {
	display: flex;
	align-items: baseline;
	gap: 15px;
}
.seccion_formulario .wpcf7-submit {
	border-radius: 28px;
	background-color: #090909;
	color: white;
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	margin-bottom: 70px;
	max-width: 246px;
	margin-top: 20px;
	float: right;
}
@media (max-width: 768px) {
	.seccion_formulario h2 {
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
	.seccion_formulario .form-flex {
		flex-direction: column;
		gap: 15px;
	}
	.seccion_formulario .form-flex > div {
		width: 100%;
	}
}
/* fin seccion_formulario */
/* categorias portfolio */
.categorias_portfolio .categorias .term-item.activo,
.categorias_portfolio .categorias .term-item:hover {
	background: white;
	color: #090909;
}
.categorias_portfolio .categorias .term-item {
	border: 1.5px solid #ffffff;
	border-radius: 28px;
	color: #ffffff;
	cursor: pointer;
	font-family: Graphik;
	font-size: 16px;
	background: #090909;
	letter-spacing: 0;
	line-height: 12px;
	text-align: center;
	padding: 12px 25px;
	display: inline-block;
	transition: all ease 0.3s;
}
.categorias_portfolio .categorias {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 45px;
	gap: 15px;
}
.categorias_portfolio .titulo-categorias {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 22px;
	padding-top: 35px;
}
.categorias_portfolio {
	padding-top: 55px;
}
.categorias_portfolio .col-breadcrumbs .current {
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}

.categorias_portfolio .col-breadcrumbs .sep,
.categorias_portfolio .col-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}

.categorias_portfolio .col-breadcrumbs {
	display: flex;
	padding-bottom: 25px;
	align-items: center;
	gap: 5px;
}
@media(max-width:768px){
	.categorias_portfolio h2{
		font-size: 27px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 29px;
	}
}
/* fin categorias portfolio */
/* portfolio_listado */
.portfolio_listado.image_grid.show .mask{
	background:transparent;
	visibility: hidden;
	opacity: 0;
	z-index:-1;
}
.portfolio_listado.image_grid.show .loader{
	display: none;
}
.portfolio_listado.image_grid .loader {
	z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: auto;
    display: inline-block;
}
.portfolio_listado.image_grid .mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #090909;
    z-index: 2;
	visibility: visible;
	opacity: 1;
	transition:all ease .3;
}
.portfolio_listado.image_grid {
	padding-top: 0;
	position:relative;
	padding-bottom: 0;
}
.portfolio_listado .portfolio-item.hide {
	display: none;
}
@media (max-width:768px){
	.portfolio_listado.image_grid{
		padding: 25px 0;
	}
}
/* fin portfolio_listado */
/* megamenu */
.megamenu-servicios .col-servicios .servicio-item .mask {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(9, 9, 9, 0.5);
}
.megamenu-servicios .col-servicios .servicio-item {
	width: 33.333%;
	height: 312px;
	padding: 30px 40px;
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: baseline;
}
.megamenu-servicios .servicio-titulo {
	color: #ffffff;
	position: relative;
	font-family: Graphik;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
}
.megamenu-servicios .enlace-linea {
	margin-top: 18px;
}
.megamenu-servicios.hide {
	top: -500px;
}
.megamenu-servicios {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 100%;
}
.megamenu-servicios .col-servicios {
	display: flex;
}
/* fin megamenu */
/* porfolio_carrusel */
.portfolio_carrusel.latest_news .noticia-item {
    width: auto;
	position: relative;
}
.portfolio_carrusel .noticia-item img {
	height: 47.5vh;
    object-fit: cover;
}
.portfolio_carrusel .noticia-item .meta .ver-galeria{
	color: #ffffff;
	font-family: Graphik;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	padding-top: 8px;
}
.portfolio_carrusel .noticia-item .meta .categoria{
	color: #ffffff;
	font-family: Graphik;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
}
.portfolio_carrusel .noticia-item .meta{
	padding: 30px;
    opacity: 0;
    transition: all ease 0.3s;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.portfolio_carrusel .noticia-item .mask{
	background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.3s;
	opacity: 0;
	
}
.portfolio_carrusel .noticia-item .icono{
	position: absolute;
	top: 11px;
	right: 11px;
	visibility: hidden;
	transition: all ease 0.3s;
	display: none;
	opacity: 0;
}
.portfolio_carrusel .noticia-item:hover .icono {
    visibility: visible;
    opacity: 1;
}
.portfolio_carrusel .noticia-item:hover .mask {
    visibility: 1;
    opacity: 1;
}
.portfolio_carrusel .noticia-item:hover .meta {
    opacity: 1;
}
@media (max-width:1200px){
	.portfolio_carrusel .noticia-item img{
		height: 30vh;
	}
}
@media (max-width:768px){
	.portfolio_carrusel .noticia-item .meta .categoria {
		font-size: 16px;
	}
	.portfolio_carrusel .noticia-item .meta .ver-galeria {
		font-size: 14px;
	}
	.portfolio_carrusel .noticia-item img{
		height: 20vh;
	}
}
/* fin portfolio_carrusel */
/* custom */
.page-id-24 .image_grid {
	padding-top: -1px;
}
@media (max-width: 768px) {
	.enlace-linea {
		font-size: 14px !important;
		line-height: 22px !important;
	}
}
.loader{
	position: relative;
}
.loader1 span {
	display: block;
	width: 70px;
	height: 70px;
	border: 3px solid;
	border-radius: 50%;
	border-color: transparent #fff #fff;
	-webkit-animation: cssload-spin 690ms infinite linear;
			animation: cssload-spin 690ms infinite linear;
  }
  @-webkit-keyframes cssload-spin {
	100% {
	  transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes cssload-spin {
	100% {
	  transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
.numbers{
	display: none!important;
}
/* fin custom */
/* texto legal */
.texto_legal h1{
	color:#090909;
}
.texto_legal ol,
.texto_legal ul{
	padding-left: 20px;
}
.texto_legal p,
.texto_legal li{
	color: #090909;
    font-family: Graphik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 20px;
}
.texto_legal{
	padding: 100px 0;
}
/* fin texto legal */