:root {
    --color-1: #004204;
    --color-2: #FEC02C;
    --color-3: #FC550D;
    --color-4: #605F54;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
    font-family: 'Poppins';
}

header {
    display: flex;
    background-color: var(--color-1);
    width: 100%;
    height: 100px;
}

.header-tropico-logo {
    display: flex;
    width: 160px;
    height: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
}

.menu-introduction {
    background-color: #FEC02C;
}

.title-introduction {
    font-size: 3.2rem;
    font-family: Poppins;
    font-weight: 1000;
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 20px;
    line-height: 40px;
}

.text-introduction {
    font-size: 1.6rem;
    font-weight: 100;
    color: #3b3b3b;
    margin-left: 15vw;
    margin-right: 15vw;
    margin-top: 20px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 20px;
}

body {
    background-color: var(--color-1);
}

.menus {
    background-color: var(--color-3);
    display: block;
    padding: 20px 0px;
}

.comidas {
    align-items: center;
    width: 80%;
    max-width: 400px;
    height: 100px;
    background-image: url(./assets/index-assets/hot-dog.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    padding-top: 35px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: var(--color-3);
    color: #ffffff;
}

.bebidas {
    width: 80%;
    max-width: 400px;
    height: 100px;
    background-image: url(./assets/index-assets/bebidas.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

h5 {
    padding-top: 35px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: var(--color-3);
    color: #ffffff;
}


h6 {
    padding-top: 35px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: var(--color-3);
    color: #ffffff;
}

a {
    text-decoration: none;
}

footer {
    background-color: var(--color-1);
    width: 100%;
    min-height: 250px;
    max-height: 500px;
}

.footer-title {
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    font-size: 1.8rem;
}

footer img {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-footer-1 {
    margin-left: calc(50% - 85px);
}

.footer-text {
    color: #FFFFFF;
    font-size: 1.4rem;
    text-align: center;
}