/* ═══════════════════════════════════════════════════════════════
INFOEMPLEO EVEREST — Rediseño urbano-rural 2026
Paleta: Antracita #1C2B2D | Cobre #D4622A |
Crema #F5EDD8 | Musgo #4A6741
★ AdSense safe: no toca .adsbygoogle ni ins
═══════════════════════════════════════════════════════════════ */
@import url(‘https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Display&display=swap’);
:root {
–iev-dark: #1C2B2D;
–iev-copper: #D4622A;
–iev-cream: #F5EDD8;
–iev-moss: #4A6741;
–iev-light: #FAF7F2;
–iev-border: #E2D8C8;
–iev-text: #2C3A30;
–iev-muted: #7A7060;
–iev-radius: 8px;
–iev-shadow: 0 2px 16px rgba(28,43,45,.10);
}
body, .entry-content, .post-content, .page-content,
h1, h2, h3, h4, p, li, td, th, a {
font-family: ‘DM Sans’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif !important;
color: var(–iev-text);
}
body { background: var(–iev-light) !important; }
#header, .site-header, .top-bar, #masthead,
header.site-header, .navbar, #main-header,
.header-wrapper, .orbital-header {
background: var(–iev-dark) !important;
border-bottom: 3px solid var(–iev-copper) !important;
box-shadow: 0 2px 12px rgba(0,0,0,.25) !important;
}
#header img.logo, .site-header img, .navbar-brand img,
.orbital-logo img, img.custom-logo {
filter: brightness(0) invert(1) !important;
max-height: 52px !important;
width: auto !important;
}
.site-title, .site-title a, .blog-name, .blog-title,
#site-title, .orbital-site-title {
font-family: ‘DM Serif Display’, Georgia, serif !important;
color: #fff !important;
font-size: 1.4rem !important;
letter-spacing: .02em !important;
}
.site-description, .site-tagline, .blog-description {
color: var(–iev-copper) !important;
font-size: .78rem !important;
letter-spacing: .06em !important;
text-transform: uppercase !important;
}
#nav, .main-nav, .primary-menu, nav.navigation,
.nav-menu, #primary-menu, .orbital-nav, .menu-primary-navigation {
background: var(–iev-dark) !important;
}
#nav a, .main-nav a, nav a, .nav-menu a,
#primary-menu a, .menu li a {
color: #e8e0d0 !important;
font-size: .9rem !important;
font-weight: 500 !important;
padding: 10px 16px !important;
transition: color .2s, background .2s !important;
}
#nav a:hover, .main-nav a:hover, nav a:hover,
.nav-menu a:hover, #primary-menu a:hover {
color: var(–iev-copper) !important;
background: rgba(212,98,42,.08) !important;
}
.iev-hero {
background: linear-gradient(135deg, var(–iev-dark) 0%, #2A3E40 60%, var(–iev-moss) 100%);
padding: 56px 32px 48px;
text-align: center;
border-radius: var(–iev-radius);
margin-bottom: 32px;
position: relative;
overflow: hidden;
}
.iev-hero::before {
content: »;
position: absolute;
inset: 0;
background: url(«data:image/svg+xml,%3Csvg width=’60’ height=’60’ viewBox=’0 0 60 60′ xmlns=’http://www.w3.org/2000/svg’%3E%3Cg fill=’none’ fill-rule=’evenodd’%3E%3Cg fill=’%23ffffff’ fill-opacity=’0.03’%3E%3Cpath d=’M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z’/%3E%3C/g%3E%3C/g%3E%3C/svg%3E»);
pointer-events: none;
}
.iev-hero h1 {
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
color: var(–iev-cream) !important;
margin: 0 0 12px !important;
line-height: 1.2 !important;
}
.iev-hero h1 span { color: var(–iev-copper) !important; }
.iev-hero p {
color: #c8c0b0 !important;
font-size: 1.05rem !important;
max-width: 600px !important;
margin: 0 auto 28px !important;
}
.iev-hero .iev-badge {
display: inline-block;
background: var(–iev-moss);
color: #fff;
font-size: .78rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 20px;
}
.iev-stats {
display: flex;
justify-content: center;
gap: 32px;
flex-wrap: wrap;
margin-top: 28px;
}
.iev-stat {
text-align: center;
color: #fff;
}
.iev-stat strong {
display: block;
font-size: 1.8rem;
font-weight: 700;
color: var(–iev-copper) !important;
font-family: ‘DM Serif Display’, Georgia, serif !important;
}
.iev-stat span { font-size: .8rem; color: #a0a890; }
.iev-featured {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 16px;
margin: 28px 0;
}
.iev-featured-card {
background: linear-gradient(135deg, var(–iev-moss) 0%, #3a5234 100%);
border-radius: var(–iev-radius);
padding: 22px 22px 20px;
text-decoration: none !important;
display: block;
position: relative;
overflow: hidden;
transition: transform .2s, box-shadow .2s;
}
.iev-featured-card:hover { transform: translateY(-3px); box-shadow: var(–iev-shadow); }
.iev-featured-card.copper { background: linear-gradient(135deg, var(–iev-copper) 0%, #b84f1e 100%); }
.iev-featured-tag {
display: inline-block;
background: rgba(255,255,255,.18);
color: #fff;
font-size: .7rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
padding: 3px 10px;
border-radius: 20px;
margin-bottom: 10px;
}
.iev-featured-card strong {
display: block;
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: 1.15rem;
font-weight: 400;
color: #fff !important;
margin-bottom: 6px;
line-height: 1.3;
}
.iev-featured-card em {
font-style: normal;
font-size: .85rem;
color: rgba(255,255,255,.8);
}
.iev-cats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 14px;
margin: 28px 0;
}
.iev-cat-card {
background: #fff;
border: 1.5px solid var(–iev-border);
border-top: 3px solid var(–iev-copper);
border-radius: var(–iev-radius);
padding: 20px 16px 18px;
text-align: center;
text-decoration: none !important;
transition: transform .2s, border-color .2s, box-shadow .2s;
display: block;
}
.iev-cat-card:hover {
transform: translateY(-3px);
border-color: var(–iev-copper);
box-shadow: var(–iev-shadow);
}
.iev-cat-card strong {
display: block;
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: .98rem;
font-weight: 400;
color: var(–iev-dark) !important;
margin-bottom: 4px;
}
.iev-cat-card em {
font-size: .75rem;
color: var(–iev-muted);
font-style: normal;
}
.iev-divider {
display: flex;
align-items: center;
gap: 12px;
margin: 36px 0 24px;
}
.iev-divider::before,
.iev-divider::after {
content: »;
flex: 1;
height: 1px;
background: var(–iev-border);
}
.iev-divider-text {
font-family: ‘DM Serif Display’, Georgia, serif;
font-size: 1.1rem;
color: var(–iev-dark);
white-space: nowrap;
}
.iev-divider-dot {
width: 8px; height: 8px;
border-radius: 50%;
background: var(–iev-copper);
display: inline-block;
margin: 0 4px;
}
.post-card, .entry, article.post,
.contentviews-grid .cv-post-card,
[class*=»contentviews»] article,
.post-thumbnail, .posts-grid article {
background: #fff !important;
border: 1.5px solid var(–iev-border) !important;
border-radius: var(–iev-radius) !important;
overflow: hidden !important;
transition: transform .2s, box-shadow .2s !important;
box-shadow: none !important;
}
.post-card:hover, .entry:hover, article.post:hover,
[class*=»contentviews»] article:hover {
transform: translateY(-4px) !important;
box-shadow: var(–iev-shadow) !important;
border-color: var(–iev-copper) !important;
}
.entry-title, .post-title, h2.title, h3.title,
[class*=»contentviews»] .cv-title,
article .entry-title a, .post-title a {
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: 1.05rem !important;
color: var(–iev-dark) !important;
line-height: 1.35 !important;
}
.entry-title a:hover, .post-title a:hover { color: var(–iev-copper) !important; }
.read-more, .more-link, .readmore-btn,
[class*=»contentviews»] .cv-readmore,
a.readmore {
background: var(–iev-copper) !important;
color: #fff !important;
border: none !important;
border-radius: 6px !important;
padding: 7px 16px !important;
font-size: .82rem !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: .06em !important;
transition: background .2s, transform .15s !important;
display: inline-block !important;
}
.read-more:hover, .more-link:hover, .readmore-btn:hover,
a.readmore:hover { background: #b84f1e !important; transform: scale(1.03) !important; }
#sidebar, .sidebar, .widget-area, aside.sidebar {
background: transparent !important;
}
.widget, .sidebar .widget {
background: #fff !important;
border: 1.5px solid var(–iev-border) !important;
border-radius: var(–iev-radius) !important;
padding: 20px 18px !important;
margin-bottom: 20px !important;
}
.widget-title, .widgettitle {
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: 1rem !important;
color: var(–iev-dark) !important;
border-bottom: 2px solid var(–iev-copper) !important;
padding-bottom: 8px !important;
margin-bottom: 14px !important;
}
.wp-block-search, .search-form, .search-widget,
input[type=»search»], .search-field {
border: 2px solid var(–iev-border) !important;
border-radius: 6px !important;
padding: 10px 14px !important;
font-size: .9rem !important;
width: 100% !important;
background: #fff !important;
transition: border-color .2s !important;
}
input[type=»search»]:focus, .search-field:focus {
border-color: var(–iev-copper) !important;
outline: none !important;
}
.wp-block-search__button, .search-submit,
button[type=»submit»] {
background: var(–iev-dark) !important;
color: #fff !important;
border: none !important;
border-radius: 6px !important;
padding: 10px 20px !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: background .2s !important;
}
.search-submit:hover { background: var(–iev-copper) !important; }
.wp-block-categories-dropdown select,
select.postform {
border: 2px solid var(–iev-border) !important;
border-radius: 6px !important;
padding: 10px 14px !important;
background: #fff !important;
width: 100% !important;
font-size: .9rem !important;
color: var(–iev-text) !important;
cursor: pointer !important;
}
table {
width: 100% !important;
border-collapse: collapse !important;
font-size: .9rem !important;
}
table thead tr { background: var(–iev-dark) !important; color: #fff !important; }
table thead th { padding: 10px 14px !important; text-align: left !important; color: #fff !important; }
table tbody tr:nth-child(even) { background: #faf6ee !important; }
table tbody tr:hover { background: #f0e8d8 !important; }
table td { padding: 9px 14px !important; border-bottom: 1px solid var(–iev-border) !important; }
table a { color: var(–iev-copper) !important; text-decoration: none !important; }
table a:hover { text-decoration: underline !important; }
.entry-content ul li, .page-content ul li,
.wp-block-list li {
padding: 3px 0 !important;
position: relative !important;
}
.entry-content ul li::before,
.wp-block-list li::before {
color: var(–iev-copper) !important;
}
.entry-content h2, .page-content h2 {
font-family: ‘DM Serif Display’, Georgia, serif !important;
font-size: 1.4rem !important;
color: var(–iev-dark) !important;
border-left: 4px solid var(–iev-copper) !important;
padding-left: 12px !important;
margin: 28px 0 14px !important;
}
.entry-content h3, .page-content h3 {
font-family: ‘DM Sans’, sans-serif !important;
font-size: 1.1rem !important;
font-weight: 700 !important;
color: var(–iev-moss) !important;
margin: 22px 0 10px !important;
}
#footer, .site-footer, footer, .footer-wrapper {
background: var(–iev-dark) !important;
color: #a0a890 !important;
border-top: 3px solid var(–iev-copper) !important;
padding: 32px 20px 24px !important;
}
#footer a, .site-footer a, footer a {
color: var(–iev-copper) !important;
}
#footer a:hover, .site-footer a:hover { color: var(–iev-cream) !important; }
.footer-credits, .copyright, .footer-info {
color: #6a7060 !important;
font-size: .8rem !important;
}
.pagination, .nav-links, .page-numbers {
display: flex !important;
gap: 6px !important;
flex-wrap: wrap !important;
margin: 32px 0 !important;
}
.page-numbers a, .page-numbers span,
.pagination a, .nav-links a {
background: #fff !important;
border: 1.5px solid var(–iev-border) !important;
color: var(–iev-dark) !important;
padding: 7px 13px !important;
border-radius: 6px !important;
font-size: .88rem !important;
font-weight: 500 !important;
text-decoration: none !important;
transition: all .2s !important;
}
.page-numbers.current,
.page-numbers a:hover {
background: var(–iev-copper) !important;
border-color: var(–iev-copper) !important;
color: #fff !important;
}
a { color: var(–iev-copper) !important; }
a:hover { color: #b84f1e !important; }
.breadcrumb, .breadcrumbs, nav.breadcrumb {
font-size: .82rem !important;
color: var(–iev-muted) !important;
padding: 8px 0 !important;
}
.breadcrumb a { color: var(–iev-moss) !important; }
.wp-block-list[style*=»background»],
.has-background.wp-block-list {
background: linear-gradient(135deg, var(–iev-cream) 0%, #f0e4cc 100%) !important;
border-left: 4px solid var(–iev-copper) !important;
border-radius: var(–iev-radius) !important;
padding: 16px 20px !important;
color: var(–iev-text) !important;
}
.has-background.has-small-font-size[style*=»background»] {
background: var(–iev-cream) !important;
border-left: 4px solid var(–iev-moss) !important;
border-radius: var(–iev-radius) !important;
padding: 14px 18px !important;
color: var(–iev-muted) !important;
}
.wp-block-separator { border-color: var(–iev-border) !important; }
@media (max-width: 768px) {
.iev-stats { gap: 20px; }
.iev-hero { padding: 36px 18px 32px; }
.iev-cats { grid-template-columns: repeat(2, 1fr); }
.entry-content h2 { font-size: 1.2rem !important; }
}
Empleo + Alojamiento · España y Europa
Trabaja. Vive. Muévete.
La guía más completa de empleos con alojamiento incluido: desde el campo hasta las ciudades, desde España hasta el otro lado de Europa.
40+artículos
12categorías
15+destinos
2026actualizado
Lo más reciente y más buscado
Explora por tipo de trabajo
CuidadosMayores, hogar, interno/a
EuropaAlemania, Irlanda, Suiza…
HosteleríaHoteles, cruceros, esquí
TemporadaAgrícola, verano, invierno
JóvenesPrimer empleo, sin experiencia
Au PairFamilia + idioma + viaje
VoluntariadoWWOOF, Workaway, CES
RuralEspaña vaciada, campo
ExtranjeroDubái, Países Bajos y más
OffshorePlataformas petrolíferas
AyudasSubsidios y recursos públicos
Busca tu destino
Guías cornerstone
Recursos y portales de empleo
| Plataforma | Especialidad | Enlace |
|---|
| Indeed | Ofertas generales | Indeed |
| InfoJobs | Mercado español | InfoJobs |
| EURES | Empleo europeo oficial | EURES |
| Turijobs | Hostelería y turismo | Turijobs |
| Workaway | Voluntariado + alojamiento | Workaway |
| AuPairWorld | Au pair internacional | AuPairWorld |
¿Buscas empleo con alojamiento incluido?
Explora todas nuestras guías actualizadas para 2026 y encuentra tu próximo destino laboral.
Ver todas las guías →
]]>