
body{
            background-color: white;
            font-family: 'Roboto', 'sans-serif';
            margin: 0;
            color: black;
        }

header{
    display: flex;
    height: 100px;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;

    flex-wrap: wrap;
}
section{
    scroll-margin-top: 120px;
}
.nav-link{
text-decoration: none;
color: white;
font-weight: 400;
padding: 10px;
}

header ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header ul li{
    display: inline-block;
}
header ul li a{
    display: block;
    margin-right: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
}

header ul li a:hover{
    background: #4a4a4a;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    height: 80px;
    margin-right: 10px;
}
main{
    margin: 0;
    overflow-x: hidden; 
}
.mainsection{
    padding: 20px 20px;
    padding-bottom: 50px;
}
.SobreNosotros{
    background: rgb(49, 47, 47);
    padding-top: 120px;
    width: 100%;
}
.SobreNosotros h1{
    text-align: center;
    color: white;
}
.SobreNosotros img{
    display: block;
    margin: 20px auto;
    width: 50%;
    height: 400px;
    
}
.SobreNosotros p{
    text-align: justify;
    padding: 0 20px;
    color: white;
}
.Boton-Conocemas::before{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: goldenrod;
    margin: 0 0 auto 0px;
    
}
.Boton-Conocemas{
text-decoration: none;
color: white;
padding: 20px;
text-align: left;    
}
.Servicios{
    width: 100%;
}
.imgaenxseccion{
    padding-top: 120px;
    width: 100%;
    height: 300px; /* ajusta */
    object-fit: cover;
    object-position: center;  
    
}
.wrp{
    width: 100vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(Les\ 5\ nouveaux\ soins\ radicaux\ qui\ transforment\ immédiatement\ la\ nature\ de\ vos\ cheveux.jpg);
    background-size: cover;
    background-position: center
}
.wrp-text{
  color: white;
  text-align: center;
  width: 60%;  
}
.wrp-text p{
    font-size: 18px;
    text-align: justify;
}
.seccion-servicio::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: goldenrod;
    margin: 0 0 auto 0px;
    
}
.seccion-servicio{
    width: 100%;
    background-color: black;
    color: white;
    padding: 30px;
    box-sizing: border-box;
}

.servicionewpage{
    margin: 0; 
}
.servicio-header p{
    max-width: 800px;
    margin: 15px auto;
    background: white;
    color: black;

    padding: 15px 20px;
    border: 2px solid #757171;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.servicio-info{
    max-width: 800px;
        margin: 15px auto;
    display: none;
    padding: 0 20px 15px;
    font-size: 14px;
    color: #555;
}
.Agendar{
display: block;
margin-left: auto;
background: goldenrod;
color: white;
padding: 5px;
border: none;
cursor: pointer;
}

.btnmas{
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.imgsection{
    width: 100%;
    max-width: 600px;
    height: 400px; 
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}
.imgsection img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.Contacto{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    background-color: rgb(43, 41, 41);
    padding: 30px;
    color: white;
}
.Contacto a{
    text-decoration: none;
    color: white;
}
.Contacto a:hover{
    text-decoration: underline;
    color: gold;
}
a, iframe{
    display: block;
    text-align: center;
}
iframe{
    margin: 20px auto;
    width: 50%;
}
.Ubicacion-icon{
    display: flex;
    align-items: center; /* alinea arriba para textos largos */
    gap: 15px;
    max-width: 50%;
    margin: 40px auto;
}
.Ubicacion-icon p{
    margin: 0;
    color: white;
    line-height: 1.4;
    font-size: 20px;
}
.Horarioicon{
    display: flex;
    align-items: center; /* alinea arriba para textos largos */
    gap: 15px;
    max-width: 50%;
    margin: 40px auto;    
}
.Horarioicon p{
    margin: 0;
    color: white;
    line-height: 1.4;
    font-size: 20px;    
}
.Telefonos-icon {
    display: flex;
    align-items: center; /* alinea arriba para textos largos */
    gap: 15px;
    max-width: 50%;
    margin: 20px auto;
}
.Telefonos-icon p{
    margin: 0;
    color: white;
    line-height: 1.4;
    font-size: 20px;
}
.Contacto i{
    min-width: 50px;
    height: 50px;
    background: rgb(188, 9, 9);
    color: white;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 36px;
    
}
.Redes{
    display: flex;
    flex-direction: column; /* 🔥 clave */
    align-items: center;
    margin-top: 40px;

}
.Titulo-Redes{
    color: white;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}
.Titulo-Redes::after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: white;
    margin: 10px auto 0;
}
.iconos-Redes{
    display: flex;      /* ← vuelve a ponerlos en fila */
    gap: 20px;
    margin-top: 15px; 
}
.Redes i{
    min-width: 50px;
    height: 50px;
    background: rgb(26, 24, 24);
    color: white;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    
}

.BotonWhatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    z-index: 100;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
    overflow: visible;
}
.BotonWhatsapp::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 70%);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}
.BotonWhatsapp:hover::before{
    opacity: 1;
    transform: scale(1.6);
}
/*icono*/
.BotonWhatsapp i{
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease, text shadow 0.4s ease;
}
.BotonWhatsapp:hover i{
    transform: scale(1.3) rotate(10des);
    text-shadow: 0 0 15% #fff, 0 0 30px #25d366;
}
/*over general */
.BotonWhatsapp:hover{
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}
/*Latido*/
@keyframes pulse {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

.tooltip{
    position: absolute;
    right: 80px;
    bottom: 50%;
    transform: translateY(50%) translateX(20px);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.BotonWhatsapp:hover .tooltip{
    opacity: 1;
    transform: translateY(50%) translateX(0);
    animation: bounceIn 0.6s ease;
}
@keyframes bounceIn {
    0%{
        opacity: 0; 
        transform: translateY(50%) translateX(40px) scale(0.8);
    }
    60%{
        opacity: 1; 
        transform: translateY(50%) translateX(-5px) scale(1.05);
    }
    80%{
        transform: translateY(50%) translateX(3px) scale(0.98);
    }
    80%{
        transform: translateY(50%) translateX(0)  scale(1);
    }
}*/

/*flecha del tooltip*/
.tooltip::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
}


@media(max-width: 480px){
    .BotonWhatsapp{
        width: 60px;
        height: 60px;
        font-size: 28px;
        bottom: 15 px;
        right: 15 px;
    }
    .tooltip{
        font-size: 12px;
        right: 70px;
    }
}