@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow&family=Baloo+Thambi+2&family=Familjen+Grotesk:wght@600&family=Oswald&family=Overpass&family=Quicksand:wght@400;700&family=Teko&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&family=Urbanist:wght@300&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
main {
  /* center center refere-se aos eixos vert e horz*/
  background-size: cover; /* cobre o monitor, caso seja maior q a img*/
  top: 0;
}
b {
  color: #fa3577;
  font-weight: 700;
}
body {
}
p {
  color: #fa3577;
  margin-left: 0;
  margin-bottom: -20px;
  font-size: 0.9rem;
}

/* MAIN MENU CONTAINER */
.container {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

/*  MAIN NAV  */
.main-header {
  padding: 0 15px;
  background-image: linear-gradient(#e21341 60%, #e0043be0, #94022be0);
}

/*  MENU LOGO  */
.menu-logo {
  display: flex;
  margin: -10px 160px 0px 165px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
}
.menu-logo img {
  padding: 5px 40px 0px 0px;
  width: 100%;
}

/*  MENU NAV  */
.menu-nav {
  margin: 0 150px 10px 150px;
}
.menu-nav ul {
  float: left;
  display: flex;
  list-style: none;
}
.menu-nav ul li a {
  padding: 10px 10px 0px 20px;
  max-width: 960px;
}
nav a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  font-family: "Baloo Thambi 2", Arial, sans-serif;
  color: #fff;
}
a:hover {
  opacity: 1;
  color: #ffc400;
}

.Nav-Container {
  display: none;
}

/* SEARCH MENU */
form.example input[type="text"] {
  padding: 0px 0px 0px 10px;
  font-size: 1rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  border: 1px solid #e0cd99;
  float: left;
  width: 230px;
  background-image: linear-gradient(#e4b488, 1%, #eee6d6 90%, #f0a878 150%);
  border-radius: 15px;
  margin-left: 20px;
}
form.example button:hover {
  background: hsl(207, 90%, 45%);
}
form.example::after {
  content: "";
  clear: both;
  display: table;
}

/*  CARROUSEL  */
.slider {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f4f1eb;
}
.slides {
  width: 400%;
  height: auto;
  display: flex;
}
.slides input {
  display: none;
}
.slide {
  width: 25%;
  position: relative;
}
.slide img {
  width: 100%;
}

.manual-navigation {
  display: none;
}
.manual-btn {
  width: 50px;
  height: 5px;
  padding: 2px;
  margin-top: 500px 0px 5px 0px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.2s;
  background: #60750246;
}
.manual-btn:hover {
  background: #8956f3;
}
.manual-btn:not(:last-child) {
  margin-right: 10px;
}

#radio1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first {
  margin-left: -50%;
}
#radio3:checked ~ .first {
  margin-left: -75%;
}
#radio4:checked ~ .first {
  margin-left: -25%;
}

.navigation-auto {
  position: absolute;
  width: 100%;
  margin-top: 195px;
  display: flex;
  justify-content: center;
}

.navigation-auto div:not(:last-child) {
  margin-right: 10px;
}
#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: #fff;
}
#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: #fff;
}
#radio3:checked ~ .navigation-auto .auto-btn3 {
  background: #fff;
}
#radio4:checked ~ .navigation-auto .auto-btn4 {
  background: #aa0404;
}

/*  CONTAINER CARDS  */
.container-card {
  background-color: #f4f1eb;
  padding-top: 10px;
}

/* TITULO SECAO DO SITE */
.titulo-secao h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 3em;
  color: #525252;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

/*  CARD 1  */
.card {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(#fdf9f0b5 1%, #fafafa 100%);
  align-items: center;
  border: solid 10px #ecc16a2a;
  border-radius: 20px;
  border-left: solid 3px #4920df21;
  border-right: solid 3px #c00b9321;
  margin: 10px auto 20px auto;
  padding: 30px;
  padding-top: 90px;
}
.card h1 {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.28;
  margin: 60px 175px 60px 195px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: rgb(110, 33, 127);
}
.card h3 {
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 100;
  color: #8e8e8e;
  line-height: 1.7;
  margin-top: 0px;
  margin-bottom: 0;
}
.card a {
  display: inline-block;
  background: #febe01;
  background-image: linear-gradient(#5513c0, #3e097a 80%, #5513c0);
  color: #fafafa;
  padding: 18px 120px;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 20px auto 70px auto;
  border-radius: 10px;
  border: solid 3px #eeebe6;
}
.card a:hover {
  color: #fa3577;
}

/* BTNs 1M4G3 WEB & 1M4G3 GRAPH */
/* BACKGROUND */
.main-BTNs {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
/*  background-image: linear-gradient(
    to top right,
    #f0a878,
    10%,
    #e6ddcc,
    #efe8db 30%,
    #e0cbac,
    #e7d7b6,
    #f0a878 100%
  );
  */
}


/* Início - Estrutura BTNs*/
.BTNs-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
}
.BTNs-flex > div {
  flex: 1 1 300px;
  margin: 10px 0px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  float: center;
}

.BTNs-flex img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-color: azure;
}
.BTNs-flex img:hover {
  transform: translateY(-30px);
  transition: all 0.2s;
}

/* Fim - Estrutura BTN*/


/* HIGHLIGHT BOX GRAPH */
.highlight-BTN-Graph {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 100%;
//  background-color: azure;
}
/* HIGHLIGHT BOX GRAPH IMG */
.highlight-BTN-Graph img {
  width: 60%;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-right: 90px;
}


/* HIGHLIGHT BOX WEB */
.highlight-BTN-Web {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 100%;
//  background-color: #c6b2f3;
}
/* HIGHLIGHT BOX WEB IMG */
.highlight-BTN-Web img {
  width: 60%;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*  MAIN GALLERY */
#loja {
  max-width: 700px;
  font-size: 1.4em;
  color: #fa3577;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 100px auto -7px auto;
  text-align: center;
  background-image: linear-gradient(
    to top right,
    #e6ddcc1c,
    #e0cbac60,
    #e7d7b61c
  );
  font-weight: 600;
  padding: 10px;
  border: solid 5px #eca71c2a;
  border-radius: 10px;
  border-left: solid 3px #4920df21;
  border-right: solid 3px #c00b9321;
}
.main-gallery {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  background-size: cover;
  background-color: #37003c;
  background-image: linear-gradient(
    to top right,
    #f0a878,
    10%,
    #e6ddcc,
    #e0cbac,
    #e7d7b6,
    #f0a878 100%
  );
  padding-bottom: 30px;
}
/* PRE-LAUNCH PROMOTIONS */
.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 30px;
}
.gallery-flex > .highlight {
  padding-top: 0px;
  padding-bottom: 5px;
}
.gallery-flex > div {
  flex: 1 1 200px;
  margin: 5px;
  align-items: top;
  justify-content: center;
  background: #f4f1eb;
  border-radius: 50px;
  float: center;
  border: solid 5px #eca71c2a;
  border-radius: 10px;
  border-left: solid 3px #4920df21;
  border-right: solid 3px #c00b9321;
}
.gallery-flex img {
  max-width: 70%;
  display: block;
  margin: 30px auto 10px auto;
  padding: 0;
  border-radius: 10px;
}
.gallery-flex img:hover {
  transform: translateY(-50px);
  transition: all 0.2s;
}

/* COMBO GRAPH SHOPPING */
.combo-5-stars-shopping {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.combo-5-stars-shopping img {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-radius: 10px;
}
.combo-5-stars-shopping {
  font-size: 3rem;
}
#pink-title {
  color: #fa3577;
  margin-bottom: 0;
}
#item-title {
  color: #525252;
  font-weight: bold;
}

/* DETALHAMENTO DE CADA PROTUDO */
.main-gallery h4 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #525252;
  margin: 15px auto 15px 0;
  font-weight: 500;
  font-size: 0.8em;
  text-align: center;
}

/* AVISO CONDICOES PROMOCIONAIS I - DESKTOP */
.warning {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  background-image: linear-gradient(
    to top right,
    #e6ddcc42,
    100%,
    #e7d7b69c 10%
  );
}
#aviso-shopping {
  font-size: 0.7rem;
  color: #6d6d6d;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 100;
  line-height: 1.4;
  max-width: 800px;
  margin: 10px auto;
}
/* ABRE 1M4G3 LOJA */
/*################################################### DESKTOP */
/* 1M4G3 LOJA */

/* 1M4G3 DESIGN LOJA - MAIN SHOPPING */
.main-shopping {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-image: linear-gradient(
    to top right,
    #f0a878,
    10%,
    #e6ddcc,
    #efe8db 30%,
    #e0cbac,
    #e7d7b6,
    #f0a878 100%
  );
}

/* 1M4G3 DESIGN LOJA TITULO */
#shopping {
  max-width: 700px;
  font-size: 2.9rem;
  color: #fa3577;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0px auto -7px auto;
  text-align: center;
  background-image: linear-gradient(
    to top right,
    #e6ddcc1c,
    #e0cbac60,
    #e7d7b61c
  );
  font-weight: 600;
  padding: 10px;
  border: solid 5px #eca71c2a;
  border-radius: 10px;
  border-left: solid 3px #4920df21;
  border-right: solid 3px #c00b9321;
  margin-top: 100px;
}

.shopping-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.shopping-flex > div {
  flex: 1 1 300px;
  margin: 10px 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  float: center;
  border-radius: 10px;
}
.shopping-flex img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.shopping-flex img:hover {
  transform: translateY(-100px);
  transition: all 0.2s;
  border: rgba(251, 239, 184, 0.792) 17px dotted;
}


/* #########  ABRE 1M4G3 LOJA  ############ */
/* ###################################################################### 1M4G3 WEB */
/* 1M4G3 WEB */
/* HIGHLIGHT WEB SHOPPING BOX */
.highlight-shopping-w {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: top;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 90%;
}
/* HIGHLIGHT WEB SHOPPING LINE 1 */
#indexline-1 {
  width: 10%;
  height: 1px;
  border-top: #37003c74 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 130px;
  margin-bottom: -60px;
  margin-left: 170px;
}
#indexline-1 {
  display: none;
}
/* HIGHLIGHT WEB SHOPPING IMG */
.highlight-shopping-w img {
  width: 60%;
  border-radius: 10px;
  margin-top: 120px;
}
/* HIGHLIGHT WEB SHOPPING SUBTITLE */
#web {
  font-size: 1.5rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #525252;
  font-weight: 500;
  text-align: left;
  margin: 120px auto 0 190px;
}
/* HIGHLIGHT WEB SHOPPING TITLE */
#title-shopping-w {
  font-size: 2.5rem;
  color: #525252;
  font-weight: 700;
  margin: 60px 220px 0 190px;
}
/* BOX ITEM SERVICES 1M4G3 WEB */
.item-1-w {
  display: flex;
  margin: 30px 120px 30px 0px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
/* ITEM SERVICES 1M4G3 WEB */
#web-items {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0;
  line-height: 1.9;
  text-align: left;
  padding: 0;
  margin: 30px 100px 30px 190px;
}
/* HIGHLIGHT WEB SHOPPING BUTTON */
.highlight-shopping-w a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 15px 100px;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  line-height: 1.8;
  background-image: linear-gradient(#5513c0, #3e097a 80%, #5513c0);
  margin: 30px auto 150px 180px;
  border-radius: 5px;
}
/* HIGHLIGHT WEB SHOPPING LINE 1-2 */
#indexline-1-1 {
  width: 10%;
  height: 1px;
  border-top: #37003c74 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: -100px;
  margin-bottom: 90px;
  margin-left: -450px;
}

/* ###################################################################### 1M4G3 GRAPH */
/* 1M4G3 GRAPH */
/* HIGHLIGHT GRAPH SHOPPING */
.highlight-shopping-g {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: top;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 0px;
  width: 90%;
}
/* HIGHLIGHT GRAPH SHOPPING LINE 1-2 */
#indexline-1-2 {
  width: 10%;
  height: 1px;
  border-top: #37003c74 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 130px;
  margin-bottom: -60px;
  margin-left: 170px;
}
#indexline-1-2 {
  display: none;
}
/* HIGHLIGHT GRAPH SHOPPING IMG */
.highlight-shopping-g img {
  width: 60%;
  border-radius: 10px;
  margin-top: 60px;
}
/* HIGHLIGHT GRAPH SHOPPING SUBTITLE */
#graph {
  font-size: 1.5rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  margin: 120px auto 0 190px;
}
/* HIGHLIGHT GRAPH SHOPPING TITLE */
#title-shopping-g {
  font-size: 2.5rem;
  color: #525252;
  font-weight: 700;
  margin: 60px 240px 0px 190px;
}
/* HIGHLIGHT ITEMS GRAPH SERVICES */
.item-1-g {
  display: flex;
  margin: 30px 120px 30px 0px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#graph-items {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0;
  line-height: 1.9;
  text-align: left;
  padding: 0;
  margin: 30px 100px 30px 190px;
}

/* HIGHLIGHT GRAPH SHOPPING BUTTON */
.highlight-shopping-g a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 15px 95px;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  line-height: 1.8;
  background-image: linear-gradient(#ec4700, #c01313 80%, #900043);
  margin: 30px auto 0 188px;
  border-radius: 5px;
}
/* HIGHLIGHT GRAPH SHOPPING LINE 2-2 */
#indexline-2-2 {
  width: 10%;
  height: 1px;
  border-top: #37003c74 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: -385px;
}
/* #########  FECHA 1M4G3 LOJA  ############  DESKTOP */

/* AVISO CONDICOES PROMOCIONAIS II - DESKTOP */
.warning-shopping {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to top right,
    #e6ddcc42,
    100%,
    #e7d7b69c 10%
  );
}
#aviso-promocoes {
  font-size: 0.7rem;
  color: #6d6d6d;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 10px auto 0 auto;
  text-align: center;
  background: #f4f1eb3f;
  font-weight: 100;
  line-height: 1.5;
  width: 700px;
}

/*  CARD 2 & CARD 2 VANTAGENS DO CLIENTE */
.card-2 {
  max-width: 700px;
  display: flex;
  justify-content: center;
  background: #ebebeb;
  border-radius: 20px;
  margin: 60px auto 20px auto;
  padding-top: 60px;
  padding-bottom: 90px;
  flex-direction: column;
  float: center;
  flex-wrap: wrap;
}
#indexline-2 {
  width: 7%;
  height: 1px;
  border-top: #a4a4a4 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 90px;
  margin-bottom: 0;
  margin-left: 115px;
}
#indexline-paragr-2 {
  width: 10%;
  height: 1px;
  border-top: #a4a4a4 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 60px;
  margin-left: 115px;
  margin-left: 0px;
  margin-bottom: 20px;
}
#indexline-paragr-3 {
  width: 10%;
  height: 1px;
  border-top: #a4a4a4 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 60px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.card-2 h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #6d6d6d;
  font-weight: 100;
  font-size: 1.3rem;
  margin: 20px 160px 40px 180px;
  line-height: 1.8;
}
.external-link {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #5513c0;
  transition: all 0.3s ease;
  font-size: 1.28rem;
  line-height: 1.8;
}

/*  CARD-2-POSTER */
.card-2-poster {
  max-width: 700px;
  display: flex;
  justify-content: center;
  border: solid 10px #e4ca96;
  background-image: linear-gradient(
    to bottom left,
    #e6ddcc,
    #e0cbac,
    #e7d7b6,
    #f37623be 105%
  );
  border-radius: 20px;
  margin: 10px auto 20px auto;
  padding: 80px 0px 90px 0px;
  flex-direction: column;
  border-left: solid 3px #c7b9f821;
  border-right: solid 3px #f5bae621;
}
.card-2-poster h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #3f0101bd;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 60px 180px 20px 210px;
  line-height: 1.8;
}

/* CARD 2 VANTAGENS DO CLIENTE ITEMS */
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
  align-items: center;
  padding-top: 30px;
  justify-content: space-between;
}
.btn-flex > div {
  flex: 1 1 200px;
  margin: 10px 10px;
  align-items: center;
  justify-content: space-between;
  background: #f4f1eb;
  border-radius: 20px;
  padding-top: 30px;
}
.btn-flex img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.btn-flex img:hover {
  transform: translateY(-5px);
  transition: all 0.2s;
  background: rgba(194, 193, 192, 0.436);
  border-radius: 80% 30%;
}
.card-2 h4 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #6d6d6d;
  margin: 20px auto 30px auto;
  font-weight: 100;
  font-size: 0.9em;
  text-align: center;
}
.ebook img {
  width: 65%;
  border: dotted 20px rgba(248, 246, 232, 0.233);
  display: flex;
  margin: 0 auto;
  padding: 30px;
}
.ebook img:hover {
  transform: translateY(-50px);
  transition: all 0.2s;
}
.btn-flex-folder {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  padding: 50px;
}
.btn-flex-folder > div {
  flex: 1 1 200px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  background: #f4f1eb;
  border-radius: 20px;
  padding: 50px;
}
.btn-flex-folder img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.folder h4 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #525252;
  margin: 60px auto 0px auto;
  font-weight: 100;
  font-size: 1em;
  text-align: left;
  padding: 10px 50px 10px 80px;
  line-height: 2;
}

/*  CARD 3  */
.card-3 {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 90px;
  border: solid 10px #ebe9e5;
  border-radius: 20px;
  border-left: solid 3px #eeebe6;
  border-right: solid 3px #eeebe6;
  margin: 10px auto;
}
#indexline-3 {
  width: 10%;
  height: 1px;
  border-top: #a4a4a4 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 50px;
  margin-bottom: 5px;
  margin-left: -275px;
}
.card-3 h4 {
  text-align: left;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  color: #6d6d6d;
  line-height: 1.8;
  margin: 30px 155px 60px 175px;
}
.card-3 a {
  display: inline-block;
  background: #febe01;
  background-image: linear-gradient(#5513c0, #3e097a 10%, #5513c0);
  color: #fafafa;
  padding: 15px 140px;
  margin: 50px auto;
  border-radius: 10px;
  border: solid 3px #eeebe6;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: 100;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.card-3 a:hover {
  color: #fa3577;
}
.card-3 h6 {
  color: #6d6d6d;
  font-size: 1.2rem;
  font-family: Quicksand, Arial, sans-serif;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  margin-top: 50px;
  font-weight: 100;
}

/*  CARD 4 */
.card-4 {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  margin: 15px auto 90pxauto;
  padding: 0px;
  padding-bottom: 90px;
  background-image: linear-gradient(
    rgba(0, 0, 255, 0.5),
    rgba(255, 255, 0, 0.5)
  );
  align-items: center;
  border: solid 10px #ebe9e5;
  border-radius: 20px;
  border-left: solid 3px #eeebe6;
  border-right: solid 3px #eeebe6;
}
.card-4 h6 {
  font-family: Quicksand, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #f4f1eb;
  font-size: 1.5rem;
  font-weight: 100;
  margin: 60px 0 90px 0;
  line-height: 1.8;
}
.card-4 img {
  display: flex;
  width: 100%;
}

/*  CARD 5 */
.card-5 {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  padding: 70px 0px 30px 0px;
  background: #37003c;
  background-image: radial-gradient(#5513c0 30%, #380a6d 85%);
  align-items: center;
  border: solid 10px #ebe9e5;
  border-radius: 20px;
  border-left: solid 3px #eeebe6;
  border-right: solid 3px #eeebe6;
}
.card-5 h5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #fbeed6;
  font-weight: 800;
  font-size: 3.3rem;
  text-align: center;
  margin: 30px 140px 60px 180px;
  line-height: 1.5;
  text-align: left;
}
.card-5 h6 {
  font-family: Quicksand, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #f4f1eb;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.6;
  font-weight: 100;
  margin: 60px 0px 5px 0px;
}
.card-5 a {
  display: inline-block;
  background-image: linear-gradient(#e64178 5%, #ed1341 50%, #ee1c0d83);
  color: #fafafa;
  border: none;
  padding: 18px 90px;
  margin: 10px auto 90px auto;
  border-radius: 10px;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.card-5 a:hover {
  color: #ffc400;
  opacity: 1;
}

/*  MENU NAV FOOTER */
.nav-footer {
  display: flex;
  margin: 0 auto;
}
.menu-nav-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5px;
  background: #37003c;
}
.menu-nav-footer ul {
  float: left;
  display: flex;
  list-style: none;
}
.menu-nav-footer ul li a {
  padding: 15px 20px 0px 20px;
  max-width: 960px;
}
.menu-nav-footer a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  font-family: "Baloo Thambi 2", Helvetica, sans-serif;
  color: #fafafa;
  font-weight: 500;
}
a:hover {
  opacity: 1;
  color: #ffc400;
}

/*  FOOTER  */
.footer {
  display: flex;
  flex-direction: column;
  bottom: 0;
  width: 100%;
  background: #37003c;
  color: white;
  text-align: center;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
}
.footer p {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-align: center;
  color: rgb(238, 226, 250);
  letter-spacing: 0.02vmax;
  font-weight: 100;
  margin: 0 auto 20px auto;
  padding: 10px;
}
.footer a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-align: center;
  color: rgb(238, 226, 250);
  letter-spacing: 0.02vmax;
  font-weight: 100;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #ffc400;
}

/*  FOOTER LOGO  */
.footerLogo_0 {
  background: #37003c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  width: 100%;
  margin-top: -5px;
  background-image: linear-gradient(#37003c, #3e097a 170%);
}
.footerLogo_0 img {
  max-width: 100px;
  padding-top: 30px;
}

/* 739 ******************************/
@media (max-width: 739px) {
  /*  MENU LOGO  739 */
  .menu-logo {
    display: flex;
    margin: 0px 100px 12px 100px;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-logo img {
    width: 100%;
  }

  /*  MENU NAV 739  */
  .menu-nav {
    margin: 5px 45px 10px 45px;
  }
  nav a {
    font-size: 0.8em;
  }
  .menu-nav ul li a {
    padding: 0px 20px;
  }

  /*  SEARCH MENU  */
  form.example input[type="text"] {
    padding: 0px 90px 0px 10px;
    font-size: 0.8rem;
    width: 0px;
    margin-left: -10px;
    width: 100%;
  }

  /*  MAIN BANNER 739 */
  .slider {
    width: 100%;
    overflow: hidden;
  }
  .slides {
    width: 400%;
    height: auto;
    display: flex;
  }

/* BTNs 1M4G3 WEB & 1M4G3 GRAPH 739 */
  /* Início - Estrutura BTNs*/
  .highlight-BTN-Graph {
    width: 100%;
    display: flex;
  }

  /* HIGHLIGHT GRAPH SHOPPING IMG */
  .highlight-BTN-Graph img {
    width: 60%;
    margin-right: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /* HIGHLIGHT WEB SHOPPING */
  .highlight-BTN-Web {

    width: 100%;
  }

  /* HIGHLIGHT GRAPH SHOPPING IMG */
  .highlight-BTN-Web img {
    width: 60%;
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }



  #loja {
    width: 80%;
    font-size: 1.3rem;
    border-left: solid 2px #4920df21;
    border-right: solid 2px #c00b9321;
    margin-top: 60px;
  }

  /* LOJA 1M4G3 DESIGN TITLE 739 */
  .titulo-secao h2 {
    //font-size: 2.2rem;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  /*  MAIN GALLERY 739  */
  .main-gallery {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    align-items: center;
  }
  .gallery-flex {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    margin: 0 auto;
    align-items: top;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .gallery-flex img {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    border: solid 3px #ebe9e5;
  }
  .gallery-flex img:hover {
    transform: translateY(-20px);
    transition: all 0.2s;
  }

  #pink-title {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #fa3577;
    margin: 20px 0 0 0;
    font-weight: 500;
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 10px;
  }
  .main-gallery h4 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #525252;
    margin: 20px 0px;
    font-weight: 500;
    font-size: 0.7em;
    text-align: center;
  }

  #indexline-1-2 {
    width: 10%;
    height: 1px;
    border-top: #37003c74 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: -30px;
    margin-bottom: -60px;
    margin-left: 150px;
  }

  /*  CARD 1  739  */
  .card {
    width: 70%;
    margin: 5px auto 25px auto;
    padding-bottom: 50px;
    border-left: solid 1px #4920df21;
    border-right: solid 1px #c00b9321;
  }
  .card h1 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    line-height: 1.3;
    padding: 0px 100px 0 100px;
    margin-top: -30px;
    margin-bottom: 60px;
  }

  /*  CARD 1  739  */
  .card h3 {
  //  font-size: 0.9rem;
    color: #6d6d6d;
    margin-bottom: 10px;
  }
  .card a {
    padding: 15px 100px;

    font-size: 1.2rem;
    margin-top: 5px;
  }

  /* ######################################################### 1M4G3 WEB 739 */
  /* 1M4G3 WEB 739 */

/* Início - Estrutura BTNs*/
.BTNs-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.BTNs-flex > div {
  flex: 1 1 300px;
  margin: 10px 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  float: center;
  border-radius: 10px;
}
.BTNs-flex img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.BTNs-flex img:hover {
  transform: translateY(-30px);
  transition: all 0.2s;
}
/* Fim - Estrutura BTN*/




  #shopping {
    font-size: 1.8rem;
    width: 75%;
    margin-top: 60px;
  }

  /* HIGHLIGHT WEB SHOPPING LINE 1 739 */
  #indexline-1 {
    display: none;
  }

  /* HIGHLIGHT WEB SHOPPING IMG 739 */
  .highlight-shopping-w img {
    margin-top: 90px;
    margin-left: 150px;
  }

  /* HIGHLIGHT WEB SHOPPING SUBTITLE 739 */
  #web {
    margin: 120px auto 0 150px;
  }

  /* HIGHLIGHT WEB SHOPPING TITLE 739 */
  #title-shopping-w {
    margin: 0;
    margin: 40px 140px 60px 150px;
    font-size: 2.8rem;
  }

  /* HIGHLIGHT ITEMS WEB SERVICES 739 */
  .item-1-w {
    margin: 0;
  }
  #web-items {
    font-size: 1.4rem;
    margin-left: 150px;
    margin-bottom: 90px;
  }

  /* HIGHLIGHT WEB SHOPPING BUTTON 739 */
  .highlight-shopping-w a {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    padding: 18px 85px;
    transition: all 0.3s ease;
    font-size: 1.5em;
    line-height: 1.9;
    background-image: linear-gradient(#5513c0, #3e097a 80%, #5513c0);
    margin: 0 auto;
    margin-left: 150px;
    border-radius: 5px;
    margin-bottom: 60px;
  }

  /* HIGHLIGHT WEB SHOPPING LINE 1-1 739 */
  
  #indexline-1-1 {
    width: 10%;
    height: 1px;
    border-top: #37003c74 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 80px;
    margin-left: -350px;
    margin-bottom: 120px;
  }

  /* ######################################################### 1M4G3 GRAPH 739 */
  /* 1M4G3 GRAPH 739 */

  /* HIGHLIGHT GRAPH SHOPPING LINE 1-2 739 */
  #indexline-1-2 {
    display: none;
  }
  /* HIGHLIGHT GRAPH SHOPPING IMG 739 */
  .highlight-shopping-g img {
    margin-top: 30px;
    margin-left: 150px;
  }

  /* HIGHLIGHT GRAPH SHOPPING SUBTITLE */
  #graph {
    margin: 0;
    margin: 120px auto 0 150px;
  }
  #graph-items {
    font-size: 1.5rem;
    margin-left: 150px;
    margin-bottom: 90px;
    margin-right: 80px;
    margin-top: 0;
  }

  /* HIGHLIGHT GRAPH SHOPPING TITLE 739*/
  #title-shopping-g {
    margin: 40px 140px 60px 150px;
    font-size: 2.8rem;
  }

  /* HIGHLIGHT GRAPH SHOPPING SERVICES 739 */
  .item-1-g {
    margin: 0;
    margin-right: 60px;
    // background: green;
  }

  /* HIGHLIGHT GRAPH SHOPPING BUTTON 739 */
  .highlight-shopping-g a {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    padding: 18px 95px;
    transition: all 0.3s ease;
    font-size: 1.5em;
    line-height: 1.8;
    background-image: linear-gradient(#ec4700, #c01313 80%, #900043);
    margin: 0 auto;
    margin-left: 150px;
    border-radius: 5px;
    margin-bottom: 130px;
  }

  /* HIGHLIGHT WEB SHOPPING LINE 2-2 */
  #indexline-2-2 {
    width: 10%;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 80px;
    margin-left: -350px;
    margin-bottom: 160px;
  }
.warning-shopping {

  margin: 0 auto;
  display: flex;
  justify-content: center;
}
  #aviso-promocoes {
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 0;
  }

  /* CARD-2 739 */
  .card-2 {
    width: 70%;
  }
  #indexline-2 {
    width: 10%;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 60px;
  }
  #indexline-paragr-2 {
    width: 10%;
    height: 1px;
    border-top: #a4a4a4 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 60px;
    margin-left: 115px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  #indexline-paragr-3 {
    width: 10%;
    height: 1px;
    border-top: #a4a4a4 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 60px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .card-2 h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #6d6d6d;
    font-weight: 100;
    font-size: 1.3rem;
    margin: 30px 135px 30px 150px;
    line-height: 1.8;
    padding: 0;
  }
  .card-2 .external-link {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  /* CARD-2-POSTER 739 */
  .card-2-poster {
    width: 70%;
    display: flex;
    justify-content: center;
    border: solid 10px #e4ca96;
    background-image: linear-gradient(
      to bottom left,
      #e6ddcc,
      #e0cbac,
      #e7d7b6,
      #f37623be 105%
    );
    border-radius: 20px;
    margin: 10px auto -35px auto;
    padding: 50px 0 90px 0;
    flex-direction: column;
    border-left: solid 3px #c7b9f821;
    border-right: solid 3px #f5bae621;
  }
  .card-2-poster h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #3f0101bd;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 60px 105px -10px 115px;
    line-height: 2;
    padding: 0;
  }
  .ebook img {
    width: 75%;
    border: solid 18px rgba(248, 246, 232, 0.233);
    border-style: dotted;
    display: flex;
    margin: 0 auto;
    padding: 30px;
  }

   /* CARD-2 BTN-FLEX 739 */
  .btn-flex {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    margin-top: 10px;
  }
  .btn-flex > div {
    flex: 1 1 200px;
    margin: 15px;
    align-items: center;
    justify-content: center;
    background: #f4f1eb;
    border-radius: 20px;
    padding-top: 30px;
  }
  .btn-flex img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .card-2 h4 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #525252;
    margin: 20px 10px 30px 10px;
    font-weight: 100;
    font-size: 0.9em;
    text-align: center;
  }


  /* CARD 3  739 */
  .card-3 {
    width: 70%;
  }
  #indexline-3 {
    width: 10%;
    height: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: -240px;
  }
  #h4-top {
    color: #525252;
    font-weight: 100;
    font-size: 1em;
    line-height: 2;
    margin: 10px 80px 0px 0px;
  }
  .card-3 p {
    margin: 0;
    font-size: 1rem;
    margin-bottom: -20px;
  }
  #especial {
    margin: 10px 100px;
    font-size: 1em;
  }
  .card-3 h4 {
    font-weight: 100;
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 35px 100px 30px 115px;
  }
  .card-3 a {
    padding: 15px 105px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 0;
    border-radius: 10px;
    border: hidden;
  }
  .card-3 h6 {
    font-size: 0.9em;
    font-weight: 100;
  }

  /*  CARD 5  739*/
  .card-5 {
    width: 70%;
    padding: 0px 0px 90px 0px;
  }
  .card-5 h5 {
    font-size: 2.9rem;
    margin: 120px 90px 30px 130px;
    line-height: 1.5;
  }
  .card-5 h6 {
    font-size: 1.3rem;
    margin: 40px 0px 10px 0px;
  }
  .card-5 a {
    padding: 15px 55px;
    margin: 0px 0px 40px 0px;
    font-size: 1.1rem;
    border-radius: 10px;
  }

  /*  MENU NAV FOOTER 739 */

  .menu-nav-footer ul li a {
    padding: 15px 15px 0px 15px;
  }
  .menu-nav-footer a {
    font-size: 0.8rem;
  }

  /*  FOOTER  739 */
  .footer p {
    font-size: 0.7em;
  }
  .footer a {
    font-size: 0.7em;
  }


  /* 599
#######################################################
*/
@media only screen and (max-width: 599px) {
  /* MAIN NAV 599 */
  .main-header {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  /*  MENU LOGO  599 */
  .menu-logo {
    display: flex;
    margin: -10px 55px 10px 20px;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-logo img {
    width: 100%;
    padding: 20px 60px 20px 0px;
  }
  /*  SEARCH MENU  599 */
  form.example input[type="text"] {
    display: flex;
    align-items: center;
    padding: 1px 0px 1px 10px;
    font-size: 13px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    border: 1px solid #e0cd99;
    float: left;
    width: 130%;
    background-image: linear-gradient(#e4b488, 1%, #eee6d6 90%, #f0a878 150%);
    border-radius: 50px;
    margin-left: 30px;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  /*  NAV CONTAINER HAMBURGER 599 */
  .Nav-Container {
    display: flex;
    margin: -10px -10px 0px 105px;
  }
  /*  SIDE NAV HAMBURGER  599 */
  .sidenav img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* MAIN NAV 599 */
  .menu-nav {
    display: none;
  }
  /* LOJA 1M4G3 DESIGN WEB | TITLE 599 */
  /*
    .title-box {
      width: 60%;
    }
    */
  .titulo-secao h2 {
  //  font-size: 2rem;
  }

  /*  CARD 1 599 */
  .card {
    width: 90%;
    margin: 5px auto 25px auto;
    padding-bottom: 60px;
    border-left: solid 1px #4920df21;
    border-right: solid 1px #c00b9321;
  }
  .card h1 {
    font-size: 3.3rem;
    line-height: 1.4;
    padding: 0;
    margin-top: -30px;
    margin-bottom: 60px;
  }
  .card h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card a {
    padding: 16px 90px;
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 1.2em;
    border: hidden;
  }

  /* BTNs 1M4G3 WEB & 1M4G3 GRAPH 599 
  .menu-services-main {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 220px;
    justify-content: center;
    padding: 0 0 60px 0;
    display: block;
   flex-wrap: wrap;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .menu-services-main ul li {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  /* BTN 1M4G3 GRAPH 599
  #web-btn {
    padding: 20px 33px;
  }
  */


  /* PROMOCOES DE PRE-LANÇAMENTO 599 */
  #loja {
    width: 75%;
  }
  /*  MAIN GALLERY  599 */
  .main-gallery {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*SUBTITULOS SERVICOS 599 */
  .main-gallery h4 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #525252;
    margin: 20px 40px 20px 50px;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: left;
  }
  .gallery-flex {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    align-items: top;
    justify-content: center;
    flex-direction: row;
    //  background: red;
  }

  .highlight {
    padding: 0;
    background: black;
  }
  #pink-title {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #fa3577;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    text-align: left;
    margin: 20px 40px 20px 50px;
  }


  /* COMBO GRAPH SHOPPING 599 */
  .combo-5-stars-shopping {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
  }
  .combo-5-stars-shopping img {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    border-radius: 10px;
  }
  #pink-title {
    color: #fa3577;
    margin-bottom: 0;
  }
  #item-title {
    color: #525252;
    font-weight: bold;
  }


/* 599 PROMOCOES PRE LANCAMENTO 599 */
.combo-5-stars-shopping h5 {
  font-size: 1rem;
  font-weight: 100;
  padding: 0px;
  margin: 0px -30px 0px -15px;
  line-height: 1.8;
}
.combo-5-stars-shopping > .item-1 img {
  max-width: 10%;
  border: none;
  margin-left: 25px;
}
.combo-5-stars-shopping > .item-2 img {
  max-width: 10%;
  border: none;
  margin-left: 25px;
}
.combo-5-stars-shopping > .item-3 img {
  max-width: 10%;
  border: none;
  margin-left: 25px;
}
.combo-5-stars-shopping > .item-4 img {
  max-width: 10%;
  border: none;
  margin-left: 25px;
}

/* ??????????????????????????? */
.combo-5-stars-shopping {
  width: 100%;
}
.combo-5-stars-shopping img {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
}

/* TEXTOS DAS PROMOÇÕES */
.item-1 {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding-left: 10px;
  padding-right: 60px;
}
.item-1 h5 {
}
.item-1 img {
  max-width: 10%;
  border: none;
  margin-left: 60px;
}
.item-2 {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding-left: 30px;
  padding-right: 90px;
}
.item-2 img {
  max-width: 10%;
  border: none;
  margin-left: 160px;
}
.item-3 {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding-left: 30px;
  padding-right: 90px;
}
.item-3 img {
  max-width: 10%;
  border: none;
  margin-left: 160px;
}
.item-4 {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding-left: 30px;
  padding-right: 90px;
}
.item-4 img {
  max-width: 10%;
  border: none;
  margin-left: 160px;
}


/* AVISO CONDICOES PROMOCIONAIS I - 599 */
.warning {
  padding-top: 10px;
}
#aviso-shopping {
  margin: 0 auto;
  padding: 10px 0;
}
/* ABRE 1M4G3 LOJA 599 */

/* #########  ABRE 1M4G3 LOJA  ############  599 */
/* 1M4G3 WEB - 599 */

/* 1M4G3 WEB | TITULO 599 */
#shopping {
  font-size: 2 rem;
  width: 75%;
  margin-top: 90px;
}

/* HIGHLIGHT WEB SHOPPING BOX 599 */
/* 1M4G3 WEB 599 */
.highlight-shopping-w {
  padding: 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

/* HIGHLIGHT WEB SHOPPING IMG 599 */
.highlight-shopping-w img {
  margin: 0 auto;
  margin-top: 90px;
  width: 90%;
}

/* HIGHLIGHT WEB SHOPPING SUBTITLE 599 */
#web {
  text-align: center;
  font-size: 1.6rem;
  margin-left: 105px;
  margin-bottom: 30px;
}

/*HIGHLIGHT WEB SHOPPING TITLE 599 */
#title-shopping-w {
  margin: 40px 100px 0 105px;
  font-size: 2.7rem;
}

/* BOX ITEMS SERVICES HIGHLIGHT WEB SHOPPING 599 */
.item-1-w {
  padding: 0;
}
#web-items {
  font-size: 1.4rem;
  margin-left: 105px;
  margin-right: 80px;
  margin-top: 70px;
  padding: 0;
}

/* HIGHLIGHT 1M4G3 WEB SHOPPING BUTTON 599 */
.highlight-shopping-w a {
  text-align: center;
  padding: 18px 90px;
  font-size: 1.3rem;
  margin-left: 105px;
}
/*
/* HIGHLIGHT WEB SHOPPING LINE 1-1 599 */
#indexline-1-1 {
  width: 10%;
  height: 1px;
  border-top: #37003c74 solid 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-left: -310px;
}
*/


/* 1M4G3 GRAPH 599 */
/* HIGHLIGHT GRAPH SHOPPING */
.highlight-shopping-g {
  padding: 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

/* HIGHLIGHT GRAPH SHOPPING IMG 599 */
.highlight-shopping-g img {
  margin: 0 auto;
  margin-top: 60px;
  width: 90%;
}

/* HIGHLIGHT GRAPH SHOPPING SUBTITLE 599 */
#graph {
  margin-left: 105px;
}

/* HIGHLIGHT GRAPH SHOPPING TITLE 599 */
#title-shopping-g {
  font-size: 2.7rem;
  margin: 60px 140px 70px 105px;
}

/* BOX ITEMS SERVICES HIGHLIGHT GRAPH SHOPPING 599 */
.item-1-g {
  padding: 0;
}
#graph-items {
  margin-left: 105px;
  margin-right: 80px;
  margin-top: 0;
  font-size: 1.5rem;
}

/* HIGHLIGHT GRAPH SHOPPING BUTTON 599 */
.highlight-shopping-g a {
  text-align: center;
  padding: 18px 90px;
  font-size: 1.3rem;
  margin-left: 105px;
}

/* HIGHLIGHT WEB SHOPPING LINE 1-1 599 */
#indexline-2-2 {
  margin-left: -310px;
  padding: 0;
}

/* #########  FECHA 1M4G3 LOJA  ############  599 */

/* AVISO CONDICOES PROMOCIONAIS II - 599 */
#aviso-promocoes {
//  margin: 10px 5px 0 15px;
//  text-align: left;
}



/* CARD 2 599 */
.card-2 {
  width: 95%;
  display: flex;
  margin: 30px auto 0 auto;
  padding-bottom: 120px;
}
#indexline-2 {
  width: 10%;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 60px;
  padiing-top: 120px
}

.card-2 h2 {
  font-size: 1.21rem;
  margin: 0 auto;
  padding: 30px 140px 0px 150px;
  line-height: 2;
}
.card-2 .external-link {
  font-size: 1.21rem;
  transition: all 0.3s ease;
  line-height: 2;
}

/*  CARD 2 POSTER 599 */
.card-2-poster {
  width: 95%;
  display: flex;
  justify-content: center;
  border: solid 10px #e4ca96;
  background-image: linear-gradient(
    to bottom left,
    #e6ddcc,
    #e0cbac,
    #e7d7b6,
    #f37623be 105%
  );
  border-radius: 20px;
  margin: 10px auto 20px auto;
  padding: 60px 0px 70px 0px;
  flex-direction: column;
  border-left: solid 3px #c7b9f821;
  border-right: solid 3px #f5bae621;
}

.card-2-poster h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #3f0101bd;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 90px 115px 60px 145px;
  //padding: 60px 105px 30px 135px;
  line-height: 1.8;
}

.ebook img {
  width: 75%;
  border: dotted 16px rgba(248, 246, 232, 0.233);
  display: flex;
  margin: 0 auto;
  padding: 30px;
}

/*  CARD 3 599 */
.card-3 {
  width: 95%;
  margin-top: 10px;
}
#indexline-3 {
  margin-left: -250px;
  padding: 0;
  margin-top: 60px;
}
.card-3 h4 {
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 2;
  margin: 10px 100px 60px 130px;
}
.card-3 h6 {
  font-weight: 100;
  font-size: 1.1em;
}
.btn-redes-sociais img {
  margin-bottom: 20px;
}

/*  CARD 4 */
.card-4 {
  width: 90%;
  padding-bottom: 30px;
  margin-bottom: -15px;
}
.card-4 h6 {
  font-size: 1em;
  margin: 30px 30px 30px 30px;
  line-height: 1.6;
}

/* CARD-5 599 */
.card-5 {
  width: 90%;
}
.card-5 h5 {
  font-size: 2.9rem;
  line-height: 1.5;
  margin: 90px 100px 60px 120px;
}
.card-5 h6 {
  font-size: 1.3rem;
  margin: 0px 0px 10px 0px;
}
.card-5 a {
  padding: 15px 55px;
  margin: 0px 0px 60px 0px;
  border-radius: 5px;
  font-size: 1.4rem;
}

/*  MENU NAV FOOTER  599 */

.menu-nav-footer ul li a {
  padding: 15px 10px 10px 10px;
}
.menu-nav-footer a {
  font-size: 0.8rem;
}

/*  FOOTER  599*/
.footer p {
  font-size: 0.6rem;
}
.footer a {
  font-size: 0.6rem;
}


/* 399
#######################################################
*/
@media (max-width: 399px) {
  /* MAIN NAV 399 */
  .main-header {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .menu-logo {
    display: flex;
    margin: -15px 0px 0px 30px;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-logo img {
    width: 140%;
  }

  form.example input[type="text"] {
    display: flex;
    align-items: center;
    padding: 1px 12px 1px 12px;
    font-size: 10px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    border: 1px solid #e0cd99;
    float: left;
    width: 130%;
    background-image: linear-gradient(#e4b488, 1%, #eee6d6 90%, #f0a878 150%);
    border-radius: 7px;
    margin-left: 30px;
    margin-right: 45px;
    margin-bottom: 10px;
  }

  /*  NAV CONTAINER HAMBURGER  399 */
  .Nav-Container {
    display: flex;
    margin: -10px 10px 0px 80px;
  }

  /*  MAIN-BANNER 399 */
  .main-banner img {
    width: 100%;
    justify-content: center;
  }

  /* TITULO SECAO  399*/
  .titulo-secao h2 {
    font-size: 2rem;
  }
  .card {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .card h1 {
    padding: 0;
 //   font-size: 0.5rem;
    font-size: 2.8rem;
  //  line-height: 1.25;
    margin: 30px 175px 60px 185px;
  }
  .card h3 {
    font-size: 1rem;
  }
  .card a {
    font-size: 0.9rem;
  //  padding: 15px 60px;
  }

  /* BTNs 1M4G3 WEB & 1M4G3 GRAPH 399
  .menu-services-main {
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 200px;
    justify-content: center;
    padding: 10px 0 60px 0;
    display: block;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .menu-services-main ul li {
    margin-top: 40px;
  }
  /* BTN 1M4G3 GRAPH 599 
  #web-btn {
    padding: 20px 33px;
  }
   */

  /*  MAIN GALLERY 399 */
  #loja {
    width: 90%;
    font-size: 1rem;
  }
  .main-gallery {
    width: 100%;
  }



/* AVISO CONDICOES PROMOCIONAIS I - 399 */
#aviso-shopping {
  font-size: 0.7rem;
  line-height: 1.8;
  margin: 0 10px 0 30px;
  text-align: left;
}
/* 1M4G3 WEB | TITULO 399 */
  #shopping {
    font-size: 1.6rem;
    width: 90%;
    margin-top: 90px;
  }



/* 1M4G3 WEB 399 */

  /* HIGHLIGHT WEB SHOPPING BOX 399 */
  .highlight-shopping-w {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  /* HIGHLIGHT WEB SHOPPING LINE 1 399 INDEXLINE-1-1 ? */
  #indexline-1 {
    display: none;
  }

  /* HIGHLIGHT WEB SHOPPING IMG 399 */
  .highlight-shopping-w img {
    margin: 90px auto 60px auto;
    display: flex;
    justify-content: center;
  }

  /* HIGHLIGHT WEB SHOPPING SUBTITLE 399 */
  #web {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 30px;
    margin: 0 auto;
    margin-left: 40px;
    display: flex;
    justify-content: center;
  }

  /* HIGHLIGHT WEB SHOPPING TITLE 399 */
  #title-shopping-w {
    font-size: 2.2rem;
    color: #525252;
    font-weight: 700;
    margin: 30px 30px 0 40px;
    padding: 0;
  }

  /* BOX ITEMS SERVICES HIGHLIGHT WEB SHOPPING   */
  .item-1-w {
    font-weight: 100;
  }
  #web-items {
    font-size: 1.3rem;
    margin-left: 40px;
    margin-right: 60px;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
  }
  /* HIGHLIGHT WEB SHOPPING BUTTON 399 */
  .highlight-shopping-w a {
    padding: 18px 75px;
    font-size: 1rem;
    margin: 0 auto;
  }

  /* HIGHLIGHT WEB SHOPPING LINE 1-1 399 */
/*  #indexline-1-1 {
    width: 10%;
    height: 1px;
    border-top: #37003c74 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 40px;
    margin-left: -270px;
    margin-bottom: 90px;
  }
*/

  /* 1M4G3 GRAPH 399 */

  /* HIGHLIGHT GRAPH SHOPPING LINE 1-2 399 */
  .highlight-shopping-g {
    max-width: 390px;
  }
  #indexline-1-2 {
    display: none;
  }

  /* HIGHLIGHT GRAPH SHOPPING IMG 399 */
  .highlight-shopping-g img {
    margin: 90px auto 60px auto;
    display: flex;
    justify-content: center;
  }

  /* HIGHLIGHT GRAPH SHOPPING SUBTITLE 399 */
  #graph {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 30px;
    margin: 0 auto;
    margin-left: 40px;
    display: flex;
    justify-content: center;
  }

  /* HIGHLIGHT GRAPH SHOPPING TITLE 339 */
  #title-shopping-g {
    font-size: 2.2rem;
    color: #525252;
    font-weight: 700;
    margin: 30px 30px 0 40px;
    padding: 0;
  }

  /* BOX ITEMS SERVICES HIGHLIGHT GRAPH SHOPPING 399 */
  #graph-items {
    font-size: 1.3rem;
    margin-left: 40px;
    margin-right: -10px;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0;
}

  /* HIGHLIGHT GRAPH SHOPPING BUTTON 399 */
  .highlight-shopping-g a {
    padding: 18px 70px;
    font-size: 1rem;
    margin: 0 auto;
    margin-bottom: 90px;
  }

  /* HIGHLIGHT GRAPH SHOPPING LINE 2-2 399 */
  #indexline-2-2 {
    width: 10%;
    height: 1px;
    border-top: #37003c74 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 40px;
    margin-left: -270px;
    margin-bottom: 90px;
  }

  /* AVISO CONDICOES PROMOCIONAIS II - 399 */
  #aviso-promocoes {
    line-height: 1.8;
    margin: 10px 15px 0 45px;
    text-align: left;
  }

  /*  CARD 2 399 */
  .card-2 {
    width: 95%;
    padding: 0;
    padding-bottom: 90px;
  }
  #indexline-2 {
    margin-top: 60px;
    margin-left: 35px;
  }
  /*
  .card-2 h2 {
    font-size: 1.1rem;
    margin: 60px -80px 30px -75px;
    line-height: 1.8;
  }
  .card-2 .external-link {
    font-size: 1.07rem;
    line-height: 1.8;
  }
*/

  
  .card-2 h2 {
    font-size: 1rem;
    margin: 70px 70px 0 70px;
    padding: 0;
    line-height: 2;
    color: #6d6d6d;
  }
  .card-2 .external-link {
    font-size: 1rem;
  }
  /*
  .card h3 {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 3px;
  }
  */

  /*  CARD 2 POSTER 399 */
  .card-2-poster {
    width: 95%;
    display: flex;
    justify-content: center;
    border: solid 10px #e4ca96;
    background-image: linear-gradient(
      to bottom left,
      #e6ddcc,
      #e0cbac,
      #e7d7b6,
      #f37623be 105%
    );
    border-radius: 20px;
    margin: 10px auto 20px auto;
    padding: 0;
    flex-direction: column;
    border-left: solid 3px #c7b9f821;
    border-right: solid 3px #f5bae621;
  }
  
  .card-2-poster h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #3f0101bd;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0px auto;
    padding: 60px 75px 90px 95px;
    line-height: 1.8;
  }
  .ebook img {
    width: 75%;
    display: flex;
    margin: 90px auto 0 auto;
    padding: 0px;
  }

  /*  CARD 3 399 */
  .card-3 {
    width: 95%;
    padding: 0;
    padding-top: 90px;
  //  margin-top: 0px;
  //  margin-bottom: 0px;
  }

  #indexline-3 {
    margin-top: 60px;
    margin-left: -215px;
    margin-bottom: 15px;
  }
  .card-3 h4 {
    margin: 5px 35px 30px 65px;
    font-size: 1.1rem;
    line-height: 1.85;
  }
  .card-3 a {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 1.2em;
    padding: 15px 75px;
    border: none;
  }
  .card-3 h6 {
    font-size: 1.1rem;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.3;
    padding: 0;
  }
  .btn-redes-sociais img {
    margin-bottom: 90px;
  }

  /* CARD 5 399 */
  .card-5 {
    width: 90%;
    padding-bottom: 55px;
    margin-bottom: 15px;
  }
  .card-5 h5 {
    font-size: 1.9rem;
    margin: 60px 70px 30px 90px;
    line-height: 1.6;
  }
  .card-5 h6 {
    font-size: 3.7vw;
    margin: 20px 0px 10px 0px;
  }
  .card-5 a {
    padding: 10px 55px;
    font-size: 0.8rem;
    margin: 0 0px 20px 0px;
  }

  /*  MENU NAV FOOTER  399 */
  .menu-nav-footer a {
    font-size: 0.6rem;
  }

  /*  FOOTER  */
  .footer p {
    font-size: 2.5vw;
  }
  .footer a {
    font-size: 2.5vw;
  }
}


