:root {
--color-primary: #d70000;
--color-dark: #1a1a1a;
--color-gray: #f8fafc;
--color-white: #ffffff;
--font-main: 'Inter', sans-serif;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}
.home-banner__image img {
width: 100%;
height: auto;
}
.section-discover {
background: var(--color-white);
padding: 4rem 1rem;
font-family: var(--font-main);
}
.section-discover__title {
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
text-align: left;
}
.section-discover__options {
display: flex;
justify-content: flex-start;
gap: 2rem;
flex-wrap: wrap;
}
.discover-card {
position: relative;
width: 100%;
max-width: 567px;
height: 300px;
border-radius: 15px;
overflow: hidden;
display: flex;
align-items: flex-end;
background-size: cover;
background-position: center;
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
color: #fff;
}
.card-concesionarios {
background-image: url(https://developer.socopur.com.pe/wp-content/themes/new-socopur-template/assets/img/content/home/CONCESIONARIOS.png);
}
.card-postventa {
background-image: url(https://developer.socopur.com.pe/wp-content/themes/new-socopur-template/assets/img/content/home/POST-VENTA.png);
}
.discover-card__content {
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
padding: 1rem 1.5rem;
width: 100%;
}
.discover-card__title {
font-size: 1.2rem;
font-weight: bold;
margin: 0 0 0.3rem;
}
.discover-card__text {
font-size: 0.95rem;
margin-bottom: 1rem;
}
.discover-card__btn {
background-color: var(--color-primary);
color: var(--color-white);
padding: 0.5rem 1.2rem;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 0.9rem;
}
.section-products {
background-size: cover;
background-position: center;
padding: 4rem 1rem;
font-family: var(--font-main);
color: var(--color-white);
}
.section-products__title {
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 1rem;
}
.section-products__ver-todo {
background-color: var(--color-primary);
border: none;
color: var(--color-white);
padding: 0.6rem 1.5rem;
border-radius: 30px;
cursor: pointer;
font-weight: 600;
}
.section-products__header {
display: flex;
justify-content: space-between;
align-items: center;
}
.section-products__filters, .section-products__subfilters {
display: flex;
gap: 10px;
margin: 1rem 0;
flex-wrap: wrap;
}
.category-tab {
padding: 0.5rem 1.25rem;
border: 1px solid var(--color-white);
background: transparent;
color: var(--color-white);
cursor: pointer;
border-radius: 30px;
font-size: 0.9rem;
transition: all 0.3s ease;
}
.category-tab.active,
.category-tab:hover {
background-color: var(--color-white);
color: var(--color-dark);
}
.section-products__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.product-card {
background: transparent;
color: var(--color-dark);
border-radius: 15px;
text-align: center;
position: relative;
overflow: visible;
}
.product-card__image-wrapper {
background: var(--color-white);
border-radius: 15px;
padding: 1rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
margin-bottom: 1rem;
}
.product-card__image-wrapper img {
display: block;
width: 100%;
height: auto;
max-height: 200px;
object-fit: contain;
margin: 0 auto;
}
.product-card__details {
background: transparent;
}
.product-card__badge {
position: absolute;
top: 10px;
left: 10px;
background-color: #e30000;
color: #fff;
font-size: 0.75rem;
padding: 5px 8px;
border-radius: 4px;
font-weight: bold;
}
.product-card__name {
font-weight: 600;
font-size: 1rem;
color: #fff;
margin: 0.5rem 0;
}
.product-card__price {
font-weight: bold;
font-size: 1.1rem;
color: #fff;
margin: 0.5rem 0 1.2rem;
}
.product-card__price span {
font-weight: bold;
color: #fff;
font-size: 0.9rem;
}
.product-card__btn {
background-color: var(--color-primary);
border: none;
padding: 0.6rem 1.5rem;
color: var(--color-white);
border-radius: 30px;
cursor: pointer;
font-weight: bold;
transition: background 0.3s ease;
text-decoration: none;
}
.product-card__btn:hover {
background-color: #b30000;
}
.section-products__ver-todo {
display: inline-block;
margin-bottom: 1.5rem;
text-decoration: none;
} .home-marcas-section {
text-align: center;
background: #f5f9fc;
padding: 2rem 1rem;
}
.home-marcas-title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.home-marcas-carousel {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1000px;
margin: auto;
position: relative;
gap: 1rem;
padding: 0 2rem;
}
.home-marcas-track-wrapper {
overflow: hidden;
width: 100%;
max-width: 900px;
flex: 1;
}
.home-marcas-track {
display: flex;
transition: transform 0.5s ease-in-out;
width: 100%;
}
.home-marcas-slide {
width: 100%;
flex-shrink: 0;
display: flex;
justify-content: center;
gap: 2rem;
padding: 35px 0;
}
.home-marcas-item {
background: #fff;
width: 150px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.home-marcas-item img {
max-height: 80px;
max-width: 100%;
object-fit: contain;
transition: transform 0.4s ease;
}
.home-marcas-item:hover img {
transform: scale(1.1);
}
.home-marcas-btn {
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
z-index: 10;
padding: 0.5rem;
}
.home-marcas-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
margin-top: 1rem;
}
.home-marcas-counter {
font-weight: 500;
font-size: 1rem;
min-width: 60px;
}
.home-marcas-pagination-prev,
.home-marcas-pagination-next {
background-color: transparent;
border: none;
font-size: 1.25rem;
width: 32px;
height: 32px;
color: #1a1a1a;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease;
cursor: pointer;
}
.home-marcas-pagination-prev:hover,
.home-marcas-pagination-next:hover {
transform: scale(1.25);
} .financing-section {
padding: 4rem 1rem;
font-family: var(--font-main);
background-color: #fff;
display: flex;
justify-content: center;
}
.financing-card {
width: 1024px;
height: 570px;
background-image: url(https://developer.socopur.com.pe/wp-content/themes/new-socopur-template/assets/img/content/home/OPCIONES-FINANCIAMIENTO.png);
background-size: cover;
background-position: center;
border-radius: 20px;
overflow: hidden;
display: flex;
align-items: center;
padding-left: 4rem;
color: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.financing-content {
max-width: 500px;
}
.financing-content h2 {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1rem;
line-height: 1.3;
}
.financing-content p {
font-size: 1.1rem;
margin-bottom: 2rem;
}
.financing-content .home-banner__btn {
background-color: #fff;
color: #1a1a1a;
font-weight: 600;
padding: 0.75rem 1.5rem;
font-size: 1rem;
border-radius: 8px;
border: none;
cursor: pointer;
transition: background 0.3s ease;
}
.financing-content .home-banner__btn:hover {
background-color: #f3f3f3;
} .testimonials-section {
background-color: #f8f8f8;
padding: 4rem 1rem;
}
.testimonials-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
align-items: center;
}
.testimonial-image {
flex: 1 1 45%;
text-align: center;
}
.testimonial-image img {
max-width: 450px;
width: 100%;
border-radius: 16px;
box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.testimonial-content {
flex: 1 1 45%;
}
.testimonial-subtitle {
color: var(--color-primary);
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
margin-bottom: 0.5rem;
letter-spacing: 1px;
}
.testimonial-title {
font-size: 2rem;
margin: 0.5rem 0 1rem;
font-weight: bold;
color: #1a1a1a;
}
.testimonial-description {
font-size: 1.1rem;
color: #444;
margin-bottom: 1rem;
}
.testimonial-author {
font-weight: bold;
font-size: 1rem;
color: #000;
margin-bottom: 1.5rem;
}
.testimonial-navigation {
display: flex;
gap: 1rem;
align-items: center;
}
.testimonial-navigation button {
background: var(--color-primary);
color: #fff;
font-size: 1rem;
padding: 0.5rem 1rem;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
}
.testimonial-navigation span {
font-size: 0.95rem;
color: #1a1a1a;
} .blog-section {
padding: 4rem 1rem;
background-color: var(--color-gray);
font-family: var(--font-main);
}
.blog-section .section-title {
font-size: 2rem;
font-weight: 800;
text-align: left;
margin-bottom: 2rem;
max-width: 1200px;
}
.blog-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
max-width: 1200px;
margin-inline: auto;
}
.blog-post {
background: white;
border-radius: 10px;
width: 260px;
padding: 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.3s ease;
}
.blog-post:hover {
transform: translateY(-5px);
}
.blog-post img {
width: 100%;
display: block;
border-radius: 10px 10px 0 0;
}
.blog-post h3 {
font-size: 1rem;
font-weight: 700;
margin: 0.75rem 1rem 0.25rem;
color: #1a1a1a;
}
.blog-post p {
font-size: 0.9rem;
color: #555;
margin: 0 1rem 1rem;
}
.blog-header {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto 2rem auto;
}
.blog-navigation {
display: flex;
gap: 1rem;
}
.nav-button {
background: var(--color-primary);
color: white;
font-size: 1.1rem;
border: none;
border-radius: 50%;
width: 36px;
height: 36px;
cursor: pointer;
} .subscription-section {
background-color: #f8f8f8;
padding: 4rem 1rem;
font-family: var(--font-main);
display: flex;
justify-content: center;
}
.subscription-card {
background-color: #001933;
color: white;
border-radius: 10px;
padding: 3rem;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 2rem;
max-width: 1200px;
width: 100%;
}
.subscription-text {
flex: 1 1 50%;
}
.subscription-text h2 {
font-size: 2 rem;
font-weight: 700;
line-height: 1.4;
}
.subscription-form {
flex: 1 1 40%;
display: flex;
flex-direction: column;
gap: 0.75rem;
min-width: 280px;
align-items: flex-start; }
.subscription-form label {
font-size: 0.9rem;
color: #ccc;
}
.subscription-form input {
padding: 0.6rem 1rem;
border-radius: 6px;
border: 1px solid #ccc;
background: transparent;
color: white;
font-size: 1rem;
width: 100%;
}
.subscription-form button {
background-color: var(--color-primary);
color: white;
border: none;
padding: 0.5rem 1.2rem;
border-radius: 6px;
font-weight: 600;
font-size: 0.9rem;
cursor: pointer;
transition: background 0.3s ease;
align-self: flex-start; }
.subscription-form button:hover {
background-color: #c70000;
}