@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pridi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');


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

html, body {
   height: 100vh; 
   background: #f7f7f7;
}

a {
    text-decoration: none;
    color: #e42b61;;
}

/*
a:hover { 
    background: #f7f7f7;
}
*/

a:visited { 
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #020b21;
    font-weight: 400;
}

.sub-titulo {
    line-height: 30px;
}

h1 {
    font-family: 'Ubuntu', serif;
    font-size: 22px;
    margin-bottom:20px;
    font-weight:500;
    color: #020b21;
}

.title-bg-prime {
    font-family: 'Ubuntu', sans-serif;
    font-size: 45px;
    line-height: 70px;
}

.title-bg-secd {
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    line-height: 70px;
    margin-bottom: 0;
    color: #00F7F7;
}

.title-bg-tripe {
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 50px;
}

span.titulo-ceara {
    font-family: 'Ubuntu', serif;
    font-size: 40px;
    margin-bottom:20px;
    font-weight:700;
    text-shadow: -1px -1px white, 1px 1px #333;
    color:#e42b61;
    letter-spacing: 3px;
}

::placeholder {
  color: #2c2c2c;
}

h2 {
    text-align: center;
    padding: 0 0 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #2c2c2c;
}

h3 {
    
}

h4 {
    font-size: 15px;
    text-align: center;
    color: #2c2c2c;
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    margin: 8px 0 0 0;
    font-weight: 700;
}

h5 {
    font-size: 13px;
    border-bottom: solid 1px #e42b61;
    color: #2c2c2c;
    font-family: 'Ubuntu', sans-serif;
    margin: 8px 0 0 0;
    font-weight: 500;
    padding: 10px;
}

h6 {
    font-size: 11px;
    text-align: center;
    color: #2c2c2c;
    font-family: 'Ubuntu', sans-serif;
    padding: 6px 25px;
    border: 1px solid #2c2c2c;
    border-radius: 28px;
    display: inline-block;
    margin: auto;
    font-weight: 500;
    letter-spacing: 0.5px;
}

hr{
  text-align: left;
  margin: 2px 0;
}
.line-1 {
  width: 30%;
  border: 8px solid #f5bc00;
}
.line-2 {
  width: 30%;
  border: 8px solid #e42b61;
}
.line-3 {
  width: 100%;
  border: 1px solid #00f7f7;
}
.line-4{
    border: 1px solid #ededed;
    width: 80%;
    margin: 20px 0 10px;
}

.por-center{
    text-align: center;
    margin: 38px 0;
}

.por-center2 {
    text-align: center;
    padding: 100px 0 0;
}

.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #0c2c79, #e42b61);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}


/*  ----------------------------------------
    ------- FUNDO GERAL E BARRA MENU -------
    ----------------------------------------    */

.area-trabalho {
    background: #eee;
    min-height: 100vh;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

#user-log {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 4.5rem;
    display: flex;
    padding: 3px 0 6px 2rem;
    background: #fff;
    text-align:center;
    border-top: 3px solid #00f7f7;
    border-bottom: 1px solid #eaeaea;
}

.area_log {
    align-content: center;
    display: flex;
}

.barra-logo {
   width: 180px;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-end;
    height: 3.4rem;
}

.barra-logo a {
    text-decoration:none;
}

img#minhaLogo {
    height: 34px;
    opacity: 1;
}
     
img#minhaLogoMobile {
    height: 0;
    opacity: 0;
}

.barra-login-mobile {
    display: none;
}

.link-entrar-mobile {
    padding: 8px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    background: #e42b61;
    color: #fff;
    font-family: 'Pridi', serif;
    cursor: pointer;
    box-shadow: 5px 5px #b21841;
}

.barra-acesso {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

.barra-acesso .header__downloadSet {
    display: flex;
    flex-direction: row;
}

.barra-service-mobile {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 15px;
}

.link-service-mobile {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #020b21;
    cursor: pointer;
    border: none;
    text-align: right;
    margin-right: 10px;
}


select.seletor_id {
    padding: 10px 25px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    text-align: right;
}

.fa {
    color: #2c2c2c;
    margin-left: 5px;
}

.login-block {
    display:flex;
    margin-right: 10px;
    padding: 2px 12px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
}

.user-log-mobile {
    padding: 13px 14px;
    width: 44px;
    border-radius: 50%;
    background: #f5f4f4;
    display: flex;
    font-size: 16px;
    text-align: center;
}

.logar-user {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight:500;
    display:block;
    text-align: left;
    color: #2c2c2c; 
    cursor: pointer;
    align-self: center;
    margin-left: 10px;
}

.logar-user:hover {
    color: #0c2c79;
}

.pesquisar {
    padding: 10px 30px;
    border-radius: 12px;
    width: 430px;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    background: #fff;
    display: flex;
    text-align: left;
    color: #2c2c2c;
    cursor: pointer;
    height: 46px;
    align-items: center;
}

.pesquisar:hover {
    color: #0c2c79;
}

.pesquisar a:visited {
    background: #fff;
}

.desktop {
    display: inline-block;
    /* ou inline, block */
}
    
.mobile {
    display: inline-block;
    margin-right: 5px;
}

/* Estilização do Select */

.dropdown-menu {
  position: relative;
  display: inline-block;
}

.dropdown-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  width: 200px;
  height: 46px;
  border-radius: 12px;
  color: #2c2c2c;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #dbdbdb;
}

.dropdown-menu > button {
  position: relative;
  z-index: 10;
  transition: 0.3s;
}

.dropdown-menu.open > button {
  background: #00f7f7;
  color: #061232;
}

.dropdown-menu button #dropdown-icon {
  margin-left: auto;
}

.dropdown__menu-labels {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 70px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  /*   border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; */
  border-top: 0;
  background: #0c2c79;
  translate: 0 -20px;
  transition: 0.4s;
}

.dropdown__menu-labels button {
  border: 0;
  width: 100%;
  height: 46px;
  border-radius: 0;
}

.dropdown__menu-labels button:hover {
  background: #00f7f7;
}

.dropdown-menu.open .dropdown__menu-labels {
  opacity: 1;
  translate: 0;
  visibility: visible;
}

.my-space {
    height: 45px;
    width: 180px;
    background: #0c2c79;
    border-radius: 50px 0 0 50px;
    display: inline-block;
    margin-left: 5px;
}
.my-photo {
    padding: 4px;
}

.image-perfil {
  border-radius: 50px;
  behavior: url(css/PIE.htc);
  width: 38px;
  height: 38px;
  overflow: hidden;
}

/* MENU PARA CELULAR */

.menu-service-mobile {
    display: none;
} 

.navigation-mobile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuToggle-mobile {
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.menuToggle-mobile::before {
  content: "+";
  position: absolute;
  font-size: 3em;
  font-weight: 200;
  color: #e91e63;
  transition: 1.5s;
}
.menuToggle-mobile.active::before {
  transform: rotate(225deg);
}
.menu-mobile {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 70px;
  z-index: -1;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  transition-delay: 1s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menuToggle-mobile.active ~ .menu-mobile {
  transform: translateY(-100px);
  height: 70px;
  width: 370px;
  z-index: 1;
  transition-delay: 0s, 0.5s, 0.5s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.menuToggle-mobile ~ .menu-mobile::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: 4px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background: #fff;
  border-radius: 2px;
  transition: 0.5s;
}
.menuToggle-mobile.active ~ .menu-mobile::before {
  transition-delay: 0.5s;
  bottom: -6px;
}
.menu-mobile ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  gap: 40px;
  z-index: 10;
}
.menu-mobile ul li {
  list-style: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: 0s;
  transition-delay: calc(0s + var(--i));
}
.menuToggle-mobile.active ~ .menu-mobile ul li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition-delay: calc(0.75s + var(--i));
}
.menu-mobile ul li a {
  display: block;
  font-size: 1em;
  text-decoration: none;
  color: #555;
}
.menu-mobile ul li:hover a {
  color: #e91e63;
}


/* MENU DE SERVIÇOS */

.menu-service {
    top: 0;
    height: 100vh;
    width: 120px;
    transition: all ease-in .5s;
    display: flex;
    padding: 5rem 20px 20px;
    float: left;
}
    
.containerx {
    width: 100%;
    z-index: 999999999;
}
    
.navigation {
    position: fixed;
    width: 75px;
    min-height: 500px;
    background: #fff;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 7%) 1px 3px 1px 1px;
}
    
.navigation.open {
    width: 250px;
}
    
.navigation .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}
    
.navigation .menu-toggle::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #0c2c79;
    transform: translateY(-8px);
    transition: 0.5s;
}
    
.navigation.open .menu-toggle::before {
    transform: translateY(0) rotate(45deg);
}
    
.navigation .menu-toggle::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #0c2c79;
    transform: translateY(8px);
    transition: 0.5s;
    box-shadow: 0 -8px 0 #333;
}
    
.navigation.open .menu-toggle::after {
    transform: translateY(0) rotate(-45deg);
    box-shadow: none;
}
    
.navigation ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
    
.navigation ul li {
    list-style: none;
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.5s;
}
    
.navigation ul li.active {
    transform: translateX(30px);
}
    
.navigation.open ul li.active {
    transform: translateX(10px);
}
    
.navigation ul li a {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
}
    
.navigation ul li a .icon {
    position: relative;
    display: block;
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    color: #0c2c79;
    border-radius: 10px;
    font-size: 2em;
    transition: 0.5s;
}
    
.navigation ul li.active a .icon {
    color: #fff;
    background: #e42b61;
}
    
.navigation ul li a .icon::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: blur(8px);
    opacity: 0;
    transition: 0.5s;
}
    
.navigation ul li.active a .icon::before {
    opacity: 0.5;
}
    
.navigation ul li a .text {
    position: relative;
    padding: 0 15px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #0c2c79;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
    
.navigation.open ul li a .text {
    opacity: 1;
    visibility: visible;
}
    
.navigation ul li.active a .text {
    color: #e42b61;
}

/* AUXILIO E DIVULGAÇÔES */

.base-auxiliar {
    float: right;
    width: 350px; /* especificar em .principal -30px */
    height: 100vh;
    overflow-y: scroll;
    padding: 5rem 20px  20px;
}

.base-auxiliar::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.base-auxiliar::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

.base-auxiliar::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

/* ACESSO LOGIN */

.base-login {
    height: 100px;
    background:#fff;
    width:100%;
    border-radius:8px;
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 2px;
    text-align:center;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.login-enter {
    padding: 18px 10px 12px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.veja-mais {
    height: 50px;
    padding: 10px 10px 0;
    position:relative;
    text-align: center;
    margin-top: 20px;
}

.link-entrar {
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #e42b61;
    color: #fff;
    font-family: 'Ubuntu', serif;
    cursor: pointer;
    box-shadow: 5px 5px #b21841;
}

.link-entrar:hover {
    background: #e84673;
    color: #fff !important;
    box-shadow: 5px 5px #d11b4e;
}

.login-id {
    height: 30px;
    padding: 8px;
    font-size: 13px;
    text-align:right;
    color: #2c2c2c;
    font-family: 'Poppins', sans-serif;
}

/* CASHBACK */

.base-cashback {
    height: calc(100% - 120px);
    background:#fff;
    width:100%;
    border-radius:8px;
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 2px;
    text-align:center;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.base-dindin-home {
    height: 100px;
    border-radius: 10px;
    background: #f5f4f4;
    padding: 10px 15px;
    margin-bottom: 20px;
}

/*************/
/*   SCROLL  */
/*************/

::scrollbar {
    display: none;
}

::-webkit-scrollbar { 
    display: none; 
}

#galleryWrapper {
  position: relative;
  white-space: nowrap;
   background: #f5f4f4;
  height: 88px;
  width: 100%;
  border-radius: 10px;
  padding: 8px 8px 0 8px;
}

#imageWrapper {
  height: 104px;
  margin: 3px auto 3px auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

#prevThumb, #nextThumb {
  position: absolute;
  top: 30px;
}

#prevThumb {
  left: 0;
}

#nextThumb {
  right: 0;
}

.button_scroll {
  background: #fff;
  border: 5px solid #f4f5fc;
  color: #e42b61;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.4em;
  height: 40px;
  opacity: .5;
  outline: none;
  width: 40px;
}
  .button_scroll:hover {
    opacity: 1;
  }

.pkmn {
  height: 60px;
  margin: 2px;
  width: 60px;
  display: inline-block;
}

.pkmn img{
  height: 60px;
  width: 60px;
}

  #p1 {
    background-position: 0 0;
    background: #fdfdf4;
    border-radius: 10px;
  }

  #p2 {
    background-position: -96px 0;
    background: #000;
    border-radius: 10px;
  }

  #p3 {
    background-position: -182px 0;
    background: #000;
    border-radius: 10px;
  }

  #p4 {
    background-position: -288px 0;
    background: #e91d2c;
    border-radius: 10px;
  }

  #p5 {
    background-position: -384px 0;
    background: #1ab26b;
    border-radius: 10px;
  }

  #p6 {
    background-position: -480px 0;
    background: #177c3d;
    border-radius: 10px;
  }

  #p7 {
    background-position: -576px 0;
    background: #fff;
    border-radius: 10px;
  }

  #p8 {
    background-position: -672px 0;
    background: #000;
    border-radius: 10px;
  }

  #p9 {
    background-position: -768px 0;
    background: #000;
    border-radius: 10px;
  }

  #p10 {
    background-position: -864px 0;
    background: #fff;
    border-radius: 10px;
  }

  #p11 {
    background-position: -960px 0;
    background: #03327d;
    border-radius: 10px;
  }

  #p12 {
    background-position: -1056px 0;
    background: #e60012;
    border-radius: 10px;
  }

  #p13 {
    background-position: -1152px 0;
    background: #bdeefd;
    border-radius: 10px;
  }

  #p14 {
    background-position: 0 -96px;
    background: #fff;
    border-radius: 10px;
  }

  #p15 {
    background-position: -96px -96px;
    background: #000;
    border-radius: 10px;
  }

  #p16 {

    background-position: -182px -96px;
    background: red;
  }

  #p17 {
    background-position: -288px -96px;
    background: blue;
  }

  #p18 {
    background-position: -384px -96px;
    background: green;
  }

  #p19 {
    background-position: -480px -96px;
    background: red;
  }

  #p20 {
    background-position: -576px -96px;
    background: blue;
  }

  #p21 {
    background-position: -672px -96px;
    background: green;
  }

  #p22 {
    background-position: -768px -96px;
    background: red;
  }

  #p23 {
    background-position: -864px -96px;
    background: blue;
  }

  #p24 {
    background-position: -960px -96px;
    background: green;
  }

  #p25 {
    background-position: -1056px -96px;
    background: red;
  }

  #p26 {
    background-position: -1152px -96px;
  }
  
/*************/
/*BOX II CASH*/
/*************/

.container {
  position: relative;
  margin: 0 auto;
  width: 1270px;
}

.carrossel-util {
    background: white;
    width: 100%;
    padding: 30px 20px 120px;
}

.section{
    height: 200px;
    width: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 0 20px 20px;
    float: right;
}

.details{
    padding: 10px 5px 10px 40px;
    width: 100%;
    height: 96px;
    position: absolute;
    opacity: 0;
    text-align: center;
    border-radius: 10px;
}

.cashcomunica{
    background: #0c2c79;
}

.confira{
    background: #e42b61;
}

.details p{
    margin-top: 10px;
    color: #fff;
    font-size: 9px;
    font-weight: 300;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

#nav__tab__box_info {
    transform: rotate(-90deg);
    color: #fff;
    width: 86px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -12px 0 0 -22px;
    font-family: 'Coiny', cursive;
    font-size: 16px;
    text-align: center;
}

.unicorn h4{
    text-align: right;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.buttonbtx {
    background: #0c2c79;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    float: right;
    height: 45px;
    width: 50px;
    border: none;
    outline: none;
    font-size: 9px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 38px
}

.slideSection{
    padding: 0 15px;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slideSection .slides{
    width: 60px;
    display: flex;
    justify-content: space-between;
}

.slideSection .slides span{
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 20px;
    background-color: #0c2c79;
    cursor: pointer;
}

.slideSection .slides span.active{
    width: 20px;
    border: 1px solid #0c2c79;
    background: none;
}

.container img.active{
    animation: fadein 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.details.active{
    animation: slideleft 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@keyframes slideleft {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(4%);
	}
	65%{
		transform: translateY(-2%);
	}
	80%{
		transform: translateY(2%);
	}
	95%{
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}
}

/********************/
/* PRINCIPAL CENTRO */
/********************/

.principal {
    height: 100vh;
    padding: 72px 0 0;
    overflow-y: scroll;
    margin: 0 auto;
}

.principal::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.principal::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.principal::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.recepcao {
    display: flex;
    align-items: center;
    position: relative;
    height: 600px; 
}

.image-home {
    behavior: url(css/PIE.htc);
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 30px;
}

.hero-bg-1 {
  position: absolute;
  right: 75px;
    bottom: 69%;
    width: 38px;
    height: 37px;
}

.hero-bg-2 {
  position: absolute;
    right: 28%;
    top: 40px;
    width: 155px;
}

.hero-bg-3 {
  position: absolute;
  right: 25%;
    bottom: 40%;
    width: 96px;
}

.hero-bg-4 {
  position: absolute;
      right: 120px;
    top: 15%;
    width: 40px;
}


/************** ANIMATION IMAGE *****************/

.left-right-animation {
  animation: left_right 5s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.up-down-animation {
  animation: up_down 4s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}

.aumentar-img {
    animation: crescendo 6s alternate infinite ease-in;
}

@-webkit-keyframes crescendo {
  0%   {
      -webkit-transform: scale(1);
              transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
  }
}

@keyframes crescendo {
  0%   {
      -webkit-transform: scale(1);
              transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
  }
}
/***********************/
/* PRINCIPAL SEGMENTOS */
/***********************/

.segmentos {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 600px;
    position: relative;
    margin: 0 auto;
    background-image: linear-gradient(to right, #f5bc00 50%, #6c19ff 50%);
    padding: 0 80px;
}

.segpf {
    width: 420px;
    height: 100%;
    background: #f5bc00;
    position: relative;
    display: flex
;
    align-items: center;
}

.box-afasta {
    padding: 30px;
    height: 400px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.box-retem {
    padding: 30px;
    height: 400px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.segpf p {
    color: #000;
    font-size: 17px;
    line-height: 30px; 
} 


.segpf h1 {
    color:#000;
}

.segpf h2.prima {
    font-size: 180px;
    color: #fff;
    font-family: 'Pridi', serif;
    font-weight: 900;
    padding: 0;
    opacity: 0.3;
    text-align: center;
    display: block;
    position: absolute;
    top: 55px;
    right: 40px;
}

.segpj {
    width: 420px;
    height: 100%;
    background: #6c19ff;
    position: relative;
    display: flex;
    align-items: center;
}

.segpj p {
    color: #fff;
    font-size: 17px;
    line-height: 30px; 
} 

.segpj h2.secund {
    font-size: 180px;
    color: #fff;
    font-family: 'Pridi', serif;
    font-weight: 900;
    padding: 0;
    opacity: 0.3;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 55px;
    right: 40px;
}

.segbox {
    width: 430px;
    height: 100%;
    background: url('https://agenciami.digital/wp-content/uploads/2020/03/3-motivos-para-investir-na-produ%C3%A7%C3%A3o-de-conte%C3%BAdo-no-marketing-digital-agenciamidigital.jpg') no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    color: #fff;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 310px;
    z-index: 1000;
    display: flex;
    border-radius: 12px;
    margin: 10px;
    background: #e42b61;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Pridi', serif;
}

.icon-box {
    text-align:center;
    width: 17%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
}

.texto-box {
    width: 83%;
    padding: 10px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
}

/* Add styles to the form container */
.form-container {
    width: 310px;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 20px;
    background: #f5f4f4;
}

/* Set a style for the submit/send button */
.form-container .btn {
  color: white;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    margin: 0 42%;
    opacity: 0.8;
    border: none;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #ccc;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.popup_local {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.popup_time {
    text-align:center;
    color:#091337;
    font-size:14px;
    top:0;
}

.popup_rastrek {
    padding: 10px;
    width: 100%;
    background: #ffb42b;
    border-radius: 12px;
    margin-bottom: 22px;
    text-align:center;
}

.block_rastrek {
    display: block;
    padding: 5px 0;
    background: #fff;
    border-radius: 8px;
}

.block_zap_rastrek {
    display: block;
    padding: 5px 0;
    background: #4ba94b;
    border-radius: 8px;
    text-align: center;
    margin: 10px 0 20px;
    color: #fff;
}

.infographic-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 30px;
  padding: 0 0 100px 0;
}

.carrossel-infog {
    background: #020b21;
    width: 100%;
    border-radius: 500px 500px 0 0;
}

.infographic-items{
  --color-main: #020b21;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #020b21;
}

.infographic-items h1{
    color: var(--color-main);
    display: contents;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.infographic-items h2{
  display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: var(--color-accent);
    font-family: 'Ubuntu', serif;
    letter-spacing: 2px;
}

.infographic-items p{
    padding-left: 5px;
    padding-right: 5px;
    color: var(--color-accent);
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.clip-wrapper{
  width: 100%; 
  height: 100px;
  position: relative;
}

.clip-1,
.clip-2,
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.clip-1{
  height: 100%;
  aspect-ratio: 1;
  background: var(--color-accent);
  z-index: 1;
  opacity: 0.5;
}

.clip-2{
  --border: 30px;
  aspect-ratio: 1;
  height: calc(100% - var(--border));
  background: var(--color-accent);
  z-index: 2;
}

.content{
  width: 100%; 
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content i{
  font-size: 26px;
}

.infographic-items:nth-child(1)
{
  --color-accent: #00F7F7;
  margin-top: 20px;
}
.infographic-items:nth-child(2)
{
  --color-accent: #00F7F7;
  margin-top: 70px;
}
.infographic-items:nth-child(3)
{
  --color-accent: #00F7F7;
  margin-top: 30px;
}
.infographic-items:nth-child(4)
{
  --color-accent: #00F7F7;
  margin-top: 70px;
}



/*  ----------------------------------------------------------- TAMANHO DE TELA 1200px -----------------------------------------------------------   */

@media screen and (max-width: 1200px) {
    
}

/*  ----------------------------------------------------------- TAMANHO DE TELA 768px -----------------------------------------------------------   */

@media screen and (max-width: 768px) {
    
}

/*  ----------------------------------------------------------- TAMANHO DE TELA 567px -----------------------------------------------------------   */

@media screen and (max-width: 567px) {

    h2 {
        padding: 0 0 10px;
        font-size: 19px;
    }
    
    #user-log {
        padding: 6px 10px;
    }
    
    .barra-logo {
        width: 60px;
    }
    
    .link-service-mobile {
        display: none;
    }
    
    .login-block {
        padding: 0;
        border: none;
    }
    
    img#minhaLogo {
        height: 0;
        opacity: 0;
    }
         
    img#minhaLogoMobile {
        height: 34px;
        opacity: 1;
    }
    
    .barra-login-mobile {
        display: flex;
        margin-right: 20px;
    }
    
    .barra-acesso {
        padding: 0;
    }
    
    .logar-user {
        display: none;
    }
    
    .mod-dialog {
        overflow-y: scroll;
    }
    
    .mod-dialog .mod-content {
        padding: 0.5rem;
        border-radius:none;
        height: 100%;
    }
    
    .novo-box-toc {
        display: inline-block !important;
        margin: 2px !important;
    }
    
    .pesquisar {
        padding: 10px 14px;
        width: 110px;
        margin-right: 10px;
    }
    
    .mod-hea {
        margin-bottom: 20px !important;
    }
        
    .menu-service-mobile {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 8px 20px;
        text-align: center;
        color: #fff;
        transition: bottom 200ms ease-out;
    } 
    
    .menu-service {
        display: none;
    }
    
    .dropdown-menu button {
        width: 44px;
        height: 44px;
        gap: 0;
        padding: 0 5px;
        border-radius: 32px;
    }
    
    .material-symbols-outlined {
        font-size: 20px !important;
    }
    
    .dropdown__menu-labels {
        width: 230px;
        left: -190px;
    }
    
    .dropdown__menu-labels button {
        width: 230px;
        border-radius: 0;
    }
    
    .camuflar_box {
        display: none;
    }
    
    .desktop {
        display: none;
        /* ou inline, block */
    }
    
    .base-auxiliar {
        display: none;
    }
    
    .principal {
        width: 100%;
        padding: 6rem 0 0;
    }
    
    .container {
      width: 100%;
      padding: 10px;
    }
    
    .title-bg-prime {
        font-size:32px;
        line-height: 52px;
    }
    
    span.titulo-ceara {
        font-size: 35px;
    }
    
    .recepcao {
        height: 100%; 
    }
    
    .image-home {
        height: 400px; 
    }

    .segmentos {
        display: block;
    }
    
    .segpf {
        width: 100%;
    }
    
    .segpj {
        width: 100%;
    }
    
    .segbox {
        width: 100%;
    }
    
    .novo-box-icon-tag-menu img {
        display: block;
        margin: 5px auto;
    }
    
    .poupego-criar-link {
        display: inline !important;
    }
    
    .novo-text-box-toc {
        display: flow;
    }

}


/************** COLUNAS BOOTSTRAP **************/

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}


/* This just resets the styles of our unordered list that makes our hamburger/hotdog icon */
ul {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

/* Styles for the menu button */
.menu-btn {
  background-color: #ededed;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  position: relative;
  width: 46px;
}

/* Styles for the menu */
.menu {
  bottom: 0;
  background-image: linear-gradient(to left, rgba(255,255,255,0.87), rgba(255,255,255,1));
  left: 0;
  margin-top: 20px;
  padding: 70px 20px;
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 95;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s linear;
    overflow-y: scroll;
    display: flex;
}

@media screen and (max-width: 567px) {
    .menu {
      width: 288px;
      display: block;
    }
    
    .chips {
        width: auto !important;
    }
    
}
    

.menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menu ul li {
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.5s;
}

.menu ul li .falso-a {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
}

.menu ul li .falso-a .icon-tag-menu {
    position: relative;
    display: block;
    transition: 0.5s;
}

.icon-tag-menu img {
    width: 30px;
}

.menu ul li .falso-a .text-tag-menu {
    position: relative;
    padding: 0 15px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #000;
    transition: 0.5s;
}

/* Creating the hamburger/hotdog icon in CSS */
.menu-btn li {
  background-color: #2c2c2c;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 16px;
  top: 0;
  transition: all .3s ease-in-out;
}

/* The following two lines set the three lines of our hamburger/hotdog icon apart */
.menu-btn li:first-child {
  transform: translate3d(0, -4px, 0);
}

.menu-btn li:last-child {
  transform: translate3d(0, 4px, 0);
}

/* We're now in the animation territory. These are the classes you toggle on with our Javascript function. */
.menu-btn--on li:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:nth-child(2) {
  opacity: 0;
}

.menu--open {
  transform: translate3d(0, 0, 0);
}

.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
}

.container2 {
    width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
  grid-gap: 23px;
  justify-content: center;
}


.card-top,
.card-right,
.card-bottom,
.card-left {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 8px 0px 0px rgb(8 26 72);
}

.card-top {
  flex-direction: column;
  grid-column: auto/span 1;
  grid-row: auto/span 2;
  background: #e42b61;
}

.card-right {
  flex-direction: row-reverse;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  background: #00f7f7;
}

.card-bottom {
  flex-direction: column-reverse;
  grid-column: auto/span 1;
  grid-row: auto/span 2;
  background: #6c19ff;
}

.card-left {
  flex-direction: row;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  background: #f5bc00;
}

.card-image {
  display: flex;
}

.card-top .card-image,
.card-bottom .card-image {
  height: 50%;
  width: 100%;
}

.card-left .card-image,
.card-right .card-image {
  height: 100%;
  width: 50%;
}

.card-image img {
  width: 100%;
  object-fit: cover;
}

.card-top img {
  border-radius: 20px 20px 0 0;
}

.card-right img {
  border-radius: 0 20px 20px 0;
}

.card-bottom img {
  border-radius: 0 0 20px 20px;
}

.card-left img {
  border-radius: 20px 0 0 20px;
}

.card-text {
  align-self: center;
  padding: 23px;
}

.card-top .card-text {
  height: auto;
  width: auto;
  padding-bottom: 36.8px;
  text-align: center;
}

.card-right .card-text {
  height: auto;
  width: 50%;
  padding-left: 36.8px;
  text-align: center;
}

.card-bottom .card-text {
  height: auto;
  width: auto;
  padding-top: 36.8px;
  text-align: center;
}

.card-left .card-text {
  height: auto;
  width: 50%;
  padding-right: 36.8px;
  text-align: center;
}

.card-top .card-text p, .card-bottom .card-text p {
  margin: 0;
  line-height: 1.35em;
  color: #fff;
}

.card-text p {
  margin: 0;
  line-height: 1.35em;
  color: #020b21;
}

img.card-icon-grupo {
    border-radius: 8px;
    width: 50px;
    padding: 8px;
    background: #fff;
}

@media (max-width: 500px) {
  .card-top {
    flex-direction: row;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-bottom {
    flex-direction: row-reverse;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-top .card-image,
  .card-bottom .card-image {
    height: 100%;
    width: 50%;
  }

  .card-top img {
    border-radius: 20px 0 0 20px;
  }

  .card-bottom img {
    border-radius: 0 20px 20px 0;
  }

  .card-top .card-text {
    height: auto;
    width: 50%;
    padding-right: 36.8px;
  }

  .card-bottom .card-text {
    height: auto;
    width: 50%;
    padding-left: 36.8px;
  }
}
@media (max-width: 400px) {
  .card-image {
    width: 38% !important;
  }

  .card-text {
    width: 62% !important;
  }
}

.box {
  width: 100%;
  height: 100%;
   position: relative;
}

.box::after{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom: 0;
  right: 100px;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}


.box::before{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom:100px;
  right: 0;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}

.box img {
  width: 100%;
  height: 100%;
    border-radius: 20px 20px 0 20px;
}

.cta {
  width: 90px;
  height: 90px;
  background: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
/*  2nd card*/

.second-card {
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.second-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
}

.second-card .box {
  width: 100%;
  height: 100%;
   position: relative;
}

.second-card  .box::after{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  bottom: 0;
  right: 79px;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px #fff;
}


.second-card .box::before{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  bottom: 79px;
  right: 0;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px #fff;
}

.second-card .box img {
  width: 100%;
  height: 100%;
    border-radius: 20px 20px 0 20px;
}

.second-card .cta {
  width: 70px;
  height: 70px;
  background: #FFF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.card-left .second-card .cta {
  background: #f5bc00;
}

.card-left .second-card .box::before{
  box-shadow: 5px 5px #f5bc00;
}

.card-left .second-card .box::after{
  box-shadow: 5px 5px #f5bc00;
}

.card-left .second-card::after{
  background: #f5bc00;
}

.card-right .second-card-alt .cta-alt {
  background: #00f7f7;
}

.card-right .second-card-alt .box-alt::before{
  box-shadow: -5px -5px #00f7f7;
}

.card-right .second-card-alt .box-alt::after{
  box-shadow: -5px -5px #00f7f7;
}

.card-right .second-card-alt::after{
  background: #00f7f7;
}

.card-top .second-card .cta {
  background: #e42b61;
}

.card-top .second-card .box::before{
  box-shadow: 5px 5px #e42b61;
}

.card-top .second-card .box::after{
  box-shadow: 5px 5px #e42b61;
}

.card-top .second-card::after{
  background: #e42b61;
}

.card-bottom .second-card-alt .cta-alt {
  background: #6c19ff;
}

.card-bottom .second-card-alt .box-alt::before{
  box-shadow: -5px -5px #6c19ff;
}

.card-bottom .second-card-alt .box-alt::after{
  box-shadow: -5px -5px #6c19ff;
}

.card-bottom .second-card-alt::after{
  background: #6c19ff;
}
/*--------------------------------------------------------------------------------------------*/

.box-alt {
  width: 100%;
  height: 100%;
   position: relative;
}

.box-alt::after{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom: 0;
  right: 100px;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}


.box-alt::before{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom:100px;
  right: 0;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}

.box-alt img {
  width: 100%;
  height: 100%;
    border-radius: 20px 20px 0 20px;
}

.cta-alt {
  width: 90px;
  height: 90px;
  background: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/*  2nd card*/

.second-card-alt {
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.second-card-alt::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
}

.second-card-alt .box-alt {
  width: 100%;
  height: 100%;
   position: relative;
}

.second-card-alt  .box-alt::after{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
      top: 79px;
    left: 0;
    border-radius: 20px 0 0 0;
    z-index: 1;
    box-shadow: -5px -5px #fff;
}


.second-card-alt .box-alt::before{
content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  top: 0;
    left: 79px;
    border-radius: 20px 0 0 0;
    z-index: 1;
    box-shadow: -5px -5px #fff;
}

.second-card-alt .box-alt img {
  width: 100%;
  height: 100%;
    border-radius: 20px 20px 0 20px;
}

.second-card-alt .cta-alt {
  width: 70px;
  height: 70px;
  background: #FFF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}




.escond {
    position: relative;
}

.open_revel {
    cursor: pointer;
}

.revel {
	position: relative;
	width: 100%;
}

.sub-menu-tag {
    display: inline-block;
    padding: 8px 0 8px 20px;
    color: #0c2c79;
    width: 100%;
}

.sub-menu-tag:hover {
    background-image: linear-gradient(to bottom right, #fff, #ccc);
}

/* The mod's background */
.mod {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      overflow: hidden;
    background-color: #00F7F7;
    transition: all 0.5s ease 0.06s;
    z-index: 1999999999;
}

/* Display the mod when targeted */
.mod:target {
  display: table;
}

/* The mod box */
.mod-dialog {
  display: flex;
    flex-direction: column;
        height: 100%;
    justify-content: center;
}

/* The mod's content */
.mod-dialog .mod-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 1.2rem;
    /* visibility: hidden; */
    box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
    border-radius: 5px;
}

/* The button used to close the mod */
.mod-btn {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: bold;
  color: #dedede;
}

.mod-btn:hover,
.mod-btn:focus {
  color: hsl(0, 100%, 70%);
  text-decoration: none;
  cursor: pointer;
}

.mob-btn:before {
    content: "Fechar";
    font-size: 1rem;
    display: none;
    text-decoration: none;
    align-self: center;
    margin-top: 0.2rem;
    font-weight: 400;
}

.mob-btn:hover:before {
	display: initial;
	color: #dedede;
}

.mod-container {
  padding: 2px 16px;
}

.mod-hea {
  font-size: 25px;
  color: white;
  margin-bottom: 20px;
}

.mod-foo {
  font-size: 20px;
  color: white;
}

#videoGallery div {
    display:none;
}
.yesDisplay {
    display:block !important;
}

.novo-box-toc {
    font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        /* identical to box height */
        cursor: pointer;

        color: #000;
}

.novo-text-box-toc {
    font-size: 9px;
    color: #2c2c2c;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.novo-box-icon-tag-menu img {
    width: 25px;
}

.poupego-criar-link {
    display: flex;
}

/* 
MOD LOGIN
The mod's background */

.mod-login {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      overflow: hidden;
    background-color: rgb(0 0 0 / 33%);
    transition: all 0.5s ease 0.06s;
    z-index: 1999999999;
}

/* Display the mod when targeted */
.mod-login:target {
  display: table;
}

/* The mod box */
.mod-login-dialog {
  display: flex;
    flex-direction: column;
        height: 100%;
    justify-content: center;
}

/* The mod's content */
.mod-login-dialog .mod-login-content {
    background-color: #fff;
    margin: 0 auto;
    /* visibility: hidden; */
    box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
    border-radius: 5px;
        display: flex;
    width: 800px;
    height: 600px;
}

/* The button used to close the mod */
.mob-login-btn {
  text-decoration: none;
    float: left;
    font-size: 22px;
    color: #c2c2c2;
    border: none;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    display: flex;
    height: 36px;
    width: 36px;
    justify-content: center;
}

.mob-login-btn:focus {
  color: hsl(0, 100%, 70%);
  text-decoration: none;
  cursor: pointer;
}

.mob-login-btn:hover {
    background: #E42B61;
    color: #fff !important;
}

.mob-login-btn:hover:before {
	display: initial;
	color: #dedede;
}

.mod-login-container {
  padding: 2px 16px;
}

.mod-login-hea {
  font-size: 25px;
  color: white;
  margin-bottom: 20px;
}

.mod-login-foo {
  font-size: 20px;
  color: white;
}

.mod-login-back {
        display: flex;
    width: 50%;
}

.mod-login-conteudo {
    width: 50%;
    margin: 1rem;

}

@media screen and (max-width: 567px) {
    .mod-login-back {
        display: none;
    }
    
    .mod-login-conteudo {
        width: 100%;
        margin: 0.5rem;
    }
    
    .mod-login-dialog .mod-login-content {
        width: 100%;
        height: 100%;
    }
    
}

.flex-r,
.flex-c {
  justify-content: center;
  align-items: center;
  display: flex;
}
.flex-c {
  flex-direction: column;
}
.flex-r {
  flex-direction: row;
}

.container-login {
  width: 100%;
}

.login-text {
  background-color: #fff;
  max-width: 400px;
  min-height: 500px;
  border-radius: 10px;
  padding: 0 20px;
}

.logo {
  margin-bottom: 20px;
  text-align: center;
}
.logo span,
.logo span i {
  font-size: 25px;
  color: #0d8aa7;
}

.login-text h1 {
  font-size: 25px;
  margin-bottom: 5px;
}
.login-text p {
  font-size: 15px;
  color: #000000b2;
}

form {
  align-items: flex-start !important;
  width: 100%;
}

.input-box {
  margin: 10px 0px;
  width: 100%;
  text-align: left;
}
.label-login {
  font-size: 15px;
  color: black;
  margin-bottom: 3px;
  font-family: 'Poppins', sans-serif;
}
.input-login {
  background-color: #f6f6f6;
  padding: 0px 5px;
  border: 2px solid rgba(216, 216, 216, 1);
  border-radius: 10px;
  overflow: hidden;
  justify-content: flex-start;
}

.input-flex-1 {
  border: none;
  outline: none;
  padding: 10px 5px;
  background-color: #f6f6f6;
  flex: 1;
  font-family: 'Poppins', sans-serif;
}
.input i {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: #ccc;
  font-weight: 400;
}

.check span {
  color: #000000b2;
  font-size: 15px;
  margin-left: 5px;
  font-family: 'Poppins', sans-serif;
}

.btn-login {
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 15px;
  background: linear-gradient(122.33deg, #68bed1 30.62%, #1e94e9 100%);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.btn-login:hover {
  transform: translateY(-2px);
}
.extra-line {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.alert-success {
    color: #3CB371;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.alert-danger {
    color: #FF6347;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.faq-grade {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-quest {
    margin: 8px 0;
}

.faq-titulo {
    height: 60px;
    display: flex;
    width: 800px;
    background: #ccc;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 30px;
    border-radius: 20px 8px 0 0;
    font-size: 18px;
    font-family: 'Ubuntu', serif;
    font-weight: 500;
    color: #020b21;
} 

.faq-resposta {
    height: auto;
    display: flex;
    width: 800px;
    background: #fff;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 0 0 20px 8px;
    font-size: 18px;
    font-family: 'Ubuntu', serif;
    padding: 25px 15px;
    color: #020b21;
    line-height: 22px;
}

.nossosservice-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    gap: 30px;
}

.nossosservice-items {
    --color-main: #020b21;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #020b21;
}







.new_footer_area {
    background: #000;
}


.new_footer_top {
    padding: 50px 0px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #e42b61;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e42b61;
    border-color: #e42b61;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #e42b61;
}

.new_footer_top .f_social_icon a:hover {
    background: #e42b61;
    border-color: #e42b61;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/


