: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';
}

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 {
    justify-content: center;
}

.item-container {
    width: 80vw;
    margin-top: 20px;
    border-radius: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    background-color: var(--color-1);
    display: inline-block;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 1rem;
    box-shadow: -1px 1px 6px;
}

.menu-title {
    text-align: center;
    margin-top: 20px;
    font-size: 2.6rem;
    font-family: Poppins;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px #ff935a;
}

.title {
    text-align: center;
    padding-top: 20px;
    font-family: Poppins;
    font-size: 2.4rem;
    color: var(--color-2);
    text-shadow: 1px 1px 0px var(--color-2);
}

.img-menu {
    display: flex;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.price {
    text-align: center;
    font-weight: 900;
    font-family: var(--font-2);
    color: var(--color-2);
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-shadow: 1px 1px 4px var(--color-3);
}

.product-description {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-weight: 100;
    font-family: Poppins;
    color: var(--color-2);
    font-size: 1.2rem;
    padding-bottom: 5px;
}

.promo-container {
    display: block;
    width: 200px;
    background-color: rgb(229, 229, 0);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding-top: 5px;
    box-shadow: -2px 3px 0px #a88900;
    padding-bottom: 0.1px;
}

.promo-description {
    font-family: Poppins;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
}

.item-roof {
    text-align: center;
    font-weight: 800;
    font-family: Poppins;
    color: var(--color-1);
    font-size: 1.0rem;
}

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;
}


body {
    background-color: var(--color-3);
}

.promo-price {
    color: #004204;
}