/*Pre-Fit*/

/*fonts*/
@import url("design-system/tokens.css");
@import url("design-system/primitives.css");
@import url("design-system/components.css");
@import url("design-system/patterns.css");
@import url("design-system/backend-ui.css");
/*fonts*/

/*Pre-Fit*/

/* selections */
.container, .secondario,.Abutton_mobile, .SideAButton, .Imm-profilo, .ENTRACE_TRIGGERS_CONTAINER,
.Intro_preview_container,.closeBIG,.closebeta,.close-MustLogin,.close-OC,.close-message,.price_mobile,
.frequency_mobile,.frequency,.matcaract_info_mobile_ORI,.menu, .header, .VoltaMaterioteca,
a, img, button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, form {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--nn-color-accent, #6163dd); /* WebKit/Blink Browsers */
  color: var(--nn-color-bg-surface, white);
}
/*selections*/


a {text-decoration:none; color:black;}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

.image-detail-link {
}

/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
  image-rendering: auto;
  image-rendering: auto;
  image-rendering: optimizeQuality;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

label {display: none;}

ul {list-style-type: none;}



input[type=text] {
  width: 50%;
  margin-bottom: 50px;
  border: none;
  font-size: 16px;
  color: black;
  border-bottom: 1px solid black;
  /* adjust webbrowser incompatability for padding-bottomlin in input */
  height: 20px;
}
input:focus {
  outline: none;
}

input{
  padding: 0;
  -webkit-padding-before : 0;
  -webkit-padding-after : 0;
}
/* adjust webbrowser incompatability for padding-bottomlin in input */


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.5) inset;
  transition: background-color 5000s ease-in-out 0s;

}


textarea {
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  color: black;
  display: visible!important;
}

.white {
  color: white !important;
}


.ImagenameNone {
  display: none!important;
}


.selected-categories {
  position: absolute;
  top: 150px;
  left: 150px;
  width: 150px;
  height: 50px;
  background-color:red;
  z-index: 100;
}

/*linealink*/
.linealink{
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.linealink::after {
  content: '';
  display: block;
  margin-top: -5px;
  width: 0;
  height: 2px;
  background: #6163dd;
  transition: width .3s;
}

.linealink:hover::after {
  width: 100%;
  //transition: width .3s;
}
/*linealink*/

/*lingualink*/
.lingualink {
  color: #000;
  text-decoration: none;
  cursor:pointer;
}
.lingualink span {
  transition: all 0.5s;
}
.lingualink span:nth-child(2) {
  transition-delay: 0.1s;
}
.lingualink span:nth-child(3) {
  transition-delay: 0.2s;
}

.lingualink:hover span {
  color: #6163dd;
  cursor:pointer;
}
.lingualink:hover span:nth-child(2) {
  transition-delay: 0.1s;
}
.lingualink:hover span:nth-child(1) {
  transition-delay: 0s;
}
/*lingualink*/


/*links*/



/*body*/
html {
  width: 100%;
  height:auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

body {
  max-width:100%;
  height: auto;
  /* background-color: #f7f5fa; */
  background-color: var(--nn-color-bg-canvas, #f8f8fa);
  margin: 0;
  overflow-x: hidden;
}
/*body*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color:white;
  justify-content: center;
  align-items: center;
  z-index: 998;
  transition: background-color 1s; /* Transition for background color change */
}

#message {
  position: absolute;
  top: 48vh;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 26px;
  z-index: 999;
  color: white;
  font-family: "Source Sans Pro";
}

/* Cookies */

.cc-revoke, .cc-window {
  font-family: "Source Sans Pro";
}

/* Cookies */


/* Header */

.header{
  position:absolute;
  top:2%;
  width: 100%;
  height:10%;
  height:5px;
  z-index: 2;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-links {
  display: flex;
  align-items: center;
  gap: var(--space-1-5);
  margin-left: auto;
  margin-right: 80px;
  max-width: calc(100% - 160px);
  box-sizing: border-box;
}

.header-links .Find,
.header-links .Post-create,
.header-links .About,
.header-links .Profile,
.header-links .Logout,
.header-links .FavoritesHeader,
.header-links .Login,
.header-links .language-switch {
  float: none;
  margin-right: 0;
}


.logo{
  position: absolute;
  top: 5px;
  left: 70px;
}

.logo img {
  max-height: 90px;
  max-width: 90px;
  margin: auto;
}


.gif {
  max-height: 40%;
  max-width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  margin: auto;
}

.Login {
  position: relative;
  float:right;
  width: 25px;
  height: 25px;
  margin-right:4%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
  display: visible;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.LoginProfile {
  background-image: url('/static/img/profile.svg');
}

.Login img {
  width: 100%;
  height: 100%;
}

.About {
  position: relative;
  float:right;
  margin-right:5%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
}


.En {
  position: relative;
  float: right;
  margin-right:5%;
  top:-10px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 25px;
  color:red;
}

.Post-create {
  position: relative;
  float:right;
  margin-right:5%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
  display: visible;
}

.Profile {
  position: relative;
  float:right;
  margin-right:5%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
  display: visible;

}


.Find {
  position: relative;
  float:right;
  margin-right:5%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
  display: visible;

}

.Logout {
  position: relative;
  float:right;
  margin-right:5%;
  top:45px;
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 26px;
  color:black;
  display: visible;

}

.language-switch {
  position: relative;
  top: 45px;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro";
}

.language-switch__button {
  border: 0;
  background: transparent;
  padding: 0;
  color: black;
  cursor: pointer;
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-transform: lowercase;
}

.language-switch__button:hover,
.language-switch__button:focus-visible {
  color: #6163dd;
}

.language-switch-mobile .language-switch {
  top: auto;
}

.language-switch-mobile .language-switch__button {
  font-size: inherit;
}

.Active {color:#6163dd !important;}

.LogActive {  background-image: url('/static/img/profileLogged.svg');}

/* Favorites badge in header */
.FavoritesHeader { position: relative; float: right; margin-right:4%; top:45px; }
.FavoritesHeader.left { float: left; margin-left: 1.6%; margin-right: 1%; top: 45px; }
.FavoritesHeader.left .material-icons { color: #d32f2f; font-size: 24px; }
.favorites-link { position: relative; display: inline-block; color: black; font-size: 18px; }
.favorites-link .material-icons { vertical-align: middle; font-size: 22px; color: #d32f2f; }
.favorites-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #d32f2f;
  color: white;
  font-size: 12px;
  line-height: 16px;
  height: 18px;
  min-width: 18px;
  padding: 0 5px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.temp-hidden {
  display: none !important;
}

.Novo-container {
  position: fixed;
  right:3%;
  bottom:38px;
  width: 88px;
  height: 50px;
  display: visible;
  color:black;
}
.Novo {
  position: absolute;
  left: 19px;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid black;
  opacity: 0.2;
}
.Novo:hover {
  opacity: 1;
}
.Novo p {
  font-family: "Lora";
  font-weight: 600;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: auto;
}

/* Menu Mobile */
.menu {
  background: #f8f8fa;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  pointer-events: auto;
  /* z-index: 200; */
  z-index: 200;
}


.menu ul {
  list-style-type: none;
  padding: 0;
  left: 0;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}


.menu ul li {
  font-family: "Source Sans Pro";
  font-weight: 500;
  font-size: 24px;
  color:black;
  padding: 10px 0;
  cursor: pointer;
  transition: top 0.1s ease-in-out;
}


.trigger {
  width: 20px;
  height: 20px;
  position: absolute;
  float:right;
  top: 20px;
  right: 5%;
  cursor: pointer;
  transition: top 0.1s ease-in-out;
  z-index: 201;
  display: none;
}

.trigger span {
  width: 100%;
  height: 2px;
  margin: 0 0 5px 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background-color: black;
  z-index: 5;
}

.trigger span:first-child {
  top: 0;
  left: 0;
}
.trigger span:nth-child(2) {
  top: 7.5px;
  left: 0;

}
.trigger span:last-child {
  top: 15px;
  left: 0;
}
.on {
  top: 45px!important;
}
.on span:first-child {
  transform: rotate(45deg);
}
.on span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.on span:last-child {
  transform: rotate(45deg);
  top: 0;
}
/* END Menu Mobile */

/* End header */

/* content */

.Content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  /* Grid model: 32 cols total - 1.5 cols left pad - 1.5 cols right pad = 30 active cols. */
  --nn-grid-debug-offset-x: 0px;
  display: grid;
  grid-template-columns: repeat(var(--nn-subgrid-columns), minmax(0, 1fr));
  margin: var(--nn-hero-height) auto 10vh;
  padding-inline: var(--nn-content-padding-outline);
  min-height: calc(100vh - 520px);
}

.Content > * {
  grid-column: 1 / -1;
  min-width: 0;
}

.Content .RegisterBox {
  float: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding-block: var(--nn-content-padding-inline);
  padding-inline: var(--nn-content-padding-inline);
  border: 0;
  background: var(--nn-color-bg-surface);
}

.RegisterBox {
  height: auto;
  background-color: white;
  border: solid 0.5px transparent;
  box-sizing: border-box;
  padding-block: var(--nn-content-padding-inline);
  padding-inline: var(--nn-content-padding-inline);
}

/* Grid debug overlay (toggle via body.is-grid-debug) */
body.is-grid-debug .Content,
html.is-grid-debug .Content {
  isolation: isolate;
}

body.is-grid-debug .Content::before,
html.is-grid-debug .Content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  background-image:
    linear-gradient(
      to right,
      rgba(93, 158, 255, 0.16) 0,
      rgba(93, 158, 255, 0.16) 1px,
      transparent 1px,
      transparent calc(var(--nn-grid-unit) / 2)
    ),
    linear-gradient(
      to bottom,
      rgba(93, 158, 255, 0.12) 0,
      rgba(93, 158, 255, 0.12) 1px,
      transparent 1px,
      transparent calc(var(--nn-grid-unit) / 2)
    ),
    linear-gradient(
      to right,
      rgba(97, 99, 221, 0.35) 0,
      rgba(97, 99, 221, 0.35) 1px,
      transparent 1px,
      transparent var(--nn-grid-unit)
    ),
    linear-gradient(
      to bottom,
      rgba(17, 17, 19, 0.22) 0,
      rgba(17, 17, 19, 0.22) 1px,
      transparent 1px,
      transparent var(--nn-grid-unit)
    );
  background-size:
    calc(var(--nn-grid-unit) / 2) calc(var(--nn-grid-unit) / 2),
    calc(var(--nn-grid-unit) / 2) calc(var(--nn-grid-unit) / 2),
    var(--nn-grid-unit) var(--nn-grid-unit),
    var(--nn-grid-unit) var(--nn-grid-unit);
  background-position:
    calc(var(--nn-content-padding-outline) + var(--nn-grid-debug-offset-x)) 0,
    0 0,
    calc(var(--nn-content-padding-outline) + var(--nn-grid-debug-offset-x)) 0,
    0 0;
}

/* Highlight content margins (80px each side) */
body.is-grid-debug .Content::after,
html.is-grid-debug .Content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10001;
  background:
    linear-gradient(rgba(255, 99, 71, 0.22), rgba(255, 99, 71, 0.22))
      left top / var(--nn-content-padding-outline) 100% no-repeat,
    linear-gradient(rgba(255, 99, 71, 0.22), rgba(255, 99, 71, 0.22))
      right top / var(--nn-content-padding-outline) 100% no-repeat;
}


.MustLogin-container {
  position: fixed;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  background: rgba(1,1,10,0.2);
  opacity: 0;
}

.MustLogin {
  width: 450px;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 2%;
  left: 0;
  right: 2%;
  margin: auto;
  z-index: 4;
  opacity: 1;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

.MustLogin p {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  padding: 10px 20px 10px 25px;
}

.MustLogin em {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  line-height: 32px;
  margin-left: 10px;
}

.close-MustLogin {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  color: black;
  cursor: pointer;
  background-color: white;
}

.MustLogin button {
  font-size: 25px;
  outline: none;
}

.message-container {
  display: none;
  position: fixed;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  background: rgba(1,1,10,0.2);
  opacity: 1;
}

.message {
  width: 500px;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 1;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  padding: var(--space-1);
}

.message p {
  margin: 0;
  font-family: var(--nn-font-body);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  padding: 0;
}

.close-message {
  position: absolute;
  font-size: var(--fs-title);
  top: 25px;
  right: 25px;
  border: none;
  color: black;
  cursor: pointer;
  background-color: white;
}

/* End content */



/* footer */
.footer{
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 200px;
  height: 40px;
  vertical-align: middle;
  font-weight: 400;
}

.footernormal {
  margin-left: 0px;
}

.footerMaterioteca {
  width: 100vw!important;
  margin-left: -13vw;
}

.Copyright{
  float: left;
  margin-left: 2%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color:black;
}

.Privacy, .Privacy_Mobile{
  float: right;
  /* margin-right: calc(1% + 100px); */
  margin-right: 2%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color:black;
  display: block;
}

.Privacy a, .Privacy_Mobile a{
  color: black;
  text-decoration: none;
}

.Privacy a:hover, .Privacy_Mobile:hover{
  color: #6163dd;
}

.Privacy_Mobile{
  display: none;
}

.wg-default, .wg-default .country-selector {
  bottom: 1%!important;
  right: 0.5%!important;
}

.country-selector {
  max-width: 95px!important;
  font-family: 'Source Sans Pro';
}
.country-selector a {
  color: #000;
}
.wg-drop.country-selector .wgcurrent {
  border: 1px solid black!important;
}
.wg-drop.country-selector .wgcurrent a {
  padding-right: 30px;
}
.wg-drop.country-selector a {
  height: 31px!important;
}
.wg-drop.country-selector .wgcurrent:after {
  color: black;
  height: 35px!important;
  line-height: 31px!important;
}
.wg-drop.weg-openup ul {
  bottom: 31px!important;
}
.wg-drop.country-selector ul {
  border: 1px solid black;
}
#weglot-language-pt:hover, #weglot-language-en:hover {
  color: #6163dd;
}
.wg-drop.country-selector ul {
  border: 1px solid black!important;
}

/* footer */



/* ___________________________________________________________________________ */
/* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES */


@media only screen and (min-width:100px) and (max-width: 320px) {

  .menu ul li {
    font-size: 20px;
  }

}



@media only screen and (min-width:100px) and (max-width: 600px) {

  /* header */
  .logo {
    left: var(--space-0-5);
  }

  .logo img {
    max-height: 55px !important;
    max-width: 55px !important;
  }
  /* logo */
  .menu ul li {
    font-size: 22px;
  }

  .trigger {
    top: 30px!important;
  }

  .on {
    top: 37px!important;
  }
  /* header */

  .Content {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 120px 0px 0px 0px !important;
    padding-inline: var(--space-0-5);
    min-height: calc(100vh - 360px);
  }

  /* Footer */
  .Copyright {
    line-height: 12px;
  }
  .Privacy{
    display: none;
  }
  .Privacy_Mobile{
    display: block;
    font-size: 12px;
    line-height: 12px;
    /* margin-right: calc(1% + 55px); */
    margin-right: 5%;
  }
  .wg-drop.country-selector a {
    height: 28px!important;
  }
  .wg-drop.country-selector .wgcurrent:after {
    height: 32px!important;
  }
  .wg-drop.weg-openup ul {
    bottom: 29px!important;
  }
  #weglot-language-pt::after:hover, #weglot-language-en::after:hover {
  }
  #weglot-language-pt, #weglot-language-en{
    visibility: hidden;
  }
  #weglot-language-pt::after{
    content: 'pt'!important;
    visibility: visible;
    position: absolute;
  }
  #weglot-language-en::after{
    content: 'en'!important;
    visibility: visible;
    position: absolute;
  }
  .wg-drop.country-selector a {
    padding: 0;
  }
  .wg-default, .wg-default .country-selector, .wg-drop.country-selector ul {
    width: 50px!important;
  }
  /* Footer */

  /* privacypage */
  .Center_text {
    padding-top: 0%;
    width: 90%;
    padding-bottom: 20%;
    margin-left: 5%;
    /* background-color: blue; */
  }
  .Center_text h1 {
    font-size: 24px;
  }
  .Center_text h2, .Center_text p {
    line-height: normal;
    font-size: 18px;
  }
  /* privacypage */

}


@media only screen and (min-width:600px) and (max-width: 900px) {

  .logo {
    left: var(--space-0-5);
  }
  .logo img {
    max-height: 10.3%;
    max-width: 10.3%;
  }

  .trigger {
    width: 30px;
    height: 30px;
    top: 45px!important;
  }
  .trigger span:nth-child(2) {
    top: 10px;
  }
  .trigger span:last-child {
    top: 20px;
  }
  .on {
    top: 53px!important;
  }
  .on span:first-child {
    top: 0;
  }
  .on span:nth-child(2) {
    top: 0;
  }
  .on span:last-child {
    top: 0;
  }

  .Content {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 180px 0px 0px 0px !important;
    padding-inline: var(--space-0-5);
  }

  /* privacypage */
  .Center_text h1 {
    font-size: 34px;
  }
  .Center_text h2, .Center_text p {
    font-size: 18px;
  }
  /* privacypage */


  .Privacy_Mobile {
    /* margin-right: calc(1% + 100px); */
    margin-right: 5%;
  }

}

@media only screen and (min-width:100px) and (max-width: 900px) {

  body {
    width:100%;
    margin: 0;
  }

  a[title]:hover:after {
    display: none;
  }

  /* MENU */
  .trigger {
    display: block;
  }
  .Post-create {
    display: none;
  }
  .Find {
    display: none;
  }
  .Profile {
    display: none;
  }
  .Login {
    display: none;
  }
  .header-links > .language-switch {
    display: none;
  }
  .About {
    display: none;
  }
  .Novo-container {
    display: none;
  }
  /* MENU */



  .container {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  /* footer */
  .Privacy {
    font-size: 12px;
    text-align: right;
    /* margin-right: calc(1% + 100px); */
  }
  .Copyright {
    font-size: 12px;
    margin-left: 5%;
  }

  .footerMaterioteca {
    margin-left: 0;
  }

}

@media screen and (min-width: 834px) and (max-width: 926px) {


  .About, .Find, .Post-create, .header-links > .language-switch {
    top: 45px;
    font-size: 24px;
  }

  .header-links > .language-switch .language-switch__button {
    font-size: 24px;
  }

  .Login {
    width: 21px;
    height: 21px;
    top: 45px;
    font-size: 22px;
  }

}


@media screen and (max-width: 1280px) and (min-height: 926px) {

  .footerbottom {
    position: absolute;
    bottom: 15px;
  }

}
