:root {
    --color-1: #004204;
    --color-2: #FEC02C;
    --color-3: #FC550D;
    --color-4: #605F54;
    --font-1: Poppins;
    --font-2: Montserrat;
}

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

html {
    font-size: 62.5%;
    font-family: 'Poppins';
}

body {
    background-color: var(--color-3);
}

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-section {
    background-color:#fff3d8;
}

.introduction-menu {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    padding-top: 1px;
}

.int-1 {
    color: #292C58;
    padding-top: 10px;
}

.int-2 {
    color: #F45223;
}

.int-3 {
    color: #FCD217;
    padding-bottom: 10px;
}

.menu-drinks {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 200px 100px);
    grid-template-rows: repeat(9, 50px);
    margin-top: 72px;
    margin-bottom: 72px;
}

.test {
    background-color: var(--color-1);
}

.test p {
    display: flex;
    justify-content: center;
    padding-top: 14px;
    font-size: 1.4rem;
    color: var(--color-2);
    font-weight: 200;
}

.test:nth-child(1) p {
    font-size: 1.8rem;
    font-weight: bold;

}

.test:nth-child(2) p {
    font-size: 1.8rem;
    font-weight: bold;

}

.test:nth-child(18) {
    border-radius: 0 0 20px 0;
}
.test:nth-child(17) {
    border-radius: 0 0 0 20px;
}

.test:nth-child(1) {
    border-radius: 20px 0 0 0;
}

.test:nth-child(2) {
    border-radius: 0 20px 0 0;
}






















footer {
    background-color: var(--color-1);
    min-height: 20vh;
    width: 100%;
}

.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;
}

.footer-text-5 {
    padding-bottom: 40px;
}