@import "fonts.css";
:root{
    --text-color: #7A7A7A;
    --green-color: #007041;
    --green-light-color: #338C26;
    --white-color: #FFFFFF;
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Raleway";
    background-color: var(--white-color);
    font-size: 14px;
    color: var(--text-color);
    font-weight: normal;
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.wrapper{
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
}

h1,h2, h3{
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
p{
    line-height: 1.3;
}

header {
    position: fixed;
    left: 0; 
    right: 0; 
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #065D2C;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
}
.header__logo img{
    width: 62px;
}
.header__menu {
    position: absolute;
    top: 50%; 
    transform: translate(0, -50%);
    right: 14px;
}
.header__menu img {
    width: 26px;
}
.header__mnu {
    display: none;
}
.delvery__cta{
    display: none;
    width: 102px;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #0A7044;
    font-weight: 500;
    border: 2px solid #1a7041;
    border-radius: 30px;
}
.delvery__cta img{
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
.header__space{
    padding-top: 80px;
}

footer{
    padding: 60px 20px;
    background-color: #000;
}
.footer{
    max-width: 1600px;
    margin: auto;
    width: 100%;
}
.footer__logo{
    width: 100px;
}
.footer__item a{
    color: var(--text-color);
    margin-bottom: 15px;
    font-weight: 600;
}
.footer__item a:last-child {
    margin-bottom: 0;
}
footer h4{
    font-size: 14px;
    color: #136C46;
    margin-bottom: 10px;
    font-weight: bold
}
.footer__item:nth-child(1) a{
    color: #222222;
    font-weight: 600;
}
.footer__item{
    margin-bottom: 30px;
}
.footer__item:last-child {
    margin-bottom: 0;
}
.footer__item__center {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
    margin-top: 50px;
}
.footer__item2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer__item2 a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer__item2 a:last-child {
    margin-bottom: 0;
}
.footer__icon{
    width: auto;
    height: 16px;
    margin-right: 10px;
}
.footer__aviso {
    font-size: 12px;
    margin-top: 40px;
    color: #fff;
    text-align: center;
}
.footer__aviso a {
    color: #fff;
}
.footer__aviso span {
    color: var(--green-color);
}
.footer__aviso__left,
.footer__aviso__right {
    display: none;
}
.footer__rrss.logo {
    display: none;
}
.footer__rrss img {
    width: 30px;
    margin-right: 6px;
}
.rappi__img, .uber__img, .didi__img, .lctstore__img{
    width: 50px;
    height: 50px;
}
.rappi__img, .uber__img {
    margin-right: 20px;
}
.playstore__img, .appstore__img{
    width: 120px;
}
.app__links{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.app__links a{
    display: inline;
}
.bg__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.4;
    z-index: 9;
}
.banner__popup {
    display: none;
    position: fixed;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 340px;
}
.banner__popup img {
    width: 100%;
}
.banner__popup__close {
    position: absolute;
    top: -40px;
    right: -10px;
    cursor: pointer;
}

.box__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 200px;
    height: 100vh;
    background-color: var(--green-color);
    grid-gap: 16px;
    flex-direction: column;
    padding: 40px 20px;
}
.box__menu a {
    color: #fff;
    text-decoration: none;
}
.box__menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.box__menu__close img {
    width: 20px;
}
.box__contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.box__contact__wa img {
    width: 42px;
}
.box__contact__phone {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    padding: 4px 0;
    width: 168px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: var(--green-color);
    font-size: 12px;
    height: 25px;
    align-items: center;
}
.box__contact__phone img {
    width: 14px;
    vertical-align: middle;
}
.box__contact__phone.extra {
    background-color: #25D366;
}
.box__contact__phone.b1 {
    display: none;
    position: absolute;
    bottom: 96px;
    right: 0;
}
.box__contact__phone.b2 {
    display: none;
    position: absolute;
    bottom: 56px;
    right: 0;
}

.box__work {
    display: none;
    position: fixed;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    width: 260px;
    background-color: #fff;
    z-index: 10;
    padding: 30px 20px;
}
.box__work__title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}
.box__work__btn {
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    background-color: var(--green-color);
    color: #fff;
}
.box__work__btn img {
    width: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.box__work__line {
    text-align: center;
    padding: 2px 0;
}
.box__work__close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.box__work__close img {
    width: 12px;
}

@media screen and (min-width: 360px) {

    .header__space {
        padding-top: 70px;
    }
    .delvery__cta {
        width: 180px;
    }
    footer {
        padding: 60px 30px;
    }
    .footer__item__center {
        grid-gap: 38px;
    }
    .footer__item2 {
        margin-bottom: 10px;
    }
    .footer__item a {
        margin-bottom: 0;
    }
    .app__links {
        flex-direction: row;
        grid-gap: 20px;
    }
    .playstore__img, .appstore__img {
        width: 120px;
        height: 40px;
    }
    .box__work {
        width: 300px;
    }

}

@media screen and (min-width: 500px) {
    .footer {
        width: 300px;
        margin: auto;
    }
    .banner__popup { 
        width: 400px;
    }
    .box__contact__wa img {
        width: 50px;
    }
    .box__contact__phone.b1 {
        bottom: 106px;
    }
    .box__contact__phone.b2 {
        bottom: 66px;
    }
}

@media screen and (min-width: 568px) {
    .delvery__cta{
        width: auto;
        padding: 10px 20px;
    }
    .header__logo img{
        width: 73px;
    }
    .header__space{
        padding-top: 73px;
    }
}

@media screen and (min-width: 768px) {
    
    .header {
        padding: 20px 20px;
        justify-content: space-between;
    }
    .header__logo img {
        width: 86px;
    }
    .header__space{
        padding-top: 100px;
    }
    .header__mnu {
        display: flex;
        grid-gap: 12px;
    }
    .header__mnu a {
        color: #000;
        font-weight: bold;
    }
    .header__menu {
        display: none;
    }
    .delvery__cta {
        display: block;
    }
    .banner__popup { 
        width: 700px;
    }
    .footer{
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer__item{
        width: 100%;
        text-align: center;
    }
    footer h4{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer__item__center {
        margin: auto;
        margin-top: 40px;
    }
    .footer__item2 .aviso {
        display: none;
    }
    .footer__item2 .footer__rrss {
        display: none;
    }
    .footer__rrss {
        margin-top: 10px;
    }
    .footer__rrss.logo {
        display: block;
    }
    .footer__aviso {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        margin-top: 40px;
        font-size: 14px;
    }
    .footer__aviso__left,
    .footer__aviso__right {
        display: block;
    }
    .box__work {
        width: 400px;
        padding: 40px 30px;
    }
    .box__work__title {
        font-size: 22px;
    }
    .box__work__btn {
        letter-spacing: 1px;
    }
    .box__work__line {
        padding: 10px 0;
    }
    .box__contact__phone.b1 {
        font-size: 14px;
        width: 210px;
        bottom: 106px;
        font-weight: bold;
    }
    .box__contact__phone.b2 {
        font-size: 14px;
        width: 210px;
        bottom: 66px;
        font-weight: bold;
    }

}

@media screen and (min-width: 940px) {

    .delvery__cta img{
        width: 24px;
    }
    .header__logo img{
        width: 100px;
    }
    .header{
        padding: 14px 20px;
        position: relative;
    }
    .delvery__cta{
        padding: 10px 40px;
    }
    header{
        position: relative;
    }
    .header__space{
        padding-top: 0px;
    }
    .header__mnu {
        grid-gap: 50px;
    }
    footer {
        padding: 60px 20px;
    }
    .footer__item {
        width: 12%;
        margin-bottom: 0;
    }
    .footer__item__center {
        width: 66%;
        margin-top: 0;
        justify-content: center;
    }
    .app__links {
        flex-direction: column;
        margin-top: 0;
    }
    .playstore__img, .appstore__img {
        width: 110px;
        height: 38px;
    }
    .banner__popup { 
        width: 800px;
    }

}

@media screen and (min-width: 1200px) {

    .header {
        padding: 20px;
    }
    p{
        font-size: 16px;
    }
    h1{
        font-size: 44px;
        margin-bottom: 25px;
    }
    h2{
        font-size: 24px;
    }
    .footer {
        max-width: 1200px;
    }
    .footer__aviso { 
        margin-top: 60px;
    }
    .box__work {
        width: 500px;
        padding: 40px 30px;
    }
    .box__work__title {
        font-size: 26px;
    }
    .box__work__btn {
        font-size: 16px;
        padding: 16px 0;
        letter-spacing: 1px;
    }
    .box__work__btn img {
        width: 16px;
    }
    .box__work__line {
        padding: 16px 0;
    }
    .box__work__close img {
        width: 16px;
    }
}