@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/mona-sans');

:root {
	/*--font-title: "Darker Grotesque", sans-serif;*/
	--font-title: "Mona-Sans", sans-serif;
	--font-body: "Darker Grotesque", sans-serif;
	--transition: all .5s ease-in-out;
  --main-color: #212529;
  --second-color: #f15a29;
  --brd-rad-sm: 38px;
}
/* custom scrollbar */
html{
	scroll-behavior: smooth;
}
* {
  scrollbar-color: var(--second-color) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 4px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color); 
}
body{
  font: normal 500 28px/110% var(--font-body), sans-serif;
  margin: 0 0rem;
  color: var(--main-color);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body{
    font: normal 400 26px/100% var(--font-body), sans-serif;
    margin: 0 .5rem;
  }
}
a{
  text-decoration: none;
  color: inherit;
}
a[href^="https://www.ao-norte.com"],
a[href="https://www.cm-viana-castelo.pt"],
a[href="https://ica-ip.pt/pt/"],
a[href="https://www.portugal.gov.pt/"],
a[href="https://www.publisitio.eu"],
a[href="https://g9.pt/"]{
  font-weight: 700;
  transition: var(--transition);
}
a[href="https://www.ao-norte.com"]:hover,
a[href="https://www.cm-viana-castelo.pt"]:hover,
a[href="https://ica-ip.pt/pt/"]:hover,
a[href="https://www.portugal.gov.pt/"]:hover,
a[href="https://www.publisitio.eu"]:hover,
a[href="https://g9.pt/"]:hover {
  opacity: .5 ;
}
a[href^="https://www.facebook.com"] img,
a[href^="https://www.instagram.com"] img{
  transition: var(--transition);
  filter: invert(40%) sepia(91%) saturate(501%) contrast(217%);

  &:hover{
    filter: invert(0%) sepia(0%) saturate(0%) contrast(100%);
  }
}
.scrollToTop{
  z-index: 999;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  transform: rotate(45deg);
  width: 35px;
  aspect-ratio: 1/1;
  border-top: 0.2em solid var(--bs-body-color);
  border-left: 0.2em solid var(--bs-body-color);
  transition: var(--transition);
  filter: drop-shadow(.8rem .8rem);
}
.goBack {
  display: flex;
  margin: 25px 0px 25px 10px;
  transform: rotate(-45deg);
  width: 35px;
  aspect-ratio: 1/1;
  border-top: 0.2em solid var(--bs-body-color);
  border-left: 0.2em solid var(--bs-body-color);
  transition: var(--transition);
  filter: drop-shadow(.8rem .8rem);
}
.scrollToTop:hover,
.goBack:hover{
  filter: drop-shadow(-.8rem -.8rem var(--second-color));
}
.link-hover{
  transition: var(--transition);
  text-decoration: underline;
  font-weight: 700;

  &:hover{
    opacity: .5;
  }
}
.main-font{
  font-family: var(--font-title);
  font-weight: 400;
}
.eng{
  color: #09c;
  /*font-size: .775em;
  line-height: 100%;
  padding: 3rem;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: start;
  hyphens: auto;*/

  & h1{
    text-align: left;
    /*font-weight: 700;*/
  }
}
.gal {
  color: #6c6c6c;
}
.txt-indent-3{
  text-indent: 30%;
}
.nav-wrap{
  background: #fff;
  border-radius: 0 0 2vw 2vw;
  margin: 0 .75rem;
  padding: 1rem;

  @media screen and (max-width: 768px) {
    border-bottom-right-radius: var(--brd-rad-sm);
    border-bottom-left-radius: var(--brd-rad-sm);
  }

}
.navbar{
  z-index: 3;
  --bs-navbar-nav-link-padding-x: 0.4rem;
}
.navbar .nav-item a{
  font-family: var(--font-title);
  font-size: 1.1rem; /*1.5rem;*/
  margin-right: 1rem;
  line-height: 1.1 !important;

  @media screen and (max-width: 768px) {
      font-size: 1.5rem;
    }
}
.dropdown-toggle::after {
  margin-left: 0em;
  vertical-align: 0em;
  border-top: .4em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.dropdown-item,
.nav-link{
  font-weight: 600;
  color: var(--main-color);

  span{
    display: block;
    font-size: 80%;
    font-weight: 400;
    font-style: italic;
  }

    @media screen and (max-width: 768px) {
      white-space: wrap;
    }
}
.dropdown-item{
  padding: 0.35rem var(--bs-dropdown-item-padding-x);
}
.dropdown-item:hover,
.nav-link:hover{
  color: var(--second-color);
  background-color: transparent;
}
.dropdown-menu{
  border-color: var(--main-color);
}
.splash{
  margin: 3rem 0;
  
  .splash_date{
    font-size: 3vw;

    span{
      color: var(--second-color);
      font-weight: 800;
    }

    @media screen and (max-width: 768px) {
      font-size: 8vw;
    }
  }
}
.scrollFx{
  will-change: transform;
  background: #fff;
  border-radius: var(--brd-rad-sm);
  /*padding: 76px 76px 0;*/
  padding: 95px;
  transform: scale(0.85) translateY(0px);
  transition: all 1s ease-in-out;

  &.active {
    transform: scale(1) translateY(-150px);
  }
}
  @media screen and (max-width: 768px) {
    .scrollFx{
      padding: 35px 30px 0;
    }
  }
/* pages without images in header */
.no-scrollFx{
  background: #fff;
  border-radius: 2vw;
  margin-top: 0.75rem;
  padding: 47.5px 95px;
}
  .nmtop-no-scrollFx{
      transform: translateY(-150px);
   }
  @media screen and (max-width: 768px) {
    .no-scrollFx{
      padding: 35px 30px 0;
    }
  }

.calendar-wrap{
  margin-top: 0.75rem;
  margin-bottom: 15vh;
}
.calendar{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  color: #fff;
  background-color: var(--second-color);
  border-radius: var(--brd-rad-sm);
  padding: 4rem;
  font-family: var(--font-title);
  overflow: hidden;
  z-index: 0;

  img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: var(--transition);
  }

  &:hover img{
    opacity: 0;
    transform: scale(1.5);
  }
}
a[href="conferencia.php"] img{
    object-position: top;
  }
.calendar_title{
  font-weight: 400;
  line-height: 1;

    & span{
      display: block;
    }
    & span + span{
      font-size: 1.5rem;
    }
  }
  .calendar_date{
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1;
    
    span{
      font-weight: 300;
    }
  }
  .calendar_month{
    display: block;
    font-size: 1.5rem;
  }
  .calendar_local{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 0.8;
  }
    @media screen and (max-width: 768px) {
      .calendar{
        padding: 2rem;
      }
    }

.page_date_header {
  position: relative;
  /*margin-bottom: 6vh;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: first baseline;
  padding: 1.2rem 0 1rem 0;
  margin: 1rem 0;
  border: 0px solid;
  border-width: 1px 0;
}
.scrolling-text-wrap {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-family: var(--font-title);

  &:hover .loop-text{
    animation-play-state: paused;
  }
}
.loop-text {
  font-size: 4vw;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.8rem 4.5rem;
  margin: 0;
  animation: loopText 8s infinite linear;

  span{
    color: var(--second-color);
  }
}
@keyframes loopText {
from {
   transform: translateX(0%);
  }
  to {
     transform: translateX(-100%);
  }
}
.page_details{
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;

  &:has(img){
    ul{
      margin-top: 1rem;
    }
  }

  ul{
    list-style: none;
    padding: 0;

    li{
      width: fit-content;
      text-wrap: balance;
        font-weight: 800;

      &:has(img){
        width: 100%;
      }

      &:first-child{
        text-decoration: underline overline #222;
        text-underline-offset: 8px;
      }

      &:last-child{
        color: var(--second-color);
      }
    }
  }
}
.page_title {
  font-size: 7vw;
  font-family: var(--font-title);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;

  span{
    align-self: flex-end;
    font-weight: 200;
    color: var(--second-color);
  }
}
.page_local {
  font-size: 1.8rem;
  font-family: var(--font-title);
  line-height: 1;
}
.dataLocal{
  background: var(--main-color);
  color: #fff;
  padding: 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_date{
    font-size: 5rem;
    font-family: var(--font-title);
    line-height: .8;
    color: var(--second-color);
    /*font-variant-numeric: tabular-nums;*/

    & span{
      font-size: 2rem;
      color: var(--main-color);
    }
  }
figure{
  position: relative;
  margin: 0;
  border-radius: var(--brd-rad-sm);
  overflow: hidden;

  figcaption{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 12vw;
    font-weight: 100;
    line-height: 1;
    padding: 0 2vw;
    mix-blend-mode: difference;
    width: 100%;

    span:nth-child(2){
      align-self: flex-end;
    };
  }
}
  @media screen and (max-width: 768px) {
    figure{
      height: 80vh;

      img{
        object-fit: cover;
        height: 100% !important;
      }
    }
  }
.bio-id{
  font-family: var(--font-title);
  letter-spacing: -1.5px;
  line-height: 1;
}
.bio-note{
  margin-bottom: 0rem;
  line-height: inherit;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: start;
  hyphens: auto;
}
.bio-note-sm-txt{
  font-size: 1.5rem !important;
  line-height: 1 !important;
}
.bio-pic{
  position: relative;
  aspect-ratio: 1 /1;
  margin-bottom: 1rem;
  /*height: 100%;
  width: auto;*/
}
.bio-pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 2.5rem;
  filter: grayscale(1);
}
.img-shadow {
  position: relative;
  z-index: 1;
  box-shadow: 0px 5.7px 8.6px hsl(0deg 0% 0% / 0.07), 0px 11px 16.5px hsl(0deg 0% 0% / 0.15), 0px 19.6px 29.4px hsl(0deg 0% 0% / 0.22), 0px 34.5px 51.8px hsl(0deg 0% 0% / 0.29);
}
.page_program{
  list-style: none;
  padding: 0;
  font-size: 3.2vh;
}
  /*.page_program li .page_program_event{
    font-variation-settings: "wght" 800;
  }*/
  .page_program li a{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 2rem 0;
    text-align: left;

    &:hover .page_program_event{
      text-decoration: underline;
      text-underline-offset: 5px;
      text-decoration-color: currentColor;
      text-decoration-thickness: .2rem;
      color: var(--second-color);
    }
  }
    .page_program_date{
      flex: 0 0 10%;
      font-weight: 800;
      color: var(--second-color);
    }
    .page_program_activity{
      flex: 0 0 15%;
    }
    .page_program_event{
      flex: 0 0 45%;
      text-wrap: balance;
      font-variation-settings: "wght" 800;
      text-decoration-thickness: 0rem;
      transition: var(--transition);
    }
    .page_program_local{
      flex: 0 0 25%;
    }

    @media screen and (max-width: 768px) {
      .page_local{
        margin-top: 1rem;
        font-size: 1.2rem;
        line-height: 1;
        display: flex;
        flex: 1 0 100%;
      }
      .page_program li a{
        justify-content: flex-start;
        flex-direction: column;
      }
      /* select all class starting with page_program_ */
      [class^="page_program_"] {
        width: 100%;
      }
    }
/* buttons / links */
.link-group{
  margin: 2rem 0;
  padding: 0;
}
.link-group li{
  display: block;
  margin: 0;
}
.link-group li a{
  position: relative;
  display: block;
  font-size: 5vw /*calc(1.6rem + 1.1vw)*/;
  font-family: var(--font-title);
  line-height: 1;
  padding: 1rem 0;
  margin-left: 0rem;
  transition: var(--transition);

  &::before{
    position: absolute;
    content: '\2198';
    left: 0;
    margin-left: -2rem;
    opacity: 0;
    transition: var(--transition);
  }

  &:hover{
    margin-left: 4rem;
    padding-left: 1rem;
    color: var(--second-color);

    &:hover::before {
      opacity: 1;
      left: -2rem;
      transform: rotateZ(-45deg);
    }
  }
  & span{
    font-weight: normal;
    font-size: 50%;
  }

  &.disabled{
    pointer-events: none;
    font-weight: 300;
    cursor: default;
    opacity: .5;
  }
}
  @media screen and (max-width: 768px) {
    .link-group li a{
      position: relative;
      display: block;
      font-size: 1.5rem;
      line-height: 1;
      padding: 1rem;
      margin: 0 0 1rem 0rem;
      background-color: var(--main-color);
      color: #fff;
      border-radius: 15px;

      &.disabled{
        background: #fff;
        color: var(--main-color);
        border: 2px solid var(--main-color);
      }
    }
  }
.vertical-divider {
  background: #000;
  width: 1px;
  padding: 0;
}
.highlight-block{
  position: relative;
  border: 4px solid currentColor;
  border-radius: 20px;
  padding: 15px 20px 20px;
  color: var(--main-color);
  display: inline-block;
  mix-blend-mode: luminosity;
  line-height: 1;
  /*box-shadow: 
    0px 5.7px 8.6px hsl(0deg 0% 0% / 0.07), 
    0px 11px 16.5px hsl(0deg 0% 0% / 0.15), 
    0px 19.6px 29.4px hsl(0deg 0% 0% / 0.22), 
    0px 34.5px 51.8px hsl(0deg 0% 0% / 0.29);*/
}
/* REGULAMENTO */
.regulamento{
  counter-reset: my-sec-counter;
}
.regulamento h1{
  font-family: var(--font-title);
  margin-top: 1.5rem;
  font-weight: normal;
}
.regulamento h1::before{
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) " . ";
  font-weight: 700;
}
.regulamento li{
  padding: 5px 0;
}
/* conferencia de cinema */
.comissao-cientifica{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-top: 2rem;
  gap: 15px;
}
.comissao-cientifica li{
  flex: 1 0 25%;
}
.comissao-cientifica li div + div{
  font-size: 1.2rem;
  line-height: 1;
}
.comissao-cientifica li:last-child{
  flex: 6 0 25%;
}
  @media screen and (max-width: 768px) {
    .comissao-cientifica li{
      flex: 1 0 75%;
    }
  }
/* acao posters + cinemas */
.publicacoes{
  background: #dbccb9;
  color: #fff;
  padding: 5vw;
  border-radius: 2vw;
}
.publicacoes ul,
.acao-posters ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.publicacoes ul li{
  flex: 0 0 calc(100% / 5);
  padding: 15px 15px;
}
.acao-posters ul li{
  flex: 0 0 calc(100% / 5);
  padding: 15px 15px;
}
.publicacoes ul li:hover img:hover,
.acao-posters ul li:hover img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 16px 20px -6px rgba(0, 0, 0, .5);
}
.publicacoes li img,
.acao-posters img {
  box-shadow: 0 10px 12px -6px rgba(0,0,0,.9);
  transition: var(--transition);
  filter: grayscale(1);
}
  @media screen and (max-width: 768px) {
    .publicacoes ul li,
    .acao-posters ul li{
      flex: 0 0 50%;
      padding: 10px;
    }
    .publicacoes img,
    .acao-posters img{
      filter: grayscale(0);
    }
  }
/* vencedores */
.vencedores-acao-palmas{
  width: 250px;
  margin-bottom: 2rem;
}
.vencedores-acao-filme{
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.vencedores-acao-autores{
  font-family: var(--font-title);
  font-size: 1.1rem;
  line-height: 1;
  margin-top: .5rem;
  font-weight: 400;
}
.vencedores-acao-still{
  border-radius: var(--brd-rad-sm);

  @media screen and (max-width: 768px) {
    border-radius: calc(var(--brd-rad-sm) / 2);
  }
}
.juriVencedores {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0 13px;
  margin-bottom: 25px;
  display: inline-block;
}
details {
  width: 100%;
  overflow: hidden;
}
  details:open p,
  details:open ul,
  details:open div {
    animation: animateDown 0.5s linear forwards;
  }
/*
  details[open] p,
  details[open] ul,
  details[open] div {
    animation: animateDown 0.5s linear forwards;
  }
*/
  @keyframes animateDown {
    0% {
      opacity: 0;
      transform: translatey(-15px);
    }
    100% {
      opacity: 1;
      transform: translatey(0);
    }
  }

  details[open] summary:has(h1){
    opacity: 1;
  }
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  font-weight: bold;
  transition: 0.5s;
}
summary{
  opacity: .5;
}
summary:hover{
  opacity: 1;
}
summary::after {
  content: '';
  width: 18px;
  height: 10px;
  background: url('https://encontrosdecinema.pt/img/geral/details-arrow.svg') no-repeat center;
  background-size: cover;
  transition: 0.5s;
}
summary h1{
  font-family: var(--font-title);
  width: 95%;
}

/* THE MAGIC */
details[open] > summary::after {
  transform: rotate(180deg);
}
details summary::-webkit-details-marker {
  display: none;
}
/* equipa */
ul.equipa{
  padding: 0;
}
ul.equipa li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-title);
  border-top: 1px solid #000;
  padding: 2.5rem 0;
  font-weight: 300;
}
ul.equipa ul {
  flex: 0 0 50%;
  padding: 0;
}
ul.equipa li li{
  border: none;
  padding: 0;
  line-height: 1.2;
  white-space: pre-line;
  font-weight: 500;
}
ul.equipa li li span{
  font-size: 60%;
  font-weight: 300;
  display: contents;
}
  @media screen and (max-width: 768px) {
    ul.equipa li{
      display: block;
      font-weight: 600;
    }
    ul.equipa ul li{
      margin-top: 15px;
      font-weight: 400;
    }
  }
/* edicoes anteriores novo formato poster */
.edicoes-posters-new{
  ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;

    li{
      width: calc(100% / 5);
      padding: 7.5px 15px;

      &:first-child{
        display: block;
        margin-left: calc(100% / 5);

        @media screen and (max-width: 768px) {
          margin-left: auto;
        }
      }

      &:hover img:hover {
        filter: grayscale(0);
        opacity: 1;
        transform: translateY(-10px);
        box-shadow: 0 16px 20px -6px rgba(0, 0, 0, .5);
      }

      img {
        box-shadow: 0 10px 12px -6px rgba(0,0,0,.9);
        transition: var(--transition);
        filter: grayscale(1);
      }

      @media screen and (max-width: 768px) {
        flex: 0 0 50%;
        padding: 10px;
      }
    }
  }
}
/* edicoes anteriores */
.edicoes-posters ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.edicoes-posters ul li{
  flex: 0 0 16.666667%;
  padding: 7.5px 15px;
}
.edicoes-posters ul li:hover img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 16px 20px -6px rgba(0, 0, 0, .5);
}
.edicoes-posters img {
  box-shadow: 0 10px 12px -6px rgba(0,0,0,.9);
  transition: var(--transition);
  filter: grayscale(1);
}
  @media screen and (max-width: 768px) {
    .edicoes-posters ul li{
      flex: 0 0 50%;
      padding: 10px;
    }
  }
/* footer */
.footer {
  position: relative;
  font-family: var(--font-title);
  font-weight: 400;
  padding: 0 95px;

  @media screen and (max-width: 768px) {
    padding: 0 ;
  }
}
.footer-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li{
  padding: .25rem 0;

  &:last-child{
    padding-bottom: 0;
  }
}
.footer-menu li a{
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 300;

  &.disabled{
    pointer-events: none;
    opacity: .5;
  }
}
.footer-menu li a:after{
  content: attr(data-link-en);
  font-weight: 600;
  display: inline;
  position: absolute;
  transition: top 500ms ease-in-out;
  top: 100%;
  left: 0;
  letter-spacing: -1.1px;
}
.footer-menu li a:hover::after{
  top: 0;
}
.footer-menu li a span{
  display: block;
  transition: transform 500ms ease-in-out;
}
.footer-menu li a:hover span{
  transform: translateY(-100%);
}
.espectadores{

  img{
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    display: none;
  }
}
.footerCredits{
  color: var(--main-color);
  padding: 0 2vw;
}
  .footer-organizacao{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-organizacao ul{
    list-style: none;
    padding: 0;
  }
  .footer-organizacao ul li:first-child{
    display: block;
    font-size: 18px;
    margin-bottom: .25rem;

  }
  .footer-organizacao ul li{
    display: inline-block;
    font-weight: 600;
    /*vertical-align: top;*/

    p{
      line-height: 1;
      margin-bottom: 0;
      display: inline-block;
    }
  }
  .footer-organizacao ul:nth-child(2) li a{
    display: block;
    margin: .5rem;
  }
.credits{
  font-size: 14px;
  padding: 0 2vw;
}

/* forms */
hr{
  opacity: 1;
}
.form h1 span{
  display: block;
  font-size: 80%;
}
.form-control {
  font-size: 1.4rem;
}
.required-asterisk{
  color: red;
}
.required .control-label::after {
  content: " *";
  color: red;
}
label {
  margin: 0.5rem 0;
}
input, textarea {
  border: solid var(--main-color) !important;
  border-width: 1px 3px 3px 1px !important;
  outline: 0;
  border-radius: 10px !important;
  background-color: transparent !important;
}
.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
  filter: invert(100%) brightness(0%);
}
input[type=submit] {
  border: 4px solid var(--main-color) !important;
  padding: 1rem 2rem !important;
  cursor: pointer;
  animation: pulse 2s infinite;
  font-weight: bold;
  transition: var(--transition);
  background: var(--main-color) !important;
  color: #fff;

  &:hover{
    background: transparent !important;
    color: var(--main-color);
  }
}
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0.5);
    }
    75% {
      transform: scale(1);
      box-shadow: 0 0 0 15px rgba(0,0,0, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
  }