@font-face {
  font-family: 'Uniform';
  src: url('../fonts/Uniform.otf');
  src: url('../fonts/Uniform.otf');
}

@font-face {
  font-family: 'Uniform Light';
  src: url('../fonts/Uniform Light.otf');
}

@font-face {
  font-family: 'Uniform Bold';
  src: url('../fonts/Uniform Bold.otf');
}

/* DEFAULT */
* {
  font-family: 'Uniform';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

strong {
  font-family: 'Uniform Bold';
}

.centraliza-itens {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centraliza-itens-sem-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.container {
  max-width: 1280px;
  margin: 0 10px;
}

header {
  background-color: #00a7d4;
  display: flex;
  justify-content: center;
}

a {
  text-decoration: none;
}

.btn {
  user-select: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Uniform Bold';
}

.btn-blue-clear {
  background-color: #004f9f;
  color: #fff;
  padding: 1px 18px;
  font-size: 20px;
  border: 2px solid #004f9f;
}

.btn-blue-clear:hover {
  border-color: #fff;
  background-color: transparent;
}

.btn-white {
  margin-top: 25px;
  background-color: #fff;
  color: #004f9f;
  border: 3px solid #fff;
  width: 280px;
  font-size: 22px;
  padding: 2px 0;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.blue-dark {
  color: #004f9f;
}

.blue-clear {
  color: #00ade4;
}

.row {
  display: flex;
}

/* HEADER */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  width: 100%;
}

.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bookplay-logo {
  height: 40px;
}

.pro-logo {
  height: 35px;
}

.logo:not(:last-child) {
  border-right: 1px solid #fff;
  margin-right: 15px;
  padding-right: 15px;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-logo svg {
  height: 15px;
  fill: #fff;
}

.social-logo:not(:last-child) {
  margin: 0 15px 0 50px;
}

.social-logo:first-child {
  margin-left: 20px;
}

/* PRESENTATION */
.presentation {
  width: 100%;
  background: rgb(0, 171, 240);
  height: 550px;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.presentation .logo-pp {
  width: 300px;
  margin-bottom: 15px;
}

.presentation-body {
  display: flex;
  justify-content: center;
}

.presentation-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.presentation-left {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
  margin-right: -190px;
  z-index: 1;
  width: 510px;
}

.presentation-left {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
  margin-right: -160px;
  z-index: 1;
  width: 510px;
}

.presentation-left h1 {
  font-size: 42px;
  font-family: 'Uniform Bold';
  margin-bottom: 25px;
}

.presentation-left p {
  font-size: 24px;
}

.presentation-left p:not(:last-of-type) {
  margin-bottom: 10px;
}

.presentation-right {
  display: flex;
  width: 790px;
  background-image: url('../images/menina-desktop.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.presentation-right img {
  height: 90%;
}

/* PLANS */
.plans-container {
  margin: 0 auto;
  padding: 40px 0;
}

.plans-container .plans-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px 0;
}

.plans-container .plans-logo img {
  max-width: 300px;
}

.plans-header {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.plans-header h3 {
  font-size: 26px;
  font-family: 'Uniform Bold';
}

.plans-header h3.blue-clear {
  font-size: 22px;
}

.plans-header .bk-blue {
  background-color: #00ade4;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}

.plans {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.plans .plan {
  position: relative;
  padding: 20px;
  margin: 0 10px;
  border-radius: 25px;
  background: #00a7d4;
  color: white;
  width: 100%;
  max-width: 400px;
  transition: all 0.5s;
  text-align: center;
}

.plans .plan .btn-white {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.plans .plan .coroa {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}

.plans .plan .coroa .inside {
  background: #47a3ce;
  border: 4px solid #ffffff;
  border-radius: 25px;
  padding: 5px;
  width: 150px;
  height: 100%;
}

.plans .plan .coroa .inside img {
  width: 100%;
  height: 100%;
}

.plans .plan > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.plans .plan > .title strong {
  text-align: center;
  font-size: 26px;
  font-family: 'Uniform Bold';
}

.plans .plan > .title img {
  width: 80%;
  height: 90%;
  max-width: 300px;
}

.plans .plan ul.beneficios li {
  padding: 10px 20px;
  font-size: 18px;
}

.plans .plan ul.beneficios li.destak {
  color: #004f9f;
}

.plans .plan ul.beneficios li:not(:last-of-type) {
  border-bottom: 2px solid #004f9f;
}

/* ITEM DOS PLANOS */
#plan-itens {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
#plan-itens .item {
  height: 60px;
  display: flex;
  background: #00a7d4;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
  user-select: none;
  text-decoration: none;
  color: #ffffff;
}

#plan-itens .item:hover {
  background-color: #2876c4;
}

#plan-itens .item .icon {
  width: 50px;
  height: 100%;
}
#plan-itens .item .icon img {
  width: 100%;
  height: 100%;
}
#plan-itens .item .title {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: 'Uniform Bold';
}

/* COM O BOOKPLAY */
.com-bookplay {
  background-color: #004fa3;
  background-image: url('../images/background-qtds.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.com-bookplay .cards-icones {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
}

.com-bookplay .titulo {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: end;
}

.com-bookplay .titulo p,
.com-bookplay .titulo span {
  font-size: 70px;
  font-family: 'Uniform Bold';
}

.com-bookplay .titulo p {
  color: #fff;
}

.com-bookplay .titulo p:first-of-type {
  margin-right: 130px;
}

.com-bookplay .titulo span {
  background-color: #fff;
  color: #004fa3;
  border-radius: 0 50px 50px 0;
  max-width: 100%;
  text-align: end;
  padding: 5px 20px 5px 0;
}

.com-bookplay .cards {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
}

.com-bookplay .cards .icones {
  background-color: #fff;
  border-radius: 25px;
  height: 200px;
  width: 200px;
  margin: 5px;
  padding: 40px;
}

.com-bookplay .cards .icones:hover {
  background-color: #004ea3;
  transition: all 0.3s;
  border: 5px solid #fff;
}

.com-bookplay .cards .icones img {
  height: 100%;
}

/* RECURSOS */
.recursos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
}

.recursos-body {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recursos-item {
  max-width: 450px;
  min-width: 320px;
  margin: 20px;
}

.recursos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recursos-img {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recursos .recursos-item img {
  width: 50%;
}

.recursos p {
  color: #00a7d4;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Uniform Bold';
}

.centraliza-text {
  display: flex;
  align-items: center;
}

/* FOOTER */
.footer {
  background-color: #00a7d4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
}

.footer-body {
  width: 100%;
  padding: 20px 0;
}

.footer-logo {
  height: 40px;
}

.footer-logos {
  display: flex;
  align-items: center;
}

.footer-logo:not(:last-child) {
  border-right: 2px solid #fff;
  margin-right: 15px;
  padding-right: 15px;
}

.footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-line {
  padding-top: 30px;
  margin: 30px 0;
  align-items: flex-end;
  border-top: 2px solid #fff;
}

.row-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.row-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row-container-center.row-line .selos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.row-container-center.row-line .selos img {
  height: 60px;
  margin: 10px 20px;
}

.row-container-center.row-line span {
  color: #fff;
  font-weight: 700;
}

.text-bk-white {
  text-align: center;
  font-size: 20px;
  color: #004f9f;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 800;
  padding: 3px 15px 3px;
}

.text-white {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
}

.number {
  font-size: 20px;
}

.footer-download img {
  height: 40px;
  margin-top: 10px;
}

.footer-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-links div {
  margin-bottom: 10px;
  color: #fff;
}

.footer-links a,
.footer-links span {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.footer-links span:not(:last-of-type) {
  margin: 10px 0;
}

/* CONFIGURAÇÕES DE RESPONSIVIDADE */
@media screen and (max-width: 1200px) {
  #plan-itens {
    grid-template-columns: 33% 33% 33%;
  }

  .com-bookplay .titulo {
    width: 45%;
  }
}

@media screen and (max-width: 850px) {
  #plan-itens {
    grid-template-columns: 50% 50%;
  }

  .com-bookplay .titulo {
    width: 38%;
  }

  .com-bookplay .titulo p,
  .com-bookplay .titulo span {
    font-size: 50px;
  }

  .com-bookplay .titulo p:first-of-type {
    margin-right: 95px;
  }

  .com-bookplay .titulo p:last-of-type {
    margin-right: 5px;
  }
}

@media screen and (max-width: 800px) {
  .header {
    justify-content: center;
  }

  .header-right {
    display: none;
  }

  .presentation {
    height: 510px;
  }

  .presentation-left h1 {
    font-size: 38px;
  }

  .presentation-left p {
    font-size: 22px;
    line-height: 26px;
  }

  .btn-white {
    width: 250px;
    margin-bottom: 30px;
  }

  .cards {
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .presentation {
    height: auto;
    background-image: url(../images/background-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 10px 0;
  }

  .presentation-right {
    height: 400px;
    background-position: center bottom;
  }

  .presentation-body {
    flex-direction: column;
  }

  .presentation-left {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .com-bookplay .cards-icones {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .com-bookplay .cards {
    width: 100%;
  }

  .com-bookplay .titulo {
    width: 100%;
    margin-bottom: 40px;
  }

  .com-bookplay .titulo p:first-of-type {
    margin-right: 43%;
  }

  .com-bookplay .titulo p:last-of-type {
    margin-right: 30%;
  }

  .com-bookplay .titulo span {
    margin-right: 30%;
  }
}

@media screen and (max-width: 703px) {
  .max-width {
    width: 100%;
  }

  .row-line {
    margin: 20px 0;
  }

  .center-mobile {
    justify-content: center;
    flex-direction: column;
  }

  .space-mobile {
    margin-bottom: 20px;
  }

  .row-container {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .plan-type {
    width: 42%;
  }

  .plan-item {
    width: 42%;
    height: 55px;
  }

  .plans-body.open .plan-type.active .plan-background {
    width: 42%;
  }

  .recursos-img {
    min-width: 100px;
  }

  .recursos-item {
    min-width: 270px;
  }

  .footer {
    padding: 0;
  }

  .row-line {
    margin: 10px 0;
  }

  .footer .center-mobile .row-container.social {
    display: none;
  }

  .center-mobile .space-mobile {
    margin: 20px 0;
  }

  .footer-links span,
  .footer-links a {
    margin: 5px 0;
    font-size: 12px;
  }

  .footer-body {
    padding: 10px;
  }

  #plan-itens {
    grid-template-columns: 100%;
  }

  .com-bookplay .titulo p:first-of-type {
    margin-right: 44%;
  }

  .com-bookplay .titulo p:last-of-type {
    margin-right: 28%;
  }

  .com-bookplay .titulo span {
    margin-right: 27%;
  }
}

@media screen and (max-width: 480px) {
  .com-bookplay .cards .icones {
    height: 140px;
    width: 140px;
    padding: 20px;
  }

  .recursos p {
    font-size: 14px;
  }

  .plans-header h3,
  .plans-header h3.blue-clear {
    font-size: 18px;
  }

  .plan-type {
    width: 89%;
    height: 140px;
  }

  .plans-body.open .plan-type.active {
    width: 89%;
    height: 140px;
  }

  .plans-body.open .plan-type.active .plan-background {
    width: 89%;
    height: 140px;
  }

  .com-bookplay .titulo p:first-of-type {
    margin-right: 43%;
  }

  .com-bookplay .titulo p:last-of-type {
    margin-right: 23%;
  }

  .com-bookplay .titulo span {
    margin-right: 22%;
  }
}

@media screen and (max-width: 400px) {
  .presentation .logo-pp {
    width: 250px;
  }

  .plans-header {
    padding: 0 10px;
  }

  .plans-container .plans-logo {
    margin: 20px 0;
  }

  .plans-container .plans-logo img {
    max-width: 220px;
  }

  .presentation-left h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .presentation-left p {
    font-size: 18px;
  }

  .btn-white {
    width: 200px;
  }

  .bookplay-logo {
    height: 30px;
  }

  .pro-logo {
    height: 25px;
  }

  .plan-item {
    width: 89%;
  }

  .cards .icones {
    height: 120px;
    width: 130px;
  }

  .text-bk-white {
    font-size: 15px;
    padding: 3px 15px 3px;
  }

  .plans .plan {
    max-width: 300px;
  }

  .com-bookplay .titulo p:first-of-type {
    margin-right: 40%;
  }

  .com-bookplay .titulo p:last-of-type {
    margin-right: 15%;
  }

  .com-bookplay .titulo span {
    margin-right: 14%;
  }
}
