/* Estilos generales */
* {
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.domiciliospro {
    color: #00BFFF;
    text-decoration: none;
    margin-top: 5px;
}

/* Navigation bar */
button .nav {
    margin: auto;
    align-items: center;
    text-align: center;
}

.button {
    background-color: #00BFFF;
    margin: 5px;
    color: white;
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.a {
    text-decoration: none;
    color: white;
}


.navigation {
    display: flex;
    justify-content: center;
}


.contenido {
    margin: 10px;
}

h1 {
    display: flex;
    justify-content: center;
}

.title {
    color: rgb(255, 0, 0);
}

.favorites {
    text-align: center;
}

/* Producs */

.ahoraPrice {
    color: red;
}


.b-w-button {
    display: flex;
    background-color: rgb(41, 159, 41);
    align-items: center;
    margin: auto;   
    color: white;
    padding: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
}

.w-button {
    text-decoration: none;
    color: white;
}


/* Footer */

footer {
    background-color: #00BFFF;
    color: white;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.footer-rights {
    margin: 15px;
}

.icons {
    color: white;
    margin: 10px;
}

.link {
    color: white;
}

.icons {
    color: white;
    margin: 10px;
    margin-top: 10px;
    align-items: center;
}


/* Product Styles */
.images {
    margin: 10px 20px;
}

.producto {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10%;
    margin-bottom: 10%;
}

.producto img {
    width: 50%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5%;
}

.detalles {
    max-width: 50%;
    padding: 20%;
    border: 1% solid #ddd;
    border-radius: 5%;
}

h2 {
    margin-right: 5px;
}

.detalles h2 {
    font-size: 10%;
}

.detalles p {
    margin: 5% 0;
}

.buy {
    background-color: rgb(41, 159, 41);
    color: white;
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: gold;
}

.container-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh; /* This centers the button vertically and horizontally in the viewport */
    text-decoration: none;
}