@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

/* //////////// whatsapp button //////////// */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse a {
  color: white;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  z-index: 999;
	bottom: 25px;
	left: 25px;
	animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  }

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* //////////// # base style overrides //////////// */
*{
  font-display: swap !important;
}

html {
  -webkit-tap-highlight-color: #00000000;
  font-size: 10px;
  font-display: swap;
  height: 100%;
}

@media screen and (max-width:400px) {
  html {
    font-size: 9.4px;
  }
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  font-style:normal;
  font-weight: 410;
  line-height: 1.400;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* //////////// typography //////////// */
h1 {
  font-family: "Raleway', sans-serif";
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

h5, h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {
  h5, h6 {
    margin-top: 4rem;
    margin-bottom: 0.8rem;
  }

}

h1 {
  font-size: 3.6rem;
  line-height: 1.222;
  letter-spacing: -.1rem;
}

@media screen and (max-width:600px) {
  h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }

}

h2 {
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 20px;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.1667;
}

h4 {
  font-size: 2.1rem;
  line-height: 1.286;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

/* //////////// alerts //////////// */
.container-alert {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box
}

.ativa_alerta {
  position: fixed;
  top: 70px;
  right: 10px;
}

/* //////////// header //////////// */
header {
  z-index: 997;
}

.s-header {
  width: 100%;
  height: 78px;
  text-align: center;
  z-index: 100;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
}

.s-header.sticky {
  background-color: rgb(243, 243, 243);
  position: fixed;
  top: 0;
  left: 0;
}

.s-header a {
  color: black;
}

.s-header a:hover {
 color: orangered;
}

/* //////////// header logo //////////// */
.header-logo {
  display: inline-block;
  margin: 3px 0 0 0;
  padding: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: inherit;
}

.header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  transition: all .3s;
}

.header-logo img {
  width: 157px;
  margin: 0;
}

 /* ////////////  ## main navigation  //////////// */
.header-nav-wrap {
  display: inline-block;
}

.header-nav-wrap ul {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-top: 18px;
}

.header-nav-wrap li {
  display: inline-block;
  padding-left: 0;
}

.header-nav-wrap li a {
  display: block;
  line-height: calc(78px - (18px * 2));
}

.header-main-nav {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 0 4px;
  position: relative;
  list-style: none;
  z-index: 2;
}

.fix {
  height: 59px;
}

.header-main-nav li {
  display:inline-block;
  margin: 0 2rem;
}

.header-main-nav li ul li a {
  margin: 0;
  padding: 10px;
  font-weight: 400;
	line-height: 25px;
  background-color: white;
}

.header-main-nav li ul li a:hover {
  background-color: whitesmoke;
  color: black;
}

.header-main-nav li:hover > ul {
	display:inherit;
}

.header-main-nav a {
  position: relative;
  display: block;
	padding: 0 10px;
  font-size: 16px;
	text-decoration: none;
}

.header-main-nav ul {
  display: none;
	position: absolute; 
  top: 34px;
  left: 110px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
}

.header-main-nav ul li {
	width:140px;
	float:none;
	display:list-item;
  margin: 0;
  text-align: left;
}

.login {
  margin-top: 17px !important;
  position: absolute;
  top: 0;
  right: 51px;
}

.login li {
  border-bottom: none !important;
}

.login li a {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.login li a:hover {
  color: black;
}

.login img {
  width: 28px;
  margin-top: -19px;
}

.mobile {
  display: none;
}

.fix2 ul {
  left: 50px;
}

/* ////////////  menu trigger  //////////// */
.header-menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Lora", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
  position: absolute;
  right: 32px;
  top: 18px;
  z-index: inherit;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: black;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: black;
  transition: all .5s;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 9px;
  right: auto;
  bottom: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition: all .5s;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  transition: all .1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: black;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* //////////////////////////////////// 
  responsive:
    header
 * //////////////////////////////////// */
@media screen and (max-width:1200px) {
  .header-main-nav li {
    margin: 0 1.4rem;
  }
}

@media screen and (max-width:800px) {
  .s-header {
    background-color: whitesmoke;
    position: fixed;
    top: 0;
  }

  .header-logo img {
    width: 150px;
  }

  .header-main-nav li ul li a {
    margin: 0 0 0 51px;
  }

  .header-nav-wrap {
    display: none;
    text-align: left;
    height: auto;
    width: 100%;
    background-color: whitesmoke;
    padding: 120px 44px 64px;
  }

  .header-nav-wrap .header-main-nav {
    display: block;
    padding-left: 0;
    height: auto;
    margin: 0 0 4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .header-nav-wrap .header-main-nav li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  .header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 20px;
  }

  .header-nav-wrap .login {
    display: block;
    position: static;
  }

  .header-menu-toggle {
    display: block;
  }
}

@media screen and (max-width:600px) {
  .header-logo {
    left: 35px;
  }
}

@media only screen and (min-width:801px) {
  .header-nav-wrap {
    display: block !important;
  }
}

/* //////////// intro //////////// */
.s-intro {
  width: 100%;
  min-height: 600px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-pic {
  background-image: url(../img/2.jpg);
  background-size: cover;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  text-align: center;
  bottom: 0;
}

.intro-picsmoke{
  background-color: white;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  filter: opacity(60%);
}

.intro{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  position: relative;
  top: 200px;
}

.intro h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 45px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: black;
  display: block;
  font-weight: bold;
}

.intro p{
 max-width: 900px;
}

.laranja {
  color: #E56620;
}

.botao{
  padding: 9px 30px;
  margin-top: 20px;
  background-color: #E56620;
  color: white;
  border: none;
  box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-family: 'Sarala', sans-serif;
  font-size: 20px;
}

.botao:hover{
  background-color: white;
  color: #E56620;
  transition: 0.3s;
}

#categoria{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: -50px auto 40px auto;
}

.block-c{
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
  width: 247px;
  height: 200px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.block-c:hover{
  background-color: #E56620;
  color: white;
  transition: 0.3s;
}

.space {
  padding-top: 100px;
}

/* //////////// carousel //////////// */
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
  text-align: center;
}

.carousel-wrap h2 {
  font-family: 'Raleway', sans-serif;
  color: black;
  display: block;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.carousel-wrap p {
  font-family: 'Raleway', sans-serif;
  color: black;
  display: block;
  margin: 8px 0 20px 0;
}

.carousel-wrap .red {
  background-color: #E56620;
  width: 80px;
  height: 3px;
  margin: -20px auto 0;
}

.owl-carousel .item {
  height: 140px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto 20px;
  cursor: pointer;
  filter: grayscale(1);
  animation-delay: 1.1s;
}

.owl-carousel .item:hover {
  filter: grayscale(0);
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/* ////////////// fade /////////////// */
.animated1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animated2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.2s;
}

.animated3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
}

.animated4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.6s;
}

.animated5 {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUpOpacityFull {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animatedFadeInUp2 {
  opacity: 0
}

.fadeInUp2 {
  opacity: 0;
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
}

@keyframes fadeInUp2 {
  from {
      transform: translate3d(0,5px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp2 {
  from {
      transform: translate3d(0,5px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

/* //////////// downloads //////////// */
.mapa-site {
  margin: 76px 0 25px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(241, 241, 241, 0.789);
}

.indice {
  padding: 21px 0 0 12px;
  color: rgb(67, 67, 67);
}

.download-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: flex-start;
  gap: 30px 0;
}

.download-grid a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.base {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  grid-gap: 2rem;
  gap: 17px;
  max-width: 1140px;
}

.base  h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 30px;
}

.base form {
  margin-bottom: 40px;
}

.base-download {
  margin: 0 0 100px 30px;
}

/* ////////////// diversos /////////////// */
.contato a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: black;
}

.base-edit{
  max-width: 1250px;
  margin: 0 auto 75px;
}

.base-edit h2{
  padding: 0;
  margin-top: 40px;
}

.diversos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  justify-content: flex-start;
  margin: 0 20px;
}

.block-d{
  display: flex;
  flex-direction: column;
  margin: 0 0 5px 0;
}

.block-d iframe{
  width: 390px;
  height: 219.4px;
  border-radius: 6px;
}

.block-d span{
  margin: 0 0 10px 10px;
}

/* //////////// edit-cronograma //////////// */
.titulo-cronograma {
  display: flex;
  flex-direction: row;
  gap: 13px;
  margin: 30px 0 0 0;
}

.titulo-cronograma span a {
  color: black;
}

.link-cronograma {
  width: 20px;
}

.cronograma-title {
  margin: 0 0 60px 0;
}

.cronograma{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 45px 0;
}

.blocoCronograma{
  border-radius: 10px;
  background-color: white;
  box-shadow: 5px 5px 12px rgb(0 0 0 / 15%);
  width: 355px;
  min-height: 325px;
  color: black;
  padding-top: 17px;
  font-family: "Open Sans", sans-serif;
}

.cronograma-tituto {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.formCronograma{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  width: 100%;
}

.formCronograma label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.formCronograma textarea{
  margin: 0;
  padding: 10px 0 10px 0;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  outline: none;
  box-shadow: none;
  background: none;
  background: transparent;
}

textarea::-webkit-scrollbar,
textarea::-webkit-resizer { 
  display: none;
}

.content{
  width: 100%;
  text-align: center;
}

.content::placeholder {
  text-align: center;
  color: rgba(48, 45, 43, 0.678);
}

.content::placeholder:focus {
  display: none;
}

.botoes{
  display: flex;
  flex-direction: row;
  margin-left: 82%;
}

.button-trash{
  margin: 0 18px 0 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  background: var(--background);
  display: flex;
  align-items: center;
}

.button-publish {
  background-color: #E56620;
  color: white;
  border: 2px solid white;
  padding: 0.8em 1.5em;
  border-radius: 24px;
  cursor: pointer;
  font-weight: 500;
}

.button-publish:hover {
  background-color: white;
  color: #E56620;
  border: 2px solid #E56620;
  transition: 0.3s;
}

.button-trash img{
  width: 42px;
}

/* //////////// Impressoras //////////// */
.marcas-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 45px 0 70px 0 !important;
  align-items: center;
}

.base-termica {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 0;
  margin: 45px 0 55px 0;
}

.base-termica img {
  width: 230px;
}

.block-m {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 230px;
  height: 123.1px;
  border: none;
  cursor: pointer;
}

.logo_samsung {
  background-image: url(../img/samsung.svg);
  margin: 3px 40px 0 0;
}

.logo_ricoh {
  background-image: url(../img/ricoh.svg);
}

.logo_hp {
  background-image: url(../img/hp.svg);
}

.logo_brother {
  background-image: url(../img/brother.svg);
}

.logo_epson {
  background-image: url(../img/epson.svg);
}

.logo_zebra {
  background-image: url(../img/zebra.svg);
  margin: 0 20px 0 10px;
}

.logo_tsc {
  background-image: url(../img/tsc.svg);
  margin: 0 20px 0 10px;
}

.logo_datamax {
  background-image: url(../img/datamax.svg);
  margin: 0 20px 0 10px;
}

.logo_honeywell {
  background-image: url(../img/honeywell.svg);
  margin: 0 20px 0 10px;
}

.block-m:hover {
  transform: scale(1.09);
  transition: all 0.5s;
}


/* //////////// dropdown //////////// */
.dropdown-c {
  color: #353535;
  gap: 0px;
}

.dropdown-c h2 {
  font-family: 'Raleway', sans-serif;
  margin: 10px 0 -10px 0;
  font-size: 25px;
  text-align: left;
}

.dropdown-c h1 a {
  color: #E56620;
  font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 640px;
  background: white;
}

.accordion .link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 34px 15px 15px 0;
  color: #353535;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.accordion .link .span {
  padding-top: 2px;
}

.accordion li i {
  margin: 0 0 0 11px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  font-size: 16px;
}

.accordion li.open i { 
  color: #E56620; 
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: whitesmoke;
  font-family: "Open Sans" sans-serif !important;
  font-size: 14px;
  padding: 10px 0 10px 0;
}

.submenu li a {
  width: 100%;
  color: black;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.submenu li a:hover {
  margin-left: 2px;
  transition: all 0.1s;
}

.submenu li {
  display: flex;
  padding: 0;
}

.submenu .buttons {
  display: flex;
  flex-direction: row;
  margin-right: 25px;
}

.submenu .buttons .edit {
  margin-right: 12px;
}

.adm {
  color: #E56620 !important;
}

.adm:hover {
  color: #E56620 !important;
  background-color: transparent !important;
  margin-left: 2px;
  transition: all 0.1s;
}

.aviso {
  padding: 12px 30px 12px 30px !important;
}

.aviso2 {
  margin: 40px 0px 0px 40px;
  cursor: pointer;
}

.erro__mobile {
  display: none;
  justify-content: center;
  margin: 200px auto;
}

.aviso:hover {
  background-color: transparent !important;
  margin-left: 2px;
  transition: all 0.1s;
}

.aviso_desenvolvimento{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 120px auto;
}

/* //////////// Dashboard //////////// */
.base-dashboard {
  margin-top: 13px;
}

.titulo-dashboard {
  display: flex;
  flex-direction: row;
  gap: 13px;
  margin: 50px 0 30px;
}

.titulo-dashboard span a {
  color: black;
}

.container-dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  margin: 40px auto;
}

.dashboard-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 10px 30px 30px 30px;
}

.dashboard-info img {
  width: 163px;
}

.dashboard-info span {
  font-size: 22px;
}

.form-container {
  width: 390px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: initial;
}

.form-container span {
  font-size: 15px;
  color: #595959;
}

.form-dashboard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 0 !important;
}

.form-dashboard label {
  margin: 0 0 5px 0;
  font-size: 15px;
}

.form-dashboard input::placeholder {
  font-size: 16px;
}

.form-dashboard input {
  background-color: whitesmoke;
  border-radius: 9px;
  border: 1px solid rgb(187, 187, 187);
  padding: 7px 18px;
  font-size: 18px;
}

.botao-dashboard {
  width: 100%;
  display: flex;
  justify-content: end;
}

.botao-dashboard button {
  padding: 9px 18px;
  background-color: #E56620;
  color: white;
  border-radius: 19px;
  border: 2px solid white;
  cursor: pointer;
  font-family: 'Sarala', sans-serif;
  font-size: 17px;
}

.botao-dashboard button:hover{
  background-color: white;
  color: #E56620;
  border: 2px solid #E56620;

}

.erro-senha{
  margin: -6px 0px -4px 4px;
}

.erro-senha .red {
  color: red;
}

.erro-input {
  border: 2px solid red !important;
}

/* //////////// base-usersPanel //////////// */
.base-usersPanel {
  max-width: 1300px;
  margin: 56px auto 0;
}

.user-tag {
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 3px;
  cursor: help;
}

.tag-user {
  color: #1e9d91;
  background-color: #ccfbf1;
}

.tag-admin {
  color: #3972ed;
  background-color: #dbeafe;
}

.checkbox_container {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 5px;
}

.usuarios_label {
  margin: 7px 0 2px;
}

.margem_esquerda {
  margin: 0 30px;
}

input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: red;
  border-radius: 2rem;
  margin-right: 4px;
  border: 1px solid rgba(31, 31, 31, 0.178);
}

input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1.4px;
  left: 1.4px;
  transition: 0.2s;
}

input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

input[type="checkbox"]:checked {
  background: #00ed64;
}


/* //////////// cpainel //////////// */
.iten-01 {
  grid-area: aside;
}
.iten-01 {
  grid-area: conteudo;
}

.base-cpainel {
  display: grid;
  grid-template-columns: 18% 82%;
  grid-template-rows: auto;
  grid-template-areas: "aside conteudo";
  margin: 57px 0 0 50px;
}

.cpainel__aside {
  padding: 0 0 50px 0;
}

.cpainel__aside form button {
  display: block;
  width: 100%;
  padding: 13px;
  background-color: transparent;
  border:none;
  cursor: pointer;
  font-weight: 410;
  line-height: inherit;
  text-align: left;
  color: #2e313b
}

.cpainel__aside-active {
  background-color: #f3f5f5 !important;
  border-left: 4px solid #E56620 !important;
}

.cpainel__conteudo {
  background-color: #f3f5f5;
  padding: 18px 18px 30px;
}

.cpainel__conteudo h4 {
  line-height: 1.500;
  color: #2e313b;
  margin-bottom: 8px;
}

.cpainel__conteudo-obs {
  color:#747c82;
  font-size: 1.5rem;
  font-weight: 400;
}

.cpainel__table {
  background-color: white;
  width: 100%;
  padding: 22px;
  margin-top: 19px;
  border-radius: 7px;
  box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.12);
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #eff1f3;
  color: #747c82;
  font-family: "Lora", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

td {
  padding: 8px;
  color: #25272e;
  font-family: "Lora", sans-serif;
  text-align: center;
}

tr:nth-child(even) {
  background-color: #f6f8fa;
}

.centraliza-linha {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.centraliza-coluna {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.centraliza-coluna .centraliza {
  justify-content: center;
}

.coluna {
  display: flex;
  flex-direction: column;
}

.form__edit-botao {
  flex-direction: row-reverse;
  gap: 4px;
}

.cpainel_btn {
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.cpainel_btn:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

.btn__editar {
  background-image: url(../img/icon-edit.png);
  margin-right: 4px;
  width: 25px;
  height: 25px;
}

.btn__remover {
  background-image: url(../img/icon-remove.png);
  width: 25px;
  height: 25px;
}

.btn__adicionar {
  background-image: url(../img/icon-add.png);
  width: 25px;
  height: 25px;
  margin: 18px 20px 0;
}

.btn__adicionar-menor {
  background-image: url(../img/icon-add.png);
  width: 23px;
  height: 23px;
  margin: 10px 0;
}

.btn__remover-menor {
  background-image: url(../img/icon-remove.png);
  width: 23px;
  height: 23px;
}

.btn_save {
  background-color: white;
  color: #E56620;
  border: 1.9px solid #E56620;
  border-radius: 13px;
  font-weight: 500;
  padding: 8px 16px;
  cursor: pointer;
}

.btn_save:hover {
  background-color: #E56620;
  color: white;
  border: 1.9px solid white;
}

.btn_cancel {
  background-color: white;
  color: red;
  border-radius: 13px;
  border: 1.9px solid red;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
}

.btn_cancel:hover {
  background-color: red;
  color: white;
  border: 1.9px solid white;
}

@media only screen and (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  tr {
    margin: 0 0 1rem 0;
  }
  
  td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  
  td:nth-of-type(1):before {
    content: "Column 1";
  }
  
  td:nth-of-type(2):before {
    content: "Column 2";
  }
  
  td:nth-of-type(3):before {
    content: "Column 3";
  }
  
  td:nth-of-type(4):before {
    content: "Column 4";
  }
  
  td:nth-of-type(5):before {
    content: "Column 5";
  }
}

/* //////////// popup //////////// */
.popup__fundo{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.5);
}

.ativa {
  display: flex !important;
}

.popup__container {
  display: flex;
  flex-direction: column;
  padding: 42px;
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 0px 30px -11px rgba(0,0,0,0.4);
}

.form__container {
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin: 0 auto;
}

.form__container select {
  margin-bottom: 16px;
}

.form__btn_container {
  display: flex;
  justify-content: end;
}

.form__input {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: #25272e;
  border: 1px solid #00000057;
  border-radius: 5px;
  font-family: "Lora", sans-serif;
}

.input_maior {
  width: 340px;
}

.contador_linhas {
  color: #747c82;
  font-size: 1.55rem;
}

/* //////////// cronograma //////////// */
.base-cronograma {
  width: 88%;
  margin: 0 auto;
  margin-left: 12%;
  overflow-x: hidden;
}

.base-cronograma h2 {
  margin: 20px 0 30px 20px;
  padding: 0 !important;
}

.cronograma-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cronograma-container span {
  margin-left: 30px;
  font-size: 2.6rem;
  font-weight: 600;
}

.cronograma-conteudo {
  width: 490px;
  min-height: 450px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 18%);
  margin: 20px 0 0 20px;
  padding: 18px 30px 0 51px;
  font-size: 2.7rem;
  line-height: 1.1;
}

.cronograma-conteudo p {
  margin: 18px 0;
  font-size: 2.4rem;
}

.cronograma-conteudo h3 {
  margin: 25px 0 5px 0;
  font-size: 2.6rem;
  font-weight: 600;
}

.base-cronograma .owl-carousel {
  width: 1600px;
}

.fix-visible {
  display: none !important;
}

/* //////////// space //////////// */
.espace-lvl {
  margin-bottom: 33px;
}

.espace-lvl0 {
  margin-bottom: 90px;
}

.espace-lvl1 {
  margin: 100px 0;
}

.espace-lvl1-5 {
  margin: 125px 0;
}

.espace-lvl2 {
  margin: 150px 0;
}

.espace-lvl2-5 {
  margin: 173px 0;
}

.espace-lvl2-7 {
  margin: 247px 0;
}

.espace-lvl2-8 {
  margin: 257px 0;
}

.espace-lvl3 {
  margin: 370px 0;
}

.espace-lvl4 {
  margin: 690px 0;
}

/* //////////// footer //////////// */
.pre-footer_container {
  position: sticky;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #262626;
  padding-bottom: 3rem;
  z-index: 10;
}

.selo-google{
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 100%;
  margin: 10px 6px 0 0;
}

.selo-google img,
.selo-google a {
  width: 120px;
}

.pre-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}

.pre-footer p,
.pre-footer a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.pre-footer h3 {
  font-size: 16px;
  margin: 0 0 1.2rem 0;
}

.pre-footer a {
  color: white;
  margin-left: 7px;
}

.pre-footer a:hover {
  color: #8b8b8b;
}

.coluna_pre-footer {
  gap: 11px;
}

.btn-social {
  margin: 10px 0 0 -7px
}

.btn-social img {
  width: 33px;
}

.arrow2 {
  width: 6.5px;
  margin-right: 6px;
}

.contato p {
  font-family: "Open Sans", sans-serif;
}

.contato span {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.resumo {
  max-width: 314px;
}

.resumo img:hover{ 
  filter: brightness(80%);
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding: 20px 0 30px;
  background-color: #121212;
  color: #8b8b8b;

  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.footer img {
  width: 150px;
}

.footer span {
  color: white;
}

.footer .design-by:hover {
  color: #8b8b8b;
  cursor: pointer;
}

/* //////////////////////////////////// 
  responsive:
    intro
    categoria
    footer
 * //////////////////////////////////// */
@media screen and (max-width:1500px) {
  .carousel-wrap {
    margin: 90px auto 80px auto;
  }
  .carousel-wrap p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1454px) {
  .block-c {
    width: 224px;
    height: 175px;
    font-size: 15px;
  }

  #categoria {
    gap: 32;
  }
}

@media screen and (max-width:1410px) {
  .carousel-wrap {
    margin: 90px auto 70px auto;
  }
}

@media screen and (max-width:1344px) {
  #categoria {
    max-width: 800px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:1219px) {
  .diversos {
    justify-content: space-around;
    margin: 0 auto; 
  }
}

@media screen and (max-width:1200px) {
  .intro-content {
    max-width: 1000px;
  }

  @-webkit-keyframes slide {
    100% { left: 34%; }
  }

  @keyframes slide {
    100% { left: 34%; }
  }

  .intro-text h3 {
    font-size: 2rem;
  }

  .intro-text h1 {
    font-size: 7rem;
  }

  .carousel-wrap {
    margin: 90px auto 55px auto;
  }

  .base {
    padding: 0 15px 0 15px;
  }

  .cronograma {
    justify-content: center;
  }

  .base-cronograma-edit {
    text-align: center;
  }

  .botoes {
    margin-left: 66%;
  }

  .titulo-cronograma {
    margin: 45px auto 0 auto;
  }

  .dropdown-c h2, .acc-margin {
    margin-left: 20px;
  }
  
  .marcas-grid {
    padding-left: 20px;
  }

  .dropdown-c ul {
    padding-right: 20px;
  }

  .base-dashboard h2 {
    margin-left: 13px;
  }
}

@media screen and (max-width:900px) {
  .intro {
    max-width: 760px;
  }
}

@media screen and (max-width:800px) {
  #categoria {
    max-width: 700px;
  }
  
  .intro {
    margin: 0 20px;
  }

  .intro-text h1 {
    font-size: 5.6rem;
  }

  .owl-carousel .item {
    filter: grayscale(0);
  }

  .header-main-nav li:hover > ul {
    display: contents;
    background-color: whitesmoke;
  }

  .header-main-nav li ul li a {
    background-color: whitesmoke;
  }

  .base-download {
    align-items: center;
    padding: 0;
    margin: 0 0 60px 0;
  }

  .download-grid {
    justify-content: center;
    gap: 30px;
  }

  .login img {
    margin-top: -7px;
  }

  .header-logo {
    background-color: whitesmoke;
  }

  .pre-footer_container {
    display: none;
  }

  .footer {
    position: inherit;
  }
}

@media screen and (max-width:786px) {
  .intro {
    top: 155px;
  }
}

@media screen and (max-width:779px) {
  .marcas-grid  {
    margin: 20px auto 55px auto;
  }
}

@media screen and (max-width:769px) {
  .base form {
    margin-bottom: 0;
  }

  .botoes {
    margin: 0 0 40px 48%;
  }

  .base-cpainel {
    display: none;
  }

  .base-usersPanel {
    display: none;
  }

  .erro__mobile {
    display: flex;
  }
}

@media screen and (max-width:702px) {
  .base-dashboard {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 42px;  
  }

  .base-dashboard h2 {
    margin-left: 0;
  }

  .container-dashboard {
    flex-direction: column;
    align-items: center;
  }

  .base-dashboard h2 {
    margin: 0;
    padding: 0;
  }

  .container-dashboard {
    margin: 17px auto;
  }

  .dashboard-info {
    margin: 0px 30px;
  }

  .espace-lvl0 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:700px) {
  .intro-text h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width:671px) {
  .intro {
    top: 140px;
  }
}

@media screen and (max-width:600px) {
  .base-cronograma {
    width: 90%;
    margin: 0 auto;
  }

  .base-cronograma h2 {
    margin: 20px;
    text-align: center;
  }

  .cronograma-container span {
    margin: 0 auto;
    gap: 4px;
  }

  .cronograma-conteudo {
    width: 100%;
    margin: 1% 2%;
  }

  .cronograma-conteudo {
    width: 90%;
    margin: 20px auto;
  }
  
  .base-cronograma .owl-carousel {
    width: 100%;
  }

  .espace-lvl1-5 {
    margin: 70px 0;
  }
}

@media screen and (max-width:569px) {
  .marcas-grid {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 10px auto 25px auto;
    padding: 0;
  }

  .base-termica {
    justify-content: center;
    margin: 25px auto 37px;
  }

  .logo_samsung {
    margin: 0 0 -20px 0;
  }
}

@media screen and (max-width:549px) {
  #categoria {
    max-width: 400px;
  }

  .block-c {
    height: 196px;
  }

  .dropdown-c {
    margin-top: -30px;
  }

  .espace-lvl3 {
    margin: 160px 0;
  }

  .intro-pic {
    background-image: url(../img/1.png);
  }

  .fix-remove {
    display: none;
  }

  .fix-container {
    width: 100%;
    margin: 76px 0 25px 0;
    padding: 24px 71px;
    display: flex;
    flex-direction: column;
    background-color: rgba(241, 241, 241, 0.789);
  }

  .base-cronograma h2 {
    color: rgb(67, 67, 67);
    margin: 0;
    text-align: left;
    font-size: 2.5rem;
  }

  .cronograma-container {
    flex-direction: column-reverse;
    gap: 0;
  }

  .cronograma-container span{
    margin: 20px auto 0;
  }
  
  .cronograma-conteudo h3 {
    font-size: 24px;
  }

  .cronograma-conteudo p {
    font-size: 21px;
  }

  .fix-visible {
    display: block !important;
  }
}

@media screen and (max-width:537px) {
  .intro {
    top: 125px;
  }

  .ativa_alerta {
    width: 100%;
    right: initial;
  }
}

@media screen and (max-width:463px) {
  .intro {
    gap: 45px;
    top: 155px;
  }

  #categoria {
    margin-top: 110px;
  }

  .erro__mobile h2 {
    font-size: 2.4rem;
    margin: 20px 40px;
    text-align: center;
  }
}

@media screen and (max-width:448px) {
  .intro {
    gap: 32px;
  }
}

@media screen and (max-width:425px) {
  .intro {
    top: 127px;
    gap: 25px;
  }
  
  .intro h1 {
    max-width: 335px;
  }

  .base-dashboard {
    padding: 0;
  }

  .base-dashboard h2 {
    max-width: 350px;
    text-align: center;
  }

  .form-container {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width:407px) {
  .intro {
    top: 120px;
    gap: 20px;
  }

  .base-dashboard h2 {
    text-align: center;
  }
}

@media screen and (max-width:400px) {
  .botoes {
    margin-left: 43%;
  }
}

@media screen and (max-width:385px) {
  .blocoCronograma {
    width: 100%;
  }

  .botoes {
    margin-left: 40%;
  }
}

@media screen and (max-width:362px) {
  .cronograma-conteudo {
    min-height: 360px;
  }
}

@media screen and (max-width:350px) {
  .intro{
    gap: 40px;
  }

  #categoria {
    margin-top: 120px;
  }

  .intro-pic {
    height: 672px;
  }

  .intro-picsmoke {
    height: 672px;
  }

  .botao {
    margin-top: 0;
  }

  .intro h1 {
    font-size: 40px;
  }

  .botoes {
    margin-left: 60%;
  }

  .button-trash{
    display:none;
  }
}

@media screen and (max-width:345px) {
  .titulo-cronograma{
    max-width: 223px;
  }

  .link-cronograma {
    width: 34px;
    margin-top: 10px;
  }

  .link-dashboard {
    width: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width:342px) {
  .dropdown-c h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:342px) {
  .cronograma-conteudo {
    min-height: 310px;
  }

  .alert .alert--icon {
    display: none;
  }
}

@media screen and (max-width:300px) {
  .botoes {
    margin-left: 34%;
  }
}

@media screen and (max-width:270px) {
  .botoes {
    margin-left: 28%;
  }
}