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-5 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 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%; /* 16:9 aspect ratio */
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;
}
.size-card {
background: #fff;
border: 2px solid #d90416;
padding: 15px;
border-radius: 8px;
text-align: center;
}
.size-card.orange {
border-color: #d98e04;
}
.size-card.yellow {
border-color: #f2b705;
}
.size-title {
color: #d90416;
font-size: clamp(1rem, 2.5vw, 1.3rem);
font-weight: bold;
margin-bottom: 5px;
}
.size-title.orange {
color: #d98e04;
}
.size-title.yellow {
color: #f2b705;
}
.size-range {
color: #333;
font-size: clamp(0.9rem, 2vw, 1.1rem);
margin: 0;
}
.size-image {
text-align: center;
margin: 20px 0;
}
.size-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #ddd;
}
.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-5 {
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%; /* More square for mobile */
}
}
/* Very small screens */
@media (max-width: 480px) {
.grid-5 {
grid-template-columns: 1fr;
}
.size-card {
padding: 12px;
}
}
Web Master™ Pechera Multiusos
con Asa y Sistema Anti-Tirones – Naranja (Blaze Orange) de Ruffwear®
La Evolución de una Leyenda
Después de más de dos décadas como la pechera de confianza para equipos de rescate en avalanchas, perros de servicio, perros de tres patas, perros escapistas y perros aventureros, el clásico arnés Web Master™ llega completamente renovado para ofrecer aún más funcionalidad, comodidad y control.
Este rediseño conserva la robustez que lo hizo legendario, pero ahora incluye tres grandes mejoras:
Tres Grandes Mejoras
1. Nuevo anillo frontal
Para uso con sistemas anti-tirones o entrenamiento.
2. Soporte acolchado amplio en el pecho
Para mayor estabilidad al caminar, subir o auxiliar.
3. Hebilla en el cuello
Que facilita ponérselo incluso a perros que no les gusta que les pasen cosas por la cabeza.
Ideal Para
Actividades al aire libre, perros mayores o con movilidad limitada, y para perros escapistas gracias a su diseño de tres puntos de sujeción.
Disponible en Más Colores
¿Prefieres un color diferente para tu peludo? Este modelo rediseñado del Web Master™ también está disponible en más colores vibrantes y funcionales.
Características Destacadas
DISEÑO DE TRES CORREAS
Proporciona mayor estabilidad y seguridad. Ideal para perros escapistas.
HEBILLA EN EL CUELLO
Ideal para perros sensibles o «head shy». No más pasar la cabeza por el arnés.
ESPUMA TRANSPIRABLE
Panel trasero moldeado con espuma perforada para mayor ventilación y soporte sin volumen.
Beneficios Adicionales
Guía de Medidas
Para saber la talla debes de medir la circunferencia del tórax, justo detrás de las patas delanteras.
XXCH
33 a 43 cm
XCH
43 a 56 cm
CH
56 a 69 cm
M
69 a 81 cm
G/XG
81 a 107 cm
Materiales de Calidad
Exterior
Poliéster ripstop 150D con recubrimiento DWR y PU (bluesign® aprobado).
Forro interior
Malla de poliéster.
Relleno
Espuma PE perforada.
Cierres
Hebillas laterales ITW Nexus Airloc (bluesign®).
Punto de sujeción
V-ring de aluminio anodizado 6061-T6.
Cuidados
Lavado
Lavar a mano con detergente suave.
Secado
Secar al aire.









Valoraciones
No hay valoraciones aún.