@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    max-width: 100%;
    overflow-x: hidden;
    background: url('../img/assest/Ativo\ 1.png') no-repeat;

    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container {
    position: relative;
}

.btn .vamos {
    position: absolute;
    top: 65vh;
    height: auto;
    left: 50%;

    padding: 10px 20px 10px 20px ;

    font-family: "Yanone Kaffeesatz", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: none;

    color: #FCEEE0;
    box-sizing: border-box;
    cursor: pointer;

    transform: translate(-50%, -50%);
    background-color: #E577B1;
    border: 2px solid #493B63;
    text-shadow: -2px 1px 0px #493B63
    
}

.img-wrapper {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: 100%;
   
    max-height: 750px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

.img-responsive-m {
    width: 100%;
    height: 100%;
   
    max-height: 750px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

/*-------------------- Responsivo ------------------------*/
 

 @media (min-width:992px) and (max-width:1199px) {
    .btn .vamos {
        top: 60vh;
        height: auto;
        padding: 5px 10px 5px 10px;
        font-size: 26px;
    }
 } 


  @media (min-width:768px) and (max-width:992px) { 

    .btn .vamos {
        top: 60vh;
        font-size: 22px;
        line-height: 21px;
        position: fixed;        
      }
      
  }

  @media (min-width:576px) and (max-width:768px) { 

    .btn .vamos {

        top: 57vh;
        font-size: 20px;
        line-height: 20px;
        padding: 5px 10px 5px 10px;
        position: fixed;       
      }
  }

  @media (min-width:426px) and (max-width:576px) { 

    .btn .vamos {

        top: 55vh;
        font-size: 15px;
        line-height: 15px;
        padding: 2px 8px 2px 8px;
        position: fixed;       
      }
      
  }


  @media (min-width:320px) and (max-width:426px) {
    
    body {
        max-width: 100%;
        overflow-x: hidden;
        background: url('../img/assest/Ativo\ 5.png') no-repeat;
    
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .container {

        background: url(../img/assest/capa-mobile2.png) no-repeat;
        background-position: center;
        max-height: 100%;
        margin: auto;
        object-fit: contain;
        position: fixed;
    }

    


    img {
        display: none;
    }

    .btn .vamos {
        top: 80vh;
        width: 215px;
        height: 50px;
        position: fixed;
    }
    

  }