Descripción
* {
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
margin: 0;
padding: 10px;
background-color: #f8f9fa;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.section {
background: #fff;
margin: 15px 0;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
overflow: hidden;
}
.section-padding {
padding: 20px;
}
.header-section {
border-left: 6px solid #d90416;
background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
}
.title {
color: #d90416;
font-size: clamp(1.8rem, 4vw, 2.4rem);
margin-bottom: 10px;
font-weight: bold;
line-height: 1.2;
}
.subtitle {
color: #666;
font-size: clamp(1rem, 2.5vw, 1.2rem);
margin: 0;
font-weight: 500;
}
.section-title {
color: #d90416;
font-size: clamp(1.4rem, 3vw, 1.8rem);
margin-bottom: 20px;
font-weight: bold;
}
.text-content {
color: #333;
font-size: clamp(1rem, 2vw, 1.1rem);
line-height: 1.7;
margin-bottom: 15px;
}
.grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.grid-2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.grid-4 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.improvement-card {
border: 2px solid #f2b705;
padding: 20px;
border-radius: 8px;
background: #fefefe;
}
.improvement-title {
color: #d90416;
font-size: clamp(1.1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.improvement-text {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.embed-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
margin: 20px 0;
}
.embed-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px;
border: 1px solid #ddd;
}
.highlight-section {
background: #f8f9fa;
border-left: 6px solid #d98e04;
}
.cta-section {
background: #f8f9fa;
border: 1px solid #f2b705;
text-align: center;
}
.btn {
display: inline-block;
background: #fff !important;
color: #d90416 !important;
border: 2px solid #d90416 !important;
padding: 12px 25px;
text-decoration: none !important;
border-radius: 6px;
font-weight: bold;
font-size: clamp(0.9rem, 2vw, 1.1rem);
transition: all 0.3s;
}
.btn:hover {
background: #d90416 !important;
color: #fff !important;
border-color: #d90416 !important;
text-decoration: none !important;
}
.feature-item {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
padding: 20px;
border: 1px solid #eee;
border-radius: 8px;
background: #fefefe;
}
.feature-image {
flex: 0 0 150px;
margin-right: 20px;
}
.feature-image img {
width: 100%;
border-radius: 6px;
border: 1px solid #ddd;
}
.feature-content {
flex: 1;
}
.feature-title {
color: #d90416;
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
font-weight: bold;
margin-bottom: 8px;
}
.feature-description {
color: #333;
font-size: clamp(0.9rem, 2vw, 1.1rem);
line-height: 1.6;
margin: 0;
}
.benefit-item {
margin-bottom: 12px;
padding: 15px;
background: #f8f9fa;
border-radius: 6px;
border-left: 4px solid #f2b705;
color: #333;
}
.benefit-item strong {
color: #d90416;
}
.spec-card {
background: #fff;
border: 2px solid #d90416;
padding: 15px;
border-radius: 8px;
text-align: center;
}
.spec-card.orange {
border-color: #d98e04;
}
.spec-card.yellow {
border-color: #f2b705;
}
.spec-title {
color: #d90416;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 5px;
}
.spec-title.orange {
color: #d98e04;
}
.spec-title.yellow {
color: #f2b705;
}
.spec-value {
color: #333;
font-size: clamp(0.9rem, 2vw, 1.1rem);
margin: 0;
}
.material-card {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
border: 1px solid #eee;
}
.material-title {
color: #d90416;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.material-description {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.care-card {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
text-align: center;
border: 1px solid #eee;
}
.care-title {
color: #d90416;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.care-description {
color: #333;
font-size: clamp(0.9rem, 2vw, 1rem);
line-height: 1.6;
margin: 0;
}
.footer-section {
background: #f2d06b;
color: #333;
text-align: center;
}
.footer-title {
color: #333;
font-size: clamp(1.4rem, 3vw, 1.8rem);
font-weight: bold;
margin-bottom: 20px;
}
.footer-card {
background: rgba(255,255,255,0.3);
padding: 20px;
border-radius: 8px;
border: 1px solid rgba(217,4,22,0.2);
}
.footer-card h3 {
color: #333;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 10px;
}
.footer-card a {
color: #d90416 !important;
text-decoration: underline !important;
font-size: clamp(0.9rem, 2vw, 1.1rem);
font-weight: bold;
}
.footer-card a:hover {
color: #b8030f !important;
text-decoration: underline !important;
}
.note-section {
background: #f8f9fa;
padding: 15px;
border-radius: 8px;
border-left: 4px solid #d90416;
font-style: italic;
}
.note-section p {
color: #333;
margin: 0;
}
.note-section a {
color: #d90416 !important;
font-weight: bold;
text-decoration: underline !important;
}
.note-section a:hover {
color: #b8030f !important;
text-decoration: underline !important;
}
/* Mobile specific adjustments */
@media (max-width: 768px) {
body {
padding: 5px;
}
.section-padding {
padding: 15px;
}
.grid-3 {
grid-template-columns: 1fr;
gap: 15px;
}
.grid-2 {
grid-template-columns: 1fr;
gap: 15px;
}
.grid-4 {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.feature-item {
flex-direction: column;
text-align: center;
}
.feature-image {
flex: none;
margin-right: 0;
margin-bottom: 15px;
max-width: 200px;
margin-left: auto;
margin-right: auto;
}
.improvement-card {
padding: 15px;
}
.embed-container {
padding-bottom: 75%;
}
}
/* Very small screens */
@media (max-width: 480px) {
.grid-4 {
grid-template-columns: 1fr;
}
.spec-card {
padding: 12px;
}
}
Cama Elevada Mt. EverRest™
Portátil y Ligera para Perros de Ruffwear®
La Cama Perfecta para Aventureros
La Cama Elevada para Perros Mt. EverRest™ es la elección ideal para aquellos que aman explorar el mundo junto a su perro. Diseñada para ofrecer comodidad en cualquier terreno, esta cama mantiene a tu perro elevado, lejos del suelo frío, húmedo o caliente, brindándole un espacio seguro y acogedor para descansar después de un día lleno de aventuras.
Ya sea que estés acampando en la montaña, descansando en la playa o simplemente disfrutando de un día al aire libre, esta cama es ligera, fácil de transportar y rápida de armar. Gracias a su marco de aluminio aeronáutico y su superficie de microsuede suave y duradera, proporciona la estabilidad y el confort que tu perro merece.
¿Qué Problemas Resuelve Esta Cama?
Comodidad Fuera de Casa
Crea un espacio limpio y cómodo donde tu perro puede descansar, evitando el contacto directo con el suelo, lo que protege sus articulaciones y lo mantiene más fresco o cálido según el clima.
Portabilidad y Practicidad
Su diseño ligero y plegable, junto con una bolsa de transporte incluida, la hace perfecta para viajar sin complicaciones.
Estabilidad y Seguridad
Con patas antideslizantes y una estructura robusta, ofrece un soporte seguro incluso para perros grandes o mayores.
¿Cómo Mejora la Vida de Tu Perro y Tuya?
Características Principales

MONTAJE RÁPIDO Y SENCILLO
Su marco de aluminio con postes conectados por cordón elástico facilita armarla y desarmarla en minutos.

SUPERFICIE SUAVE Y DURADERA
Hecha de microsuede parcialmente reciclado, cómoda y resistente al uso continuo.

PORTABILIDAD TOTAL
Bolsa de transporte incluida con correa para el hombro, perfecta para llevar a cualquier lugar.

ESTABILIDAD GARANTIZADA
Patas antideslizantes para que tu perro suba y baje con confianza.
Dimensiones y Especificaciones
Tamaño Montado
76 x 96 x 20 cm
Tamaño Empacado
81.3 x 12.7 x 12.7 cm
Peso
1.2 kg
Capacidad Máxima
Hasta 32 kg
Materiales de Calidad
Superficie
Poliéster 150D repelente al agua (47% reciclado).
Marco
Aluminio anodizado T6061.
Patas
Uretano suave sin PVC.
Cuidados
Lavado
Lavar a máquina con agua fría.
Secado
Secar al aire.









Valoraciones
No hay valoraciones aún.