*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Wix Madefor Text', sans-serif;
    background:#155A2A;
    height: 100vh;
}
.container-img{
    position: absolute;
    mix-blend-mode: multiply;
    height: 540px;
    width: 385px;
}
section{
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    text-align: center;
    width: 80%;
    max-width: 400px;
    height: 380px;
    border-radius: 13px;
}
section .logo{
    width: 225px;
    height: 130px;
}
section .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section a{
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
    height: 30px;
    color: #707070;
    background: #dddddd5c;
    margin-top: 15px;
    text-decoration: none;
    line-height: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
section a:first-child{
    margin-top: 0px;
}
section a b{
    font-weight: 600;
}
section a.proximamente, section a.proximamente:hover{
    background: #ababab;
    color: #E0E0E0;
    cursor: not-allowed;
    height: auto;
    line-height: 1;
    padding: 7px;
}
section a.active, section a:hover{
    filter: brightness(0.7);
}

@media (min-width:768px){
    .container-img{
        width: 460px;
        height: 674px;
    }
    section .logo{
        width: 300px;
        height: 200px;
    }
    section{
        padding-top: 0px;
        width: 380px;
        height: 400px;
    }   
    section a{
        width: 100%;
    }
}

article{
    text-align: left;
    line-height: 1.6;
    width: 90%;
}
article h1{
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #161616;
}
article h4, article span{
    color: #2a2a2a;
}
.container{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.container .logo{
    padding: 20px;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 151%;
    height: 200px;
    z-index: 3;
}
@media screen and (width > 1070px) {
    .footer{
        width: 140%;
        height: 350px;
    }
}
.footer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
a.instagram{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    gap: 4px;
    margin-top: 20px;
    position: relative;
    z-index: 4;
}
