#topo {
  padding: 10% 15px;
  background-size: cover;
  background-position: center;
  margin: 0;
}
#reveillon {
  display: flex;
  flex-wrap: wrap;
}
#intern h1 {
  color: rgba(98, 28, 119, 1);
  background: transparent;
  font-size: 36px;
}
#reveillon .caption {
  background-color: rgba(98, 28, 119, 1);
}
#reveillon .col-md-6 {
  margin-top: 20px;
}
.option-reserva {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  margin: 0 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.option-reserva img {
  width: 100%;
}
.option-reserva .content {
  padding: 0px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  background: transparent;
}
.option-reserva .content h3 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bolder;
  color: rgba(98, 28, 119, 1);
}
.option-reserva .description {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.option-reserva .content h5 {
  text-align: center;
}
.option-reserva .content ul {
  padding: 10px;
}
.option-reserva .content ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  list-style: none;
}
.option-reserva .content h6 {
  text-transform: uppercase;
  color: #621c77;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.posiciona-botao {
  margin-top: auto;
}
.posiciona-botao i {
  font-size: 24px;
}
a.btn.dark {
  color: #fff;
  border-radius: 0;
  font-size: 20px !important;
}
.fimAno__descrip {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  #topo {
    background-image: url(bg-m.jpg) !important;
  }
  #topo h2 {
    font-size: 2em;
    margin-top: 10%;
  }
  #topo a img.logo-intern {
    left: 50%;
    top: 3%;
    transform: translate(-50%, -10%);
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #topo.fimAno a img.logo-intern {
    position: relative;
    transform: translate(-50%, -200%);
  }
}

.option-reserva {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  margin: 0 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.option-reserva .description {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.option-reserva img {
  width: 100%;
}
.option-reserva .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.fim-header {
  padding-bottom: 30px;
}
.fim-box,
.fim-box .content,
.fim-box-img {
  position: relative;
}
.fim-box__header {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}
.fim-box__text {
  padding: 15px 40px;
}
.fim-box h3 span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
.fim-box p {
  margin: 0;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fim-box p + p {
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  margin-top: 5px;
}
.fim-box p small {
  font-size: 0.8em;
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}
.fim-box .description {
  padding-top: 20px;
}
.option-reserva .content h3 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bolder;
}
.option-reserva .content h5 {
  text-align: center;
}
.option-reserva .content ul {
  padding: 10px;
}
.option-reserva .content ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

#modalFimdeAno .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0px;
}
#modalFimdeAno .modal-header {
  padding: 0px;
}
#modalFimdeAno .modal-header,
#modalFimdeAno .modal-footer {
  border: 0px;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.close {
  color: #fff;
  font-size: 3em;
  opacity: 1;
}
.caption p {
  text-align: center;
  color: rgba(98, 28, 119, 1);
  margin: 0;
  padding: 20px;
}
.caption {
  border: 1px dotted #621c77;
  /* background-color: rgba(98, 28, 119, 1); */
}
.flexBox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.espaco-itens {
  margin: 0 2% 3%;
  width: 45%;
  z-index: 2;
}
#reveillon .caption {
  background-color: rgba(98, 28, 119, 1);
}
#reveillon .caption p {
  color: #fff;
}
.option-reserva .content h6 {
  text-transform: uppercase;
  color: #621c77;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
#reveillon {
  display: flex;
  flex-wrap: wrap;
}
#reveillon .col-md-6 {
  margin-top: 20px;
}

/* .option-reserva .content ul li{
    font-weight: 600;
  }
  .option-reserva .content ul li span{
    font-weight: 500;
  } */
@media screen and (min-width: 320px) {
  .navbar-nav > li > a {
    font-size: 0.86em;
  }
}
#love-week ul li {
  display: inline-block;
  font-size: 1.2em;
  padding: 0 10px;
}
#love-week h4.atention-color {
  display: inline-block;
  padding: 14px 20px;
  border: 2px dotted;
}
.caption {
  border: 1px dotted #621c77;
  /* background-color: rgba(98, 28, 119, 1); */
}
.love-week--h5 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}
.love-week--whatsapp {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#35b44a, #6dc069);
  padding: 20px 0;
  display: block;
  border-radius: 20px;
}
.love-week--btn {
  text-align: center;
  padding: 20px 0;
  display: block;
  border-radius: 20px;
  color: #fff;
  background: rgb(88, 21, 92);
  text-transform: capitalize;
}
.love-week--whatsapp h2 {
  color: #fff;
  margin: 0;
}
.love-week--btn h2,
.love-week--btn p {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp {
  background-image: linear-gradient(#35b44a, #6dc069);
  color: #fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand {
  background: rgb(88, 21, 92);
  color: #fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand {
  width: 48%;
  border-radius: 20px;
  margin: 1%;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp p {
  color: #fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp #icone-whats {
  fill: #fff;
}
.love-week-item {
  transition: transform 0.3s;
}
.love-week-item:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .option-reserva {
    margin: 0;
  }
  .fim-box {
    width: 100%;
  }
}