*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.social-media {
    display: none;
}
body{
    background-image: url(./assets/fundo-site.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height:100vh;
}

.container{
    position: relative;
    top:0;
    transform:translateY(-50%);
}

.logo{
        width: 200px;
    position: absolute;
    top: 30px;
    left: 30px;
}

h1,h2{
    color:white;
    text-align:center;
    font-weight:700;
}

h1{
    margin-top:50px;
}

h2 a{
    color:#ed2f59;
    text-decoration:none;
}

h2{
    margin-top:80px;
}

.QRCode{
    width:130px;
    position: relative;
    left:50%;
    transform:translateX(-50%);
    margin-top:40px;
    margin-bottom:10px;
    background:white;
}

h3{
    color:#ed2f59;
    position:relative;
    text-align:center;
    margin-top:10px;
}


@media (max-width:1200px){
 h1{
    font-size:1.5rem;
 }

 h2{
     font-size:1.3rem;
 }

 h3{
     font-size:1.1rem;
 }
}

@media (max-width:900px){

    body{
        height:115vh;
    }

    h1{
        font-size:1.2rem;
    }

    h2{
        font-size:1rem;
    }

    h3{
        font-size: 0.6rem;
        position: relative;
        text-align: center;
        margin-top:50px;
        margin-bottom:80px;
    }
}
@media (max-width:480px){
    .social-media {
   display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    padding: 40px;
    background: rgb(0 0 0 / 65%);
    bottom: 0;
}

h2{margin: 0;}
    .QRCode {

    margin-top: 15px;
    margin-bottom: 15px;
}
    h3 {
        font-size: 1em;
    margin: 0px;

}
.container {
    position: initial;
    top: 0;
    transform: inherit;
}
    body{
      background-image: url(./assets/fundo-mobile.jpg);
    }

    h1{
        font-size:1rem;
    }

}

@media (max-width:320px){


    h1{
        font-size:1rem;
    }

}

@media (max-width:280px){
    body{
        height:150vh;
    }

    h1{
        font-size:0.9rem;
    }

    h2{
        font-size:0.8rem;
    }

}
