body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}



:root {
    --clr-primary: #FFFFFF;
    --clr-secondary: #000000;
    --clr-highlight: #56F4E6;
    --clr-background: #020E1A;
    --clr-dark: #0E5B61;
}

.lexend-deca-black {
    font-family: "Lexend Deca", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.lexend-deca-bold {
    font-family: "Lexend Deca", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.lexend-deca-medium {
    font-family: "Lexend Deca", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway-normal {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 12 px;
    font-style: normal;
}

.raleway-medium {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}



header {
    background-color: var(--clr-background);
    position: fixed;
    width: 100%;
    z-index: 500;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 10vh;
}


.menu {
    padding: 0 5vw 0 5vw;
    align-items: center;
    display: flex;
}

.menu-item {
    margin: 0 2rem 0 2rem;
}

.logo-menu {
    width: 80px;
    padding: 0 5vw 0 5vw;
}

li {
    text-align: center;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--clr-primary)
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--clr-highlight)
}

button {
    padding: 10px;
    border-radius: 30px;
    border: 0;
    background-color: var(--clr-highlight);
    cursor: pointer;
}

button:hover {
    background-color: var(--clr-primary)
}


.fa-bars {
    font-size: 30px;
    padding: 0 5vw 0 5vw;
    cursor: pointer;
    padding-right: 10vw;
}

body {
    background-color: var(--clr-background);
    color: var(--clr-primary)
}

#home {
    padding-top: 60px;
    width: 100%;
    height: 100vh;
    background-color: var(--clr-secondary);

}

.container-home {
    position: absolute;
    display: flex;
    padding-left: 10vw;
    top: 25%;
    flex-direction: column;
    align-items: center;
}

.h-container {
    padding-top: 2vw;
}


.img-back-mundoparts {
    width: 100%;
    margin-top: 50px;
}

.logo-home {
    width: 200px;
}

h1 {
    font-size: 3rem;
    color: var(--clr-highlight);
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.45rem;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.2rem;
    color: var(--clr-highlight);
    padding-bottom: 1vw;
}

p {
    padding-top: 2vw;
    font-size: 1.2rem;
}

#whatsapp {
    position: fixed;
    right: 24px;
    bottom: 48px;
    float: left;
    z-index: 20;
}

.btn-catalogo {
    font-size: 1rem;
    width: 70%;
}

.col-2 {
    padding: 2vw;
    width: 45vw;
}

.container-col-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#about {
    padding: 5vw;
    background-color: #0E5B61;
}

#about a {
    color: var(--clr-highlight);
}

#about a:hover {
    color: var(--clr-background);
}

.card {
    margin: 1.2vw;
    display: flex;
    padding: 2vw;
    border: 3px solid var(--clr-highlight);
    border-radius: 20px;
    width: 80%;
}

.card p {
    padding-top: 0;
    font-size: 1rem;
}

.card-icon {
    margin: 1.5vw;
}

.data {
    padding-bottom: 5vh;
}

.data-title {
    padding-top: 0;
    padding-bottom: 0;
    color: var(--clr-primary)
}

#map {
    padding: 5vw;
}

#map p {
    padding-top: 0;
    padding-bottom: 0;
    color: var(--clr-primary)
}

.container-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10vh;
}

.container-redes {
    display: flex;
}

.sub-cnotainer-redes {
    margin-left: 3vh;
}

.redes {
    padding-top: 2vh;
    display: flex;
    justify-content: space-between;
}

.redes i {
    padding: 10px;
    border-radius: 100px;
    font-size: 3vh;
    background-color: var(--clr-dark);
}

#store {
    padding: 5vw;
    background-color: #e6e6e6;
}

#store h4 {
    padding: 5vw 0 2vw 5vw;
    color: var(--clr-dark);
}

#products {
    margin: auto;
    padding: 2vw 0 5vw 0;
    display: grid;
    grid-template-columns: repeat(5, 14rem);
    gap: 1rem;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: Proxima Nova, -apple-system, Helvetica Neue, helvetica, Roboto, arial, sans-serif;
    line-height: 1.35;
    max-width: 90%;
}



.product {
    border: solid 1px #cacaca;
    box-sizing: border-box;
    text-align: left;
    background-color: #FFFFFF;
    padding: 10px;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 11px 4px rgba(163, 163, 163, 1);
    -moz-box-shadow: 0px 0px 11px 4px rgba(163, 163, 163, 1);
    box-shadow: 0px 0px 11px 4px rgba(163, 163, 163, 1);
}

.thumbnail-container {
    height: 13rem;
    width: 13rem;
    display: flex;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.product-info {
    color: #252525;
}

.product-info:hover {
    color: #252525;
}

.product-thumbnail {
    width: 100%;
    max-height: 10rem;
    max-width: 10rem;
    color: #FFFFFF;
}

.product-price {
    font-size: 1.5rem;
}

.product-title {
    padding-top: 1rem;
    font-size: 1rem;
    color: #6b6a6a;
}

.developer {
    text-decoration: none;
    color: var(--clr-highlight)
}

.developer:visited {
    text-decoration: none;
    color: var(--clr-highlight)
}

.developer:hover {
    text-decoration: none;
    color: var(--clr-dark)
}

footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5vh 0 5vh 0;
    background-color: var(--clr-dark);
}

@media only screen and (max-device-width: 1023px) {
    .menu {
        display: none;
        position: absolute;
        top: 13vh;
        right: 0;
        width: 100%;
        flex-direction: column;
        text-align: center;
        background-color: var(--clr-secondary);
        padding: 10px 0 10px 0;
    }



    .menu li,
    .menu button {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .container-home {
        width: 80%;
        padding: 10vw;
        text-align: center;
    }



    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    .btn-catalogo {
        font-size: 1rem;
        width: 90%;
    }

    .container-col-2 {
        flex-direction: column;
    }

    .col-2 {
        width: 75%;
    }

    .container-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .card {
        padding: 2vw;
    }

    .map {
        width: 90vw;
        height: 50vh;
    }

    .container-redes img {
        height: 80px;
    }

    .container-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 70vw;
        padding-bottom: 7vw;
    }

    .data {
        text-align: center;
    }
}

@media only screen and (min-device-width: 1024px) {
    .fa-bars {
        display: none;
    }
}