@media screen and (max-width: 1200px) {
  html {
    font-size: 90%; } }
nav.navbar {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: .5rem 2.5rem; }
  nav.navbar .nav-item a.nav-link {
    color: #fff;
    padding: .5rem 2rem; }
  nav.navbar .nav-item.on a.nav-link {
    color: #fb9d94 !important; }
    nav.navbar .nav-item.on a.nav-link:before {
      content: ' ';
      display: block;
      width: 2rem;
      border: 1px solid #fb9d94;
      position: absolute;
      bottom: .5rem; }
  nav.navbar button {
    color: #fff;
    border-color: #fff; }
    nav.navbar button:hover {
      color: #fff;
      border-color: #fb9d94;
      background-color: #fb9d94; }
  nav.navbar.nav-opaque {
    position: relative; }
    nav.navbar.nav-opaque .nav-item a.nav-link {
      color: #6c757d; }
    nav.navbar.nav-opaque button {
      color: #6c757d;
      border-color: #6c757d; }
      nav.navbar.nav-opaque button:hover {
        color: #fff;
        border-color: #fb9d94;
        background-color: #fb9d94; }

footer {
  padding-top: 2rem; }
  footer .row {
    margin: 0; }
  footer li {
    padding: .5rem; }
    footer li img {
      padding-bottom: 1.5rem; }
  footer p {
    line-height: 2rem; }

.reserve {
  position: fixed;
  color: #fb9d94;
  font-size: 1.25rem;
  right: -6rem;
  top: 30%;
  display: flex;
  align-items: flex-start;
  width: 14.5rem;
  height: 4.75rem;
  transition: all .5s ease-in-out;
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem 0 0 1rem; }
  .reserve .tip {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #fff;
    border-radius: 1rem 0 0 1rem;
    transition: opacity 1s ease-in-out; }
    .reserve .tip p {
      margin: 0 1rem 0 0; }
  .reserve .content {
    z-index: -1;
    background-color: #fff;
    padding: 1rem;
    font-size: 1rem;
    position: absolute;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border-radius: 1rem 0 0 1rem; }
    .reserve .content p {
      color: #6c757d;
      text-align: center; }
    .reserve .content img {
      width: 100%; }
  .reserve:hover {
    height: 14.5rem;
    right: 0; }
    .reserve:hover .tip {
      opacity: 0; }
    .reserve:hover .content {
      height: 100%; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #fb9d94;
  border-color: #fb9d94; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 157, 148, 0.5); }

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #fb9d94; }

.div-case {
  background-color: #fff; }

.div-case .temp {
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06); }

.div-case .headlines {
  margin-top: 1.25rem; }

.div-case .temp .headlines .title {
  font-size: 1.125rem; }

.div-case .headlines .title {
  font-weight: 700; }

.div-case .headlines .content {
  font-size: .875rem;
  margin-top: .625rem;
  text-indent: 1.75rem; }

.div-case .headlines button {
  margin: 0;
  border-radius: 20px; }

.sec-case .tip-img {
  position: relative; }

.tip-date {
  position: absolute;
  background-color: rgba(252, 163, 148, 0.7);
  color: #ffffff;
  width: 7.5rem;
  height: 7.5rem;
  text-align: center;
  right: 1.25rem;
  bottom: -2.5rem;
  padding: 1.5625rem 0;
  font-size: 1rem;
  line-height: 1.875rem; }

.tip-date span {
  font-size: 3.125rem;
  display: block;
  line-height: 3.125rem; }

.tip-date span img {
  height: 3.75rem; }

.div-case .temps {
  padding: 0 5rem; }

.div-case .temps img {
  height: 18.75rem; }

.col-md-4 {
  margin-bottom: 5rem; }

h2 {
  text-align: center;
  margin: 3rem 0; }

.div-other {
  padding: 0 10%; }

.div-other .article .content {
  text-indent: 0; }

.div-other .article {
  display: inline-block;
  padding-left: 1.875rem; }

.div-other img {
  position: absolute; }

/*# sourceMappingURL=cases.css.map */
