/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* 

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
 */
 
 /*
 
h1, h2, .titular {
	font-family: 'Helvena', 'Inter', sans-serif;
	font-weight: 700; 
}
 
 */
 
 /*
 
 Título: 48pt ? 64px
Subtítulo: 36pt ? 48px
Cuerpo: 16pt ? 21.3px
 
 */
 
 
 body, p, li, input, textarea {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
    line-height: 1.4;
	color: #050212;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1 !important;
	margin-bottom: 28px !important;
	letter-spacing: -1px !important;
	font-optical-sizing: auto;
	font-style: normal;
	/**/
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	/***/
	font-family: 'Helvena', 'Inter', sans-serif;
	font-weight: 600 !important; 
}

h2 {	
	font-size: 40px;    
}

h3 {	
	font-size: 30px;
}

.edit-link {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
	/**/
	display: none !important;
}

.page-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(242 185 31 / 0%) 22%, rgb(7 98 41 / 0%) 100%) repeat;
    opacity: 1;
	/**/
}

#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;	
	font-weight: 700;	
}

#site-navigation-wrap .dropdown-menu>li>a {
    font-size: 16px !important;
    letter-spacing: 0 !important;
}

.dropdown-menu ul li a.menu-link {
    font-weight: 600;
	color: #000 !important;
	text-transform: none;
}

.dropdown-menu ul li a.menu-link:hover {
	color: #ff9800 !important;
}

.dropdown-menu .sub-menu {
	border: 0 !important;
}

#site-navigation-wrap {
	float: none;
	margin-left: auto;
}

li.button.open-contact:hover {
	color: #333 !important;
}

#site-navigation-wrap .dropdown-menu {
  display: flex;
  align-items: center;
  float: none; 
}

#site-navigation-wrap .dropdown-menu li {
  float: none; 
}

.only-mobile {
    display: none;
}

#mobile-dropdown .only-mobile {
    display: initial;
}

#mobile-dropdown .only-desktop {
    display: none;
}

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button[type="submit"]:focus {
    background-color: #222;
    color: #fff;
	border: 0 !important;
}

form input[readonly], form select[readonly], form textarea[readonly] {
    border-color: #ddd;
    background-color: #fff;
}

form label {
	margin-bottom: 3px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    color: #fff;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    border: 0;
    border-bottom: 1px solid #ffffff99;
	font-weight: 400;
    font-size: 16px;
	color: #fff;
}

form textarea {
    min-height: 70px;
    height: 70px;
    max-height: 130px;
    width: 100%;
    max-width: 100%;
}

form .aceptacion > label {
    font-size: 14px;
}

form .aceptacion + p {
    margin: 0 !important;
}

.wpcf7-spinner {
    display: none;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus, form select:focus, form textarea:focus {
    border-color: #ffeb3b;
	color: #ffeb3b;
}

form input:focus-visible:invalid, form textarea:focus-visible:invalid, form select:focus-visible:invalid {
    border-color: #ffeb3b;
	color: #ffeb3b;
}

input[type=checkbox] {
border: 1px solid #000000;
    line-height: 0;
    width: 21px;
    min-width: 21px;
    height: 21px;
}

input[type=checkbox]:before {
    -webkit-transition: .05s all ease-in-out;
    -moz-transition: .05s all ease-in-out;
    -ms-transition: .05s all ease-in-out;
    -o-transition: .05s all ease-in-out;
    transition: .05s all ease-in-out;
}

input[type=checkbox]:checked:before {
    margin: 0px 0 0 -8px;
    font-weight: 900;
    font-size: 44px;
}

input[type="submit"] {
    min-width: 140px;
	width: 100%;
	background-color: #e8b825 !important;
}

input[type="submit"]:hover {
	background-color: #ddd !important;
	color: #333 !important;
}

p.aceptacion a {
    color: #e8b825;
    text-decoration: underline;
}

p.aceptacion a:hover {
    color: #fff;
    text-decoration: none;
}

.wpcf7 form select option {
	color: #333;
}

/* CF7 validation */

.wpcf7-not-valid-tip {
    color: #ffeb3b !important;
    padding: 10px 0 0 0 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background: #dc3232 !important;
    border: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 0 !important;
    background: #FFC106 !important;
    color: #000;
    letter-spacing: 0.5px;
    margin: 21px 0 0 0;
    font-size: 13px !important;
}

.wpcf7 form .wpcf7-response-output {
    line-height: 1 !important;
    padding: 10px 20px !important;
	border: 0 !important;
    background: #FFC106 !important;
    color: #000;
    letter-spacing: 0.5px;
    margin: 21px 0 0 0;
    font-size: 13px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #FFC106 !important;
    color: #000;
    letter-spacing: 0.5px;
    margin: 21px 0 0 0;
    font-size: 13px !important;
}

/* MAIN */

body.blog #main #content-wrap,
body.archive #main #content-wrap,
body.single #main #content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* HELLO MATIUS BUTTONS */

body .button:focus {
	color: inherit !important;
}

.button {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    display: inline-flex;
    width: fit-content !important;
}

/* .button:hover {
    gap: 10px;
} */

.button.reverse {
	flex-direction: row-reverse;
}

.button__label {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    gap: 10px;
    min-width: 170px;
    min-height: 46px;
    padding: 14px 40px 14px 25px;
    border-radius: 10px;
    border-radius: 0;
    border: 1px solid #929292;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color .25s ease;
    color: #000 !important;
    white-space: normal;
}

.button.reverse .button__label {
    padding: 0 25px 0 40px;
}

.button__icon {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 0 10px 10px 0;
    border-radius: 0;
    background: #050212;
    background: #e8b825;
    flex-shrink: 0;
    transition: background-color .25s ease, transform .25s ease;
    margin: 0 0 0 -15px;
    position: relative;
    z-index: 1;
}

.button.reverse .button__icon {
    border-radius: 10px 0 0 10px;
    border-radius: 0;
    margin: 0 -15px 0 0;
}

.button__icon svg {
    width: 19px;
    max-width: 19px;
    height: 19px;
    max-height: 19px;
    transition: transform .25s ease;
}

.button:hover .button__label {
    background: #050212;
    background: #e8b825;
    color: #000000;
    fill: #fff;
    border-color: transparent;
	border-radius: 0;
}

.button:hover .button__icon {
    background: #fff;
	border-color: #929292;
	border-left-color: transparent;
}

.button.reverse:hover .button__icon {
	border-left-color: #e8b825;
	border-right-color: transparent;
}

.button:hover .button__icon svg {
    transform: rotate(45deg);
}

.button:hover .button__icon svg path {
    stroke: #000 !important;
}

.button.reverse .button__label,
.button--icon-left {
    flex-direction: row-reverse;
}

.button--icon-left .button__icon svg {
    transform: scaleX(-1);
}

.button--icon-left:hover .button__icon svg {
    transform: scaleX(-1) rotate(45deg);
}

.button.inside .button__label {
    border: 1px solid transparent;
    background: #e8b825;
}

.button.inside .button__icon {
    background: #fff;
    border: 1px solid #333;
}

.button.inside:hover .button__label {
    border-color: #333;
    background: #fff;
}

.button.inside:hover .button__icon {
    background: #e8b825;
    border-color: transparent;
}

a.button.simple {
    --btn-gap: 8px;
    --btn-gap-hover: 12px;
}

a.button.simple .button__label {
    height: auto;
    padding: 0;
    background: none;
    color: #555;
    font-weight: 500;
	border: 0;
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
    text-underline-offset: 4px;
	min-width: unset;
}

a.button.simple .button__icon {
	width: 26px;
	min-width: 26px;
    height: 26px;
    min-height: 26px;
    background: none;
    border: 1.5px solid #333;
    border-radius: 4px !important;
    margin: 0 !important;
}

a.button.simple .button__icon svg {
    width: 11px;
    height: 11px;
}

a.button.simple .button__icon svg path {
    stroke: #333;
}

a.button.simple:hover .button__label {
    background: none;
    color: #000;
	text-decoration: none;
}

a.button.simple:hover .button__icon {
    background: #fff;
    border-color: #fff;
}

a.button.simple:hover .button__icon svg path {
    stroke: var(--btn-bg-hover);
}

.hlight {
	background-image: linear-gradient(#9c27b036 0%, #e91e63d9 100%);
    background-size: 100% 7px;
    background-repeat: no-repeat;
    background-position: 0 80%;
    transition: background-size .5s ease-in;
    font-weight: 900;
    color: black;
}

.hlight:hover {
    background-size: 0 0;
}

.has-transparent-header .page-header {
    padding: 72px 0 0 0;
    padding: 0;
	background-repeat: no-repeat;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

/* .button, input[type="submit"] {
	padding: 20px 30px !important;
	border: 0 !important;
} */

#main #content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.gdpr-infobar-visible #outer-wrap {
	margin-bottom: 62px;
}

.site-breadcrumbs {
    font-size: 13.1px;
    z-index: 4;
    /* text-shadow: 1px 1px 2px rgb(0 0 0 / 50%); */   
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
}

.page-subheading + .site-breadcrumbs {
    margin-top: 38px;
}

.site-breadcrumbs li {
    font-size: 13.4px;
}

.site-breadcrumbs a {
    font-weight: 700;
}

.site-breadcrumbs a:hover {
    color: #fff;
}

.page-header-title {
	/* text-shadow: 1px 1px 2px rgb(0 0 0 / 50%); */
	font-size: 50px !important;
    max-width: 700px !important;
    line-height: 1.1 !important;
    margin: 0 auto;	
	text-align: center !important;
	font-weight: 900;
	color: white;
}

.page-header-title + nav {
	margin-top: 40px !important;
}

.page-subheading {
    line-height: 1 !important;
    display: block;
    font-size: 19px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
	    max-width: 450px;
}

.page-subheading p {
	font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.3;
	color: inherit;
}

.page-subheading p:empty {
    display: none;
}

.home .page-header-title {
	line-height: 1.1 !important;
} 

/*  */

body.archive .page-header-title,
body.single-post .page-header-title {
	margin-bottom: 0 !important;
}

.pre {
	line-height: 1;
    margin: 0 0 15px 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-left: 1px solid #000000;
    border-color: inherit;
    padding: 0 0 0 10px;
}

.has-parallax-footer #main {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}



/* Custom Home ordering */

.home .page-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 210px);
    border-radius: 170px;
    padding: 100px;
    width: 100%;
    width: 1200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;   
}

.home .custom-header-ctas {
	width: 100%;
    display: flex;
    flex-direction: column;
}

.home .page-subheading {
    order: 2;
    padding: 35px 0 0 0;
}


/* MAIN MENU BUTTONS */

.partner.menu-item {
    padding: 0 !important;
}

.partner.menu-item a {
    padding: 0 25px !important;
}

a.mobile-menu {
    display: flex;
    align-items: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#mobile-dropdown ul li a {
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
}

#mobile-dropdown .sub-menu li a {
    text-transform: none;
    font-weight: 600;
}

#mobile-dropdown .partner.menu-item {
    margin: 0 auto !important;
	width: 100%;
}

#mobile-dropdown .partner.menu-item a {
    padding: 17px 25px !important;
    color: white;
}

@media only screen and (max-width:959px) {
	#site-header-inner {
		padding: 14px 0 10px 0 !important;
	}
	#top-bar-social ul {
		justify-content: center;
		padding: 5px 0 0 0;
	}
	#top-bar {
		padding: 10px 0;
	}	
}

@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 10px 0;
	}	
}


#site-navigation-wrap .dropdown-menu >.current-menu-item >a, #site-navigation-wrap .dropdown-menu >.current-menu-ancestor >a, #site-navigation-wrap .dropdown-menu >.current-menu-item >a:hover, #site-navigation-wrap .dropdown-menu >.current-menu-ancestor >a:hover {
    color: #000000 !important;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: #f8b900;
}

.sub-menu .current-menu-item a span {
	color: #ff9800 !important;
}
 

/* Wrapping */

@media (max-width:1310px) {
	.wrap { padding: 0 40px; }
}

@media (max-width:768px) {
	.wrap { padding: 0 30px; } 
}

@media (max-width:525px) {
	.wrap { padding: 0 20px; }
}



/* Single galleries */

.clizzz-gallery div.gallery,
.single-post div.gallery {
    display: flex;
    justify-content: center;
    margin: auto;
    width: auto;
    padding: 0 20px;
}

.gallery + .gallery {
    margin-top: 20px !important;
}

figure.gallery-item {    
	display:inline-flex;
    align-items: center;
	flex-direction: column;
	text-align: center;
	margin: 0;  
	max-width: initial !important;
    width: auto !important;
}

figure.gallery-item > div, figure.gallery-item > div > a {
    display: flex;
    width: 100%;
    height: 100%;
	color: white;
}

.gallery-item img,
.gallery-item a img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 230px;
    max-height: 230px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gallery-item a:hover img {
	transform: scale(1.04);
}

.gallery-caption {
	padding: 10px 20px;
    margin: 0;
    font-style: normal;
    width: 100%;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #41464c;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.featherlight .featherlight-content .caption {
    color: #fff;
    font-weight: 600 !important;
    max-width: 100%;
    padding: 10px 0 10px 0;
    text-align: center !important;
    width: 100%;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.clizzz-gallery figure.gallery-item + figure.gallery-item { 
    margin: 0 0 0 40px;	
    margin: 0 0 0 20px;	
}

.gallery-columns-2 figure.gallery-item + figure.gallery-item {
    margin: 0 0 0 40px;	
    margin: 0 0 0 20px;	
}

.gallery-columns-3 figure.gallery-item + figure.gallery-item {
    margin: 0 0 0 30px;	
    margin: 0 0 0 20px;	
}

.gallery-columns-4 figure.gallery-item + figure.gallery-item {
    margin: 0 0 0 25px;	
    margin: 0 0 0 20px;	
}

.gallery-columns-5 figure.gallery-item + figure.gallery-item,
.gallery-columns-6 figure.gallery-item + figure.gallery-item {
    margin: 0 0 0 20px;	
}


/* SEARCH */

.search .page-subheading {
	display: none !important;
}

.search-results #content {
	margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
}

.search-results #content article {
    border: 0;
    margin: 0;
    padding: 0;
}

.search-results article .search-entry-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
}

.search-results article .thumbnail {
    min-width: 100px;
    width: 100px;
}

.search-results article ul {
    margin: 0;
}

.search-results article .search-entry-summary p {
	margin-bottom: 10px;
	font-size: 14px;
}

.search-results article .search-entry-summary p:last-child:empty {
	display: none;
}

.search-results article .search-entry-readmore a {
    margin: 0;
}

.search-results article .search-entry-readmore a:hover {
    color: #e92f31;
}

.search-results article .search-entry-title {
    font-size: 19px !important;
}



/* 404 */

.error404 .page-header {
    background-image: url(http://clizzzcomunicacion.com/wp-content/uploads/2023/01/cc-404.jpg);
}

.error404 .page-header:before {
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(4 4 4 / 16%) 22%, rgb(0 0 0 / 78%) 100%) repeat;
}

.privacy-policy .grve-offcanvas-icon-wrapper, 
.error404 .grve-offcanvas-icon-wrapper,
.privacy-policy li.menu-panel,
.error404 li.menu-panel {
    display: none !important;
}

.error404-content .error-title {
    font-size: 30px !important;
}

.error404-content .error-btn {
    margin-top: 40px;
}

.searchform input[type="search"] {
    border-color: #dfd3d3;
    background: whitesmoke;
}

@media screen and (max-width:768px) {	

	.error404-content .error-title {
		font-size: 21px !important;
	}

	.error404-content .error-btn {
		margin-top: 20px;
	}
	
}


/* RECAPTCHA NO INVISBLE */

.cf7sr-g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.cf7sr-recaptcha p:empty, .cf7sr-recaptcha + p:empty {
    margin: 0 0 20px;
}

.cf7sr-recaptcha  {
    margin: 0;
    display: block;
    text-align: center;
}


/* RECAPTCHA  INVISBLE */
.grecaptcha-badge { opacity: 0 !important; }


/* LEGALS */

body.legal .page-header-title {
	max-width: 550px !important;
	font-size: 40px !important;
}

body.legal #main #content-wrap {
	padding: 60px 0 !important;
	max-width: 90% !important;
}

body.legal .entry h1,
body.legal .entry h2,
body.legal .entry h3,
body.legal .entry h4,
body.legal .entry h5,
body.legal .entry h6 {
	font-size: 21px;
    line-height: 1.4;	
	margin-bottom: 14px !important;
}

body.legal .entry li,
body.legal .entry div,
body.legal .entry p {
	font-size: 14px;
    line-height: 1.4;	
}

body.legal .entry table {
	font-size: 14px;
    line-height: 1.4;	
	margin-bottom: 0;
}

body.legal .entry table tr:last-child td,
body.legal .entry table tr:last-child td:last-child {
	border: 0 !important;
}

body.legal .entry table + table {
	margin-bottom: 21px;
}


@media (max-width:600px){
	
	body.legal .entry table {
		font-size: 11px;
	}	
	
}

/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */



/* HEADER */

#site-navigation-wrap {
    right: 0 !important;
}

li.menu-item.button {
    margin: 0 17px 0 10px;
	border-radius: 0;
	height: 44px;
	background-color: #f8b900 !important;
}

li.menu-item.button:hover {
	background-color: #eee !important;
}

li.menu-item.button a {
    padding: 10px 50px !important;
    line-height: initial !important;
	font-weight: 700;
}

#site-header li.menu-item.button {
    margin-left: 30px;
}

li.menu-item.button:hover {
	transform: none;
}

li.menu-item.button:hover a {
    color: #333 !important;
	background-color: transparent !important;
}

li.menu-item.button a:hover span:after {
    display: none !important;
}

li.menu-item.button a span {
    display: flex;    
	align-items: center;
    justify-content: center;
}

.navigation li a i.before, .navigation li a i.after {
    margin-top: 0;
    margin-right: 7px;
}

.page-header {
	min-height: 600px;
	background-position: center;
	display: flex;
	    background-size: cover;
	
}

body.legal .page-header,
body.blog .page-header,
body.archive .page-header,
body.single .page-header {
	min-height: 460px;
}

body:not(.custom-header) .page-header > .container {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
	
.home .page-header {
    background-position: center bottom;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

/*
.page-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(242 185 31 / 0%) 22%, rgb(7 98 41) 100%) repeat;
    opacity: 1;
}
*/

.page-subheading .button + .button {
    margin-left: 25px;
	background-color: #fff;
    color: #076229;
    text-shadow: none;
}

.page-subheading .button + .button:hover {	
	background-color: #000;
    color: #fff;
}



/* PREHEADER */

.topbar-content {
    font-weight: 700;
}

#top-bar-social ul {
    display: flex;
}

#top-bar-social ul li {
    order: 1;
}

#top-bar-social ul li.oceanwp-linkedin {
    order: 2;
}

#top-bar-social.top-bar-right li:last-child a {
    padding-right: 6px;
}

#top-bar-social ul li.oceanwp-linkedin a {
    padding-right: 0;
}




/* ***************************************************************************************************** */
/* Custom Alt Page Headers > body.custom-header */

/* body.custom-header #site-header-inner {
	border-bottom: 1px solid #e9e9e9;
} */

body.custom-header .page-header {
    min-height: 900px;
	min-height: calc(100svh - 101px);
    background-color: transparent;
	background-image: none !important;
	display: flex;
	overflow: hidden;
	padding: 0;
	border: 0 !important;
}

body.custom-header .page-header-title span.gray {
	color: #b2b2b2;
	text-decoration: underline;
	position: relative;
	text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.custom-header span.background-image-page-header-overlay {
	display: none;
}

body.custom-header .page-header:before {
    content: none;
}

body.custom-header .page-header-inner {
    z-index: 10;
    text-align: left !important;
    max-width: 600px; 
    height: 100%; 
    margin: 0 0 0 calc((100% - 1200px) / 2);
	padding: 0 110px 0 0;
	display: flex;
    justify-content: center;
	align-items: start;
    flex-direction: column;
}

body.custom-header .page-header-title {
	color: #333 !important; 
	max-width: 100% !important;
	text-align: left !important;
	margin: 0 0 22px 0;
    font-size: 46px !important;
    max-width: 740px !important;
}

.custom-header-slogan {
	margin: 0;
}

.custom-header-slogan p {
    font-size: 19px !important;
    font-weight: 600 !important;
    /* max-width: 330px; */
}

.custom-header-ctas {
    max-width: 520px;
}

.custom-header-ctas .button {
    margin-top: 10px;
}

.custom-header-ctas .button + .button { 
    margin-top: 14px;
}

/* 

.custom-header-ctas .button .button__label {
    min-width: 300px;
}

.custom-header-ctas .button + .button:hover .button__icon {
    background: transparent !important;
} */

body.custom-header .site-breadcrumbs {
	order: 3;		
	display: none;
}

.custom-header-ctas .small {
    font-size: 14px;
	line-height: 1.7;
    margin: 70px 0 0 0;
}

.custom-header-ctas .small a:hover {
    color: #fff;
	text-decoration: underline;
}

.sol-intro__cta-arrow {
	width: 17px;
    height: 17px;
    border-radius: 10px;
    background: rgb(17 17 17 / 68%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 0 0 5px;
    line-height: 0;
}

.sol-intro__cta-arrow svg { width: 10px; height: 10px; }

.page-header-custom {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: space-between;
}

.page-header-custom-left,
.page-header-custom-right {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	overflow: hidden;
	padding: 0 0 0 0;
}

.page-header-custom-right .wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
	align-items: center;
}

/* Custom header for Home design */

.hero-inner {
    display: flex;
    flex-direction: column;
	width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
  }

.hero_inner .texts {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

  .hero_inner .text {
    text-align: center;
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    border-radius: 10px;
    letter-spacing: 0.4px;
    font-size: 13px;
    font-weight: 600;
    background: rgb(0 0 0 / 57%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9); */
    white-space: nowrap;
	height: 65px;
	width: fit-content;
  }
  
  .hero_inner .text p {
	color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 14px;
  }
  
    .hero_inner .text:last-child p {
		flex-direction: row-reverse;
	}
  
  .hero_inner .text p:before {
	content: '';
    display: inline-flex;
    width: 19px;
    height: 19px;
    background: #fff;
    position: relative;
    top: 0;
	border-radius: 2.5px;
  }
  
  .hero_inner .text p b {
    display: block;
    /* color: #ccc; */
    font-weight: 400;
	display: none;
  }

  .hero_inner .text::after {
    content: "";
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    border-radius: 7px;
    background: radial-gradient(circle at 30% 30%, #4fa3ff, #1256d6);
    background-image:
      radial-gradient(circle at 30% 30%, #4fa3ff, #1256d6),
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2c-4 5-7 8.5-7 12a7 7 0 0 0 14 0c0-3.5-3-7-7-12z"/></svg>');
    background-size: 100%, 16px 16px;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
	display: none;
  }
  
  /*
*/
  
  .hero_inner .text.text-1 {
    margin-left: -15%;
}

  .hero_inner .text.text-2 {
    margin-left: 15%;
}

  
/* Mosaico */

.hero { width:100%; height: 100%; }

  .hero_inner {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden; 
    background:#000;
  }

  .hero_inner .bakground{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity 1s ease-in-out;
    z-index:1;
  }
  
  .hero_inner .bakground:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(0 0 0 / 27%) 22%, rgb(0 0 0 / 51%) 100%) repeat;
    opacity: 1;
}

  .hero_inner .bakground.is-active { opacity:1; }
  .hero_inner .background-1 { background-image:url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-town.jpg'); }
  .hero_inner .background-2 { background-image:url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-sport-2.jpg'); }
  .hero_inner .background-3 { background-image:url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-fest.jpg'); }
  .hero_inner .background-4 { 
	background-image:url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-appforo.jpg'); 
	background-image:url('https://hellomatius.com/wp-content/uploads/2026/08/appforolimitado-control-aforo-espacios-6.jpg'); 
  }

  .hero_inner .squares {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    display:grid;
  }

  .hero_inner .sq {
    width: 110px;
    height: 110px;
	background-color:transparent;
	border-radius: 0;
  }  
  
/* HELLO MATIUS DECORATIONS */ 

.has-decor {
	position: relative;
	overflow: hidden;
}

.has-decor .wrap {
	position: relative;
	z-index: 3;
}

  .decor{
    position:absolute;
    z-index:1;
    pointer-events:none; 
  }
  
  .decor-left-top     { top:0;    left:0; }
  .decor-left-bottom  { bottom:0; left:0; }
  .decor-right-top    { top:0;    right:0; }
  .decor-right-bottom { bottom:0; right:0; }

  .decor .inner{ position:relative; }
  
  .decor-left-bottom .inner,
  .decor-right-bottom .inner { 
	   bottom: -16px; 
   }

  .decor-sq{
    position:absolute;
    width: 44px;
    height: 44px;
    background-color:transparent;
    opacity:0;
    transition:background-color .5s ease, opacity .5s ease;
  }
  .decor-sq.is-filled{ opacity:1; }
  .decor-sq.blur{ filter:blur(3px); opacity: 0.6; }
  
  @media (max-width:1600px) {
	  
	  .decor {
			transform: scale(0.5);
	  }
	  
	  .decor-left-top .inner {
			top: -100px;
			left: -35%;
		}
		
	  .decor-left-bottom .inner {
			bottom: -45px;
			left: -40px;
		}
		
	  .decor-right-top .inner {
			top: -20px;
			right: -50px;
		}
		
	  .decor-right-bottom .inner {
			bottom: -120px;
			right: -50%;
		}
	  
  }

/* HELLO MATIUS CONTACT PANEL */

  :root{
    --panel-bg: #121317;
    --ink: #f1efe8;
    --accent: #ff5a36;

    /* ============================================================
       ?? COLOR DE LOS PÍXELES DE LA ANIMACIÓN
       Cambia este valor. Puede ser distinto en cada página si
       defines esta misma variable --pixel dentro de un <style>
       de esa página concreta (o vía el body class, ver nota abajo).
       ============================================================ */
    --pixel: #f8b900;  
    --grid-line: rgba(241,239,232,0.06);
    --ease: cubic-bezier(.65,0,.2,1);
  }

  .contact-panel{
    position: fixed; inset:0;
    background: var(--panel-bg);
    display:flex; align-items:center; justify-content:center;
    z-index: 2000;
	opacity: 1;
	/**/
	display: none;   
    opacity: 0;
  }
  
  
    .contact-panel:not([hidden]){
	  display: flex;
	  opacity: 1;
	}
  
  .contact-panel__inner { 
    position: relative;
    width: 100%;
    height: 100%;
	padding: 100px 0;
  }
  
  .contact-panel__inner:before {
	content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .contact-panel__inner:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(0 0 0) 22%, rgb(0 0 0) 100%) repeat;
    opacity: 0.5;
}

  .contact-panel__inner-wrap { 
	margin: auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	/**/
    gap: 100px;
    z-index: 1;
    transition: all 0.1s ease-in;
  }

  .contact-panel .panel-close{
		position: absolute;
			top: 50px; right: 50px;
            background: none;
            width: 35px;
            height: 35px;
            cursor: pointer;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 0;
            line-height: 1;
			z-index: 10;
			border: 0;
			outline: none;
  }
  
  .contact-panel .panel-close svg {
	display: block;
	width: 35px;
	height: 35px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact-panel .panel-close svg path {
	fill: #fff;
}


  .contact-panel .panel-close svg:hover {	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: rotate(180deg) scale(1.1);
}

  .contact-panel .panel-close:hover{ border-color: var(--accent); transform: rotate(90deg); }
  .contact-panel .panel-eyebrow{ color: var(--accent); font-size:.75rem; margin:0 0 .75rem; }
  
  .contact-panel__inner .lefter, .contact-panel__inner .righter {
    width: 100%;
    color: #fff;
}

.contact-panel__inner .righter {
    overflow: auto;
}

.lefter.for-claim {
    max-width: 400px;
}

  .contact-panel__inner .lefter.for-claim > div {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
	max-width: 350px;
    margin: 0 0 0 auto;
}

.contact-panel .claim {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1px;
    margin: 0 0 28px 0;
    line-height: 1.1;
    position: relative;
    z-index: 2;
	color: inherit;
}

.contact-panel p {
	color: inherit;
}

.contact-panel .claim span {
	color: #ffeb3b;
}

.contact-panel .for-claim p:last-child {
    margin: 0;
}

.button.wha svg {
	width: 20px;
    height: 20px;
}

.contact-panel .button-wrap {
    display: flex;
    padding: 10px 0 0 0;
}

.contact-panel .button-wrap .button.tel {
    text-decoration: none;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #e8b825 !important;
    padding: 15px 30px !important;
}

.contact-panel .button-wrap .button.wha {
    background: #25D366;
    color: #ffffff !important;
}

.contact-panel .button-wrap .button:hover {
	color: #000;
	transform: translateY(-5px);
}

.contact-panel .button-wrap .button.wha:hover {
    color: #ffffff !important;
}

.contact-panel__inner form input::placeholder,
.contact-panel__inner form textarea::placeholder {
    color: #fff !important;
    opacity: 0.7 !important;
}

  /* --- Overlay de pixel wipe --- */
  .pixel-overlay{
    position: fixed; inset:0;
    display: grid;
    z-index: 300;
    pointer-events: none;
  }
  .pixel-overlay.active{ pointer-events: all; }
  .pixel-cell{
    background: var(--pixel);
    transform: scale(0);
    transform-origin: center;
    will-change: transform;
  }

  @media (prefers-reduced-motion: reduce){
    .pixel-cell{ transition: none !important; }
  }


/* HM HOME */

section.begins {
    padding: 150px 0 150px 0;
}

section.begins.leader {
    padding: 100px 0 150px 0;
}

.begins .heading span.gray {
    color: #b2b2b2;
    text-decoration: underline;
    position: relative;
	text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.begins > .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 90px;
}

.begins .left {
    width: 50%;
}

.begins .right {
    width: 40%;
	padding: 150px 0 0 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.begins .right p {
	max-width: 350px;
}

		/* .begins .right .button {
			display: none;
		} */

.begins .heading {
    padding: 0 0 0 40px;
    border-left: 2px solid #b2b2b2;
    margin-bottom: 0 !important;
	position: relative;
}

.begins .heading:before {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-left: 4px solid #333;
    position: absolute;
    left: -2.3px;
}

.begins p:last-child {
	margin: 0;
}

section.home_pieces {
	background: #f8f8f8;
	padding: 150px 0;
}

section.home_pieces > .wrap {
    gap: 120px;
    display: flex;
    flex-direction: column;
}

.home_pieces ul {
	list-style-type: none;
	display: flex;
	gap: 90px;
	margin: 0;
	padding: 0;
	
}

.home_pieces ul li {
	width: 25%;
	position: relative;
	margin: 0;
	padding: 0;
}

.home_pieces ul li h3:before {
	content: '';
	display: inline-flex;
	width: 24px;
	height: 24px;
	background: #333;
	margin: 0 14px 0 0;
	position: relative;
	top: 1px;
}

.home_pieces ul li.appforo h3:before {
	background: #E8B825;	
}

.home_pieces ul li.sport h3:before {
	background: #26E8DE;	
}

.home_pieces ul li.town h3:before {
	background: #603DEB;	
}

.home_pieces ul li.fest h3:before {
	background: #FF446F;	
}

.home_pieces .heading {
	max-width: 500px;
}

.home_pieces .heading span.gray {
	display: block;
}

.home_pieces .left .heading {
	margin-bottom: 0 !important;
}

.home_pieces .right .heading {
	padding: 0 40px 0 0;
    border-right: 2px solid #b2b2b2;
	margin: 0 0 0 auto !important;
	text-align: right;
    position: relative;
}

.home_pieces .right .heading:after {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-right: 4px solid #333;
    position: absolute;
    right: -3px;
    top: 0;
}

.home_pieces .right .heading span.gray {
    color: #b2b2b2;
    text-decoration: underline;
    position: relative;
	text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/**/

section.system {
    padding: 150px 0;
}

.system .heading-wrap {
    max-width: 600px;
    text-align: center;
}

.system .heading-wrap.last {
	display: flex;
    flex-direction: column-reverse;
}

.system .heading-wrap.last .heading {
	margin-bottom: 0 !important;
}

.system .heading span.gray {
    color: #b2b2b2;
    text-decoration: none;
    position: relative;
	text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.system .main-wrap {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr; 
    align-items: center;
    gap: 60px;
    max-width: 1100px;
    margin-top: 50px;
}

.system .col {
    display: flex;
    flex-direction: column;
	gap: 50px;
	padding: 60px 0 0 0;
}

.system .col .item{
	display: flex;
    align-items: start;
    gap: 10px;
}

.system .col .item p, .system .bottom-node p {
    margin: 0;
    display: flex;
    flex-direction: column;
	font-weight: 600;
}

.system .col .item p i, .system .bottom-node p i {
    display: flex;
	font-weight: 400;
	font-style: normal;
	color: #b2b2b2;
}

.system .col.left .item { 
	justify-content:flex-end; 
	text-align:right; 
}

.system .col.right .item { 
    justify-content: start;
    text-align: left;
    flex-direction: row-reverse; 
}

.system .col.left .item:nth-child(2) { 
	padding-right: 40px;
}

.system .col.right .item:nth-child(2) { 
	padding-left: 40px;
}

.system .dot{
    flex:0 0 auto;
    width:10px;
    height:10px;
    border-radius:50%;
    background: transparent;
    border:1.5px solid #b2b2b2;
	position: relative;
	top: 5px;
}

.system .center-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  
.system .center-wrap img {
    max-width: 100px;
  }  
  
  .system .circle{
    position:absolute;
    width: 400px;
    height: 400px;
    border-radius:50%;
    border:1.5px dashed #ccc;
  }

.system .bottom-node {
    max-width:1100px;
    margin:20px auto 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    text-align:center;
    margin-bottom: 70px;
}

/**/

.imago {
  width: 100%;
  max-width: 500px;  
  aspect-ratio: 500 / 440;  
}

.imago .inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 2fr 3fr 2fr 2fr;
  grid-template-rows: repeat(4, 1fr);
  perspective: 800px;  
}

.imago .item-1 {  
  grid-column: 1;
  grid-row: 1 / 3;
  background: #5b3ce0;
}

.imago .item-2 { 
  grid-column: 3;
  grid-row: 1;
  background: #ff4d6d;
}

.imago .item-3 {  
  grid-column: 2;
  grid-row: 2 / 5;
  background: #1de9d6;
}

.imago .item-4 { 
  grid-column: 4;
  grid-row: 2 / 5;
  background: #e0b323;
}

.home .imago .item {
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  
  transition-property: transform, opacity, background-color;
  transition-duration: 0.5s;           
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); 
  transition-delay: 0s;
}

.home .imago .item-1 { transition-delay: 0s; }
.home .imago .item-2 { transition-delay: 0.08s; }
.home .imago .item-3 { transition-delay: 0.16s; }
.home .imago .item-4 { transition-delay: 0.24s; }

.home .imago .item {
  transition-property: transform, opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  backface-visibility: hidden;  
}

.home .imago .item-1 {
  transform: rotateY(-90deg);
}

.home .imago .item-2 {
  transform: rotateY(90deg);
}

.home .imago .item-3 {
  transform: rotateX(-90deg);
}

.home .imago .item-4 {
  transform: rotateX(90deg);
}

.home .imago .item.is-active {
  transform: rotate(0deg);
  opacity: 1;
}

/**/

  .action {
	position: relative;
    padding: 150px 0;
  }

  .action-wrap {
    position: relative;
    z-index: 2;
  }

  .action .item {
    display: flex;
    align-items: start;
    padding: 0 0 0 60px;
    min-height: 500px;
    position: relative;
  }
  
    .action .item-3 {
    min-height: initial;
  }

  .action .inner {
    display: flex;
    gap: 35px;
    flex-direction: column;
    position: relative;
    top: -10px;
  }

  .action .card {
	background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 14px;
    padding: 20px;
    width: 140px;
    backdrop-filter: blur(4px);
    transition: opacity .4s ease, transform .4s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    min-height: 120px;
    position: relative;
	font-weight: 600;
  }
  
    .action .card:before {
		content: '';
		display: inline-flex;
		width: 24px;
		height: 24px;
		background: #333;
		margin: 0 0 0 auto;
		position: relative;
		top: 1px;
  }
  
	.action .card.appforo:before {
		background: #E8B825;	
	}

	.action .card.sport:before {
		background: #26E8DE;	
	}

	.action .card.town:before {
		background: #603DEB;	
	}

	.action .card.fest:before {
		background: #FF446F;	
	}
	
.action .plus {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    font-family: 'Helvena', 'Inter', sans-serif;
}

.action .plus:last-child {
    display: none;
}
  
  .action .guide {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
  }

  .action .guide-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
	background: linear-gradient(to bottom, rgb(255 255 255 / 50%) 22%, rgb(255 255 255 / 0%) 100%) repeat;
    background: rgba(255,255,255,.9);
    transform-origin: top;
  }

  .action .here {
    position: absolute;
    top: 0;
    left: -5px;  
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 0%), 0 0 12px rgb(255 255 255 / 0%);
    opacity: 0;
    transform: scale(.4);
    transition: opacity .4s ease, transform .4s ease;
  }

  /* .action .item-1 .here, */
  .action .here.is-visible {
    opacity: 1;
    transform: scale(1.1);
  }

  .action .item-1 .here,
  .action .is-observed .here {
	box-shadow: 0 0 0 4px rgb(255 255 255), 0 0 12px rgb(255 255 255 / 0%);
  }
  
  .action .backgrounds {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  
.action .backgrounds:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(0 0 0 / 50%) 22%, rgb(7 98 41 / 0%) 100%) repeat;
    opacity: 1;
	z-index: 1;
}

  .action .backgrounds::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 10, 40, .55);
    z-index: 1;
  }

  .action .backgrounds > div {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
  }

  .action .backgrounds > div.is-active {
    opacity: 1;
  }

  .action .background-1 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-ayuntamientos-hello-town.jpg'); }
  .action .background-2 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-club-deportivo-hello-sport.jpg'); }
  .action .background-3 { background-image: url('https://www.appforolimitado.com/wp-content/uploads/2026/05/appforo-eventos-3.jpg'); }

.action * {
	color: #fff;
}

.action h3 {
	margin-bottom: 0 !important;
}

.action .upper {
    padding-bottom: 100px;
	max-width: 600px;
}

.action .upper .heading {
    text-align: center;
}

.action .cards {
	display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.action .outcome {
    max-width: 500px;
}

.action .outcome p {
    font-size: 19px;
	font-weight: 600;
}

.action .outcome p:last-child {
    margin: 0;
}

/**/

section.capabilities {
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.capabilities .upper {
	width: 100%;
}

.capabilities .heading {
    max-width: 600px;
    margin-bottom: 0 !important;
    position: relative;
}

.capabilities .heading span.gray {
    color: #b2b2b2;
    text-decoration: none;
    position: relative;
	text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.capabilities .tags {
    margin: 0;
    padding: 40px 0 20px 0;
    display: flex;
    gap: 12px;
    list-style-type: none;
    flex-wrap: wrap;
    max-width: 740px;
	justify-content: center;
  }

  .capabilities .tags li {
    padding: 5px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    width: fit-content;
    min-width: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
    opacity: 0;
	font-size: 19px;
	font-weight: 500;
  }

  .capabilities .tags.is-visible li {
    animation-name: tagFadeIn;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(.21,.85,.4,1);
    animation-fill-mode: forwards;
    animation-delay: var(--delay, 0s);
  }

  .capabilities .tags li:after {
    content: '';
    display: inline-flex;
    width: 8px;
    height: 8px;
    background: var(--dot-color, #ccc);
    margin: 0 0 0 auto;
    position: relative;
    top: 1px;
    border-radius: 50%;
  }

  @keyframes tagFadeIn {
    from {
      opacity: 0;
      transform: translateY(6px) scale(.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .capabilities .tags li {
      animation: none !important;
      opacity: 1;
    }
  }

.as-heading {
	line-height: 1 !important;
    margin-bottom: 28px !important;
    letter-spacing: -1px !important;
    font-optical-sizing: auto;
    font-style: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    font-family: 'Helvena', 'Inter', sans-serif;
    font-weight: 600 !important;
	font-size: 40px;
	/**/
    margin: 0 !important;
    text-align: center;
    position: relative;
}

.capabilities .lower {
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: end;
    justify-content: center;
    gap: 20px;
    text-align: right;
}

.capabilities .lower p {
	margin: 0 !important;
    position: relative;
    font-size: 19px;
    font-weight: 500;
}

/**/

section.ready {
	background: #f8f8f8;
    padding: 150px 0;
}

.ready > .wrap {
	display: flex;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: space-between;
    max-width: 900px;
    gap: 90px;
}

.ready .left {
    max-width: 600px;
}

.ready .heading {
    margin-bottom: 0 !important;
	    max-width: 600px;
    padding: 0 0 0 40px;
    border-left: 2px solid #b2b2b2;
    margin-bottom: 0 !important;
    position: relative;
}

.ready .heading span.gray {
    color: #b2b2b2;
    text-decoration: underline;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ready .heading:before {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-left: 4px solid #333;
    position: absolute;
    left: -2.3px;
}

.ready .right {
    max-width: 350px;
    text-align: right;
    padding: 110px 0 0 0;
}

.ready p:last-child {
    margin: 0;
}


/* CTA BANNER */

.home__banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home__banner {
    min-height: 700px;
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	position: relative;
    z-index: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}

.home__banner-content {
    color: white;
    width: 50%;
    max-width: 500px;
	text-align: center;
}

.home__banner-content .custom-header-ctas {
	align-items: center;
	justify-content: center;
}

/* .home__banner-content .button {
    width: fit-content;
    justify-content: center;
} */

.home__banner-content p {
    font-size: 19px !important;
    font-weight: 600 !important;
}

.home__banner-content * {
    color: inherit;
}

.home__banner-pic img {
    border-radius: 50px;
    border-top-right-radius: 200px;
    /* 
	max-height: 500px; 	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	*/    
	animation: floating 10s ease-in-out infinite;
	/**/
    max-width: 600px;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
    margin: -20px 0 -20px 0;
}

.home__banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(img/pix.png) repeat, linear-gradient(to right, rgb(0 0 0 / 23%) 22%, rgb(0 0 0 / 0%) 100%) repeat;
    opacity: 0.4;
}

.home__banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(0 0 0) 22%, rgb(0 0 0) 100%) repeat;
    opacity: 0.4;
}

.home__banner .custom-header-ctas .button__label {
	/*
	min-width: 280px;
	max-width: 100%;
	*/
	align-items: center;
	justify-content: center;
}

/*
.home__banner .custom-header-ctas .button + .button .button__label {
	background: #ffffff !important;
    color: #000;
} 

.home__banner .custom-header-ctas .button .button__label {
	border-color: transparent !important;	
	background: #e8b825 !important;
}

.home__banner .custom-header-ctas .button .button__icon {
    background: #fff !important;
}
*/

.home__banner .custom-header-ctas .button .button__icon svg path {
    stroke: #000 !important;
}

 .home__banner .custom-header-ctas .button:hover .button__icon {
    background: #fff !important;
} 

/*
.home__banner .custom-header-ctas .button + .button .button__label {
	background: #fff !important;
}

.home__banner .custom-header-ctas .button + .button .button__icon {
	background: #e8b825 !important;
}

.home__banner .custom-header-ctas .button + .button:hover .button__label {
	background: #e8b825 !important;
}

.home__banner .custom-header-ctas .button + .button:hover .button__icon {
	background: transparent !important;
}
*/


/* ECOSISTEMA */

.eco_begins .right p {
	max-width: 100%;
}

.eco_begins .as-heading {
    padding: 0 40px 0 0;
    border-right: 2px solid #b2b2b2;
    margin-bottom: 0 !important;
    position: relative;
	text-align: right;
}

.eco_begins .as-heading:after {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-left: 4px solid #333;
    position: absolute;
    right: -3px;
    top: 0;
}

.eco_begins .as-heading span.gray {
    color: #b2b2b2;
    text-decoration: underline;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.eco_begins .left {
    display: flex;
    flex-direction: column;
}

.eco_begins .left p {
    max-width: 350px;
}

.eco_begins .right {
	width: 100%;
    max-width: 650px; 
	padding: 50px 0 0 0;
}

section.way {
    background: #f8f8f8;
    padding: 150px 0 170px 0;
	position: relative;
}

.way .wrap {
	display: flex;
    justify-content: space-between;
    gap: 100px;
	position: relative;
    z-index: 1;
}

.way .left {
    width: 100%;
    max-width: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
} 

.way .left .heading {
	margin-bottom: 0 !important;
	text-align: right;
}

.way .heading span.gray {
	color: #b2b2b2;
    text-decoration: underline;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.way .left p {
    max-width: 350px;
	margin-left: 15%;
}

.way .left p + p {
	margin-left: 30%;
}

.way .right {
	width: 100%;
    display: flex;
    gap: 50px;
    justify-content: end;
}

.way .right p {
    margin-bottom: 0;
	    width: 50%;
}

.way .last {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 100px 0 0 0;
}

.way .last .heading {
	text-align: center;
    margin: 0 auto !important;
    max-width: 300px;
}

.way .last ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.way .last ul li {
	/* background: rgb(255 255 255); */
	border: 1px solid #fff;
    border-radius: 14px;
    padding: 20px;
    width: 140px;
    backdrop-filter: blur(4px);
    transition: opacity .4s ease, transform .4s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    min-height: 120px;
    position: relative;
	top: 25px;
    font-weight: 600;
}

.way .last ul li:nth-child(2) {
	text-align: center;
	top: 0;
}

.way .last ul li:nth-child(3) {
	text-align: right;
}

.way .last ul li:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: #6b3bf0;
    position: relative;
    border-radius: 5px;
}

.way .last ul li:nth-child(2):before {
	margin: 0 auto;
}

.way .last ul li:nth-child(3):before {
	margin: 0 0 0 auto;
}

/**/

section.the-pieces {
    padding: 150px 0;
    position: relative;
}

.the-pieces * {
    color: #fff;
}

.the-pieces .wrap {
    position: relative;
    z-index: 2;
}

.the-pieces header {
    display: flex;
    justify-content: space-between;
}

.the-pieces header .left {
    max-width: 600px;
}

.the-pieces header .heading {
    margin-bottom: 0 !important;
	max-width: 600px;
    padding: 0 0 0 40px;
    border-left: 2px solid #b2b2b2;
    position: relative;
}

.the-pieces header .heading:before {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-left: 4px solid #fff;
    position: absolute;
    left: -2.3px;
}

.the-pieces header .heading span.gray {
    color: #fff;
    text-decoration: underline;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.the-pieces header .right {
    max-width: 400px;
    text-align: right;
}

.the-pieces header .right p:last-child {
    margin: 0;
}

.the-pieces .puzzle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 60px;
    padding-top: 150px;
}

.the-pieces .puzzle-pieces {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
    position: relative;
}

.the-pieces .puzzle-imago {
    width: 100%;
    max-width: 150px;
    position: relative;
}

.the-pieces .imago .item {
	/*
	opacity: initial;
	transform: initial;
	*/
	filter: blur(3.3px);
	z-index: 4;
}

.the-pieces.home .imago .focus {
	filter: blur(0px);
	transform: scale(1.4);
	z-index: 5;
}

.the-pieces .puzzle-imago .imago {
    position: sticky;
    top: calc(50vh - 66px);
}

.the-pieces .piece {
    gap: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
	min-height: 550px;
}

.the-pieces .piece .first,
.the-pieces .piece .last {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, .06);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    transition: opacity .4s ease, transform .4s ease;
}

/*

.the-pieces .piece.appforo .first {
	background: #E8B825;	
}

.the-pieces .piece.sport .first {
	background: #26E8DE;	
}

.the-pieces .piece.town .first {
	background: #603DEB;	
}

.the-pieces .piece.fest .first {
	background: #FF446F;	
}

*/

.the-pieces .piece .last {
	padding: 60px;
    max-width: 50%;
    /* background: none;
    border: 1px solid rgba(255, 255, 255, .25); */
    justify-content: center;
    text-align: start;
    border-radius: 0 10px 10px 0;
    border-left: 0;
}

.the-pieces .piece .last h4 {
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    font-size: 19px;
    max-width: 220px;
    /*
	margin-left: auto;
    margin-right: auto;
	*/
	line-height: 1.4 !Important;
}

.the-pieces .piece .lower {
    margin-top: auto;
    padding-top: 40px;
}

.the-pieces .piece .lower p {
    margin-bottom: 0;
}

.the-pieces .piece .button {
	/* display: none; */
    margin-top: 20px;
}

.the-pieces .piece.appforo .button .button__icon {
	background: #e0b323;
}

.the-pieces .piece.sport .button .button__icon {
	background: #1de9d6;
}

.the-pieces .piece.town .button .button__icon {
	background: #603DEB;
}

.the-pieces .piece.fest .button .button__icon {
	background: #FF446F;
}

/* */ .the-pieces .piece .button .button__label {
	color: #000 !important;
}

.the-pieces .piece .button:hover .button__label {
	color: #fff !important;
	background: transparent !important;
	border-color: #fff;
}

.the-pieces .piece .button .button__icon svg path {
	stroke: #000 !important;
}

.the-pieces .piece .button:hover .button__label {
	text-decoration: none;
}

.the-pieces .piece .skin {
	height: 100%;
	display: flex;
    flex-direction: column;
	align-items: start;
    justify-content: end;
    width: 100%;
    padding: 60px;
    /* background: rgba(255, 255, 255, .06); */
    background: rgb(0 0 0 / 37%);
    border-radius: 0;
    backdrop-filter: blur(2px);
    transition: opacity .4s ease, transform .4s ease;
	position: relative;
    z-index: 2;
	text-align: left;
}

.the-pieces .piece .heading:before {
    content: '';
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: #333;
    margin: 0 14px 0 0;
    position: relative;
    top: 1px;
}

.the-pieces .piece.appforo .heading:before {
	background: #E8B825;	
}

.the-pieces .piece.sport .heading:before {
	background: #26E8DE;	
}

.the-pieces .piece.town .heading:before {
	background: #603DEB;	
}

.the-pieces .piece.fest .heading:before {
	background: #FF446F;	
}

.the-pieces .piece.is-observed .heading:before {
	transform: scale(1.3);
}

.the-pieces .piece p {
    font-weight: 400;
}

.the-pieces .piece .subheading {
    font-weight: 600;    
	font-size: 21px;
	font-family: 'Helvena', 'Inter', sans-serif;
	/**/
	padding: 0 100px 0 0;
}

.the-pieces .piece .first {
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.the-pieces .piece .first:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to bottom, rgb(0 0 0 / 26%) 22%, rgb(0 0 0 / 35%) 100%) repeat;
    opacity: 1;
    z-index: 1;
}

.the-pieces .piece .first p:last-child {
    margin-top: auto;
    margin-bottom: 0;
    /*padding: 0 25px 0 0;
    border-right: 1px solid #fff; */ 
	font-weight: 600;
    font-size: 19px;
    max-width: 410px;
}

.the-pieces .piece .last ul {
	list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 6px;
}

.the-pieces .piece .last ul li {
	padding: 5px 14px;
    position: relative;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: opacity .4s ease, transform .4s ease;
    min-width: 70px;
	opacity: 0;
}

.the-pieces .piece .last ul.is-visible li {
    animation-name: tagFadeIn;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(.21, .85, .4, 1);
    animation-fill-mode: forwards;
    animation-delay: var(--delay, 0s);
}

.the-pieces .backgrounds {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.the-pieces .backgrounds:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to left, rgb(0 0 0 / 31%) 22%, rgb(0 0 0 / 15%) 100%) repeat;
    opacity: 1;
    z-index: 1;
}

.the-pieces .backgrounds::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 10, 40, .55);
    z-index: 1;
}

.the-pieces .backgrounds > div {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.the-pieces .backgrounds div.is-active {
    opacity: 1;
}

.the-pieces .piece.appforo .first,
.the-pieces .background-1 {
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-espacios-3.jpg'); 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-espacios-10.jpg'); 
}

.the-pieces .piece.sport .first,
.the-pieces .background-2 { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-sport.jpg'); 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-sport-2.jpg'); 
  }
  
.the-pieces .piece.town .first,
.the-pieces .background-3 { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-town.jpg'); 
}

.the-pieces .piece.fest .first,
.the-pieces .background-4 { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-eventos-9.jpg'); 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-eventos-1.jpg'); 
}

/**/

.the-pieces .piece.appforo .first {
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-turismo-1.jpg'); 
}

.the-pieces .piece.sport .first { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-turismo-13.jpg'); 
  }
  
.the-pieces .piece.town .first { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-turismo-14.jpg'); 
}

.the-pieces .piece.fest .first { 
	background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-eventos-8.jpg'); 
}

/**/

section.base {
    background: #f8f8f8;
    padding: 150px 0;
}

.base .main-wrap {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    max-width: 900px;
}

.base .heading-wrap,
.base .tags-wrap {
	width: 100%;
}

.base .tags-wrap {
	max-width: 400px;
}

.base .heading-wrap .heading span.gray {
    text-decoration: none;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: #b2b2b2;
}

.base .heading-wrap p {
	max-width: 350px;
}

.base .heading-wrap p:last-child {
	margin-bottom: 0;
}

.base .tags {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style-type: none;
    align-items: end;
    justify-content: center;
}

.base .tags li {
	padding: 0;
    display: flex;
	flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0;
    position: relative;
    opacity: 0;
    font-size: 19px;
    font-weight: 600;
}

.base .tags li:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    background: var(--dot-color, #ccc);
    background: #603deb;
    position: relative;
    top: 0px;
    border-radius: 2px;
}

.base .tags.is-visible li {
    animation-name: tagFadeIn;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(.21, .85, .4, 1);
    animation-fill-mode: forwards;
    animation-delay: var(--delay, 0s);
}

.base .tags li:nth-child(1),
.base .tags li:nth-child(5) {
	margin-right: 80px;
}

.base .tags li:nth-child(2),
.base .tags li:nth-child(4) {
	margin-right: 40px;
}

/**/

section.combos {
    padding: 150px 0;
}

.combos .as-header {
	display: flex;
	align-items: start;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    z-index: 1;
}

.combos .left {
    max-width: 400px;
}

.combos .left .heading {
    padding: 0 0 0 40px;
    border-left: 2px solid #b2b2b2;
	margin-bottom: 0 !important;
	position: relative;
}

.combos .left .heading:before {
    content: '';
    display: flex;
    width: 4px;
    height: 50%;
    border-left: 4px solid #333;
    position: absolute;
    left: -2.3px;
}

.combos .left .heading span.gray {
	color: #b2b2b2;
    text-decoration: underline;
    position: relative;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.combos .right {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: end;
}

.combos .right p {
	max-width: 350px;
}

.combos .right p:last-child {
    margin: 0;
}

.combos-grid {
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 120px 0 0 0;
}

.combos-grid ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
    list-style-type: none;
}

.combos-grid ul li {
	border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
	margin-top: 100px;
	padding: 60px 40px;
	/**/
	position: relative;
    inset: 0;
    background-size: cover;
    background-position: center;
	color: #fff;
}

.combos-grid ul li:nth-child(1),
.combos-grid ul li:nth-child(3) {
    margin-top: 0;
}

.combos-grid ul li:nth-child(2),
.combos-grid ul li:nth-child(4) {
    margin-top: 90px;
	min-height: 360px;
}

.combos-grid ul li:nth-child(1),
.combos-grid ul li:nth-child(5) {
	min-height: 460px;
}

.combos-grid ul li:nth-child(5) {
	margin-top: 0;
}

.combos-grid ul li:nth-child(3) {
	min-height: 360px;
}

.combos-grid ul li:nth-child(1) { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-club-deportivo.jpg'); }
.combos-grid ul li:nth-child(2) { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-municipio-conectado.jpg'); }
.combos-grid ul li:nth-child(3) { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-evento-inteligente.jpg'); }
.combos-grid ul li:nth-child(4) { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-destino-turistico.jpg'); }
.combos-grid ul li:nth-child(5) { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-todo-conectado.jpg'); }

.combos-grid ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: url(img/pix.png) repeat, linear-gradient(to top, rgb(0 0 0 / 0%) 22%, rgb(0 0 0 / 35%) 100%) repeat;
    opacity: 0.4;
    z-index: 0;
}

.combos-grid ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: url(img/pix.png) repeat, linear-gradient(to bottom, rgb(0 0 0 / 36%) 22%, rgb(0 0 0 / 73%) 100%) repeat;
    opacity: 1;
    z-index: 0;
}

.combos-grid ul li p {
	margin: 0 !important;
    position: relative;
    font-weight: 600;
    font-size: 19px;
	color: inherit;
	z-index: 2;
}

.combos-grid ul li p .piece:before {
	content: '';
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: #333;
    margin: 0 10px 0 0;
    position: relative;
	top: -1px;
}

.combos-grid ul li p .piece {
    display: flex;
    align-items: center;
}

.combos-grid ul li p .piece.appforo:before {
	background: #E8B825;	
}

.combos-grid ul li p .piece.sport:before {
	background: #26E8DE;	
}

.combos-grid ul li p .piece.town:before {
	background: #603DEB;	
}

.combos-grid ul li p .piece.fest:before {
	background: #FF446F;	
}

.combos-grid ul li p .plus {
    position: relative;
    display: block;
}

.combos-grid ul li p:first-child {
	padding-bottom: 70px;
}

.combos-grid ul li p:last-child {
    font-size: 21px;
	line-height: 1.1;
    font-optical-sizing: auto;
    font-style: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    font-family: 'Helvena', 'Inter', sans-serif;
	text-align: right;
    min-height: 47px;
	padding: 0 0 0 20px;
}

.combos-grid ul li p:last-child .plus {
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    top: 3px;
    padding: 0 8px 0 0;
}

.combos-grid ul li p {
    position: relative;
    z-index: 2;
}

.combos-grid ul li img {
    position: relative;
	z-index: 2;
}

.combos-grid .imago {
    max-width: 80px;
    margin: auto 0 0 auto;
	position: relative;
    z-index: 2;
}

/* .combos-grid li:nth-child(5) .imago {
    max-width: 100px;
	margin: 0 auto;
}

.combos-grid ul li:nth-child(5) p:last-child {
	text-align: center;
} */

.combos-grid .imago .item {
    transition-property: transform, opacity;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    backface-visibility: hidden;	
}

/*

.combos-grid .imago .item-1 {
  transform: rotateY(-90deg);
}

.combos-grid .imago .item-2 {
  transform: rotateY(90deg);
}

.combos-grid .imago .item-3 {
  transform: rotateX(-90deg);
}

.combos-grid .imago .item-4 {
  transform: rotateX(90deg);
}

*/

.combos-grid .imago .item.is-active {
    transform: rotate(0deg);
    opacity: 1;
}

.combos-grid .imago .gray {
    background: #fff;
	opacity: 0.6 !important;
}


/* Capabilities */

section.categories {
    padding: 150px 0;
    background: #050212;
    background: #333;
    background: url(https://hellomatius.com/wp-content/themes/oceanwp-child/img/pix.png) repeat, linear-gradient(to right, #333 50%, #050212 100%) repeat;
}

.categories-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 70px;
}

.categories .wrap * {
    color: #fff;
    border-color: #fff;
}

.categories-wrap .item {
    display: flex;
    justify-content: space-between;
    gap: 50px;
	border-top: 1px solid #4e4e4e;
	padding: 50px 0 0 0;
}

.categories-wrap .item:first-child {
	padding: 0;
	border: 0;
}

.categories-wrap .item .heading,
.categories-wrap .item p,
.categories-wrap .item ul {
	margin: 0;
	list-style-type: none;
	width: 100%;
	max-width: 400px;
}

.categories-wrap .item p {
	max-width: 350px;	
}

.categories-wrap .item .heading {
	min-width: 220px;
	max-width: 220px;
}

.categories-wrap .item ul {
    display: flex;
	justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
}

.categories-wrap .item ul li {
    display: flex;
	align-items: center;
    justify-content: center;
    gap: 8px;
	padding: 5px 14px;
    position: relative;
    background: rgba(255, 255, 255, .06);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    position: relative;
	z-index: 1;
    height: 46px;
	opacity: 0;
}

.categories-wrap .item .tags.is-visible li {
	animation-name: tagFadeIn;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(.21, .85, .4, 1);
    animation-fill-mode: forwards;
    animation-delay: var(--delay, 0s);
}

.categories-wrap .item ul li:before {
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
	top: 0;
	left: 0;
}

.categories-wrap .item ul li svg {
	width: 17px;
	max-width: 17px;
	height: 17px;
	max-height: 17px;
	stroke-width: 1;
    position: relative;
	z-index: 1;
}

/**/

section.projects {
    padding: 150px 0;
	position: relative;
}

.projects > .wrap {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 100px;
    align-items: start;
    justify-content: space-between;
}

.projects header {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: sticky;
    top: 150px;
    height: auto;
    width: 100%;
    max-width: 550px;
	align-items: end;
    text-align: right;
}

.projects header * {	
	color: #fff;
}

.projects header p {
    max-width: 350px;
	margin: 0 !important;
} 

.projects-wrap .inner {
	display: flex;
    flex-direction: column;
    width: 100%;
    gap: 100px;
}

/* Capabilities > projects */

.projects .project {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projects .project .content {
    border-bottom: 1px solid #0000002e;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .06);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    transition: opacity .4s;
    padding: 70px;
	gap: 30px;
}

.projects .project .content h3,
.projects .project .content p {
	color: #fff;
	margin: 0 !important;
}

.projects .project .subheading {
    max-width: 250px;
}

.projects .project ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    width: 100%;
    max-width: 400px;
}

.projects .project ul li {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 14px;
    position: relative;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: opacity .4s ease, transform .4s ease;
    min-width: 70px;
	color: #fff;
	height: 46px;
	/***/
	opacity: 0;
}

.projects .project ul li svg {
    width: 19px;
    max-width: 19px;
    height: 19px;
    max-height: 19px;
    stroke-width: 1.5;
    position: relative;
    z-index: 1;
}

.projects .project ul.is-visible li {
    animation-name: tagFadeIn;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(.21, .85, .4, 1);
    animation-fill-mode: forwards;
    animation-delay: var(--delay, 0s);
}

.projects .project .button {
	order: 5;
	width: fit-content;
}

.projects .project .button:hover .button__label {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff;
}

.projects .project .button:hover .button__icon {
	background: #e0b323;
}

  .projects .backgrounds {
	width: 100%;
	height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
	top: 0;
	left: 0;
  }
  
.projects .backgrounds:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/pix.png) repeat, linear-gradient(to left, rgb(0 0 0 / 20%) 22%, rgb(0 0 0 / 36%) 100%) repeat;
    opacity: 1;
	z-index: 1;
}

  .projects .backgrounds::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 58%);
    z-index: 1;
  }

  .projects .backgrounds > div {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
  }

  .projects .backgrounds > div.is-active {
    opacity: 1;
  }

  .projects .background-1 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-piscinas.jpg'); }
  .projects .background-2 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-sport-3.jpg'); }
  .projects .background-3 { background-image: url('https://www.appforolimitado.com/wp-content/uploads/2026/05/appforo-eventos-3.jpg'); 
       background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-hello-fest.jpg'); 
	}
  .projects .background-4 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/hello-matius-bibliotecas.jpg'); }
  .projects .background-5 { background-image: url('https://hellomatius.com/wp-content/uploads/2026/08/appforo-turismo-14.jpg'); }


.caps_begins.ends .heading span.gray {
	color: #b2b2b2;
    position: relative;
}

.caps_begins.ends .right {
	max-width: 350px;
	padding: 80px 0 0 0;
}

.caps_begins.ends .right p {
    margin: 0 !important;
}

.caps_begins.ends > .wrap {
    justify-content: center;
}

/**/

span.watermark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 200px;
    font-size: 250px;
    font-weight: 900;
    color: #fff;
    z-index: 0;
}

/* HM LIBRARY: BLOG */

section.blog-category {
    padding: 0 0 100px 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 90px 0;
}

section.blog-category:last-child {
	margin: 0;
	padding: 0;
    border-bottom: 0;
}

.blog-category-header {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 50px 0;
}

.blog-category-header .heading {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-category-header .heading:before {
	content: '';
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #e8b825;
    position: relative;
    top: 1px;
	margin: 0 14px 0 0;
}

.blog-category-header .subheading {
	margin: 0;
	max-width: 350px;
}

.blog-category-action {
	padding: 40px 0 0 0;
    display: flex;
    justify-content: end;
}

.blog-category-action .button__label {
    min-width: 270px;
}

.blog-entry.post .thumbnail img {
    min-height: 274px;
    max-height: 274px;
    object-fit: cover;
}


.widget-title {
    text-transform: none !important;
}

/* Blog basics */

span.clizzz-blog-flag {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 0 0 10px 0;
}

.widget-area.sidebar-primary {
    padding-left: 0;
	border: 0;
}

body.single .widget-area.sidebar-primary {
    padding-left: 0;
    padding-right: 0;
}

.content-area {
    padding-right: 90px;
	border: 0;
}

body.single .content-area {
    padding-left: 90px;
    padding-right: 0;
}


/* Single */ 

.single .page-header-title {
    font-size: 50px !important;
    margin-bottom: 0 !important;
}

.single-post.content-max-width #main #content-wrap {
	padding-bottom: 50px;
}

.single-post .entry-content {
    margin-bottom: 40px !important;
}

.single-post .thumbnail {
    max-width: 900px !important;
    /* margin: -170px auto 55px auto !important; */
    padding: 0 0 30px 0 !important;
	position: relative;
    z-index: 4;
}

.single .thumbnail img {
    max-height: 400px;
	min-height: 400px;
    object-fit: cover;
    border-radius: 0;
}

.single .entry-header {
    margin: 0 auto !important;
    padding: 0 !important;
    display: none;
}

.single .entry-title {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 1.4px;
    position: relative;
    z-index: 5;
}

.single nav.post-navigation .nav-links .title {
color: #000000 !important;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.related-post-title {
    font-size: 17px;
    line-height: 1 !important;
    margin: 20px 20px 20px 20px !important;
    letter-spacing: 0.5px !important;
    font-weight: 600 !important;
}

.related-thumb img {
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
}

figure.related-post-media {
    border-radius: 0;
    overflow: hidden;
}

.theme-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    border-left: 3px solid #ff9800;
    padding-left: 15px;
    text-transform: none;
}

.theme-heading .text:before {
    display: none;
}

.single nav.post-navigation {
    margin-top: 60px;
    padding-top: 60px;
}

#related-posts {
    margin-top: 50px;
    padding-top: 60px;
}

.single nav.post-navigation .nav-links .post-title {
    font-size: 24px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.7px !important;
}

.single nav.post-navigation .nav-links i {
    color: #202020;
	font-size: 16px;
    line-height: 1.2;
    margin-right: 10px;
}

h3#reply-title {
    margin: 0 0 20px;
    font-size: 28px !important;
    line-height: 1.2 !important;
	border-left: 3px solid #ff4171;
	padding-left: 15px;
}

p.logged-in-as a {
	font-weight: 600;
    color: #ff4171;
}

p.logged-in-as a:hover {
    text-decoration: underline;
	color: #000;
}

.comment-form input.input-email,
.comment-form input.input-name,
.comment-form input.input-website,
.comment-form textarea {
	border-color: #000 !important;
	color: #333 !important;
    font-weight: 600 !important;
	font-size: 17px;
}

.comment-form textarea {
	min-height: 140px !important;
	max-height: 300px !important;
}

.comment-form input:not(.submit):focus,
.comment-form textarea:focus {
	color: #000 !important;
	border-color: #ff4171 !important;
}

.comment-form-cookies-consent {
display: inline-flex;
    align-items: center;
    padding: 30px 0 20px 0;
}

.comment-form-cookies-consent label {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #0e0e0e;
}

#comments {
    margin-top: 60px;
    padding-top: 60px;
}

time.published {
    font-size: 14px;
    font-weight: 400;
}

.single .entry-content h2 {
    margin-top: 40px;
}

.single .entry-content table th,
.single .entry-content table td {
    font-size: 16px;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button) {
    font-weight: 600;
	
}

/* Sidebar */

.sidebar-box h3.guide {
    font-size: 30px !important;
}

.widget-area h2,
.widget-area h3 {
    font-size: 24px ! Important;
    line-height: 1.2 !important;
	letter-spacing: -0.5px !important;
}

.widget-area .button {
	width: 100%;
}

.widget-area img {
    max-height: 140px;
    width: 100%;
    object-fit: cover;
    margin-top: 4px;
}

.sidebar-primary img.logo {
    position: relative;
    left: -7px;
	max-width: 225px;
	margin-top: -4px;
}

.oceanwp-recent-posts .recent-posts-title {
    letter-spacing: 0 !important;
    line-height: 1.1;
    display: flex;
}

.oceanwp-recent-posts .recent-posts-thumbnail img {
    border-radius: 0 !important;
}

.sidebar-box {
    margin-bottom: 60px;
}

.sidebar-container.widget-area a {
    color: unset !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-color: #6b3bf05e !important;
	font-weight: 600;
}

.sidebar-container.widget-area a:hover {
    text-decoration: none !important;
    color: #e8b825 !important;
}

/* Archives */

.blog-entry-header {
    margin: 20px 0 10px 0 !important;
    padding: 0 10px !important;
}

.blog-entry.post .blog-entry-header .entry-title a {
	font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.blog-entry.post .blog-entry-header .entry-title a:hover {
	color: #ff9800 !important;
}

.blog-entry.post ul.meta {
    margin: 0 10px !important;
}

ul.meta li {
	font-size: 14px !important;
    font-weight: 400;
}

ul.meta li a {
    color: #ff9800 !important;
    font-weight: 600 !important;
	letter-spacing: -0.2px !important;
	text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

ul.meta li a:hover {
	text-decoration: none !important;
    color: #333 !important;
}

.single-post ul.meta li a {
    font-size: 17px !important;
}

.single-post ul.meta, .single.ocean-cpt ul.meta {
    border-bottom: 0;
    padding: 10px 0 20px 0;
}

.blog-entry.grid-entry .blog-entry-summary {
    padding: 0 10px !important;
}

.blog-entry.grid-entry .blog-entry-readmore {
    padding: 0 10px;
	margin-bottom: 10px;
}

.blog-entry.grid-entry .blog-entry-readmore a {
    border: 0 !important;
    background-color: #076229 !important;
    color: white !important;
    padding: 10px 14px !important;
}

.blog-entry.grid-entry .blog-entry-readmore a:hover {
    background-color: #000 !important;
    color: white !important;
}

.blog-entry.post .thumbnail img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

p.has-background {
    padding: 30px;
}

.blog-entry-header {
    margin: 30px 0 0 0 !important;
    padding: 0 20px 0 10px !important;
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
	border: 0 !important;
}

.blog-entry.thumbnail-entry .blog-entry-comments {
    display: none;
}

.blog-entry.thumbnail-entry .blog-entry-date {
    float: none;
}

table th, table td, hr, .content-area, body.content-left-sidebar #content-wrap .content-area, .content-left-sidebar .content-area, #top-bar-wrap, #site-header, #site-header.top-header #search-toggle, .dropdown-menu ul li, .centered-minimal-page-header, .blog-entry.post, .blog-entry.grid-entry .blog-entry-inner, .blog-entry.thumbnail-entry .blog-entry-bottom, .single-post .entry-title, .single .entry-share-wrap .entry-share, .single .entry-share, .single .entry-share ul li a, .single nav.post-navigation, .single nav.post-navigation .nav-links .nav-previous, #author-bio, #author-bio .author-bio-avatar, #author-bio .author-bio-social li a, #related-posts, #comments, .comment-body, #respond #cancel-comment-reply-link, #blog-entries .type-page, .page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span, body #wp-calendar caption, body #wp-calendar th, body #wp-calendar tbody, body .contact-info-widget.default i, body .contact-info-widget.big-icons i, body .posts-thumbnails-widget li, body .tagcloud a {
    border-color: #e9e9e9 !important;
}

a.in-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #076229;
	text-decoration: underline;
    text-underline-offset: 2px;
	margin-bottom: 20px;
}

.button + a.in-link {
	margin-top: 20px;
}

a.in-link svg {
    margin: 0 10px 0 0;
}

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

.page-numbers {
	padding: 60px 0 0 0 !Important;
}

.page-numbers a, .page-numbers.current {
    border: 0 !important;
    background: #e7e7e7 !important;
    border-radius: 5px !important;
    padding: 5px !important;
	margin: 0 5px 0 0 !important;
}

.page-numbers.current {
    background: #fbc426 !important;
    color: #000 !important;
}

.page-numbers a:hover, .page-numbers.current:hover span {
    background-color: #fbc426 !important;
    color: #000 !important;
}

.tax-desc {
    padding: 0 0 60px 0;
}

.tax-desc p:last-child {
    margin: 0;
}

.sidebar-box .widget-title, .sidebar-box.widget_block .wp-block-heading, .theme-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
	letter-spacing: -0.7px !important;
    border: 0;
    padding: 0;
	display: flex;
    align-items: start;
    justify-content: start;
    position: relative;
    gap: 10px;
}

.sidebar-box .widget-title {
	margin-bottom: 14px !important;
}

.theme-heading:before, 
.sidebar-box .widget-title:before, 
.sidebar-box.widget_block .wp-block-heading:before {
    content: '';
    display: inline-flex;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    background: #e8b825;
    position: relative;
    top: 6px;
}

.widget_categories li {
    font-weight: 600;
}

@media(min-width:960px) {
	.sidebar-container {
		position: sticky;
		top: 50px;
	}
}

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li {
	border: 0 !important;
}

#respond form p {
    font-weight: 600;
}

.comment-body p {
    font-size: 17px;
}

.no-comments {
    font-weight: 700;
}


/* FOOTER */

#footer-widgets .footer-box .widget-title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin: 0 auto 10px auto;
    font-family: 'Urbanist', sans-serif;
    letter-spacing: 1.1px;
    max-width: 250px;
	border: 0;
	padding: 0;
}

#footer-widgets #site-logo {
    float: none;
    margin: 0 auto 20px auto;
}

#footer-widgets #site-logo a:hover img {
    opacity: 1 !important;
	transform: scale(1.07);
}

#footer-widgets .custom-html-widget p {
	max-width: 250px;
	color: #fff;
	font-weight: 600;
	/*
    text-align: center;
	margin: auto;
	margin: 30px auto 0 auto;
	*/
}

#footer-widgets .custom-html-widget p:last-child {
	margin: 0;
}

.footer-partner {
	cursor: pointer;
}


#footer-widgets .menu-item {
    border: 0 !important;
    font-weight: 600 !important;
}

#footer-widgets .menu-item a {
    font-size: 15px;
    line-height: 1.4;
}

#footer-widgets .oceanwp-social-icons {
	text-align: center;
}

.oceanwp-social-icons li {
    margin: 0 8px 20px 0 !important;
}

#footer-bottom #footer-bottom-menu li {
	font-weight: 700 !important;
	font-size: 12px !important;
    text-transform: none !important;
}

#footer-bottom #footer-bottom-menu li a, #footer-bottom #footer-bottom-menu li:after {
    color: #333;
}

#footer-bottom #footer-bottom-menu li a:hover {
    color: #e8b825;
}

#footer-bottom-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

#footer-bottom-menu, #footer-bottom #copyright {
    float: none !important;
    padding: 0 !important;
}

#footer-bottom #copyright {
    font-weight: 600;
    line-height: 1.55 !important;
	margin-top: 5px;
}

@media(min-width:800px){
	#footer-bottom #copyright br {
		display: none;
	}
}

@media(max-width:800px){
	#footer-bottom #copyright span {
		display: none;
	}
}

.menu-menu-pie-legal-container {
    display: flex;
    align-items: center;
    justify-content: end;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a {
    padding: 5px 0 !important;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
	gap: 14px;
		padding-top: 30px;
		padding-top: 0;
}

.footer-contact p { 
	margin: 0 !important;
	font-weight: 600;
}

.footer-contact a { 
    color: #fff !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.footer-contact a:hover { 
	color: #fbc426 !important;
}

.footer-contact a svg { 
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
}

#footer-widgets .oceanwp-social-icons {
	text-align: left;
}

/*
.footer-mail {
	margin: 0 0 5px 0;
    background: url(img/for-mail.svg) no-repeat center;
    padding: 5px 0 5px 30px;
    background-size: 21px auto;
    background-position: 0;
}

.footer-tel {
	margin: 0 0 5px 0;
    background: url(img/for-tel.svg) no-repeat center;
    padding: 5px 0 5px 30px;
    background-size: 21px auto;
    background-position: 0;
}

.footer-wha {
    background: url(img/wha.svg) no-repeat center;
    padding: 5px 0 5px 30px;
    background-size: 21px auto;
    background-position: 0;
}
*/

img.flogo {
    max-height: 55px;
    display: block;
}

p.lead {
    margin-top: 5px !important;
    font-weight: 900;
}

#footer-widgets .footer-box {
    padding: 0 40px 0 0;
    margin: 0;
}

.footer-widgets-inner {
    display: flex;
    align-items: center;
    padding: 120px 0;
    gap: 100px;
}

#footer-widgets .menu-item {
    font-weight: 900;	
	position: relative;
	z-index: 2;
}

/* FIX SCROLL FORMULARIO */
.contact-panel__inner {
    height: 100dvh;
    box-sizing: border-box;
    overflow: hidden;
}

.contact-panel__inner-wrap {
    height: 100%;
    min-height: 0;
    align-items: stretch;
}

.contact-panel__inner .lefter,
.contact-panel__inner .righter {
    min-height: 0;
}

.contact-panel__inner .lefter {
    display: flex;
    align-items: center;
}

.contact-panel__inner .righter {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px 0 0;
	display: flex;
    align-items: start;
}

.cp-mode-block {
    width: 100%;
	margin: auto;
}

/* .cp-mode-block[data-mode-block="demo"] {
    padding: 10px 0 0 0;
} */

.contact-panel__inner .righter::-webkit-scrollbar {
    width: 4px;
}

.contact-panel__inner .righter::-webkit-scrollbar-track {
    background: transparent;
}

.contact-panel__inner .righter::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.25);
    border-radius: 999px;
}




/* **************************** */
/* AJUSTES 



#site-header-inner {
    width: 100%;
    max-width: calc(100% - 200px);
}

body.custom-header .page-header-inner {
    margin: 0 0 0 100px;
}

.page-header-custom-left, .page-header-custom-right {
    width: 60%;
    left: 40%;
}

*/




/* ******************* */
/* MQs */

.oceanwp-mobile-menu-icon.mobile-right {
    margin-left: auto;
}

/* Wrapping */

@media (max-width:1480px) {
	
	.combos-grid ul li {
		padding: 60px 30px;
	}

}

@media (max-width:1310px) {
	
	#site-header li.menu-item.button {
		margin-left: 20px;
	}
	
	body.custom-header .page-header-inner {	
		padding: 0 0 0 40px;
        margin: 0;
        width: 100%;
        max-width: calc(55% - 60px);
	}
	
	.page-header-custom-left, .page-header-custom-right {
		width: 45%;
		left: 55%;
	}
	
	.hero_inner .text.text-1,
	.hero_inner .text.text-2 {
		margin-left: 0;
        width: calc(100% - 100px);
        align-items: center;
        justify-content: center;
	}
	
	.action .guide {
		left: 40px;
	}
	
	.combos-grid {
		padding: 70px 0 0 0;
	}
	
	.combos-grid ul {
		flex-wrap: wrap;
	}
	
	.combos-grid ul li {
		padding: 70px 60px;
		width: calc(50% - 7px);
		margin-top: 0 !important;
	}
	
	.combos-grid ul li:nth-child(5) {
		width: 100%;
		background-position: center bottom;
	}		
	
	.combos-grid ul li img {
		max-height: 70px;
		width: fit-content;
		margin: 0 0 0 auto;
	}
	
	.combos-grid ul li:before {
		background: url(img/pix.png) repeat, linear-gradient(to top, rgb(0 0 0 / 0%) 22%, rgb(0 0 0 / 92%) 100%) repeat;
	}
	
	.combos-grid ul li p:last-child {
		min-height: initial;
	}
	
}

@media (max-width:1200px) {
	
	.home_pieces ul {
		gap: 50px;
	}
	
	.combos .as-header {
		gap: 60px;
	}
	
	.projects > .wrap {
		gap: 70px;
	}
	
}

@media (max-width:1100px) {

	.the-pieces .piece .subheading {
		padding: 0 40px 0 0;
	}
	
	.the-pieces .wrap {
		gap: 70px;
	}
	
}

@media (max-width:1070px) {
	
	.contact-panel__inner-wrap {
		max-width: calc(100% - 60px);
		gap: 70px;
	}
	
	.way .wrap {
		gap: 70px;
	}
	
	.the-pieces .puzzle {
		gap: 50px;
		padding-top: 150px;
	}
	
	.the-pieces .piece .skin,
	.the-pieces .piece .last {
		padding: 40px;
	}
	
}

@media (max-width:1024px) {

	.hero_inner .texts {
		display: none;
	}
	
	.home_pieces ul {
		flex-wrap: wrap;
	}
	
	.home_pieces ul li {
		width: calc(50% - 25px);
	}
	
	.footer-widgets-inner {
		gap: 60px;
	}
	
	#footer-widgets .footer-box {
		padding: 0;
		margin: 0;
	}

}

@media only screen and (max-width: 959px) {
	
    #site-header-inner {
        padding: 0 !important;
    }
	
	.begins > .wrap,
	.ready > .wrap {
		gap: 60px;
	}

	.begins .right,
	.ready .left {
		width: 50%;
	}
	
	.begins .heading,
	.ready .heading {
		padding: 0 0 0 30px;
	}
	
	.system .col.left .item:nth-child(2) { 
		padding-right: 0;
	}

	.system .col.right .item:nth-child(2) { 
		padding-left: 0;
	}
	
	.system .bottom-node {
		margin-top: 0;
	}
	
    .system .main-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;

        grid-template-areas:
            "center left"
            "center right";

        gap: 0 60px;
		margin-top: 90px;
    }

    .system .main-wrap .center-wrap {
        grid-area: center;
    }
	
	.system .col {
		gap: 24px;
		margin: 0;
		padding: 0;
	}

    .system .main-wrap .col.left {
        grid-area: left;
    }

    .system .main-wrap .col.right {
        grid-area: right;
    }
	
	.system .col .item {
		align-items: start;
	}
	
	.system .col.left .item {
		justify-content: start;
		text-align: left;
		flex-direction: row-reverse;
	}
	
	.system .bottom-node {
		max-width: 50%;
		padding-left: 30px;
		margin-right: 0;
		flex-direction: row;
		align-items: start;
		text-align: left;
	}

	.system .imago {
		max-width: 300px;
		margin: 0 0 0 auto;	
	}
	
	.action .item {
		padding: 0 0 200px 40px;
		min-height: 600px;
	}
	
	.action .item-3 {
		padding-bottom: 0;
		min-height: initial;
	}
	
	.action .cards {
		gap: 10px;
		flex-wrap: wrap;
	}
	
	.way .right {
		gap: 20px;
		flex-direction: column;
	}
	
	.way .right p {
		width: 100%;
	}
	
	.the-pieces header .right {
		max-width: 350px;
	}
	
	.combos .left {
		max-width: 600px;
		width: 100%;
	}
	
	.combos .right {
		gap: 0;
		flex-direction: column;
		width: 100%;
		max-width: 350px;
	}
	
	.categories-wrap .item {
		flex-wrap: wrap;
		gap: 0;
	}
	
	.categories-wrap .item .heading {
		max-width: 100%;
	}
	
	.projects header {
		max-width: 350px;
	}
	
	.projects > .wrap {
        gap: 60px;
    }
	
	.projects .project .content {
		padding: 50px 40px;
	}
	
	
	
	/* Breakpoint sidebar */
	
    .widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area {
        margin-top: 150px;
    }
	
	/* Main */
	
	#main #content-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

@media (max-width: 900px) {

	.the-pieces .piece {
		flex-direction: column;
	}
	
	.the-pieces .puzzle-pieces {
		gap: 100px;
	}
	
	.the-pieces .piece .first {
		min-height: 350px;
		border-radius: 10px 10px 0 0;
	}
	
	.the-pieces .piece .skin {
		min-height: 350px;
	}
	
	.the-pieces .piece .last {
		max-width: 100%;
		border-radius: 0 0 10px 10px;
	}
	
}

@media (max-width: 860px) {
	
	.categories-wrap .item ul {
		padding: 60px 0 0 0;
		width: 100%;
		max-width: 600px;
		margin: 0 0 0 auto;
	}

}

@media (max-width: 800px) {
	
	.begins > .wrap,
	.ready > .wrap {
		flex-direction: column;
	}
	
	.begins .left, .begins .right,
	.ready .left, .ready .right {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.ready .right p {
		max-width: 350px;
		margin-left: auto;
	}
	
	.home__banner-content {
		width: 90%;
	}
	
	.footer-widgets-inner {
		padding: 60px 0;
        gap: 40px;
        flex-direction: column;
    }
	
	#footer-bottom-inner {
		flex-direction: column-reverse;
	}
	
	.menu-menu-pie-legal-container {
		align-items: center;
		justify-content: center;
		margin: 0 !important;
	}
	
	#footer-bottom #footer-bottom-menu {
        margin-bottom: 0;
    }
	
	#footer-bottom #copyright {
		line-height: 1.4 !important;
	}
	
	#footer-bottom #copyright br {
		display: none;
	}
	
	.contact-panel__inner-wrap {
		gap: 50px;
		flex-direction: column;
	}
	
	.contact-panel .panel-close {
		top: 30px;
		right: 30px;
	}
	
	.contact-panel__inner .lefter.for-claim > div {
		text-align: left;
		align-items: start;
		margin: 0;
	}
	
	.contact-panel .claim {
		font-weight: 600;
		font-size: 30px;
	}
	
	.contact-panel__inner .lefter, .contact-panel__inner .righter {
		min-height: initial;
	}
	
	.contact-panel__inner-wrap {
		height: auto;
		min-height: initial;
		align-items: start;
		justify-content: start;
	}
	
	/**/
	
	.contact-panel__inner {
		overflow: auto;
	}
	
	.contact-panel__inner .righter {
		height: 100%;
		min-height: initial;
		overflow-y: auto;
		overflow-x: auto;
		padding: 0;
	}
	
	.the-pieces .puzzle-imago {
		max-width: 120px;
	}
	
	.the-pieces .wrap {
        gap: 50px;
    }
	
	.base .main-wrap {
        gap: 60px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
	}

	.base .heading-wrap {
		max-width: 600px;
	}
	
	.base .tags-wrap {
		max-width: 100%;
	}

	.combos .as-header {
        gap: 60px;
        flex-direction: column;
    }
	
	.combos-grid ul li {
        padding: 60px 40px;
    }
	
	.caps_begins.ends .right {
        padding: 0;
        margin: 0 0 0 auto;
	}
	
}

@media (max-width: 768px) {
	
    body.custom-header .page-header-inner, 
	body.custom-header .page-header-title {
		max-width: 100%;
		padding: 0 60px; 
    }	
	
	body.custom-header .page-header-title {
		padding: 0; 
    }
	
	.custom-header-slogan p, 
	body.custom-header .page-header-title span.gray	{
		color: #fff;
	}
	
	.page-header-custom {
		display: none !important;
	}
	
	body.custom-header span.background-image-page-header-overlay {
		display: block;
		opacity: 0.6;
	}
	
	#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
		max-height: 50px !important;
	}
	
	.home_pieces ul li {
		width: 100%;
	}
	
	.action .guide {
        left: 30px;
		display: none;
    }
	
	.action .here {
		display: none;
	}
	
	.action .item {
        padding: 0 0 200px 0;
    }
	
	.action .item-3 {
        padding: 0;
    }	
	
	.action .card {
		min-height: initial;
		gap: 20px;
	}
	
	.action .card:before {
		margin: 0;
	}
	
	.contact-panel__inner .lefter, .contact-panel__inner .righter {
		min-height: initial;
	}
	
	.the-pieces .wrap {
		gap: 50px;
		flex-direction: column;
	}
	
	.the-pieces header .right {
		text-align: left;
	}
	
	.the-pieces .puzzle {
		padding-top: 100px;
	}
	
	.the-pieces .puzzle-imago {
        display: none;
    }
	
	.projects > .wrap {
        gap: 100px;
        flex-direction: column;
    }
	
	.projects header {
		position: static;
		text-align: left;
	}
	
}

@media (max-width: 600px) {
	
	.decor {
        transform: scale(0.3);
    }
	
	.system .heading-wrap p br {
		display: none;
	}

    .system .main-wrap {
        margin-top: 70px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "center"
            "left"
            "right";
		gap: 0;
    }
	
	.system .imago {
		max-width: 200px;
		margin: 0 auto 40px auto;	
	}
	
	.system .bottom-node {
        max-width: 100%;
        padding-left: 0;
    }
	
	.action .cards {
		flex-direction: column;
	}
	
	.action .plus {
		justify-content: start;
		font-size: 40px;
	}

    .way .wrap {
        gap: 60px;
		flex-direction: column;
    }
	
	.way .left {
		margin: 0 0 0 auto;
	}
	
	.combos-grid ul li {
		width: 100%;
        padding: 60px 40px;
		min-height: 460px !important;
    }
	
	.combos-grid ul li img {
        max-height: 50px;
    }
	
	.combos-grid .imago {
		max-width: 57px;
	}
	
}

@media (max-width: 525px) {
	
	/* Typ */
	
	h2, .as-heading {
		font-size: 30px !important;
	}
	
	h3 {
		font-size: 25px !important;
	}
	
	.blog-entry.post .blog-entry-header .entry-title a {
		font-size: 24px !important;
		line-height: 1 !important;
	}
	
	.action .outcome p {
		font-size: 16px;
	}
	
	.begins .heading {
        padding: 0 0 0 20px;
    }
	
	.home_pieces .right .heading {
		padding: 0 20px 0 0;
	}
	
	.eco_begins .as-heading {
		padding: 0 20px 0 0;
	}
	
	.combos .left .heading {
		padding: 0 0 0 20px;
	}
	
	.the-pieces header .heading {
		padding: 0 0 0 20px;
	}
	
	/**/
	
    body.custom-header .page-header-inner {
		padding: 0 40px; 
    }
	
	.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title,
	body.custom-header .page-header-title {
		font-size: 34px !important;
	}
	
	.custom-header-slogan p {
		font-size: 15px !important;
	}
	
	.button,
	.button__label {
		width: 100% !important;
		letter-spacing: 0;
	}
	
	.action .guide {
        left: 30px;
    }
	
	.capabilities .tags li {
		font-size: 15px;
	}
	
	.action .item {
        padding: 0 20px 100px 20px;
		min-height: initial;
    }
	
	.action .item-3 {
        padding: 0 20px 0 20px;
    }
	
	.way .last ul {
		flex-direction: column;
		gap: 0;
	}

	.way .last ul li {
		margin: 0 auto;
		top: 0 !important;
	}	
	
	.way .last ul li:nth-child(1) {
		margin: 0 auto 0 0;
	}	
	
	.way .last ul li:nth-child(3) {
		margin: 0 0 0 auto;
	}	
	
	.the-pieces .piece .subheading {
		font-size: 19px;
		padding: 0;
	}
	
	.the-pieces .piece .first p:last-child {
		font-size: 15px;
	}
	
	.the-pieces .piece .last ul li {
		font-size: 13px;
		padding: 3px 10px;
		min-width: initial;
	}
	
	.the-pieces .piece .skin {
        min-height: 400px;
    }
	
	.base .main-wrap {
        gap: 40px;
    }
	
	.base .tags {
		gap: 10px;
		align-items: start;
	}
	
	.base .tags li {
		font-size: 17px;
	}
	
	.projects .project ul li {
        font-size: 13px;
        padding: 3px 10px;
        min-width: initial;
		height: 36px;
    }
	
	.projects .project ul li svg {
        width: 17px;
		max-width: 17px;
		height: 17px;
		max-height: 17px;
		stroke-width: 1;
    }	
	
	.projects .backgrounds::after {
		background: rgb(0 0 0 / 50%);
	}
	
	.projects .backgrounds:before {
		background: url(img/pix.png) repeat, linear-gradient(to left, rgb(0 0 0 / 0%) 22%, rgb(0 0 0 / 54%) 100%) repeat;
	}
	


	/* Fat paddings */
	
	section.home_pieces > .wrap {
		gap: 80px;
	}
	
	section.begins,
	section.ready,
	section.system,
	section.action,
	section.home_pieces,
	section.way,
	section.base,
	section.combos,
	section.categories,
	section.capabilities {
		padding: 100px 0;
	}
	
	.action .upper {
		padding-bottom: 70px;
	}
	
	.capabilities .tags {
		padding: 0;
	}
	
	.capabilities .tags li {
		width: fit-content;
		min-width: fit-content;
	}
	
	section.begins.leader {
		padding: 100px 0 100px 0;
	}
	
	.categories-wrap .item ul {
        padding: 40px 0 0 0;
    }
	
	.categories-wrap .item ul li {
		font-size: 12px;
		height: 40px;
	}
	
	/* Mob Decor */
	
	.decor-left-bottom {
		bottom: -40px;
		left: -40px;
	}
	
	.decor-right-bottom {
		bottom: -40px;
		right: -40px;
	}
	
	.decor-right-top {
		top: -40px;
		right: -40px;
	}
	
	.decor-left-top {
		top: -40px;
		left: -40px;
	}
	
	#footer-bottom #copyright br {
        display: block;
    }
	
	.page-header {
		min-height: calc(100svh - 101px) !important;
		padding: 0 !important;
	}
	
}

@media only screen and (max-width: 480px) {

    .footer-widgets-inner {
        max-width: fit-content !important;
    }
	
	.the-pieces .piece .button .button__label,
	.projects .project .button .button__label {
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 325px) {

	.button__label {
		font-size: 13px !important;
	}

}





.button-wrap {
    display: flex;
    flex-direction: column;
}

#mobile-dropdown ul {
    padding: 0 0 15px 0;
}

.wow {
	visibility: hidden;
}

.words {
  opacity: 0;
}

.words.splitting {
  opacity: 1;
}

.splitting .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  will-change: opacity, transform;
}

.splitting .whitespace {
  display: inline-block;
  white-space: pre;
}

.splitting.is-revealed .word {
  animation: word-reveal 0.6s cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
  animation-delay: calc(var(--word-index) * 60ms);
}

@keyframes word-reveal {
  from {
    opacity: 0;
    transform: translateY(0.6em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .splitting .word {
    opacity: 1;
    transform: none;
  }
  .splitting.is-revealed .word {
    animation: none;
  }
}



/* 0 PHASE TEMPS */

.home_pieces ul li .link,
.button[data-panel="demo"] {
	/**/ display: none !important; 
}







