body {
  background: #0D362B;
margin: 0;
 font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

* {
  box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  
}

.container {
  
  display: inline-block;
  position: relative;
 
 width: 100%;
   height: 100%;
}

.sp_box {
  display: block;
  position: relative;
  min-height: 150px;
 
 background: #000;
  padding: 20px;
  margin: 10px;
  z-index: 0;
   border-radius: 15px;
}

.sp_box::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/São_Paulo_city_%28Bela_Vista%29_%28banner_esVoy%29.jpg/1200px-São_Paulo_city_%28Bela_Vista%29_%28banner_esVoy%29.jpg");
  background-position: 0, 100;
  background-size: cover;
  border-radius: 15px;
  opacity: 0.7;
}

.rio_box {
  display: block;
  position: relative;
  min-height: 150px;
 
 background: #000;
  padding: 20px;
  margin: 10px;
  z-index: 0;
   border-radius: 15px;
}

.rio_box::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
  background-image: url("https://static.wixstatic.com/media/21ce75_d5b5e7affa314bb89abf2ed5f227f497~mv2.jpg/v1/fill/w_560,h_176,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Banner%20-%20Rio%20de%20Janeiro.jpg");
  background-position: 0, 100;
  background-size: cover;
  border-radius: 15px;
  opacity: 0.7;
}


.box {
  display: block;
  position: relative;
  min-height: 60px;
  background: #1C4D3B;
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
  margin-bottom: 20px;
}

.box2 {
  display: block;
  position: relative;
  background: rgba(0,0,0,0.1);
  border-radius:  15px;
 line-height: 1.8em;
  padding: 20px;
  margin-top: 20px;
 
}

.title_city {
  position: relative;
  display: block;
  letter-spacing: .2rem;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  top: 30px;
  opacity: 0.9;
}

.title {
  position: relative;
  display: inline!important;
  letter-spacing: .2rem;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  color: #ecd48c;
  opacity: 75%;
}

.icons {
  position: relative;
  top:10px;
  margin-right: 10px;
  font-size: 40px!important;
  color: #fff;
  opacity: 75%;
}

.icons_p {
  position: relative;
  top:10px;
  margin-right: 5px;
  font-size: 30px!important;
  color: #fff;
  opacity: 75%;
}

.sec {
  color: rgba(255,255,255,0.3);
 font-size:10px;

}

.time {
  border: 1px solid white;
  padding:5px;
  color: #000;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  
}

.event {
  border: 1px solid white;
  padding:5px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,100);
.hotel {
  
  text-transform: uppercase;

  
}




.calendar {
    position: absolute;
  right:8px;
  top:-4px;
    background: #fff ;
    border-radius: 20%;
    width: 60px;
    height: 60px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    font: 300 8px Roboto;
  opacity: .8;
    .week {
        color: red; 
        padding: 5px;
        padding-bottom: 0;
    }
    .date {
        font: 200 45px Roboto;
        margin-top: -9px;
    }
}

.line {
  font-size: 16px;
  color: white;
   line-height: 2em;
padding-bottom: 10px;

}

a {
  color: rgb(230,200,0);
    text-decoration: none;
  font-weight: bold;
}
.pride {
    
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, violet);
    background: -o-linear-gradient(right, orange, orange, yellow, green, cyan, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan,  violet);
    background: linear-gradient(to right, orange, orange , yellow, green, cyan,  violet, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  
}