@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Great+Vibes&display=swap');

/* GENERAL */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fffaf8;
    color: #76565d;
    font-family: 'Cormorant Garamond', serif;
}


/* TITULOS */

h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
    font-weight: normal;
    color: #a46f78;
}

h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #a46f78;
}

p {
    font-size: 20px;
    line-height: 1.5;
}


/* PORTADA */

.inicio {
    text-align: center;
    padding: 70px 20px;
}

.logo {
    width: 280px;
    max-width: 85%;
}


.inicio h1 {
    font-size: 70px;
}


.inicio p {
    color: #7a7f68;
    font-size: 22px;
    font-style: italic;
}


/* BOTON */

.boton {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 45px;
    background: #7a8b6a;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 22px;
}


/* PRESENTACION */

.presentacion {
    text-align: center;
    max-width: 900px;
    margin: auto;
    padding: 50px 20px;
}


/* TARJETAS */

.destacados {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    padding: 50px 20px;
}


.bloque {
    width: 280px;
    background: #fffdfb;
    border-radius: 35px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 30px rgba(111,138,112,.12);
    transition: .3s;
}


.bloque:hover {
    transform: translateY(-6px);
}


.bloque img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.bloque h3 {
    font-size: 28px;
    color: #a46f78;
}


.bloque p {
    padding: 0 20px 20px;
    color: #6f8a70;
}
/* PAGINAS INTERIORES */

.cabecera {
    text-align: center;
    padding: 50px 20px 30px;
}


.cabecera h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    font-weight: normal;
    color: #7f8f6d;
}


.cabecera p {
    font-size: 22px;
    color: #76565d;
}


/* GALERIAS */

.galeria {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px 20px;
}


.galeria img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
}


.galeria video {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
}


/* VIDEO */

.marco-video {
    border-radius: 30px;
    overflow: hidden;
}


/* CONTACTO */

/* CONTACTO */

.contacto {
    text-align: center;
    padding: 50px 20px;
}


.contacto h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    color: #a46f78;
}


.boton-contacto {
    display: inline-block;
    margin: 15px;
    padding: 14px 35px;
    background: #7a8b6a;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
}


.boton-contacto:hover {
    transform: translateY(-3px);
}/* FOOTER */

footer {
    text-align: center;
    padding: 30px;
}
/* DISEÑOS */

.categorias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 50px 20px;
}


.categoria {
    background: #fffdfb;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}


.categoria h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #a46f78;
    font-size: 30px;
}


.categoria p {
    color: #6f8a70;
    font-size: 20px;
}

/* DISEÑOS */

.categorias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 50px 20px;
}


.categoria {
    background: #fffdfb;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}


.categoria h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #a46f78;
    font-size: 30px;
}


.categoria p {
    color: #6f8a70;
    font-size: 20px;
}
/* DISEÑOS */

.categorias {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 30px 20px;
}


.categoria {
    background: #fffdfb;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}


.categoria h2 {
    font-size: 22px;
    margin: 10px 0;
}


.categoria p {
    font-size: 15px;
    margin: 0;
}
/* OPINIONES - estilo informal y elegante */

.opiniones{
    padding:90px 8%;
    text-align:center;
    background:#fffaf8;
}

.opiniones h2{
    font-size:2.3rem;
    margin-bottom:12px;
}

.intro-opiniones{
    max-width:650px;
    margin:0 auto 55px;
    color:#777;
}

.opiniones-grid{
    max-width:1050px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    flex-wrap:wrap;
}

.opinion{
    width:290px;
    min-height:250px;
    background:#ffffff;
    padding:35px 28px;
    border-radius:8px;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    position:relative;
}

.opinion:nth-child(1){
    transform:rotate(-3deg) translateY(15px);
}

.opinion:nth-child(2){
    transform:rotate(1deg) translateY(-12px);
}

.opinion:nth-child(3){
    transform:rotate(3deg) translateY(18px);
}

.estrellas{
    letter-spacing:4px;
    font-size:17px;
    color:#c9a56a;
    margin-bottom:20px;
}

.opinion p{
    font-family:Georgia, serif;
    font-style:italic;
    line-height:1.8;
    margin-bottom:22px;
}

.opinion h3{
    margin-bottom:3px;
}

.opinion span{
    font-size:13px;
    color:#a88b8f;
}

/* En móvil evitamos demasiada inclinación */

@media(max-width:700px){

    .opiniones-grid{
        gap:25px;
    }

    .opinion:nth-child(1),
    .opinion:nth-child(2),
    .opinion:nth-child(3){
        transform:rotate(0deg);
    }
}
/* COMILLAS DECORATIVAS EN LAS OPINIONES */

.opinion::before{
    content:"“";
    position:absolute;
    top:5px;
    left:18px;
    font-family:Georgia, serif;
    font-size:75px;
    line-height:1;
    color:#d9b8bd;
    opacity:0.45;
}

.opinion p{
    position:relative;
    z-index:1;
}
/* TEXTIL - CENTRADO Y ELEGANTE */

.cabecera{
    text-align:center;
    padding:60px 20px;
}

.cabecera p{
    max-width:750px;
    margin:15px auto;
}

.categoria-textil{
    text-align:center;
    padding:55px 20px;
}

.categoria-textil h2{
    text-align:center;
    margin-bottom:15px;
}

.categoria-textil > p{
    max-width:700px;
    margin:0 auto 35px;
    text-align:center;
    line-height:1.8;
}

.volver{
    text-align:center;
    padding:40px 20px 70px;
}
