/*
Theme Name: Multiplásticos Jaramillo
Theme URI: https://multiplasticos.com
Author: Multiplásticos Team
Author URI: https://multiplasticos.com
Description: Tema personalizado para Multiplásticos Jaramillo S.A.S - Empresa dedicada a productos plásticos reciclados
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.0.11
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: multiplasticos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================
   BASE
========================= */

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.logo-hero {
    width: 50%;
}

.imagen-hero {
    width: 70%;
}

.titulo-diferencial {
    font-weight: 1000;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6CB33F;
}

.titulo-diferencial2 {
    font-weight: 1000;
    font-size: 45px;
    text-transform: uppercase;
    color: #9dc75a;
}

.texto-destacado {
    color: #2e7d32;
}

.texto-destacado2 {
    color: #5eb230;
}

.texto-destacado3 {
    color: #2e7d32;
}

.subtexto-diferencial {
    font-weight: 800;
    font-size: 24px;
    color: #2e7d32;
    letter-spacing: 1px;
}

.descripcion {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.lista-diferenciales {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.lista-diferenciales li {
    margin-bottom: 12px;
}

.hero-section {
    padding-top: 5%;
}

.bg-black {
    background-color: #000000;
}

.bg-success {
    background-color: #5eb230 !important;
}

nav {
    font-weight: 500;
    padding-right: 15px;
}

.nav-link.active {
    color: #9dc75a;
    font-weight: 700;
}

nav a:hover {
    color: #9dc75a;
}

a {
    text-decoration: none;
    color: white;
    padding: 10px;
}

.imagen-ajustada {
    width: 65%;
}

.bloque-imagenes {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.img-pequena {
    width: 30%;
}

@media (max-width: 768px) {
    .bloque-imagenes {
        gap: 15px;
        align-items: center;
    }

    .img-pequena {
        width: 45%;
    }

    .titulo-diferencial {
        font-size: 28px;
    }

    .titulo-diferencial2 {
        font-size: 26px;
    }

    .subtexto-diferencial {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .logo-hero,
    .imagen-hero,
    .imagen-ajustada {
        width: 100%;
    }
}

/*-------SOBRE NOSOTROS------*/

.carousel {
    max-width: 850px;
    margin: 40px auto;
}

.carousel-item img {
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
}

.seccion-mision .row {
    display: flex;
    justify-content: flex-start;
}

.titulo-mision {
    font-size: 64px;
    font-weight: 900;
    color: white;
    letter-spacing: 4px;
}

.circulo-mision {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 12px solid #6CB33F;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circulo-mision img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.texto-mision {
    font-size: 18px;
    line-height: 1.7;
}

.columna-mision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vision-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.vision-section .row {
    display: flex;
    justify-content: flex-end;
}

.columna-vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vision-text {
    font-size: 18px;
    line-height: 1.7;
}

.vision-title {
    font-size: 64px;
    font-weight: 900;
    color: white;
    letter-spacing: 4px;
}

.vision-circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 12px solid #6CB33F;
    background-color: #222;
}

.valores-section img {
    width: 60%;
}

.valores-section {
    width: 100%;
    position: relative;
}

.lista-diferenciales1 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.lista-diferenciales1 li {
    margin-bottom: 15px;
}

/* ===== PRODUCTS SECTION ===== */

.hero {
    height: 80vh;
    overflow: hidden;
}

.hero-img {
    object-fit: cover;
    height: 100%;
}

.title-productos {
    font-size: 65px;
    font-weight: 1000;
    color: white;
    letter-spacing: 0px;
}

.subtitle-productos {
    font-size: 25px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    text-align: end;
}

.productos {
    background-color: #fff;
}

.producto-card {
    background-color: #59a62c;
    border-radius: 15px;
    color: white;
    transition: 0.3s ease;
}

.title-productos2 {
    font-size: 65px;
    font-weight: 1000;
    letter-spacing: 0px;
}

.producto-card:hover {
    transform: translateY(-5px);
}

.producto-img {
    background-color: #e9e9e9;
    height: 120px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .title-productos {
        font-size: 45px;
    }

    .title-productos2 {
        font-size: 45px;
    }

    .subtitle-productos {
        font-size: 20px;
    }

    .hero {
        height: 70vh;
    }
}

@media (max-width: 576px) {
    .hero {
        height: auto;
        padding: 60px 0;
    }

    .title-productos {
        font-size: 32px;
        text-align: center;
    }

    .subtitle-productos {
        font-size: 16px;
        text-align: center;
        margin-top: 20px !important;
    }

    .title-productos2 {
        font-size: 32px;
    }

    .producto-card {
        padding: 20px 15px;
    }

    .producto-img {
        height: 90px;
    }
}

/*-------contact sections------*/

.titulo-contacto {
    color: #4CAF50;
}

.input-verde {
    background-color: #8BC34A;
    border: none;
    border-radius: 25px;
}

.input-verde:focus {
    box-shadow: none;
    background-color: #8BC34A;
}

.btn-verde {
    background-color: #8BC34A;
    border: none;
    border-radius: 20px;
    font-weight: bold;
}

.btn-verde:hover {
    background-color: #76b33b;
}

.texto-redes {
    color: #4CAF50;
}

.iconos-redes i {
    color: #4CAF50;
    cursor: pointer;
    transition: 0.3s;
}

.iconos-redes i:hover {
    transform: scale(1.2);
}
