/*CSS  TEYOCOYANI CREATIO*/

/*GENERALES*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

h1 {
    font-family: "Fraunces", serif;
    font-weight: 800;
    font-size: 42px;
    color: #702385;
    margin-bottom: 25px;
}

h2 {
    font-family: "Fraunces", serif;
    font-size: 34px;
    color: #702385;
    padding-bottom: 20px;
    font-weight: 700;
}

h3 {
     font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #CFA8D7;

}

h4 {
    font-family: "Fraunces", serif;
    font-size: 30px;
    padding-bottom: 25px;
    font-style: italic;
}

P {
    font-family: "Instrument Sans", sans-serif;
    font-size: 17px;
}

span {
    font-family: "Instrument Sans", sans-serif;
    font-size: 17px;
}

/*------NAVBAR-------*/

.navbar-purpura {
    background-color: #702385;
}

.nav-link {
    padding: 15px 20px !important;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}


/*-------PRIMERA PÁGINA------*/

/*POR QUE*/

.contenedor-beneficios {
    padding-top: 20px;
}
.contenedor-beneficios p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.icono-beneficio {
  font-size: 3.5rem;
  color: #702385;
  margin-bottom: 20px;
  display: inline-block;
  }

/*GALERIA*/

.contenedor-principal h1 {
    color: #F7E7FA !important;
}

.contenedor-principal {
    background-color: #702385;
    background-image: url(../img/separador1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom -2px;
    background-size: 100% auto;
    color: white;
}

.texto-galeria {
    font-family: "Fraunces", serif !important;
    font-style: italic !important;
    font-size: 26px;
    color: #00CCBE;
    padding-bottom: 15px;
    border-bottom: #702385 solid 2px;
}

.ofrecemos h4 {
    color: #00CCBE;
}

.galeria-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.galeria-grid {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
}

/* GRID */
.galeria-grid {
    display: grid;
    gap: 1rem;

    grid-template-columns:
        1fr 1fr 2fr;

    grid-template-rows:
        220px 220px 140px;

    grid-template-areas:
        "img-grande img-superior contenido"
        "img-grande img-inferior contenido"
        "banner-izq banner-izq banner-der";
}

/* ÁREAS */
.img-grande {
    grid-area: img-grande;
}

.img-superior {
    grid-area: img-superior;
}

.img-inferior {
    grid-area: img-inferior;
}

.contenido {
    grid-area: contenido;
}

.banner-izq {
    grid-area: banner-izq;
}

.banner-der {
    grid-area: banner-der;
}

/* ESTILOS */
.card {
    overflow: hidden;
    border-radius: 12px;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem;
    background: #CFA8D7;
}

.contenido h4 {
    color: #333;
    font-size: 28px;
}

.contenido p {
    max-width: 500px;
    line-height: 1.7;
    color: black;
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
}

.btn {
    display: inline-block;
    padding: .9rem 2rem;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.btn:hover {
    transform: translateY(-2px);
}


/*PRODUCTOS OFICIALES*/

.productos {
    background-image: url(../img/productos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 120px;
}

.productos a {
    background-color: #702385;
    color: white;
    border-radius: 25px;
    padding: 8px 25px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: "Fraunces", serif;
    font-size: 20px;
    text-decoration: none;
}

.productos a:hover {
    background-color: #00CCBE;
    transform: translateY(-2px);
}

/*TRABAJOS REALIZADOS*/

.trabajos {
    background-color: #F7E7FA;
    padding: 40px 0;
    margin-bottom: 120px;
}

.trabajos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


/*INICIA LA SEGUNDA PÁGINA*/

/*Nosotros*/

.texto-nosotros {
    font-family: "Fraunces", serif;
    font-weight: bold;
    font-size: 34px;
    color: #702385;
    padding: 25px 0;
}

.historia {
    margin-bottom: 120px;
}

.texto-historia {
    text-align: left;
    margin-bottom: 20px;
}

.historia img {
    height: 500px;
    border-radius: 50px;
}

.logo img {
   max-width: 400px;
   width: 100%;
   height: auto;
    margin-bottom: 60px;
}

.seccion-mision {
    background-color: #F7E7FA;
    margin-bottom: 100px;
}

/*INICIA LA TERCERA PÁGINA*/

/*SERVICIOS*/

/*PAPELERIA CREATIVA*/

.papeleria {
    margin-top: 100px;
    margin-bottom: 100px;
}

.img-responsive {
    width: 80%;
    border-radius: 50px;
    padding: 25px 0;
}

.seccion-galeria {
    background-color: #CFA8D7;
    padding: 60px 0;
}

.imagenes-papeleria p {
    background-color: #F7E7FA;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sublimacion {
    margin-top: 100px;
    margin-bottom: 100px;
}

.imagenes-sublimacion p {
    background-color: #F7E7FA;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.seccion-cta {
    padding: 80px 0;
}

.seccion-cta a {
    text-decoration: none;
    display: inline-block;
    border: 2px solid #00CCBE;
    color: #702385;
    padding: 8px 30px;
    border-radius: 20px;
    margin-top: 15px;
    font-weight: 700;
    font-style: italic;
}

.seccion-cta a:hover {
    background-color: #702385;
    color: #00CCBE;
}

/*---------------INICIA LA CUARTA PÁGINA----------------*/
/*FAQ*/
.faq-titulo {
    color: #6d2d91;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center
}

.faq-imagen {
    max-width: 100%;
    height: auto;
    max-height: 380px;
    width: auto;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.accordion-button {
    background: #F7E7FA;
    color: #000;
    font-weight: 700;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #d4c5d8;
    color: #000;
}

.accordion-body {
    background: #702385;
    padding: 25px;
    color: white;
}

.accordion-button::after {
    background-size: 1.5rem;
}

.faq-cta {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.faq-texto {
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 30px;
}

.btn-outline-morado {
    background: white;
    color: #702385;
    border: 2px solid #00CCBE;
    border-radius: 25px;
    padding: 8px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-outline-morado:hover {
    background: #d8b8e8;
    color: white;
    transform: translateY(-2px);
}

/*-----------------INICIA LA QUINTA PÁGINA------------------*/
/*Productos*/
.productos-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
}

/* Banner */
.productos-banner {
    position: relative;
    margin-bottom: 50px;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
}

.productos-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

.productos-banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6b2d8f;
    font-size: 40px;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8);

}

/* Filtros */
.filtros-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    background: #d8b8e8;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.filtro-btn {
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #333;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.filtro-btn.active,
.filtro-btn:hover {
    background: #6b2d8f;
    color: white;
}

/* Grid */
.grid-productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.producto-card {
    background: #f5e6ff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    display: block;
}

.producto-card:hover {
    transform: translateY(-6px);
}

.producto-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.producto-info {
    padding: 15px;
}

.producto-info h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.producto-info p {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

/*-----------------------INICIA LA SEXTA PÁGINA------------*/
/*Contacto*/

.titulo-contacto {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
}

.text-contacto {
    font-weight: bold;

}

.bg-contacto {
    background-color: #F7E7FA;
}

.bg-contacto a {
    font-family: "Fraunces", serif;
    font-weight: bold;
    font-size: 16px;
}

.icono-contacto {
    color: #00CCBE;
    width: 80px;
}

/* BOTÓN MORADO */
.btn-morado {
    background-color: #702385;
    color: white;
    border-radius: 25px;
    padding: 8px 25px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-morado:hover {
    background-color: #00CCBE;
    transform: translateY(-2px);
}

.celular-img {
    max-width: 350px;
}

/* BOTÓN WHATSAPP FLOTANTE */
.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


/*-----------FOOTER-------------*/

footer {
    background-color: #702385;
    color: white;
    padding: 20px 25px;
}

.logo-footer {
    max-height: 80px;
    width: auto;
}

.footer-link {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-link:hover {
    color: #00CCBE;
}

.footer-icono {
    color: #00CCBE;
    transition: transform 0.3s;
}

.footer-icono:hover {
    color: #d4c5d8;
    transform: scale(1.2);
}


/*---------MEDIA QUIERIES-----------*/

@media (max-width: 1200px) {
    .grid-productos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:992px) {

    .galeria-grid {
        grid-template-columns: 1fr 1fr;

        grid-template-rows:
            300px 220px 220px 140px 140px;

        grid-template-areas:
            "contenido contenido"
            "img-grande img-superior"
            "img-grande img-inferior"
            "banner-izq banner-izq"
            "banner-der banner-der";
    }
}

@media (max-width:768px) {

    .galeria-grid {
        grid-template-columns: 1fr;

        grid-template-rows: auto;

        grid-template-areas:
            "contenido"
            "img-grande"
            "img-superior"
            "img-inferior"
            "banner-izq"
            "banner-der";
    }

    .img-grande,
    .img-superior,
    .img-inferior {
        height: 280px;
    }

    .banner-izq,
    .banner-der {
        height: 180px;
    }

    .contenido {
        padding: 2rem;
    }

    .contenido h3 {
        font-size: 1.6rem;
    }

    /*PRODUCTOS*/

    .grid-productos {
        grid-template-columns: repeat(2, 2fr);
    }

    .productos-banner h1 {
        font-size: 2rem;
    }

    /*CONTACTO*/

    .titulo-contacto {
        font-size: 45px;
        line-height: 1.3;
    }

    .fila-contacto {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1.8rem !important;
        padding-bottom: 1rem;
    }

    .fila-contacto i {
        margin-right: 0.5rem !important;
        width: 50px;
        height: 50px;

    }

    .fila-contacto span {
        margin-left: 1.5rem !important;
        text-align: left !important;
    }

    .fila-contacto .btn-morado {
        order: 2;
        width: 80%;
        max-width: 250px;
        margin: 0.5rem auto 0 auto !important;
    }




    /*Footer*/

    footer .row {
        gap: 1.5rem !important;
    }

    .footer-icono i {
        font-size: 1.6rem;
        padding: 0 10px;

    }

    .footer-icono {
        gap: 2rem !important;

    }
}

@media (max-width: 576px) {
    .grid-productos {
        grid-template-columns: 1fr;
    }

    .filtros-container {
        flex-direction: column;
    }
}