﻿.header-principal {
    background: linear-gradient( 135deg, #3b2118, #6b3e2e, #8b5a3c );
    padding: 20px 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,.35);
}

header {
    background: linear-gradient(135deg,#3b2115,#7a5230,#b08d57);
    padding: 30px 50px;
    color: #fff;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}



.header-info {
    display: flex;
    align-items: center;
    gap: 20px;
}



.logo-principal {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #d4af37;
}



.titulo-principal {
    margin: 0;
    font-size: 32px;
    color: white;
    font-weight: 800;
}



.subtitulo {
    margin: 5px 0 10px;
    color: #f4d7c5;
    font-size: 16px;
}



.ubicacion-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d4af37;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}



    .ubicacion-header:hover {
        color: white;
        transform: translateX(5px);
    }



    .ubicacion-header i {
        font-size: 18px;
    }



.btn-agendar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #d4af37;
    color: #2b1b22;
    border: none;
    padding: 15px 28px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(212,175,55,.35);
    transition: .3s;
}


    .btn-agendar:hover {
        background: #e6c75b;
        transform: translateY(-2px);
    }

.btn-agendar {
    background: linear-gradient( 135deg, #6f7650, #555c3c ) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 9px 16px !important;
    border-radius: 10px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    cursor: pointer !important;
    box-shadow: 0 5px 14px rgba(85, 92, 60, .25) !important;
    transition: all .3s ease !important;
}


    /* ICONO DEL BOTÓN */

    .btn-agendar i {
        font-size: 13px !important;
    }


    /* EFECTO AL PASAR EL MOUSE */

    .btn-agendar:hover {
        background: linear-gradient( 135deg, #7a8258, #626a45 ) !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(85, 92, 60, .35) !important;
    }


    /* EFECTO AL PRESIONAR */

    .btn-agendar:active {
        transform: scale(.96);
    }


.carrusel {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 25px;
    scroll-behavior: smooth;
}


.card-servicio {
    min-width: 220px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px #cbb59d;
}


    .card-servicio img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }



.card-info {
    padding: 10px;
}



    .card-info h3 {
        font-size: 25px;
        color: #5c3825;
        margin: 0 0 15px;
    }



.precio {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
}



.retoques {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}



    .retoques p {
        margin: 6px 0;
        color: #6b4328;
    }

.menu-categorias {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 25px;
    border-bottom: 1px solid #d4af37;
}


    .menu-categorias span {
        color: #5c3825;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        padding: 0 18px;
        position: relative;
        transition: .3s;
    }


        /* separadores | */

        .menu-categorias span:not(:last-child)::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #d4af37;
        }



        /* hover */

        .menu-categorias span:hover {
            color: #d4af37;
        }



        /* categoria seleccionada */

        .menu-categorias span.activa {
            color: #d4af37;
            font-weight: bold;
        }

* {
    box-sizing: border-box;
    font-family: 'Arial',sans-serif;
}


body {
    margin: 0;
    color: #4f5538;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    /* Verde olivo claro transparente */
    background: rgba(220, 225, 195, 0.72);
}


    /* =====================================================
   FONDO VERDE OLIVO
===================================================== */

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: linear-gradient( 135deg, rgba(225, 230, 200, 0.85), rgba(190, 198, 155, 0.65) );
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(2px);
        transform: scale(1.01);
        z-index: -2;
    }


    /* =====================================================
   CAPA TRANSPARENTE
===================================================== */

    body::after {
        content: "";
        position: fixed;
        inset: 0;
        background: linear-gradient( 135deg, rgba(255, 255, 255, 0.25), rgba(110, 120, 75, 0.12) );
        z-index: -1;
    }
header {
    background: linear-gradient(135deg,#3b2115,#8b5e34);
    color: white;
    padding: 30px;
    text-align: center;
}


    header h1 {
        font-size: 35px;
    }


.btn-agendar {
    background: #d4af37;
    color: #3b2115;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}



/* CATEGORIAS */

nav {
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    flex-wrap: wrap;
}


    nav button {
        background: #5c3825;
        color: white;
        border: none;
        padding: 13px 22px;
        border-radius: 25px;
        cursor: pointer;
    }


        nav button:hover {
            background: #d4af37;
            color: #3b2115;
        }



section {
    padding: 30px;
}


h2 {
    text-align: center;
    color: #5c3825;
}



/* MODAL AGENDA */


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0008;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


    .modal.activo {
        display: flex;
    }



.formulario {
    background: white;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    border-radius: 20px;
}


input, select, textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #c5a880;
    border-radius: 10px;
}



.enviar {
    background: #8b5e34;
    color: white;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 20px;
}




.cerrar {
    float: right;
    background: #5c3825;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}




/* CARRUSEL */

.carrusel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
}



.card {
    min-width: 260px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 15px #c9b8a5;
    text-align: center;
}



    .card h3 {
        color: #6b4328;
    }



.precio {
    font-size: 22px;
    font-weight: bold;
    color: #d4af37;
}



footer {
    background: #3b2115;
    color: white;
    padding: 20px;
    text-align: center;
}

/* ===========================
   RESPONSIVE
=========================== */

img {
    max-width: 100%;
    height: auto;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.header-info {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
    min-width: 280px;
}

.titulo-header {
    flex: 1;
}

.logo-principal {
    width: 120px;
    height: 120px;
}

.btn-agendar {
    flex-shrink: 0;
}

/* Carrusel */

.carrusel {
    display: flex;
    overflow-x: auto;
    gap: 25px;
    padding: 20px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.card-servicio {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212,175,55,.20);
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

/* Tablets */

@media (max-width:992px) {

    header {
        padding: 25px;
    }

    .titulo-principal {
        font-size: 40px;
    }

    .subtitulo {
        font-size: 16px;
    }

    .logo-principal {
        width: 90px;
        height: 90px;
    }

    .card-servicio {
        flex: 0 0 85%;
    }
}

/* Celulares */

@media (max-width:768px) {

    header {
        padding: 20px 15px;
    }

    .header-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-info {
        flex-direction: column;
        text-align: center;
    }

    .titulo-header {
        text-align: center;
    }

    .titulo-principal {
        font-size: 34px;
        line-height: 1.2;
    }

    .subtitulo {
        text-align: center;
        font-size: 15px;
    }

    .logo-principal {
        width: 90px;
        height: 90px;
    }

    .btn-agendar {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        margin-top: 10px;
    }

    .menu-categorias {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 15px;
        white-space: nowrap;
    }

        .menu-categorias span {
            flex-shrink: 0;
            padding: 0 15px;
        }

    .card-servicio {
        flex: 0 0 85%;
    }

    .card-info h3 {
        font-size: 22px;
    }
}

/* Celulares pequeños */

@media (max-width:480px) {

    .titulo-principal {
        font-size: 28px;
    }

    .logo-principal {
        width: 75px;
        height: 75px;
    }

    .btn-agendar {
        font-size: 15px;
        padding: 14px 18px;
    }

    .card-servicio {
        flex: 0 0 92%;
    }
}
/* =====================================================
   TÍTULO "SERVICIOS"
===================================================== */

section h2 {
    color: #1b2107 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .5px;
    margin-bottom: 18px;
}