 /* Variables de colores - Fáciles de modificar */
 :root {
    --color-bg: rgb(239,230,213);
    --color-text: rgb(197,104,40);
    --color-text-dark: #8d7267;
    --color-accent: #d9c3b8;
    --color-button: #ffffff;
    --color-button-border: #9c8275;
}

@font-face {
    font-family: 'Adrianna Demibold';
    src: url('Imgtop/Logo Tóop Spa_Carpeta/Fonts/Adrianna_Demibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autography';
    src: url('Imgtop/Logo Tóop Spa_Carpeta/Fonts/Autography.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Estilos Generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Adrianna Demibold', 'Autography regular';
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    overflow-x: hidden;
}

/* Header y Navegación */
header {
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 120px;
    /* PERSONALIZACIÓN: Reemplaza 'logo.png' con la ruta a tu logo */
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    color: var(--color-text);
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: var(--color-text-dark);
}

/* Sección Hero */
.hero {
    padding: 40px 30px;
    text-align: center;
}

.hero h1 {
    font-size: 80px;
    color: var(--color-text);
    font-weight: 300;
    margin-bottom: 20px;
}
.slogan {
    font-size: 40px;
    color: var(--color-text);
    font-weight: 300;
    margin-bottom: 20px;
}

.hero p {
    font-size: 32px;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Botones */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid var(--color-button-border);
    background: var(--color-button);
    color: var(--color-text);
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s;
    border-radius: 2px;
    cursor: pointer;
}

.btn:hover {
    background: var(--color-accent);
    color: white;
}

/* Carrusel de Servicios */
.carousel {
    position: relative;
    padding: 40px 60px;
    overflow: hidden;
}

.carousel-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.carousel-arrow {
    font-size: 30px;
    color: var(--color-text);
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-dots {
    display: flex;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-accent);
    margin: 0 5px;
    opacity: 0.5;
}

.dot.active {
    opacity: 1;
}

/* Servicios */
.services {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.service {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}

.service-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    /* PERSONALIZACIÓN: Reemplaza 'service1.jpg', 'service2.jpg', etc. con las rutas a tus imágenes */
}

.service-img:hover {
    cursor: pointer;
}

.service h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 400;
}

.service p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Footer */
footer {
    padding: 60px;
    text-align: center;
    background-color: var(--color-accent);
    color: white;
}

footer p {
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    font-size: 24px;
    color: white;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    header {
        padding: 20px;
        flex-direction: column;
    }

    .hero {
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 50px;
    }

    .carousel {
        padding: 20px;
    }

    .services {
        flex-direction: column;
    }

    footer {
        padding: 40px 20px;
    }
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 1rem;
}
 /* Estilos para la animación de imágenes */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.slide.active {
    opacity: 1;
}

 /* Indicadores para el slideshow */
 .indicators {
    text-align: center;
    margin-bottom: 1rem;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #d15b1f;
}

footer {
    background-color: #e9d5cd;
    text-align: center;
    padding: 1.5rem 0;
    color: #d15b1f;
}

.social-icons {
    margin-top: 1rem;
}

.social-icons a {
    margin: 0 10px;
    color: #d15b1f;
}

.slide1 {
    background-image: url('Imgtop/Img_cat/carrusel1.jpg');
}

.slide2 {
    background-image: url('Imgtop/Img_cat/carrusel2.jpg');
}

.slide3 {
    background-image: url('Imgtop/Img_cat/carrusel3.jpg');
}

/*

*/
.boton1{
    margin:auto;
    justify-content: center;
    padding: 15px;
}

/* Estilos Nosostros */

.card.texto {
    background-color: rgba(255, 245, 230, 0.7);
    border-radius: 15px;
    padding: 30px;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(205, 133, 90, 0.1);
    border-left: 4px solid #e79370;
    transition: all 0.3s ease;
}

.card.texto:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(205, 133, 90, 0.15);
}

.card.texto h1 {
    color: #e07a4e;
    font-family:'Autography' ; 
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.card.texto h1:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #e07a4e;
    bottom: -5px;
    left: 0;
   
}

.card.texto {
    color: #7d6655;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 16px;
    line-height: 1.8;
}

/* Media queries para responsividad */
@media (max-width: 768px) {
    .card.texto {
        padding: 20px;
        margin: 15px 0;
    }
    
    .card.texto h1 {
        font-size: 24px;
    }
}