@charset "UTF-8";

@view-transition {
navigation: auto;
} @supports (view-transition-name: none) {
::view-transition-old(root),
::view-transition-new(root) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } ::view-transition-group(*) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
}
* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input,
button,
textarea,
select {
font: inherit;
}
p {
text-wrap: pretty;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
img,
video,
svg {
height: auto;
max-width: 100%;
vertical-align: middle;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
-webkit-transition-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
-webkit-transition: none;
transition: none;
}
}
:root,
.elementor-kit-6 {
--e-global-typography-primary-font-family: 'Rubik', sans-serif;
--e-global-typography-secondary-font-family: 'Rubik', sans-serif;
--e-global-typography-text-font-family: 'Rubik', sans-serif;
--e-global-typography-accent-font-family: 'Rubik', sans-serif;
}
@media only screen and (max-width: 1024px) {
.hide-mobile {
display: none;
}
}
.hide-desktop {
display: none;
}
@media only screen and (max-width: 1024px) {
.hide-desktop {
display: inherit;
}
}
body,
* {
font-family: "Manrope", sans-serif;
}
body {
color: #313131;
line-height: 1.5;
}
body #video-scroll-container {
background-color: #73a5c0;
}
body:not(.home):not(.error404) {
-webkit-padding-before: 200px;
padding-block-start: 200px;
}
@media only screen and (max-width: 600px) {
body:not(.home):not(.error404) {
-webkit-padding-before: 130px;
padding-block-start: 130px;
}
}
body.home .hero-overlay {
background-size: cover;
position: fixed;
width: 100%;
height: 100%;
background-position: center;
display: grid;
place-content: center;
}
body.home .hero-overlay svg {
width: 50px;
height: 50px;
}
body.home .hero-overlay { }
body.locked {
overflow: hidden;
}
strong {
font-weight: bold;
}
h1 {
font-size: 40px;
text-transform: uppercase;
-webkit-margin-after: 60px;
margin-block-end: 60px;
text-align: center;
}
@media only screen and (max-width: 600px) {
h1 {
font-size: 28px;
-webkit-margin-after: 20px;
margin-block-end: 20px;
}
}
h2 {
font-size: 28px;
margin-block: 20px;
}
h3 {
font-size: 20px;
margin-block: 20px;
}
p {
-webkit-margin-after: 20px;
margin-block-end: 20px;
}
li {
-webkit-margin-after: 10px;
margin-block-end: 10px;
}
.wp-block-list {
-webkit-margin-before: 20px;
margin-block-start: 20px;
-webkit-margin-after: 20px;
margin-block-end: 20px;
}
.container {
width: 1920px;
padding-left: 25px;
padding-right: 25px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.little-container {
width: 1300px;
padding-left: 25px;
padding-right: 25px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.container-full {
width: 100%;
}
.button {
inline-size: 100%;
max-inline-size: clamp(15.375rem, 5rem + 12.969vw, 20.563rem);
block-size: clamp(3.125rem, 1.125rem + 2.5vw, 4.125rem);
display: block;
border-radius: 30px;
display: grid;
place-content: center;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
background-color: rgba(255, 255, 255, 0.18);
font-size: clamp(0.938rem, 0.438rem + 0.625vw, 1.188rem);
font-weight: 600;
}
@media only screen and (max-width: 1025px) {
.button {
inline-size: 240px;
font-size: 15px;
block-size: 50px;
}
}
.button:hover {
background-color: rgb(255, 255, 255);
}
.button--shadow {
-webkit-box-shadow: 7px 6px 30px 4px rgba(49, 49, 49, 0.4);
box-shadow: 7px 6px 30px 4px rgba(49, 49, 49, 0.4);
}
.rank-math-breadcrumb {
font-size: 14px;
}
#breadcrumbs {
-webkit-margin-after: 40px;
margin-block-end: 40px;
font-size: 14px;
} .project-filters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-margin-after: 48px;
margin-block-end: 48px;
padding: 0;
gap: 30px;
list-style: none;
}
@media only screen and (max-width: 600px) {
.project-filters {
overflow-x: auto;
width: 100%;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 40px;
background: #fff;
-webkit-margin-before: 20px;
margin-block-start: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.project-filters li {
margin: 0;
}
@media only screen and (max-width: 600px) {
.project-filters li {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
}
.project-filters li .filter-link {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
color: #999;
font-weight: 500;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
padding-bottom: 5px;
}
.project-filters li .filter-link:hover {
color: #333;
}
.project-filters li .filter-link.active {
color: #000;
font-weight: 700;
}
.project-filters li .filter-link.active::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
} .share-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 12px;
margin: 1.5rem 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.share-btn {
width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
transition: transform 0.2s ease, background-color 0.2s ease;
transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.share-btn:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.share-btn svg {
width: 18px;
height: 18px;
fill: #ffffff;
}
.share-linkedin {
background-color: #2bb2c5;
}
.share-email {
background-color: #9bdaf9;
}
.page-404 {
background: url(//pomelomedia.es/wp-content/themes/pomelo/assets/images/404/404-background.png);
background-size: auto;
background-position: top;
background-repeat: no-repeat;
min-height: 100vh;
margin-inline: auto;
max-inline-size: 960px;
}
.col-image video {
-webkit-mask-image: url(https://pomelomedia.es/wp-content/uploads/2026/05/mascara-video2.png);
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-image: url(https://pomelomedia.es/wp-content/uploads/2026/05/mascara-video2.png);
mask-size: cover;
mask-repeat: no-repeat;
mask-position: center;
}  @font-face {
font-display: swap; font-family: "Urbanist";
font-style: normal;
font-weight: 400;
src: url(//pomelomedia.es/wp-content/themes/pomelo/assets/fonts/urbanist-v18-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Urbanist";
font-style: normal;
font-weight: 900;
src: url(//pomelomedia.es/wp-content/themes/pomelo/assets/fonts/urbanist-v18-latin-900.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Manrope";
font-style: normal;
font-weight: 400;
src: url(//pomelomedia.es/wp-content/themes/pomelo/assets/fonts/manrope-v20-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Manrope";
font-style: normal;
font-weight: 600;
src: url(//pomelomedia.es/wp-content/themes/pomelo/assets/fonts/manrope-v20-latin-600.woff2) format("woff2"); }