*{
    padding: 0;
    margin: 0;
    font-family: "roboto";
    text-decoration: none;

}

h2{
    font-size: 20px;
    color: white;
    font-weight: 600;
}

p{
    font-size: 18px;
    color: white;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

body{
    background-image: url(Imagen/Imagen\ \(Background\).webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100dvh;

    display: flex;
    justify-content: center;
    padding: 100px 0;   
}

main{
    align-content: center;
}

section{
    max-width: 340px;
    min-width: auto;
    padding: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0px 10px rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

header{
    width: 100%;
}

header img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.cont_contact, .cont_catalog, .cont_store_online_islabeya{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-link {
    display: flex;
    align-items: center;

    padding: 6px 20px 6px 6px;

    background-color: rgba(159, 159, 159, .5);

    border: 1px solid #ffffff;
    border-radius: 10px;
}

.cont_icon_contact{
    background-color: #018100;
    padding: 8px;
    border-radius: 5px;
    margin-right: 15px;
}

span{
    font-weight: 600;
}