body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0 auto;
}
.section-links {
    width: 100%;
    min-height: 100vh;
    background-color:#FFFAF6;
}
.contenedor-img-perfil {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contenedor-img-perfil img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 15px;
    box-shadow: -1px -2px 15px 3px rgba(232,225,225,0.75);
    -webkit-box-shadow: -1px -2px 15px 3px rgba(232,225,225,0.75);
    -moz-box-shadow: -1px -2px 15px 3px rgba(232,225,225,0.75);
}
.contenedor-img-perfil h1 {
    color: #F9B0C1;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0;
}
.contenedor-img-perfil h2 {
    font-weight: 300;
    color:#C88EA7;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contenedor-img-perfil p {
    font-weight: 600;
    color: #C88EA7;
    font-size: 16px;
    text-align: center;
    width: 360px;
    line-height: 20px;
    margin-bottom: 25px;
}
.contenedor-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fav-btn {
    background: #B79891;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #94716B, #B79891);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #94716B, #B79891); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
width: 360px;
height: 30px;
font-size: 18px;
color: #fff;
font-weight: 500;
    border: none;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 12px;
    border-radius: 10px;
}
.contenedor-links h2 {
    color: #38383d;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
}
.logo-rubyrose {
    width: 150px;
    margin-top: 40px ;
    margin-bottom: 10px
}
.logo-natura {
    width: 80px;
    margin-top: 40px ;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fav-btn-2 {
    background: #B24592;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F15F79, #B24592);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F15F79, #B24592); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
width: 360px;
height: 45px;
font-size: 16px;
color: #fff;
font-weight: 500;
    border: none;
    text-decoration: none;
    padding-top: 12px;
    text-align: center;
    margin: 12px;
    border-radius: 10px;
}
.fav-btn-2:hover {
    background: #A770EF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border: 1px solid ;
        transition: 0.5s;
}
.img-hotsale {
    margin-right: 5px;
    height: 30px;
}
.contenedor-links p {
    font-weight: 600;
    color: #C88EA7;
    font-size: 14px;
    text-align: center;
    width: 360px;
}
/*estilos iconos de redes*/
.container-redes {
    margin-top: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.fav-btn-rrss img {
    width: 45px;
}
footer {
    background-color: #fff;
    height: 50px;
    margin: 0;
    width: 100%;
}
footer h5 {
    margin: 0 auto;
    text-align: center;
    color: #38383d;
}
footer a {
    color: #ff00cc;

}