body {
    font-family: 'Future Medium', sans-serif;
    background-size: cover;
    margin: 70px 0px 0px 0px;
    padding: 0;
}

.back-button {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.back-button a {
    text-decoration: none;
    color: #333;
    border: 2px solid pink;
    padding: 10px 20px;
    font-family: 'Future Bold', sans-serif;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
    margin: 50px;
}
.back-button a:hover {
    background-color: #f0f0f0;
}

.logo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 40px 0px ;
}
.menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-wrap: wrap;
}
.menu a {
    text-decoration: none;
    color: #333;
    font-family: 'Future Bold', sans-serif;
    font-size: 1.2em;
    padding: 10px 15px 10px 15px; 
    transition: background-color 0.3s ease;
    position: relative;
    width: 100px;
}
.menu a:hover {
    background-color: #f0f0f0;
}
.menu a.active {
    border-bottom: 2px solid pink;
    font-weight: 700;
    padding-bottom: 1px;
}
.menu a.reserva {
    border: 2px solid pink;
    border-radius: 5px;
}
.menu a.reserva:hover {
    background-color: rgb(249, 245, 249);
    color: pink;
}
.menu li {
    margin: 0 15px;
}

 .text-container {
            position: relative;
            z-index: 1;
            background-color: #ffffff92;;
            width: 100%;
        }
p {
            font-family: 'Future Medium', sans-serif;
            color: #000000;
            font-size: 1.2em;
        }

        .button {
            background-color: #b09fa1;
            color: #fff;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 80px;
            font-family: 'Future Bold', sans-serif;
            font-size: 20px;
            font-weight: 500;
            padding: 0.5em 1.2em;
            border-color: #318aac;
            transition: all 1s ease;
            position: relative;
        }
        .button:hover {
            background: #683533;
            color: #fff !important;
        }


        .button-form{
            background-color: #b09fa1;
            color: #fff;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-family: 'Future Bold', sans-serif;
            font-size: 20px;
            cursor: pointer;
            margin: 0 auto !important;
        }
        
        .gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 20px 0;
            
        }
        
        .gallery .item {
            flex: 1;
            margin: 0 40px 0 40px;
            text-align: center;
        }
        .gallery img {
            width: 100%;
            height: auto;
            margin: 0px 20px 10px 0px;
        }
        .gallery .caption {
            text-align: left;
            margin-top: 10px;
            text-align: center;
        }

        footer {
            background-color: #ffffff;
            padding: 20px 0;
            text-align: center;
            font-family: 'Future Medium', sans-serif;
        }
        footer .footer-section {
            margin-bottom: 20px;
        }
        footer .footer-section p {
            margin: 5px 0;
        }
        footer .footer-links a {
            color: #000000;
            text-decoration: none;
            margin: 0 10px;
        }
        footer .footer-links a:hover {
            text-decoration: underline;
        }
        footer .footer-columns {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
           
        }
        footer .footer-column {
            flex: 1;
            min-width: 200px;
            padding: 10px 30px;
            border:1px solid grey;
            margin: 10px 50px;
        }
        
        .copyright {
            background-color: pink;
            color: white;
            padding: 10px 0;
            width: 100%;
            text-align: center;
            font-family: 'Future Bold', sans-serif;
        }
        
        .social-media {
            margin-top: 20px;
            text-align: center;
        }
        .social-media a.instagram img {
            width: 40px;
            height: 40px;
        }
        .contact-form {
            margin:0 auto;
            width: 600px;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
        }
        .contact-form h2 {
            text-align: center;
        }
        .contact-form label {
            display: block;
            margin-bottom: 10px;
        }
        .contact-form input, .contact-form textarea {
            width: 100%;
            padding: 10px 0;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        
        .contact-info {
            display: flex;
            flex-direction: row;
            justify-content: center;
            text-align: center;
            margin-top: 20px;
            
        }
        .contact-info div {
            padding: 0px 50px 0px 50px;
        }


        .columns {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        .column {
            flex: 1;
            min-width: 200px;
            text-align: left;
            margin: 0 100px;
                      
        }

        .map-container {
            margin-top: 20px;
            max-width: 400px;
        }
        
        .legal-text {
            font-size: 12px;
            margin-top: 20px;
        }

        .form-container {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 20px;
            border-radius: 10px;
            width: 60%;
            margin: 20px auto;
        }
        .form-container form {
            display: flex;
            flex-direction: column;
        }
        .form-container label {
            margin-bottom: 10px;
            font-family: 'Future Medium', sans-serif;
        }
        .form-container input, .form-container select, .form-container textarea {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-family: 'Future Medium', sans-serif;
            width: 100%;
        }
        .form-container button {
            background-color: #b09fa1;
            color: #fff;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-family: 'Future Bold', sans-serif;
            font-size: 20px;
            cursor: pointer;
            
        }
        .form-container button:hover {
            background-color: pink;
        }

        .price-list {
            text-align: center;
            margin: 20px 0;
        }
        .price-list h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        .price-list p.description {
            font-size: 1em;
            margin-bottom: 20px;
            
        }
        .price-list .columns {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        .price-list .column {
            flex: 1;
            min-width: 100px;
            border: #000000;
           
        }

        .treatments {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 20px 0;
        }
        .treatment {
            flex: 1;
            min-width: 200px;
            max-width: 300px;
            margin: 10px;
            text-align: center;
        }
        .treatment img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .treatment-title {
            margin-top: 10px;
            font-size: 1.2em;
            font-family: 'Future Medium', sans-serif;
        }
    .aviso-legal {
   text-align: left;
   margin: 20px auto;
   max-width: 800px;
   padding: 20px;
   border: 1px solid #ccc;
   border-radius: 10px;
   background-color: #f9f9f9;
    }

.aviso-legal h2{
    text-align: center;
margin-top: 20px;
}
.aviso-legal h3{
    text-align: center;
    margin-top: 20px;
    }
.aviso-legal p {
margin-bottom: 20px;
}
   
        