.lgpd{
    position: Fixed; 
    bottom: 20px;
    padding: 20px;    
    background-color : #184aad;
    color: #FFF;
    font-size: 15px;
    display: flex;
    justify-content: space-between;


}
.lgpdPoliticaPrivacidade{
    color: rgba(145, 230, 18, 0.864);
}

.lgpd button {
background-color: rgb(19, 220, 19);
border: 0;
color: White;
cursor: pointer;
padding: 10px 30px;
}


.CookieMessage {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    position: Fixed; 
    bottom: 20px;
    padding: 20px;    
    background-color : #184aad;
    color: #FFF;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
  }
  
  .CookieMessage-content {
    color: white;
   
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    
    line-height: 1.5;
    font-size: 16px;

  }

  .CookieMessage-content a{
    color: white;
  }

  .CookieMessage-content a .lgpdPoliticaPrivacidade{
    color: rgba(145, 230, 18, 0.864);
  }

  .CookieMessage-content p{
    margin: 0 0 20px 0;
  }
  
  .CookieMessage-button {
    background: rgba(145, 230, 18, 0.864);
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
  
  }

  .CookieMessage-button:hover{
    background:  rgba(145, 230, 18, 0.864);
  }

  




  .contents {
    height: 520px;
    width: 935px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.contents .slides img {
    height: 100%;
    width: 100%;
}

.navigation {
    position: absolute;
    bottom: 160px;
    left: 850px;
    display: flex;
}

.bar {

    width: 15px;
    height: 15px;
    border: 2px solid white;
    margin: 6px;
    border-radius: 15px;
    cursor: pointer;
    transform: .5s ease;

}

.bar:hover {
    background-color: white;
}

input {
  display: none;
}

.slides {
    display: flex;
    width: 500%;
    height: 100%;
}

.slide {
    width: 20%;
    transition: .6s;
}

#slide1:checked ~ .s1 {
    margin-left: 0;
} 

#slide2:checked ~ .s1 {
    margin-left: -20%;
} 

#slide3:checked ~ .s1 {
    margin-left: -40%;
} 

#slide4:checked ~ .s1 {
    margin-left: -60%;
} 

#slide5:checked ~ .s1 {
    margin-left: -80%;
} 