@font-face {
  font-family: Ltsaeada;
  src: url('../fonts/LTSaeada-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ltsaeada;
  src: url('../fonts/LTSaeada-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ltsaeada;
  src: url('../fonts/LTSaeada-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ltsaeada;
  src: url('../fonts/LTSaeada-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ltsaeada;
  src: url('../fonts/LTSaeada-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --violeta: #67007c;
  --extra: #fae9b6;
  --dorado: #bd9641;
  --fucsia: #d943b1;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.home-header {
  color: #fff;
  text-align: center;
  background-image: url('../images/facultad-uba-derecho.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 24vw;
  padding-top: 9vw;
}

.navbar {
  height: 96px;
}

.footer {
  background-color: var(--violeta);
  background-image: url('../images/gestoria-max-isologo-footer.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 168px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 150px;
  display: flex;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.servicios-heading {
  color: var(--extra);
  text-shadow: 0 3px 3px #0003;
  font-family: Ltsaeada, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.home-text {
  color: #666;
  text-align: justify;
  margin-bottom: 36px;
  font-family: Ltsaeada, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.logo-link {
  background-image: url('../images/gestoria-max-logotipo-360.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 180px;
  min-height: 96px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
}

.navbar-link {
  color: var(--violeta);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.navbar-link:hover {
  border-top: 4px solid var(--violeta);
  border-bottom: 4px solid #0000;
}

.navbar-link.w--current {
  border-top: 6px solid var(--dorado);
  border-bottom: 6px solid #0000;
}

.navbar-link.dropdown {
  padding-right: 40px;
}

.navbar-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  font-family: Ltsaeada, sans-serif;
  font-weight: 300;
}

.dropdown, .navbar-drop {
  margin-left: 0;
  margin-right: 0;
}

.drop-list {
  background-color: #fff;
}

.drop-link {
  color: #67007c;
  transition: all .5s;
}

.drop-link:hover {
  border-left: 4px solid #67007c;
  padding-right: 16px;
}

.spacer-line {
  background-color: #bd9641;
  width: 100px;
  height: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-copyright {
  color: var(--fucsia);
  font-size: 12px;
  font-weight: 200;
}

.footer-link {
  color: var(--extra);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--fucsia);
}

.servicios-header {
  color: #fff;
  text-align: center;
  background-image: url('../images/header-servicios-2.jpg');
  background-position: 50% 60%;
  background-repeat: repeat;
  background-size: cover;
  height: 20vw;
  padding-top: 7vw;
}

.servicios-h2 {
  margin-top: 10px;
  font-family: Ltsaeada, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.servicios-list {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.servicios-list.last {
  padding-bottom: 40px;
}

.servicios-list.compact {
  padding-bottom: 0;
}

.navbar-logo {
  height: 96px;
}

.footer-red {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 48px;
  min-height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .5s;
}

.footer-red.facebook {
  background-image: url('../images/icon-facebook.png');
}

.footer-red.facebook:hover {
  background-image: url('../images/icon-facebook-hover.png');
}

.footer-red.instagram {
  background-image: url('../images/icon-instagram.png');
}

.footer-red.instagram:hover {
  background-image: url('../images/icon-instagram-hover.png');
}

.footer-red.tiktok {
  background-image: url('../images/icon-tiktok.png');
}

.footer-red.tiktok:hover {
  background-image: url('../images/icon-tiktok-hover.png');
}

.footer-red.twitter {
  background-image: url('../images/icon-twitter.png');
}

.footer-red.twitter:hover {
  background-image: url('../images/icon-twitter-hover.png');
}

.footer-red.youtube {
  background-image: url('../images/icon-youtube.png');
}

.footer-red.youtube:hover {
  background-image: url('../images/icon-youtube-hover.png');
}

.footer-red.linkedin {
  background-image: url('../images/icon-linkedin.png');
}

.footer-red.linkedin:hover {
  background-image: url('../images/icon-linkedin-hover.png');
}

.footer-red.email {
  background-image: url('../images/icon-email.png');
}

.footer-red.email:hover {
  background-image: url('../images/icon-email-hover.png');
}

.footer-red.whatsapp {
  background-image: url('../images/icon-whatsapp.png');
}

.footer-red.whatsapp:hover {
  background-image: url('../images/icon-whatsapp-hover.png');
}

.link-wrap {
  color: var(--violeta);
  border-radius: 10px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  transition: all .5s;
  box-shadow: 0 0 15px #0003;
}

.link-wrap:hover {
  background-color: var(--violeta);
  color: var(--white);
}

.nombres-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: none;
}

.persona-wrap {
  text-align: center;
  background-image: url('../images/foto-perfil-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 180px;
}

.novedades-wrap {
  color: var(--violeta);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 10px 300px 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 15px #0003;
}

.novedades-wrap:hover {
  background-color: var(--violeta);
  color: var(--white);
}

.novedades-wrap.iti {
  background-image: url('../images/novedades-leyes.jpg');
}

.novedades-wrap.iti.hidden {
  display: none;
}

.novedades-wrap.locacion {
  background-image: url('../images/novedades-locacion.jpg');
  display: none;
}

.novedades-wrap.particion {
  background-image: url('../images/novedades-particion.jpg');
  display: none;
}

.novedades-wrap.sucesiones {
  background-image: url('../images/novedades-testamento.jpg');
}

.novedades-wrap.consorcios {
  background-image: url('../images/novedades-consorcios.jpg');
}

.novedades-wrap.consorcios.hidden {
  display: none;
}

.novedades-wrap.alq-temp {
  background-image: url('../images/Alquiler-temporario.jpg');
}

.novedades-wrap.alq-temp.hidden {
  display: none;
}

.novedades-wrap.rpi-derechos {
  background-image: url('../images/Cesión-derechos-hereditarios.jpg');
}

.novedades-wrap.rpi-derechos.hidden {
  display: none;
}

.novedades-wrap.iibb-pba {
  background-image: url('../images/novedades-iibb-pba.jpg');
}

.novedades-wrap.iibb-pba.hidden {
  display: none;
}

.novedades-wrap.hipotecas {
  background-image: url('../images/novedades-hipotecas.jpg');
}

.novedades-wrap.hipotecas.hidden {
  display: none;
}

.novedades-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.novedades-descripcion {
  text-align: justify;
  line-height: 24px;
}

.servicios-wrap {
  color: var(--violeta);
  border-radius: 10px;
  min-height: 200px;
  padding: 10px 40px 20px;
  text-decoration: none;
  transition: all .5s;
  box-shadow: 0 0 15px #0003;
}

.servicios-wrap:hover {
  background-color: var(--violeta);
  color: var(--white);
}

.form-field {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
}

.form-field:hover {
  border-color: var(--violeta);
}

.form-field:focus {
  border: 1px solid var(--violeta);
}

.form-label {
  color: var(--violeta);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-label.exito {
  padding-bottom: 50vw;
}

.form-area {
  color: #666;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-height: 200px;
  font-size: 16px;
  line-height: 24px;
}

.form-area:hover, .form-area:focus {
  border-color: var(--violeta);
}

.form-button {
  background-color: var(--violeta);
  text-transform: uppercase;
  height: 50px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.h2-novedades {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.sticky-whatsapp-icon {
  z-index: 9999;
  background-image: url('../images/whatsapp-icon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.novedades-fecha {
  font-style: italic;
  font-weight: 200;
}

.novedad-fecha {
  padding-bottom: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
}

.navbar-mobile {
  display: none;
}

.nosotros-header {
  color: #fff;
  text-align: center;
  background-image: url('../images/despacho-de-abogados.jpg');
  background-position: 50% 75%;
  background-repeat: repeat;
  background-size: cover;
  height: 20vw;
  padding-top: 7vw;
}

.novedades-header {
  color: #fff;
  text-align: center;
  background-image: url('../images/plaza-congreso.jpg');
  background-position: 50% 70%;
  background-repeat: repeat;
  background-size: cover;
  height: 20vw;
  padding-top: 7vw;
}

.contacto-header {
  color: #fff;
  text-align: center;
  background-color: #67007c;
  background-image: url('../images/header-contacto.jpg');
  background-position: 50%;
  background-size: cover;
  height: 15vw;
  padding-top: 5vw;
}

.servicio-header {
  color: #fff;
  text-align: center;
  background-color: #67007c;
  height: 15vw;
  padding-top: 5vw;
}

.form-success {
  color: #67007c;
  background-color: #fff;
  font-size: 18px;
}

.servicios-drop-link {
  color: var(--violeta);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    display: none;
  }

  .navbar-mobile {
    background-color: #0000;
    height: 96px;
    min-height: 96px;
    display: block;
  }

  .navbar-m-logo {
    background-image: url('../images/gestoria-max-logotipo-360.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    min-width: 180px;
    height: 96px;
    min-height: 96px;
    margin-left: 20px;
  }

  .navbar-wrapper {
    height: 96px;
    min-height: 96px;
  }

  .navbar-m-button {
    height: 96px;
    min-height: 96px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .navbar-m-button.w--open {
    background-color: #0000;
  }

  .navbar-m-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-m-icon {
    color: #67007c;
  }

  .nav-m-link {
    color: #67007c;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .home-header {
    height: 75vw;
    padding-top: 15vw;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .servicios-heading {
    font-size: 32px;
  }

  .home-text {
    font-size: 15px;
    line-height: 30px;
  }

  .footer-links, .footer-copyright {
    text-align: center;
  }

  .footer-link {
    padding: 15px 20px;
    display: block;
  }

  .servicios-header {
    height: 35vw;
    padding-top: 7vw;
  }

  .nombres-wrap {
    flex-flow: column;
    align-items: center;
  }

  .persona-wrap {
    padding-bottom: 60px;
  }

  .novedades-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .novedades-wrap.iti, .novedades-wrap.locacion, .novedades-wrap.particion, .novedades-wrap.sucesiones, .novedades-wrap.consorcios, .novedades-wrap.alq-temp, .novedades-wrap.rpi-derechos, .novedades-wrap.iibb-pba, .novedades-wrap.hipotecas {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .nosotros-header, .novedades-header, .contacto-header, .servicio-header {
    height: 35vw;
    padding-top: 7vw;
  }
}


@font-face {
  font-family: 'Ltsaeada';
  src: url('../fonts/LTSaeada-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ltsaeada';
  src: url('../fonts/LTSaeada-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ltsaeada';
  src: url('../fonts/LTSaeada-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ltsaeada';
  src: url('../fonts/LTSaeada-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ltsaeada';
  src: url('../fonts/LTSaeada-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}