a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #8d3446;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* Mobile: */
#nav-desktop {
  display: none;
}
/* Auth Component*/
.navbar-bottom {
  position: fixed;
  top: 87px;
  width: 100%;
  background-color: #1d2939;
  justify-content: flex-end;
}
/* End Auth Component*/
.common-image {
  position: relative;
  height: 100%;
  width: 100%;
}

a {
  margin: unset;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ColunaLateral {
  background: #fff;
  border-radius: 12px;
  padding: 2.375rem 2rem;
  position: relative;
  box-shadow: 4px 8px 20px -3px #1d293983;
}
/* Middle Content Styles*/
.mynet_intro_title {
  font-size: 26px;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #8d3446 !important;
  font-family: FuturaPT, sans-serif;
  font-weight: 500;
}
.mynet_intro {
  font-family: FuturaPT, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #1d2939;
}
.mynet_intro h1,
.mynet_intro h2,
.mynet_intro h3,
.mynet_intro p {
  line-height: 1.3;
  color: inherit;
  font-family: inherit;
  margin-bottom: 1em;
}
.mynet_intro h1 {
  font-weight: 500;
  font-size: 1.1875rem;
}
.mynet_intro h2 {
  font-weight: 500;
  font-size: 1.125rem;
}
.mynet_intro h3 {
  font-weight: 500;
  font-size: 1.0625rem;
}
.mynet_intro p {
  font-size: 1rem;
}
.mynet_intro a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.mynet_intro ul {
  list-style-type: initial;
}
.mynet_intro ul li {
  list-style-position: inside;
}

.area-content-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.1875rem 1.75rem;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.area-content-wrapper span {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #1d2939;
}

.area-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.area-wrapper {
  width: 100%;
  padding: 0.5rem;
}

a.area-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  width: 100%;
  color: var(--corprincipalcliente);
  position: relative;
  cursor: pointer;
  font-family: "FuturaPT", sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
  border-radius: 12px;
  height: 100%;
  transition: all ease 0.3s;
  background: #fff;
  font-weight: 500;
}
a.area-link img {
  max-width: 1.625rem;
  max-height: 1.625rem;
  transition: all ease 0.3s;
  filter: brightness(0) saturate(100%) invert(27%) sepia(20%) saturate(2306%) hue-rotate(302deg) brightness(92%) contrast(90%);
}
a.area-link:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff linear-gradient(262deg, #f2545b 0%, #8d3446 60%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all ease 0.3s;
  border-radius: 12px;
  box-shadow: 4px 2px 10px 1px #1d29396c;
}
a.area-link:hover {
  color: #fff;
}
a.area-link:hover span {
  color: #fff;
}
a.area-link:hover:before {
  opacity: 1;
}
a.area-link:hover img {
  filter: brightness(0) invert(1);
}
/* End of Middle Content*/

.navbar__content {
  position: relative;
  height: 5.3125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  transition: all 0.3s ease;
}
.navbar__content__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.navbar__content__actions .menu-btn {
  width: 94px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  background-color: #101828;
  border-radius: 31px;
  border: unset;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
}
.navbar__content__actions .menu-btn__text {
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--font-montserrat);
  font-weight: 700;
  color: #fcfcfd;
  transition: all 0.3s ease;
}
.navbar__content__actions .menu-btn__icon svg path {
  fill: #fcfcfd;
  stroke: #fcfcfd;
}
.navbar__content__actions .menu-btn.open-menu {
  border: 1px solid #1d2939;
  background-color: #1d2939;
}

.navbar__content_right_btns {
  position: relative;
  margin-top: 43px;
}

/* .navbar.open-menu .navbar__content .navbar__content_right_btns {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
}

.navbar.open-menu .navbar__content .navbar__content_right_btns .navbar-menu-search {
  display: block;
  height: fit-content;
  width: 181px;
  visibility: visible;
  padding-right: unset;
  pointer-events: all;
  opacity: 1;
}

.navbar.open-menu .navbar__content {
  align-items: unset;
} */

/* Tablet: */
@media screen and (min-width: 768px) {
  a.area-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  a.area-link img {
    max-width: 1.75rem;
    max-height: 1.75rem;
  }
  .area-wrapper {
    width: 50%;
  }
  /*Auth Component*/
  .navbar-bottom {
    top: 98px;
  }
}
/* Desktop: */
@media screen and (min-width: 1200px) {
  a.area-link {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  a.area-link img {
    max-width: 1.875rem;
    max-height: 1.875rem;
  }

  .navbar__content {
    max-width: 110rem;
    height: 6rem;
    display: block;
    justify-content: unset;
    padding: 0 80px;
    margin: auto;
  }

  #nav-mobile {
    display: none;
  }
  #nav-desktop {
    display: block;
  }
  .navbar-menu-mobile {
    display: none;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./Fontes/Fontes/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Aplicar Montserrat globalmente */
html,
body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #f9f9f9;
}

button,
input,
select,
textarea,
a,
span {
  font-family: inherit !important;
}
