.body-bookplay {
  background-color: #eee;
}

h1,
h2,
h3,
h4,
h5 {
  color: #808080;
}

#div-master {
  display: flex;
  justify-content: center;
}

.con-main {
  margin: 30px 20px;
  max-width: 1000px;
}

.label-top {
  color: #2152cf;
}

.content-top {
  margin-top: 10px;
  border-top: 1px solid #2152cf;
  border-bottom: 1px solid #2152cf;
  padding: 40px 0;
  width: 100%;
}

.content-top h1 {
  font-weight: 300;
  margin: 0;
}

.content-top h1.together {
  display: none;
}

.content-center {
  padding: 0px 40px;
}

.header-tutorial {
  text-align: center;
  margin: 30px 0;
}

.header-tutorial h3 {
  color: #2152cf;
  font-size: 24px;
  font-weight: 900;
}

.pag-ajuda .row {
  display: flex;
  align-items: center;
}

.content-icons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
  flex-wrap: wrap;
}

.content-icons a {
  text-decoration: none;
}

.content-icons button {
  border: none;
  background-color: transparent;
}

.icon {
  display: flex;
  margin: 10px 8px;
  align-items: center;
}

.icon-svg {
  width: 28px;
  margin-right: 4px;
  fill: #36c2ff;
}

.content-icons label.icon-text {
  font-size: 18px;
  min-width: 200px;
}

.icon-text:hover {
  background-color: #2b52b5;
}

.bloco {
  margin-bottom: 10px;
  user-select: none;
}

.bloco-header {
  cursor: pointer;
  border-radius: 7px;
  padding: 5px 0 5px 30px;
  background-color: #dcdcdc;
  display: flex;
  align-items: center;
  position: relative;
}

.bloco .bloco-header h3 {
  margin: 0px 40px 0px 0px;
  font-weight: 300;
  color: #808080;
}

.bloco.active .bloco-header h3 {
  color: white;
}

.bloco-header-icon {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  right: 0;
  margin-right: 20px;
}

.bloco.active .bloco-header {
  background-color: #2152cf;
}

.bloco .bloco-header .bloco-header-icon svg {
  transition: 0.3s;
}

.bloco.active .bloco-header .bloco-header-icon svg {
  transform: rotate(90deg);
}

.bloco.active .bloco-header .bloco-header-icon svg path {
  fill: white;
}

.bloco .bloco-center {
  padding: 0 40px;
  max-height: 0px;
  transition: max-height 0.2s;
  overflow: hidden;
}

.bloco.active .bloco-center {
  max-height: 2000px;
}

.bloco-video {
  margin: 0 0 30px 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.bloco-text {
  margin-top: 15px;
}

.bloco-text h4 {
  color: #808080;
  font-weight: 300;
}

.bloco-video-text {
  margin-top: 30px;
  margin-right: 20px;
  text-align: end;
}

.bloco-video-text h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #2152cf;
  margin: 0;
}

.bloco-video-thumb {
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloco-video-thumb:hover .btn-play {
  display: flex;
}

.bloco-video-thumb img {
  height: 150px;
}

.bloco-video-thumb .btn-play {
  background-color: #36c2ff 83;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
}

.bloco-video-thumb .btn-play img {
  height: 70px;
}

/* Chat sytles */
#chat {
  position: fixed;
  top: 0;
  right: -410px;
  height: 100%;
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 99999;
  border: 0;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.4);
}

div#sairchat {
  background: #2152cf;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  z-index: 10;
  padding-right: 5px;
}

div#chatconteudo {
  position: absolute;
  /* padding: 25px 00px 0px 0px; */
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: white;
}

#chat-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);

  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;

  animation: ZoomInOut 2s infinite ease-in-out;
}

#chat-link img {
  width: 100%;
}

@media (max-width: 700px) {
  .content-center {
    padding: 0px 0px;
  }

  .bloco-center {
    padding: 0 10px;
  }
}

@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
  }

  #div-master {
    display: block;
  }

  .content-top {
    text-align: center;
  }

  h1.default {
    display: none;
  }

  .content-top h1.together {
    display: block;
  }

  .bloco-video-text {
    text-align: center;
    margin: 30px 10px 0 10px;
  }

  .bloco-video-thumb {
    margin: 30px 10px 0 10px;
  }
}

@media (max-width: 580px) {
  .bloco-header {
    min-height: 80px;
  }

  .bloco-text h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .content-top h1 {
    font-size: 20px;
  }

  .content-icons {
    align-items: center;
    flex-direction: column;
  }

  .pag-ajuda .row {
    flex-direction: column;
  }

  .bloco-video-text {
    margin: 30px 10px 0 10px;
  }

  .bloco-video-thumb {
    margin: 30px 10px 0 10px;
  }
}

@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/*MODAL VIDEO*/
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.71);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* DARK MODE */
body.dark .content-top h1 {
  color: rgb(229, 229, 231);
}

body.dark .bloco .bloco-header h3 {
  color: rgb(229, 229, 231);
}

body.dark .bloco-text h4 {
  color: rgb(229, 229, 231);
}

body.dark .bloco-header {
  background-color: rgba(255, 255, 255, 0.1);
}
