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

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: 0.3rem;
  z-index: 1000;
}

/* ******************************************** begin 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 {
  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;
  }
}
/* ******************************************** end Nav */

/* ************************************************************************************ 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;
}

/* ********************************************************************************* 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;
}

#rendered-message-amp-form-0 {
  border: 2px solid #ffb600;
  padding: 0.5rem;
  width: 110%;
}

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

.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;
}

input,
textarea {
  padding: 1rem;
  margin: 1rem;
  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;
}

.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-aside-content {
  padding-top: 1.5rem;
  padding-left: 7rem;
  margin: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

/*
        .content-contact-form hr {
            width: 20%;
            margin-top: .5rem;
            margin-bottom: 1.5rem;
            border: 2px solid #6a5acd;
            background-color: #7a5acd;
        }

        .content-contact-form p {
            margin-top: .5rem;
            font-family: Roboto, Verdana, Geneva, sans-serif;
            font-weight: 300;
            font-size: .8rem;
            color: #6a5acd;
        }

                .clontent-contact-form .telxt-head p {
            margin: 0rem;
            color: #6a5acd;
            font-weight: 400;
            font-size: 1.2rem;
        }

*/

/* ********************************************************************************* 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;
}

/* ********************************* Botões de Ad destacados do Cartão de Page */
.div-buy {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  background: #eeeeee;
  display: flex;
  justify-content: left;
}

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

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

.buy-text-price span {
  font-size: 1.2rem;
  color: #4a3aad;
}

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

.buy-text-updated {
  margin-top: 0.3rem;
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
  color: #aaaaaa;
}

.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;
}

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

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

.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;
  }

  .div-buy {
    display: block;
  }

  .buy-text {
    width: 100%;
  }

  .buy-btn {
    width: 100%;
  }

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

/* ********************************* Texto Blog Produtos */
.blog-product-text {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.blog-product-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-product-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-product-text 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 p {
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-top: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.1rem;
  color: #4a3aad;
}

.blog-product-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-product-text i {
  margin-right: 0.4rem;
}

/**
        * ***************************************************************************
        * 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-mobile-300x300 {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.frame-wrapper-mobile-300x350 {
  width: 300px;
  height: 350px;
  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;
  }
}

/**
        * ***************************************************************************
        * Para os Artigos Blog 
        * ***************************************************************************
        */

.blog-article {
  margin: 0.3rem;
  padding: 0.4rem;
}
