/* FONTS */
@font-face {
  font-family: "Mundial Regular";
  src: url("/roche/assets/fonts/MundialRegular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Mundial SemiBold";
  src: url("/roche/assets/fonts/MundialDemibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "Mundial Light";
  src: url("/roche/assets/fonts/MundialLight.otf");
  font-weight: 200;
}

@font-face {
  font-family: "Mundial Bold";
  src: url("/roche/assets/fonts/MundialBold.otf");
  font-weight: 700;
}

/* GERAL */
body {
  font-family: "Mundial Regular";
}
.tx-pink {
  color: #bd0077;
}
.btn-simbi {
  color: #bd0077;
  background-color: #faba49;
}
.btn-simbi:hover {
  background-color: #f8bf5d;
  color: #bd0077;
}
.fw-bold {
  letter-spacing: 0.05em;
}

/* NAV */
.navbar {
  padding: 10px 0px;
  height: 70px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  background-image: url("/roche/assets/img/logo.svg");
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 60px;
}
.nav-link:hover {
  color: #bd0077;
  font-weight: 600;
}
.nav-item {
  margin-left: 15px;
}

/* HERO */
#banner {
  height: max-content;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffe9de;
  margin-top: 60px;
}

.banner-img {
  height: 100%;
  width: 100%;
  content: url("/roche/assets/img/banner.svg");
}

/* PARCERIA */
#parceria {
  background-color: #bd0077;
  padding: 50px 0px;
  position: relative;
}
#parceria .row {
  position: relative;
}
.floating {
  background-color: #00868f;
  padding: 16px 0px;
  border-radius: 8px;
  position: absolute;
  width: 70vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
  height: 80px;
}

/* CONHEÇA */
#conheca {
  padding: 100px 0px 50px 0px;
}
.nav-tabs {
  border: none !important;
}
.nav-tabs button,
.nav-tabs a {
  color: #bd0077;
  font-weight: 600;
  font-size: 24px;
}
.nav-tabs .nav-link {
  border: none !important;
  padding: 10px 40px;
}
.nav-tabs .active {
  color: #bd0077 !important;
  border-bottom: 1px solid #00868f !important;
}
.tab-pane p,
.tab-pane li {
  font-family: "Mundial Light";
}
.tab-pane {
  padding-top: 50px;
  height: 350px;
  overflow-y: scroll;
}
.tab-pane::-webkit-scrollbar {
  display: none;
}
.tab-content p,
.tab-content ul {
  width: 90%;
}
.item-grid {
  width: 48%;
  background-color: #d8ffff;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 5px 15px;
  margin-bottom: 20px;
  height: 90px;
}
.item-grid h5 {
  color: #00868f;
  font-size: 16px;
}
.item-btn {
  width: 48%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bd0077;
  background-color: #faba49;
  height: 90px;
}
.item-btn h5 {
  font-size: 24px;
}
.item-btn:hover {
  background-color: #f8bf5d;
  cursor: pointer;
}

/* CRONOGRAMA */
#cronograma {
  padding: 60px 0px;
}
.cronograma-wrapper {
  width: 40%;
}
.cronograma-wrapper .cronograma {
  width: 100% !important;
}
.cronograma-wrapper .cronograma-bonus {
  background-color: #d8ffff;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cronograma-bonus h5:first-of-type {
  color: #00868f;
  font-size: 16px;
  margin-bottom: 0;
}
.cronograma-bonus h5:last-of-type {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Mundial SemiBold";
}
.cronograma {
  background-color: #d8ffff;
  border-radius: 8px;
  padding: 16px 18px;
  height: 175px;
  width: 15%;
  display: flex !important;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cronograma-prestacao {
  justify-content: center;
}
.data {
  height: 50%;
  display: flex;
  align-items: center;
}
.data h5 {
  color: #00868f;
  font-size: 32px;
  margin-bottom: 0;
}
.title h5 {
  font-family: "Mundial SemiBold";
  font-size: 20px;
  margin-bottom: 0;
}

/* ROCHE */
#roche {
  background: #ffe9de;
  padding: 60px 0px;
}
#roche h1 {
  color: #0b41cd;
}
#roche p {
  font-family: "Mundial Light";
  width: 80%;
}
#roche img {
  width: 70%;
}

/* SIMBIOSE */
#simbiose {
  background: #d8ffff;
  padding: 60px 0px;
}
#simbiose h1 {
  color: #00868f;
}
#simbiose img {
  width: 90%;
  align-self: top;
}
#simbiose p {
  font-family: "Mundial Light";
  width: 90%;
}
#simbiose .btn {
  width: 90%;
  height: 60px;
  font-size: 24px;
}

.nav-mobile {
  display: none;
}
.btn-mobile {
  display: none;
}

.custom-bg {
  background-color: #faba49;
  color: #bd0077;
}

@media screen and (max-width: 767px) {
  .item-grid {
    width: 48%;
    margin-bottom: 20px;
    height: 100px;
  }
  .item-btn {
    height: 100px;
  }
  .item-grid h5,
  .item-btn h5 {
    font-size: 16px;
  }
  #cronograma .d-flex {
    flex-wrap: wrap;
  }
  .data h5,
  .title h5 {
    font-size: 24px;
  }
  .cronograma,
  .cronograma-wrapper {
    width: 48%;
    margin-bottom: 20px;
  }
  .cronograma {
    height: 200px;
  }
  #roche .justify-content-end {
    justify-content: center !important;
  }
  #roche .col-md-6 {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #roche h1 {
    margin-top: 50px;
  }
  #roche p {
    width: 100%;
    text-align: center;
  }
  #simbiose .row {
    flex-direction: column-reverse;
  }
  #simbiose .justify-content-end {
    justify-content: center !important;
  }
  #simbiose h1 {
    margin-top: 50px;
    text-align: center;
  }
  #simbiose p {
    width: 100%;
    text-align: center;
  }
  #simbiose .btn {
    width: 100%;
  }

  .banner-img {
    height: 100%;
    width: 100%;
    content: url("/roche/assets/img/banner_mobile.svg");
  }

  #parceria {
    padding-bottom: 130px;
  }
  #parceria .col-md-12 {
    flex-wrap: wrap;
    gap: 30px !important;
  }
  #parceria h6 {
    width: 100%;
    text-align: center;
  }
  #parceria h1 {
    font-size: 48px !important;
  }
  .floating {
    width: 90vw;
    height: 200px;
    flex-flow: column;
    bottom: -100px;
    padding: 0 15px;
  }
  .floating h5 {
    text-align: center;
    font-size: 24px;
  }
  .floating .btn-simbi {
    width: 90%;
    font-size: 24px;
  }
  .nav-tabs {
    margin-top: 20px;
  }
  .nav-tabs a {
    display: none;
  }
  .nav-mobile {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }
  .btn-desktop {
    display: none;
  }
  .btn-mobile {
    display: list-item;
    position: absolute;
    bottom: 100px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 64px;
    font-size: 24px;
  }
  .navbar-collapse {
    background: #fff;
    height: 100vh;
    width: 100vw;
    z-index: 22;
    position: relative;
  }
  .navbar-collapse ul {
    margin-top: 50px;
  }
  .nav-link {
    font-size: 32px;
  }
}
