/*!
Theme Name: botlabs
Theme URI: https://www.fuerzastudio.com.br/
Author: FuerzaStudio
Author URI: https://www.fuerzastudio.com.br/
Description: Another project developed for BlueStack.
Version: 1.0.0
Tested up to: 7.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: botlabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body {
  background-repeat: repeat;
  background: #ffffff;
  font-family: "erbaumregular", sans-serif;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "erbaummedium", sans-serif;
  font-weight: unset; }

p {
  line-height: 1.6;
  margin: 0 0 1.4em 0; }

* {
  outline: none !important; }

a {
  color: #04e473; }
  a:hover {
    color: rgba(4, 228, 115, 0.8); }

b, strong {
  font-weight: "erbaummedium", sans-serif; }

ul {
  list-style: none;
  padding-left: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

table {
  border-color: #dcd7ca;
  border-collapse: collapse; }
  table th, table td {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em; }

.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  padding: 16px 0;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  #header {
    position: relative; }

  .header {
    padding: 10px 0; }
    .header .logo svg {
      height: 50px; } }
.header-menu {
  display: flex;
  justify-content: space-between; }
  .header-menu .menu-item {
    font-size: 18px;
    margin-left: 20px; }
    .header-menu .menu-item a {
      color: #609eff;
      transition: .3s ease-in-out; }
      .header-menu .menu-item a:hover, .header-menu .menu-item a:active, .header-menu .menu-item a:focus {
        outline: 0; }
      .header-menu .menu-item a:hover {
        color: #04e473; }

.hamburger-menu {
  display: none;
  transition: all 0.3s ease-in-out; }
  .hamburger-menu:hover {
    cursor: pointer; }
  .hamburger-menu .menu-item {
    background: black;
    display: block;
    height: 3px;
    margin: 0 0 5px;
    transition: all 0.3s ease-in-out;
    width: 30px; }
    .hamburger-menu .menu-item:last-child {
      margin-bottom: 0; }
  .hamburger-menu.open .menu-item {
    margin: 0 0 5px; }
    .hamburger-menu.open .menu-item:first-child {
      transform: rotate(45deg);
      transform-origin: 4px; }
    .hamburger-menu.open .menu-item:nth-child(2) {
      opacity: 0; }
    .hamburger-menu.open .menu-item:nth-child(3) {
      transform: rotate(-45deg);
      transform-origin: 4px; }

@media (max-width: 768px) {
  .hamburger-menu {
    display: inline-block; }

  .header-navigation {
    transform: translateX(-100%);
    position: absolute;
    background: #2b2151;
    padding: 20px;
    top: 75px;
    bottom: 0;
    background-color: white;
    height: max-content;
    left: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 2px 9px -4px rgba(0, 0, 0, 0.4); }
    .header-navigation.open {
      left: 0;
      transform: translateX(0);
      width: 100%;
      top: 75px;
      border-top: 2px solid #77abff; }

  .header-menu {
    flex-direction: column; }

  .header-menu .menu-item {
    margin-bottom: 20px; }
    .header-menu .menu-item:last-child {
      margin-bottom: 0; } }
#footer {
  background: #2b2151; }

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }
  .footer .logo {
    display: flex;
    align-items: center; }
    .footer .logo a {
      color: #fff; }

.footer-menu {
  display: flex;
  justify-content: space-between; }
  .footer-menu .menu-item {
    font-size: 12px;
    margin-left: 20px;
    text-align: center; }
    .footer-menu .menu-item a {
      color: #609eff;
      transition: .3s ease-in-out;
      text-decoration: none; }
      .footer-menu .menu-item a:hover, .footer-menu .menu-item a:active, .footer-menu .menu-item a:focus {
        outline: 0;
        text-decoration: none; }
      .footer-menu .menu-item a:hover {
        color: #04e473; }

.copyright {
  color: #fff;
  font-size: 14px;
  margin-left: 20px; }

@media (max-width: 600px) {
  .footer {
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0; }
    .footer .logo {
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column; }

  .copyright {
    font-size: 13px;
    margin: 20px 0;
    text-align: center; }

  .footer-navigation {
    width: 100%; }

  .footer-menu {
    justify-content: space-between;
    align-items: center; }
    .footer-menu .menu-item {
      margin-bottom: 10px;
      margin-left: 0; } }
.entry-header {
  background: linear-gradient(to top, #2b2151, #6c55da);
  color: #fff;
  height: 220px;
  display: flex;
  align-items: center; }
  .entry-header.sub {
    height: 300px; }
  .entry-header .entry-title {
    text-align: center;
    font-size: 46px;
    color: #fff; }
  .entry-header .entry-subtitle {
    text-align: center;
    display: block;
    color: #04e473;
    font-size: 24px; }
  @media (max-width: 768px) {
    .entry-header {
      height: 200px; }
      .entry-header .entry-title {
        font-size: 30px; }
      .entry-header .entry-subtitle {
        font-size: 20px; } }

#page-content {
  position: relative;
  overflow: hidden; }
  #page-content:before {
    content: "";
    position: absolute;
    width: 45%;
    height: 705px;
    background-image: url(assets/img/bg/bg-right.png);
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none;
    background-size: contain;
    right: 0;
    top: 0;
    transform: translateY(0%); }
  #page-content:after {
    content: "";
    position: absolute;
    width: 24%;
    height: 1354px;
    background-image: url(assets/img/bg/bg-left.png);
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none;
    background-size: contain;
    left: 0;
    top: 0;
    transform: translate(0%, 6%); }

#page-content .post-inner {
  padding: 70px 0; }
  #page-content .post-inner h1, #page-content .post-inner h2, #page-content .post-inner h3, #page-content .post-inner h4 {
    color: #609eff; }
  #page-content .post-inner h2, #page-content .post-inner h3, #page-content .post-inner h4 {
    font-size: 16px; }
  #page-content .post-inner ul {
    padding-left: 40px;
    list-style: initial; }
    #page-content .post-inner ul li {
      margin-bottom: 10px;
      color: #756f88; }
    #page-content .post-inner ul ul li {
      list-style: circle; }
  #page-content .post-inner .style-none {
    list-style: none; }
  #page-content .post-inner ol li {
    list-style: lower-alpha;
    color: #756f88;
    line-height: 1.8; }
#page-content p {
  color: #756f88;
  line-height: 1.8; }
#page-content .detail {
  color: #04e473; }

#hero {
  display: inline-block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0 50px; }
  #hero .content {
    margin-bottom: 100px; }
    #hero .content .title-hero, #hero .content h2 {
      color: #fff;
      font-family: "erbaummedium", sans-serif;
      font-size: 48px; }
    #hero .content .text-hero, #hero .content p {
      color: #fff;
      margin-top: 70px;
      font-size: 24px; }
    #hero .content .mark, #hero .content strong {
      color: #04e473;
      font-family: "erbaummedium", sans-serif; }
  #hero .brands {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    flex-wrap: wrap; }
    #hero .brands .bots-item img {
      border-radius: 50%; }
    @media (max-width: 900px) {
      #hero .brands .brand-icon {
        flex: 25%;
        margin-bottom: 25px; } }
    @media (max-width: 600px) {
      #hero .brands .brand-icon {
        flex: calc(100%/3); } }
    @media (max-width: 400px) {
      #hero .brands .brand-icon {
        flex: 50%; } }

.cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .cta .title-cta {
    font-size: 24px; }
  .cta .btn-cta {
    background: #04e473;
    color: #fff;
    font-size: 30px;
    font-family: "erbaummedium", sans-serif;
    padding: 15px 60px;
    border-radius: 50px;
    margin-top: 30px;
    transition: .3s ease-in-out;
    text-decoration: none; }
    .cta .btn-cta:hover {
      background: rgba(4, 228, 115, 0.8); }

@media (max-width: 768px) {
  #hero {
    padding: 35px 0; }
    #hero .content .title-hero {
      color: #fff;
      font-size: 28px; }
    #hero .content .text-hero {
      margin-top: 40px;
      font-size: 16px; }
    #hero .brands {
      margin-bottom: 40px; }
      #hero .brands .brand-icon img {
        height: 90px;
        width: auto; }

  #page-content .cta .title-cta {
    font-size: 18px; }
  #page-content .cta .btn-cta {
    font-size: 22px;
    padding: 10px 46px;
    margin-top: 10px; } }
.page-bots .title-cta {
  text-align: center;
  color: #609eff; }
.page-bots a {
  text-decoration: none; }

.entry-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center; }
  .entry-content-text p {
    margin: 0; }

.our-bots-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px; }

.bots-item {
  width: 25%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  transition: .3s ease-in-out; }
  .bots-item:hover .hover-effect {
    opacity: 1; }
  .bots-item a {
    line-height: 0; }

.bots-item svg {
  width: 100%; }

.hover-effect {
  display: flex;
  opacity: 0;
  transition: .4s ease-in-out;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #04e473;
  font-size: 15px; }
  .hover-effect .title-bot {
    font-size: 36px;
    font-family: "erbaummedium", sans-serif;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px; }
  .hover-effect span {
    line-height: 1; }

@media (max-width: 800px) {
  .entry-content-text {
    font-size: 16px; }

  .our-bots-list {
    justify-content: space-evenly; }

  .bots-item {
    width: calc(100%/3); }

  .hover-effect {
    font-size: 12px; }
    .hover-effect .title-bot {
      font-size: 18px; } }
@media (max-width: 600px) {
  .bots-item {
    width: 50%; }

  .hover-effect {
    font-size: 12px;
    word-break: break-all; }
    .hover-effect .title-bot {
      font-size: 16px; } }
.entry-content-block {
  display: flex;
  justify-content: space-evenly;
  padding: 0 50px; }

.entry-content-sidebar {
  flex: 1; }

.entry-content-main {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding-left: 120px; }

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

.profile-thumb {
  max-height: 400px;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center; }
  .profile-thumb img {
    height: auto;
    width: 100%; }

.profile-name {
  color: #04e473;
  font-size: 24px;
  font-family: "erbaummedium", sans-serif;
  margin-top: 25px; }

.discord {
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .discord .discord-icon {
    height: 33px; }
  .discord .discord-id {
    padding-left: 10px;
    color: #609eff;
    font-size: 18px; }

.profile-bot-name {
  font-size: 18px; }

.btn-bot-page {
  background: #04e473;
  color: #fff;
  font-size: 20px;
  font-family: "erbaummedium", sans-serif;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  text-decoration: none; }
  .btn-bot-page:hover {
    background: rgba(4, 228, 115, 0.8);
    color: #fff; }

@media (max-width: 800px) {
  .entry-content-block {
    padding: 0;
    flex-direction: column; }

  .entry-content-sidebar {
    flex: 1; }

  .entry-content-main {
    padding-left: 0;
    margin-top: 75px; } }
.dot {
  font-size: 24px;
  line-height: 1;
  color: #609eff;
  vertical-align: middle; }

#page-content.apply-page .post-inner {
  padding: 0; }

.apply-page .entry-content {
  display: flex;
  justify-content: space-between; }
.apply-page .concept-container {
  padding: 70px 0 10px; }
.apply-page .thumb-concept {
  flex: 1;
  max-width: 350px; }
.apply-page .concept-main {
  flex: 2;
  display: flex;
  flex-direction: column; }
.apply-page .concept-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto; }
.apply-page .concept-list-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0px auto 60px; }
.apply-page .concept-item-text {
  line-height: 1.8;
  font-size: 18px;
  color: #756f88; }
.apply-page .title-concept {
  font-size: 26px !important;
  font-family: "erbaumbold", sans-serif !important;
  color: #4c3c96 !important;
  text-align: center; }
.apply-page .subtitle-concept {
  color: #609eff;
  text-align: center;
  font-size: 20px;
  font-family: "erbaumbold", sans-serif !important;
  margin-top: 20px; }
.apply-page .concept-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
.apply-page .concept-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 22px; }
.apply-page .concept-description {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  padding: 0 12px; }
.apply-page .form-container {
  background: #f3f3f3;
  padding: 50px 0; }
  .apply-page .form-container .form-content {
    max-width: 700px;
    margin: 0 auto; }
  .apply-page .form-container .title-form {
    text-align: center;
    font-size: 24px !important;
    font-family: "erbaumbold", sans-serif;
    line-height: 1.8; }
  .apply-page .form-container .apply-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #756f88;
    font-size: 18px;
    margin-top: 50px;
    padding: 0 20px; }
    .apply-page .form-container .apply-form .form-row {
      display: block;
      margin-bottom: 35px; }
      .apply-page .form-container .apply-form .form-row p {
        margin-bottom: 10px; }
      .apply-page .form-container .apply-form .form-row .info {
        font-size: 12px;
        color: #bcb8ca;
        margin-top: 5px; }
      .apply-page .form-container .apply-form .form-row .required {
        color: #609eff;
        display: contents; }
    .apply-page .form-container .apply-form input, .apply-page .form-container .apply-form textarea {
      margin-top: 5px;
      border-radius: 5px;
      border: 1px solid #756f88;
      font-size: 16px;
      padding: 0 12px;
      width: 100%;
      box-sizing: border-box; }
    .apply-page .form-container .apply-form input {
      height: 40px; }
    .apply-page .form-container .apply-form input[type="radio"] {
      width: 15px;
      height: 18px; }
  .apply-page .form-container .btn-submit {
    background: #04e473;
    color: #fff;
    font-size: 20px;
    font-family: "erbaummedium", sans-serif;
    padding: 10px;
    border-radius: 50px;
    margin-top: 30px;
    transition: 0.3s ease-in-out;
    width: 180px;
    margin: 10px auto;
    border: none;
    cursor: pointer; }
    .apply-page .form-container .btn-submit:hover {
      background: rgba(4, 228, 115, 0.8); }

@media (max-width: 1024px) {
  .apply-page .thumb-concept svg {
    width: 100%;
    max-height: 260px; } }
@media (max-width: 768px) {
  .apply-page .concept-content {
    align-items: center;
    flex-direction: column; }
  .apply-page .concept-item {
    padding: 0; }
  .apply-page .thumb-concept {
    margin-bottom: 20px; }
    .apply-page .thumb-concept svg {
      max-height: 160px; } }
@media (max-width: 720px) {
  .apply-page .concept-list {
    flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
