/* ************************************************************************************* Geral */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

h2,
h3,
h4,
p {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: rgb(50, 50, 50);
}

h1 {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: rgb(50, 50, 50);
  font-weight: 200;
  font-size: 1.6rem;
}

/* ************************************************************************************ Header */
.header-container {
  height: 4rem;
  z-index: 1000;
}

/* ************************************************************************************ Nav */
.div-nav-mobile-container {
  background-color: rgb(22, 33, 44);
  width: 100%;
  height: 3.5rem;
  display: flex;
  position: fixed;
  z-index: 1000;
}

.div-nav-brand-mobile {
  background: linear-gradient(45deg, #20202a, #48525c);
  width: 40%;
  color: rgb(220, 220, 220);
  display: flex;
}

.div-nav-brand-mobile img {
  margin-left: 0.5rem;
  margin-top: 0.75rem;
  width: 2rem;
  height: 2rem;
}

.div-nav-brand-mobile h1,
#sidebar h1 {
  margin-left: 0.5rem;
  padding-top: 1rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  color: rgb(220, 220, 220);
}

.div-nav-links-mobile {
  background: linear-gradient(45deg, #48525c, #20202a);
  width: 80%;
  display: flex;
  text-decoration: none;
  justify-content: right;
  display: flex;
}

.icons-links {
  margin: 0.5rem;
  margin-right: 2rem;
  padding-top: 0.5rem;
}

.icons-links a {
  color: rgb(220, 220, 220);
  font-size: 1.8rem;
}

.hamburger {
  margin: 0.5rem;
  margin-left: 1.5rem;
  margin-right: 1rem;
  width: 2.2rem;
  height: 2.5rem;
}

.hamburger span {
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  display: block;
  height: 0.05rem;
  width: 100%;
  background: black;
  border-radius: 4px;
}

.hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
  background-color: rgb(220, 220, 220);
}

.hamburger span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
  background-color: rgb(220, 220, 220);
}

.hamburger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
  background-color: rgb(220, 220, 220);
}

#sidebar {
  background: linear-gradient(45deg, #20202a, #48525c);
  width: 60%;
  padding: 10px;
}

#sidebar ul li {
  padding-top: 20px;
}

#sidebar ul li a {
  border-bottom: 5px solid transparent;
}

#sidebar ul li a:hover {
  border-bottom: 5px solid orange;
}

amp-nested-menu h1,
ul {
  margin: 10px;
}

.nested-submenu-close {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(220, 220, 220);
}

a {
  text-decoration: none;
  color: black;
}

.div-nav-container {
  background-color: rgb(22, 33, 44);
  width: 100%;
  height: 3.5rem;
  display: none;
  position: fixed;
}

.div-nav-brand {
  background: linear-gradient(45deg, #20202a, #48525c);
  width: 20%;
  color: rgb(220, 220, 220);
  display: flex;
}

.div-nav-brand img {
  margin-left: 1rem;
  margin-top: 0.75rem;
  width: 2rem;
  height: 2rem;
}

.div-nav-brand h1 {
  margin-left: 1rem;
  padding-top: 1rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  color: rgb(220, 220, 220);
}

.div-nav-links {
  background: linear-gradient(45deg, #48525c, #20202a);
  width: 80%;
  display: flex;
  text-decoration: none;
  justify-content: right;
}

amp-mega-menu nav {
  background: transparent;
}

amp-mega-menu .nav-bar-submenu {
  background: linear-gradient(45deg, #20202a, #48525c);
  padding: 0.5rem;
}

amp-mega-menu .nav-bar-submenu ul li {
  display: block;
}

.nav-bar ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  padding-top: 20px;
}

.nav-bar ul li a,
.nav-item a,
span {
  text-decoration: none;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: rgb(220, 220, 220);
  border-bottom: 5px solid transparent;
}

.nav-bar ul li a:hover,
span:hover {
  border-bottom: 5px solid orange;
}

@media only screen and (min-width: 600px) {
  .div-nav-container {
    display: flex;
  }

  .div-nav-mobile-container {
    display: none;
  }
}

/* ******************************************************************************** Article */
article {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

/* ********************************************************************************* Main */
.main-container {
  margin: 0.1rem;
  padding: 0;
  display: flex;
  min-height: 100%;
}

.content-container {
  width: 80%;
}

.aside-container {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .main-container {
    display: block;
  }

  article {
    display: block;
  }

  .content-container {
    width: 100%;
  }

  .aside-container {
    width: 100%;
  }
}

/* ********************************************************************************* Footer */
.footer-container {
  background: linear-gradient(45deg, #48525c, #20202a);
  z-index: 15;
  padding: 2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: rgb(200, 200, 200);
  font-size: 1rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
}

.footer-container a {
  text-decoration: none;
  color: rgb(100, 100, 100);
}

/* ********************************************************************************* Long text */
.long-text-container .text-head p {
  margin: 0rem;
  color: #6a5acd;
  font-weight: 400;
  font-size: 1.2rem;
}

.text-head hr {
  width: 20%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  border: 2px solid #6a5acd;
}

.long-text-container {
  padding: 0.5rem 1rem;
  margin: 0;
  margin-bottom: 2rem;
  text-align: justify;
  text-justify: inter-word;
}

.long-text-container p {
  margin-top: 0.5rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  color: #6a5acd;
}

/* ********************************************************************************* Content */
.content-top-ad-mobile {
  display: block;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.content-top-ad-desk {
  display: none;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 600px) {
  .content-top-ad-mobile {
    display: none;
  }

  .content-top-ad-desk {
    display: block;
  }
}

.content-head p {
  margin: 0.7rem;
  color: #6a5acd;
  font-weight: 200;
  font-size: 0.7rem;
}

.content-head hr {
  width: 20%;
  margin-left: 0.7rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: 2px solid #6a5acd;
}

.content-head h1 {
  margin: 0.7rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6a5acd;
}

/* ********************************************************************************* Aside */
.aside-ad-mobile {
  display: block;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.aside-ad-desk {
  display: none;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 600px) {
  .aside-ad-mobile {
    display: none;
  }

  .aside-ad-desk {
    display: block;
  }
}

/* ********************************************************************************* Guide */
.search-container input {
  padding: 1rem;
  margin: auto;
  margin: 1rem;
  border: 0;
  border-bottom: 0.2rem solid #e5e5e5;
  width: 80%;
  color: #999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.search-container select {
  padding: 1rem;
  margin: auto;
  margin: 1rem;
  border: 0;
  border-bottom: 0.2rem solid #e5e5e5;
  width: 80%;
  color: #999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

@media only screen and (min-width: 600px) {
  .search-container input {
    width: 50%;
  }

  .search-container select {
    width: 50%;
  }
}

/* ********************************************************************************* Cards */
.card-container {
  margin: 0.7rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.card-top-closed {
  height: 4.3rem;
  border-radius: 6px;
  background: red;
  display: flex;
  justify-content: center;
}

.card-top {
  height: 6rem;
  border-radius: 6px;
  background: #6a5acd;
  display: flex;
  justify-content: left;
}

.image-container {
  background-color: #7a5acd;
  width: 5rem;
  height: 5rem;
  padding: 0.2rem;
  border-radius: 50%;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.image-container:hover {
  transform: scale(1.15);
}

.top-text-container-closed {
  margin-top: 1rem;
  margin-left: 1.5rem;
  text-align: center;
}

.top-text-container-closed h1 {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgb(254, 254, 254);
}

.top-text-container {
  margin-top: 0.6rem;
  margin-left: 1rem;
}

@media only screen and (min-width: 600px) {
  .top-text-container {
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
}

.top-text-container h1 {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgb(220, 220, 220);
}

.top-text-container h2 {
  margin-top: 0.2rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  color: rgb(220, 220, 220);
}

.image-container img {
  background-color: #fff;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  transition: 0.1s ease;
}

/*
.card-midle-ad {
    margin-top: .5rem;
    padding: 0;
}

.card-midle-ad-style {
   width: 300px !important;
    height: 250px !important;
    margin: 0 !important;
}

@media only screen and (min-width: 600px) {
    .card-midle-ad-style {
        width: 728px !important;
        height: 90px !important;
        margin: 0 !important;
    }
}
*/
.card-midle {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.card-midle-row {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.card-midle-row-icon {
  min-width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.card-midle-row-text {
  margin-left: 0.1rem;
  padding: 1rem;
}

.card-midle i {
  font-size: 1.5rem;
  color: #6a5acd;
}

.card-midle p {
  text-align: justify;
  text-justify: inter-word;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #6a5acd;
}

/* ********************************************************************************* Botões de Contato*/
.card-contacts {
  width: 50%;
  margin-top: 0.1rem;
  min-height: 0.1rem;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.card-contacts-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: left;
}

.card-contacts-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.card-contacts-btn a {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: #6a5acd;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}

.card-contacts-btn a:hover {
  background: #6a5acd;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .card-contacts {
    width: 100%;
  }

  .card-contacts-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

/* ********************************************************************************* Botões do Cartão de Page*/
.card-bottom {
  width: 50%;
  margin-top: 0.1rem;
  min-height: 0.1rem;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.card-bottom-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: left;
}

.card-bottom-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.card-bottom-btn a {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: #6a5acd;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.card-bottom-btn a:hover {
  background: #6a5acd;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .card-bottom {
    width: 100%;
  }

  .card-bottom-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

/* ********************************************************************************* Botões de Ad do Cartão de Page*/
.ad-card-bottom-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #6a5acd;
  display: flex;
  justify-content: left;
}

.ad-card-bottom-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.ad-card-bottom-btn a {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.ad-card-bottom-btn a:hover {
  background: #fff;
  color: #6a5acd;
}

@media only screen and (max-width: 600px) {
  .ad-card-bottom {
    width: 100%;
  }

  .ad-card-bottom-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

/* ********************************************************************************* Botões de Ad destacados do Cartão de Page*/
.ad-card-bottom-btn-highlighted {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #112b1e;
  background: #18f200;
  display: flex;
  justify-content: left;
}

.ad-card-bottom-btn-highlighted i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.ad-card-bottom-btn-highlighted a {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: #222222;
  text-decoration: none;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.ad-card-bottom-btn-highlighted a:hover {
  background: #fff;
  color: #6a5acd;
}

@media only screen and (max-width: 600px) {
  .ad-card-bottom {
    width: 100%;
  }

  .ad-card-bottom-btn-highlighted a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

/* ********************************************************************************* Botões do Cartão de List*/

.card-list-bottom {
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: right;
}

.card-list-bottom .btn {
  text-align: center;
  padding: 1rem 0.5rem;
  margin: 0.5rem 0.3rem;
  color: #6a5acd;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}

.card-list-bottom .btn:hover {
  background: #6a5acd;
  color: #fff;
}

/* ********************************************************************************* List Items*/
/*
.aside-ad {
    margin: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .0);
}
*/

.items {
  margin: 0.7rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.items-head p {
  padding: 5px 20px;
  margin: 10px;
  color: #6a5acd;
  font-weight: 400;
  font-size: 20px;
}

.items-head hr {
  width: 30%;
  margin: 0px 30px;
  border: 2px solid #6a5acd;
}

.items-body {
  padding: 5px;
  margin: 5px;
  display: grid;
  grid-gap: 5px;
}

.items-body-content {
  margin-top: 0.7rem;
  padding: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.items-body-content h2 {
  font-size: 0.9rem;
  font-weight: 300;
  color: #6a5acd;
}

.items-body-content span {
  font-size: 0.9rem;
  font-weight: 300;
  color: #4a3aad;
  border: 0;
}

.items-body-content:hover {
  border-radius: 6px;
  border: 1px solid #0b5aa2;
}

/* ********************************************************************************* Home Items*/

.home-items {
  margin: 0.7rem;
  background: #fff;
  border-radius: 6px;
}

.home-items-body {
  padding: 5px;
  margin: 5px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-items-body-content {
  border-radius: 6px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
  height: 5rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

.home-items-body-content a {
  display: block;
  height: 100%;
  width: 100%;
}

.home-items-body-content h2 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: #6a5acd;
}

.home-items-body-content span {
  font-size: 1rem;
  font-weight: 700;
  color: #4a3aad;
  border: 0;
}

.home-items-body-content:hover {
  border-radius: 6px;
  border: 1px solid #0b5aa2;
}

@media only screen and (max-width: 600px) {
  .home-items-body {
    grid-template-columns: 1fr;
  }
}

/* ********************************************************************************* Related buttons*/

.bt-related {
  background-color: #133141;
  border-radius: 6px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
  height: 4rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

.bt-related a {
  display: block;
  height: 100%;
  width: 100%;
}

.bt-related h2 {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.bt-related span {
  font-size: 1rem;
  font-weight: 700;
  color: #4a3aad;
  border: 0;
}

.bt-related:hover {
  border-radius: 6px;
  border: 1px solid #0b5aa2;
  background-color: #244252;
}

.bt-related h2:hover {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: 700;
  color: #aaa;
}

/* ********************************************************************************* cookie banner */
.cookies-notification {
  background-color: rgba(0, 0, 0, 0.7);
  color: #6a5acd;
  border: 1px solid grey;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  bottom: 15px;
}

.cookies-notification-text {
  padding: 0;
  width: 80%;
}

.cookies-notification-text p {
  margin-top: 0.1rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  text-align: justify;
}

.cookies-notification-buttons {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 18%;
}

.cookies-notification-buttons .btn1 {
  -webkit-appearance: button;
  -moz-appearance: button;
  display: block;
  appearance: button;
  width: 6rem;
  height: 2rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 0.8rem;
  text-decoration: none;
  background-color: #6a5acd;
  color: #ffffff;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-align: center;
  padding-top: 0.3rem;
  margin: 0.2rem;
  margin-right: 0.2rem;
}

.cookies-notification-buttons .btn2 {
  -webkit-appearance: button;
  -moz-appearance: button;
  display: block;
  appearance: button;
  width: 6rem;
  height: 3rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #6a5acd;
  color: #ffffff;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  text-align: center;
  padding-top: 0.9rem;
  margin: 0.2rem;
  margin-top: 0.6rem;
  margin-right: 0.2rem;
}

/**
* ***************************************************************************
* Para Paginator
* ***************************************************************************
*/
.paginator {
  text-align: center;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paginator_item {
  display: inline-block;
  margin: 0.2rem 0.5rem;
  padding: 0.2rem 0.5rem;
  background: transparent;
  color: #6a5acd;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.paginator_item:hover {
  background: #6a5acd;
  color: #ffffff;
}

.paginator_active,
.paginator_active:hover {
  background: #6a5acd;
  color: #cccccc;
}

pre {
  margin-top: 30px;
  background: #eeeeee;
  padding: 10px;
}

@media (max-width: 600px) {
  .paginator_item {
    margin: 0.2rem 0.2rem;
    padding: 0.2rem 0.6rem;
    font-weight: 300;
    font-size: 0.8rem;
  }
}

/**
* ***************************************************************************
* Para Land Page 01
* ***************************************************************************
*/
.landpage {
  background-color: #ffb600;
  padding: 0.8rem;
  display: flex;
  min-height: 100%;
}

.landpage-content {
  background-color: #ffb600;
  width: 50%;
  height: 80vh;
  padding: 0px;
  margin-bottom: 0;
}

.landpage-aside {
  background-color: #0b5aa2;
  width: 50%;
  padding: 0;
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  .landpage {
    display: block;
  }

  .landpage-content {
    width: 100%;
    height: auto;
  }

  .landpage-aside {
    width: 100%;
  }
}

.landpage-title {
  margin-left: 0.2rem;
  height: 2.3rem;
  border-left: 4px solid purple;
}

/* Já 
#rendered-message-amp-form-0 {
    border: 2px solid #ffb600;
    padding: .5rem;
    width: 110%;
}

#rendered-message-amp-form-0 h3 {
    font-size: .9rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
*/
.landpage-title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}

.landpage-content-text h4 {
  text-align: justify;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}

.landpage-content img {
  width: 50%;
  margin-top: 3rem;
}

.landpage-form {
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 3rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

/*
input,
textarea {
    padding: 1rem;
    margin: 1rem;
    border: 0;
    border-bottom: .2rem solid #E5E5E5;
    width: 100%;
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    border: 0;
    border-bottom: .2rem solid #C9C9C9;
    border-color: 1px solid #C9C9C9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.form label {
    margin-bottom: 10px;
    color: #999999;
    display: block;
}

.submit input {
    width: 300px;
    height: 40px;
    background-color: #133141;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
*/
.landpage-content-text {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.list-landpage-items li {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #000;
  padding: 8px 0;
}

.list-landpage-items li:last-child {
  border-bottom: 0;
}

.list-landpage-items li a,
.list-landpage-items li:before {
  color: #000;
}

.list-landpage-items li:hover a,
.list-landpage-items li:hover {
  color: #ffb600;
}

.list-landpage-items li i {
  padding-right: 0.5rem;
}

/**
* ***************************************************************************
* Para Ads Sticky (não funciona em AMP pages)
* ***************************************************************************
*/
.ad-container {
  background-color: #eee;
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: sticky;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

.ad-container .ad-container-close {
  float: right;
  right: 0;
  background-color: #fff;
  border-radius: 10%;
  color: #606060;
  display: block;
  font-size: 34px;
  height: 30px;
  position: absolute;
  top: -26px;
  width: 40px;
  z-index: 11;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.25);
}

.ad-container .ad-container-close > i {
  position: relative;
  top: -5px;
}

.ad-container .ad-container-close-input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.ad-container .ad-wrapper {
  background-color: #fff;
  width: 100%;
  display: grid;
  z-index: 12;
  transition-delay: display 5s;
}

.ad-container .ad-container-close-input[type="checkbox"] + label #i-down {
  display: block;
}

.ad-container .ad-container-close-input[type="checkbox"] + label #i-up {
  display: none;
}

/* Toggled State */
.ad-container .ad-container-close-input[type="checkbox"]:checked ~ div {
  display: none;
}

.ad-container
  .ad-container-close-input[type="checkbox"]:checked
  + label
  #i-down {
  display: none;
}

.ad-container .ad-container-close-input[type="checkbox"]:checked + label #i-up {
  display: block;
}

/**
* ***************************************************************************
* Para amp-carousel
* ***************************************************************************
*/
.amp-carousel-button-prev,
.amp-carousel-button-next {
  display: none;
}

.carousel {
  text-align: center;
}

.amp-base-carousel-slide {
  opacity: 0;
}

.amp-base-carousel-slide[aria-hidden="false"] {
  transition: opacity 1s;
  opacity: 1;
}

/**
* ***************************************************************************
* Para blog
* ***************************************************************************
*/
.blog {
  background-color: #fff;
  padding: 0.5rem;
  display: flex;
  width: 100%;
  min-height: 100%;
}

.blog-left-side {
  background-color: #fff;
  width: 20%;
  min-height: 80vh;
  padding: 0px;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .blog-left-side {
    min-height: 0vh;
  }
}

.blog-content {
  background-color: #fff;
  width: 50%;
  min-height: 80vh;
  padding: 0px;
  margin-bottom: 0;
}

.blog-aside {
  background-color: #eee;
  width: 30%;
  min-height: 80vh;
  padding: 0px;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .blog {
    display: block;
  }

  .blog-content {
    width: 100%;
    height: auto;
  }

  .blog-aside {
    padding-top: 1rem;
    width: 100%;
  }
}

.blog-title {
  margin-left: 0rem;
  margin-top: 1rem;
}

.blog-title h1 {
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-title-subtitle {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}

.blog-title-subtitle h2 {
  text-align: center;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: #4a3aad;
}

@media only screen and (max-width: 600px) {
  .blog-title-subtitle h2 {
    text-align: justify;
  }
}

.blog-title-edition {
  margin-right: 1rem;
  margin-top: 1.5rem;
}

.blog-title-edition i {
  font-size: 1.2rem;
  margin-right: 0.9rem;
}

.blog-title-edition p {
  text-align: right;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  color: #aaa;
}

.blog-title-text {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}

.blog-title-text p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  color: #4a3aad;
}

.blog-title-text i {
  margin-right: 0.4rem;
}

/* ***************************************************************************
* Para Blog Index
* ***************************************************************************
*/
.blog-index {
  margin-left: 0rem;
  margin-right: 0.5rem;
  margin-top: 3rem;
}

.blog-index h2 {
  text-align: justify;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-index h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1.4em;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-index p {
  text-align: justify;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-index p span {
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  text-align: justify;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a3aad;
}

.blog-index i {
  margin-right: 0.4rem;
}

.blog-index-list li {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  padding: 0.5rem;
  list-style: none;
  border-radius: 1rem;
  border: 1px solid #fff;
}

.blog-index-list li:hover {
  border-radius: 1rem;
  border: 1px solid #6a5acd;
}

.blog-index-list li a {
  color: #4a3aad;
}

.blog-index-list li i {
  font-size: 0.8rem;
  margin-right: 1rem;
  color: #4a3aad;
}

.blog-index-list li span {
  font-size: 1rem;
  font-weight: 700;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  margin-right: 0.3rem;
}

.blog-index-list li h2 {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #000;
  margin-top: 0.1rem;
  margin-left: 1.8rem;
}

.blog-index-list li h4 {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #000;
  margin-top: 0.1rem;
  margin-left: 1.8rem;
}

/**
* ***************************************************************************
* Para Blog Index Aside
* ***************************************************************************
*/
.blog-index-aside {
  margin-left: 0rem;
  margin-right: 0.5rem;
  margin-top: 3rem;
}

.blog-index-aside h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1.4em;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-index-aside p {
  text-align: justify;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-index-aside p span {
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  text-align: justify;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a3aad;
}

.blog-index-aside-list li {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: roboto, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  padding: 0.5rem;
  list-style: none;
  border-radius: 1rem;
  border: 1px solid #fff;
}

.blog-index-aside-list li:hover {
  border-radius: 1rem;
  border: 1px solid #6a5acd;
}

.blog-index-aside-list li a {
  color: #4a3aad;
}

.blog-index-aside-list li i {
  font-size: 0.8rem;
  margin-right: 1rem;
  color: #4a3aad;
}

.blog-index-aside-list li span {
  font-size: 1rem;
  font-weight: 700;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  margin-right: 0.3rem;
}

.blog-index-aside-list li h2 {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #000;
  margin-top: 0.1rem;
  margin-left: 1.8rem;
}

.blog-index-aside-list li h4 {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #000;
  margin-top: 0.1rem;
  margin-left: 1.8rem;
}

/**
* ***************************************************************************
* Para Blog SubTitle
* ***************************************************************************
*/
.blog-subtitle {
  margin-left: 0.5rem;
  margin-top: 1.5rem;
}

.blog-subtitle h3 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-anchor {
  height: 5rem;
}

.blog-space-1 {
  height: 1rem;
}

.blog-space-2 {
  height: 2rem;
}

.blog-space-3 {
  height: 3rem;
}

.blog-space-4 {
  height: 4rem;
}

.blog-text-title {
  margin-left: 0rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 3px solid purple;
}

.blog-text-title h2 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text-title h2 span {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  color: #aaa;
  margin-right: 0.3rem;
  border: 0;
}

.blog-text-title-intern {
  margin-left: 0rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.blog-text-title-intern h3 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.blog-text h2 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text h3 {
  text-align: justify;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  color: #4a3aad;
}

.blog-text h4 {
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-text p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  color: #4a3aad;
}

.blog-text p span {
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  text-align: justify;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  padding-top: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  color: #4a3aad;
}

.blog-text i {
  margin-right: 0.4rem;
}

.blog-text-detail {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.blog-text-detail-card {
  padding: 0.5rem 0.5rem;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
}

.blog-text-detail h2 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text-detail h3 {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text-detail h4 {
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-text-detail p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.8rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  color: #54a;
}

.blog-text-detail i {
  margin-right: 0.4rem;
}

.blog-text-detail span {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.8rem;
  padding-left: 0rem;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
  color: #54a;
}

.blog-text-detail-options {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.blog-text-detail-options h2 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text-detail-options h3 {
  text-align: left;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-text-detail-options h4 {
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-text-detail-options p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.8rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.3rem;
  color: #54a;
}

.blog-text-detail-options span {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 0.8rem;
  padding-left: 0rem;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
  color: #54a;
}

.blog-options {
  margin-left: 0rem;
  margin-top: 3rem;
}

.blog-options-list li {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  padding: 0.5rem;
  list-style: none;
  border-radius: 1rem;
  border: 1px solid #fff;
}

.blog-options-list li:hover {
  border-radius: 1rem;
  border: 1px solid #6a5acd;
}

.blog-options-list li a {
  color: #4a3aad;
}

.blog-options-list li i {
  font-size: 0.8rem;
  margin-right: 1rem;
  color: #4a3aad;
}

.blog-options-list li span {
  font-size: 1rem;
  font-weight: 700;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  color: #4a3aad;
  margin-right: 0.3rem;
}

.blog-link {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  min-height: 0.1rem;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.blog-link-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: left;
}

.blog-link-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-link-btn a {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: #6a5acd;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.blog-link-btn a:hover {
  background: #6a5acd;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .blog-link {
    width: 100%;
  }

  .blog-link-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

.blog-back {
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 0.1rem;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.blog-back-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: left;
}

.blog-back-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-back-btn a {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: #6a5acd;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.blog-back-btn a:hover {
  background: #6a5acd;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .blog-back {
    width: 100%;
  }

  .blog-back-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

.blog-btn-div {
  width: 50%;
  margin-top: 1.1rem;
  margin-bottom: 2.5rem;
  min-height: 0.1rem;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.blog-btn {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 6px;
  background: #fff;
  display: flex;
  justify-content: left;
}

.blog-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-btn a {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: #6a5acd;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #6a5acd;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.blog-btn a:hover {
  background: #6a5acd;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .blog-btn-div {
    width: 100%;
  }

  .blog-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

.blog-content img {
  width: 50%;
  margin-top: 3rem;
}

.blog-logoimg .logoimg {
  width: 30%;
  margin-top: 3rem;
}

.blog-logoimg .logoimg-rewardingways {
  width: 30%;
  margin-top: 3rem;
  background-color: #4a3aad;
  padding: 1rem;
}

@media only screen and (max-width: 600px) {
  .blog-logoimg .logoimg,
  .blog-logoimg .logoimg-rewardingways {
    width: 50%;
  }
}

.blog-steptostep-img {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.blog-steptostep-img img {
  width: 70%;
  margin: 0.5rem;
}

@media only screen and (max-width: 600px) {
  .blog-steptostep-img img {
    width: 90%;
  }
}

/**
* ***************************************************************************
* Para Blog Produtos
* ***************************************************************************
*/
.blog-product {
  display: flex;
  margin: 0.5rem;
  padding: 0.5rem;
  min-height: 15rem;
  background-color: #ffffff;
  border: 0.1rem solid #6a5acd;
  border-radius: 0.5rem;
}

.blog-product-img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-product-img-link {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-product-img img {
  width: 50%;
}

.blog-product-img-link img {
  width: 90%;
}

.blog-product-text-display {
  padding: 0.5rem;
  width: 60%;
  border-top: 0;
  border-left: 0.1rem solid #6a5acd;
}

.div-description h4 {
  margin-top: 0.3rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #111111;
}

.div-description p {
  margin-top: 0.3rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
  color: #111111;
}

.div-description p span {
  font-weight: 600;
  color: #111111;
}

.div-description p i {
  font-size: 0.6rem;
  margin-right: 0.6rem;
}

/**
* ***************************************************************************
* Para Blog Produtos Selecionados
* ***************************************************************************
*/
.blog-product-title {
  margin: 0.5rem;
  padding: 0.5rem;
}

.blog-product-title h2 {
  text-align: left;
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  text-transform: uppercase;
  color: #4a3aad;
}

.blog-product-text-display h4 {
  text-align: justify;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-top: 2rem;
  padding-top: 0.1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  color: #4a3aad;
}

.blog-product-text-display-card-midle {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  background: #fff;
  justify-content: left;
}

.blog-product-text-display-card-midle-row {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.blog-product-text-display-card-midle-row-icon {
  min-width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.blog-product-text-display-card-midle-row-text {
  margin-left: 0.1rem;
  padding: 0rem;
}

.blog-product-text-display i {
  margin-right: 0.5rem;
  font-size: 0.3rem;
}

.blog-product-text-display p {
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 300;
  position: relative;
  padding: 0;
  margin: 0;
  color: #4a3aad;
}

.blog-product-text-display p span {
  font-family: Rowdies, Verdana, Geneva, sans-serif;
  text-align: justify;
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0;
  color: #4a3aad;
}

.blog-product-text-display p span:hover {
  border: 0;
}

.blog-product-text-display-div-buy {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: left;
}

.blog-product-text-display-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #112b1e;
  background: #18f200;
  display: flex;
  justify-content: left;
}

.blog-product-text-display-buy-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-product-text-display-buy-text {
  width: 50%;
  text-align: center;
  padding: 0.1rem;
  color: #ffffff;
}

.blog-product-text-display-buy-text-price {
  margin-top: 0.5rem !important;
  font-family: Roboto, Verdana, Geneva, sans-serif !important;
  font-weight: 100 !important;
  font-size: 1.7rem !important;
  color: #4a3aad !important;
}

.blog-product-text-display-buy-text-price span {
  font-size: 1.2rem !important;
  color: #4a3aad !important;
}

.blog-product-text-display-buy-text-amazon {
  margin-top: 0.3rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
  color: #111111;
}

.blog-product-text-display-buy-text-updated {
  margin-top: 0.3rem !important;
  margin-right: 0.3rem !important;
  font-family: Roboto, Verdana, Geneva, sans-serif !important;
  font-weight: 100 !important;
  font-size: 0.7rem !important;
  color: #aaaaaa !important;
}

.blog-product-text-display-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0.1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #112b1e;
  background: #18f200;
  display: flex;
  justify-content: left;
}

.blog-product-text-display-buy-btn i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-product-text-display-buy-btn a {
  width: 100%;
  text-align: center;
  padding: 0.3rem;
  color: #4a3aad;
  text-decoration: none;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.blog-product-text-display-buy-btn:hover {
  background: #fff;
}

@media only screen and (max-width: 600px) {
  .blog-product {
    display: block;
  }

  .blog-product-img {
    width: 100%;
  }

  .blog-product-img-link {
    width: 100%;
  }

  .blog-product-text-display {
    width: 100%;
    border-left: 0;
    border-top: 0.1rem solid #6a5acd;
  }

  .blog-product-text-display p {
    font-size: 1rem;
    font-weight: 500;
  }

  .blog-product-text-display p span {
    font-size: 1rem;
  }

  .blog-product-text-display-buy-text-price {
    font-weight: 500 !important;
    font-size: 1.8rem !important;
  }

  .blog-product-text-display-buy-text-price span {
    font-size: 1.2rem !important;
  }

  .blog-product-text-display-buy-text-updated {
    font-weight: 100 !important;
    font-size: 1rem !important;
    color: #000000 !important;
  }

  .blog-product-text-display-div-buy {
    display: block;
  }

  .blog-product-text-display-buy-text {
    width: 100%;
  }

  .blog-product-text-display-buy-btn {
    width: 100%;
  }

  .blog-product-text-display-buy-btn a {
    font-weight: 300;
    font-size: 1.1rem;
  }
}

.div-title {
  display: flex;
}

.blog-product-text-display-share-btn-desk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 2rem;
}

.blog-product-text-display-share-btn-desk img {
  margin-top: 0;
  width: 2rem;
}

.blog-product-text-display-share-btn-mob {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 2rem;
}

.blog-product-text-display-share-btn-mob img {
  margin-top: 0;
  width: 2rem;
}

@media only screen and (max-width: 600px) {
  .blog-product-text-display-share-btn-desk {
    display: none;
  }

  .blog-product-text-display-share-btn-mob {
    display: flex;
  }

}

/**
* ***************************************************************************
* Para os Ads 
* ***************************************************************************
*/

.card-midle-ad-mobile img {
  margin-top: 0;
}

.frame-wrapper {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-mobile {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-mobile-top {
  width: 320px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-mobile-320x100 {
  width: 320px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-mobile-300x250 {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-desktop {
  width: 970px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-desktop-aside {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.frame-01,
.frame-02,
.frame-03 {
  width: 300px;
  height: 250px;
}

.frame-01-h2,
.frame-02-h2,
.frame-03-h2 {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-top: 1.5rem;
  text-transform: uppercase;
  color: red;
}

.frame-01 {
  text-align: center;
}

.frame-02 {
  text-align: center;
}

.frame-03 {
  text-align: center;
}

.card-midle-ad-mobile {
  display: block;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.card-midle-ad-desk {
  display: none;
  margin: 1rem 0;
  padding: 0.5rem 0;
  background: #eee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 600px) {
  .card-midle-ad-mobile {
    display: none;
  }

  .card-midle-ad-desk {
    display: block;
  }
}

/* ******************************************************** old Contact page*/
/*
#rendered-message-amp-form-0 {
    border: 2px solid #ffb600;
    padding: .5rem;
    width: 110%;
}

#rendered-message-amp-form-0 h3 {
    font-size: .9rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000;
}



input,
textarea {
    padding: 1rem;
    margin: 1rem;
    border: 0;
    border-bottom: .2rem solid #E5E5E5;
    width: 100%;
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    border: 0;
    border-bottom: .2rem solid #C9C9C9;
    border-color: 1px solid #C9C9C9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.form label {
    margin-bottom: 10px;
    color: #999999;
    display: block;
}

.submit input {
    width: 300px;
    height: 40px;
    background-color: #133141;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

*/

/* ******************************************************** Contact page*/

.contact-content {
  width: 50%;
  height: 80vh;
  padding: 1rem;
  margin-bottom: 1rem;
}

.contact-aside {
  width: 50%;
  padding: 1rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 600px) {
  .contact-content {
    width: 100%;
    height: auto;
  }

  .contact-aside {
    width: 100%;
  }
}

.contact-title {
  height: 2.3rem;
  border-left: 3px solid #ffb600;
}

.contact-title h3 {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #000;
}

.contact-aside img {
  width: 50%;
  margin-top: 3rem;
}

.content-contact-form {
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 3rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

.contact-aside-content {
  padding-top: 1.5rem;
  padding-left: 7rem;
  margin: 0;
  margin-bottom: 1rem;
}

#contact {
  padding: 0;
  margin: 0;
  background: rgb(188, 204, 255);
}

.contact_header {
  padding: 0;
  margin: 0;
  color: rgb(255, 255, 255);
}

.contact_header-text {
  padding: 0;
  margin: 0;
  width: 50%;
}

.contact_header-text h1 {
  color: rgb(0, 66, 151);
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
}

.contact_header-text h2 {
  color: rgb(0, 66, 151);
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

.contact_media01 {
  color: rgb(50, 50, 50);
}

.contact_media01-img {
  width: 50%;
  display: block;
  clear: both;
}

.contact_cta01 {
  color: rgb(255, 255, 255);
}

.contact_cta01-btn {
  background: rgb(33, 186, 54);
  color: rgb(255, 255, 255);
  width: 50%;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}

.contact_cta01-btn:hover {
  background: rgb(226, 255, 229);
  color: rgb(0, 0, 0);
}

.contact_form {
  padding: 0;
  margin: 0;
  color: rgb(255, 255, 255);
}

.contact_form-text {
  padding: 0;
  margin: 0;
  width: 50%;
}

.contact_form-loading {
  display: none;
}

input,
textarea {
  border: 0;
  border-bottom: 0.2rem solid #e5e5e5;
  width: 100%;
  color: #999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border: 0;
  border-bottom: 0.2rem solid #c9c9c9;
  border-color: 1px solid #c9c9c9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.contact_grecaptcha {
  color: #000000;
}

.contact_grecaptcha p {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
}

.contact_grecaptcha a {
  text-decoration: underline;
  text-decoration-color: #0d6efd;
  color: #0d6efd;
}

@media only screen and (max-width: 600px) {
  .contact_header-text {
    width: 90%;
  }

  .contact_media01-img {
    width: 90%;
  }

  .contact_cta01-btn {
    width: 90%;
  }

  .contact_form-text {
    width: 90%;
  }
}
