/* Moslo Home Builder - Estilos */
.moslo-intro-wrapper {
    padding: 40px 0;
    text-align: center;
}

.textosportada h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #232323;
}

.textosportada h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #7a7a7a;
}

.textosportada p {
    font-size: 16px;
    line-height: 1.6;
    color: #7a7a7a;
    max-width: 800px;
    margin: 0 auto;
}

.moslo-products-section {
    margin: 30px 0;
}

.moslo-products-section .title_block {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.moslo-brands-section {
    padding: 40px 0;
    background: #f8f8f8;
}

.moslo-brands-section .title_block {
    text-align: center;
    margin-bottom: 30px;
}

.brands-carousel .item {
    text-align: center;
    padding: 15px;
}

.brands-carousel img {
    max-width: 150px;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.brands-carousel img:hover {
    opacity: 1;
}

.moslo-category-section {
    margin: 50px 0;
}

.moslo-category-section .title_block {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.moslo-category-section .sub-title-widget {
    text-align: center;
    color: #7a7a7a;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.banner img {
    width: 100%;
    transition: transform 0.3s;
}

.banner:hover img {
    transform: scale(1.05);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.banner-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.banner-content .btn {
    margin-top: 15px;
}

.moslo-contact-section {
    padding: 50px 0;
    background: #f8f8f8;
}

.moslo-contact-section .title_block {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info .about-time h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-info .btn {
    margin-top: 10px;
    margin-right: 10px;
}

.moslo-blog-section {
    padding: 50px 0;
}

.moslo-blog-section .title_block {
    text-align: center;
    margin-bottom: 30px;
}

.blog-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-info {
    padding: 20px;
}

.blog-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-info h5 a {
    color: #232323;
}

.blog-meta {
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-short {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .textosportada h1 { font-size: 24px; }
    .textosportada h2 { font-size: 18px; }
    .banner-content h3 { font-size: 20px; }
    .blog-image img { height: 200px; }
}