:root {
  --marrón: #b69d74;
  --azul-marino: #1f2839;
  --claro: #f5f5ef;
  --black: #333;
  --floral-white: #f1f1f1;
  --dim-grey: #555;
  --yellow: #ffea00;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.hero {
  border-bottom: 2px solid var(--marrón);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#1f2839e6, #1f2839e6), url('../images/abogada-penalista-fuenlabrada_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30dvh;
  display: flex;
}

.hero.d-familia {
  background-image: url('../images/alvaro-serrano-hjwKMkehBco-unsplash-1_1.avif');
  background-position: 50% 60%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero.d-penal {
  background-image: url('../images/tingey-injury-law-firm-yCdPU73kGSc-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 30dvh;
  padding: 0% 40px;
  position: relative;
}

.hero.d-penitenciario {
  background-image: url('../images/jachymmichal-oVWilf8znF8-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero.d-civil {
  background-image: url('../images/kobu-agency-7okkFhxrxNw-unsplash-1_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero.blog {
  background-image: url('../images/kelly-sikkema-IhxM7w392e0-unsplash_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero.inicio {
  background-image: linear-gradient(#1f2839e6, #1f2839e6);
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.navbar {
  border-bottom: .5px solid var(--marrón);
  background-color: var(--azul-marino);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.section {
  border-bottom: 1px solid var(--marrón);
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
  overflow: hidden;
}

.section.grey {
  background-color: #f1f1f1;
  background-image: linear-gradient(270deg, #ffffff80, #fff0);
}

.section.blue {
  background-color: var(--azul-marino);
}

.section.blue.contacto-page {
  background-color: #fafafa;
  border-bottom-style: none;
}

.section.vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 8%;
}

.section._1st {
  padding-top: 3%;
  padding-bottom: 3%;
}

.section.cta {
  background-color: #f1f1f1;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.nav-link:hover {
  font-weight: 300;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--claro);
  font-weight: 300;
  text-decoration: underline;
}

.nav-link.contacto {
  border: 1px solid var(--marrón);
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px 20px;
  display: inline-block;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.h1 {
  color: var(--claro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.8rem;
}

.h1.white {
  width: 100%;
}

.h1.white.st1 {
  max-width: 100%;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.h1.white.st2 {
  line-height: 1.6rem;
}

.h1.white.st2.blog {
  line-height: 2rem;
}

.h1.blue {
  color: var(--azul-marino);
}

.hero-content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--claro);
  text-align: center;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.line-sub {
  background-color: var(--marrón);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.line-sub.brown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.line-sub.brown.short {
  width: 10%;
  max-width: 10%;
}

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.wrapper.blog {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.h2 {
  color: var(--azul-marino);
  text-align: left;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.h2.blue {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
}

.h2.blue.home {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.h2.white {
  color: var(--claro);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.p {
  color: #1f2839cc;
  text-align: justify;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.p.blue.center {
  text-align: center;
}

.p.white {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.p.white._25 {
  width: 100%;
  max-width: 25%;
}

.p.blog {
  text-align: left;
}

.p.terms {
  margin-top: 40px;
}

.p.intro {
  margin-bottom: 40px;
}

.p._0 {
  margin-bottom: 0;
}

.p.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p.cta {
  text-align: center;
}

.text-block {
  border-left: 1px solid var(--marrón);
  color: var(--claro);
  text-align: left;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.content {
  display: block;
}

.content.intro {
  flex-direction: column;
  display: flex;
}

.content.especialidades {
  grid-row-gap: 0px;
  align-items: center;
  width: 940px;
  max-width: 940px;
  overflow: visible;
}

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

.content.cta {
  flex-direction: column;
  display: flex;
}

.div-especialidades {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contenido-especialidad {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  box-shadow: none;
  background-image: radial-gradient(circle at 0 0, #fff, #fff0), url('../images/paper.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
  background-attachment: scroll, scroll;
  border: 1px #fff;
  border-bottom-right-radius: 20px;
  flex-direction: row;
  min-height: 25dvh;
  display: flex;
}

.especialidades {
  grid-row-gap: 90px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.p-blanco {
  color: var(--claro);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.h3 {
  color: var(--claro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.h3.white {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.h3.blue {
  color: var(--azul-marino);
  margin-bottom: 20px;
}

.h3.blue.test {
  color: #1f283980;
}

.form-label {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.submit {
  background-color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.text-field {
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.div-block {
  grid-row-gap: 0px;
  border: 1px solid var(--marrón);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.form {
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

.grid-blog {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  display: grid;
  overflow: visible;
}

.blog-item {
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  width: 30em;
  box-shadow: 1px 1px 20px -1px #0000001c;
}

.h4 {
  color: var(--azul-marino);
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.thumb-blog {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 220px;
}

.footer {
  background-color: var(--azul-marino);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  border-bottom: 1px solid var(--marrón);
  background-color: #f5f5ef0d;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: var(--claro);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px none var(--marrón);
  background-color: var(--claro);
  border-radius: 5px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1f283980;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: var(--azul-marino);
  border-radius: 5px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #f5f5efe6;
  margin-left: 0;
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--claro);
  text-decoration: none;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: var(--marrón);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #f5f5ef80;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #f5f5ef80;
  margin-left: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.footer-legal-link:hover {
  color: var(--claro);
}

.image, .image-2, .image-3 {
  filter: invert();
}

.div-block-2 {
  border-bottom: 2px solid var(--marrón);
  border-left: 3px none var(--marrón);
  background-image: linear-gradient(45deg, #1f2839, #1f2839cc);
  border-radius: 0 10px 0 0;
  padding: 20px 60px;
}

.div-block-2.gradient {
  background-image: linear-gradient(45deg, #1f2839, #1f2839cc);
}

.contact {
  grid-column-gap: 60px;
  align-items: flex-end;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.textarea {
  border-radius: 5px;
  min-height: 10rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.thumb-blog-text {
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 40px;
}

.checkbox-label {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.checkbox-field {
  margin-bottom: 20px;
}

.blog-link-text {
  color: var(--marrón);
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.6rem;
  display: block;
}

.brown-link-text {
  color: var(--marrón);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  padding: 10px 20px 10px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.6rem;
  text-decoration: underline;
  transition: all .2s ease-in-out;
  display: block;
}

.brown-link-text:hover {
  color: var(--marrón);
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-page-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2, .text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.error-message {
  border-radius: 5px;
}

.success-message {
  background-color: var(--claro);
  border-radius: 5px;
  padding-top: 260px;
  padding-bottom: 260px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  width: 100%;
  max-width: 20%;
}

.div-block-6 {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6rem;
}

.link {
  color: var(--claro);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  text-decoration: underline;
}

.text-span-2 {
  color: var(--marrón);
}

.hero-blur {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f283980;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-blur.inicio {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f283999;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-blog-item {
  border: 1px solid var(--claro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50dvh;
  padding: 20px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #cacaca33;
}

.blog-img-grid {
  border-radius: 10px;
  width: 100%;
  max-height: 220px;
  margin-bottom: 30px;
}

.preview-text-blog {
  z-index: 10;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  position: relative;
}

.preview-text-blog.blue.center {
  text-align: center;
}

.preview-text-blog.white {
  color: var(--claro);
  text-align: center;
}

.preview-text-blog.white._25 {
  width: 100%;
  max-width: 25%;
}

.preview-text-blog.blog {
  text-align: left;
}

.preview-text-blog.terms {
  margin-top: 40px;
}

.preview-text-blog.intro {
  margin-bottom: 40px;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-8 {
  width: 100%;
  height: auto;
}

.blog-cats {
  border: .5px solid var(--marrón);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.cat-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: .9rem;
  display: block;
}

.cat-link:hover, .cat-link.w--current {
  color: var(--marrón);
}

.cat-separator {
  background-color: var(--marrón);
  width: 1px;
  height: 1rem;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-9 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  z-index: 10;
  color: var(--black);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
}

.div-block-10 {
  z-index: 10;
  border: 1px none var(--claro);
  background-color: var(--claro);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  width: 100%;
  max-height: 20dvh;
  margin-top: auto;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.div-block-10:hover {
  background-color: #f5f5ef99;
  border-style: solid;
  border-width: 2px;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.div-block-11 {
  width: 100%;
  max-width: 1140px;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.pagination {
  margin-top: 80px;
}

.text-block-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.next {
  border-width: .5px;
  border-color: var(--marrón);
  background-color: #0000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.collection-list-2, .collection-list-3, .collection-item {
  display: flex;
}

.link-2 {
  color: var(--azul-marino);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
}

.image-5 {
  border: 3px solid var(--azul-marino);
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #fff;
  width: 90px;
  max-width: 100%;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 20px 15px;
  display: flex;
}

.div-block-13 {
  border-bottom: 1px solid var(--marrón);
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.parragraphs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first-letter {
  font-size: 1.2rem;
  font-weight: 400;
}

.image-6 {
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 25%;
  height: auto;
}

.div-block-15 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.p-esp-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 40px 60px;
  display: flex;
}

.button {
  border-bottom: 2px solid var(--marrón);
  background-color: var(--azul-marino);
  color: var(--claro);
  letter-spacing: 2px;
  border-radius: 0 20px 0 0;
  width: 100%;
  margin-top: 20px;
  padding: 10px 40px 10px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .2s ease-in-out;
}

.button:hover {
  padding-left: 30px;
}

.button.gradient {
  border-bottom-width: 1px;
  border-bottom-color: var(--azul-marino);
  color: var(--azul-marino);
  background-color: #0000;
  background-image: linear-gradient(45deg, #f1f1f1, #cacaca99);
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button.gradient:hover {
  border-bottom-color: var(--marrón);
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-span-3, .text-span-4 {
  color: var(--azul-marino);
}

.text-span-5 {
  font-weight: 700;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  position: static;
  top: 40px;
}

.slide {
  margin-bottom: 20px;
}

.div-block-18 {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.image-7 {
  background-color: #f1f1f1;
  border: 1px solid #1f28391a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.image-7:hover {
  border: 1px solid #1f283917;
}

.top {
  height: 0;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.collection-list-wrapper-3 {
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-2 {
  width: 100%;
}

.slider-3 {
  background-color: #0000;
  align-items: flex-start;
  width: auto;
  min-height: 620px;
  display: block;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-3 {
  width: auto;
  margin-left: 0;
  margin-right: 40px;
}

.slide-4, .slide-5, .slide-6, .slide-7 {
  width: auto;
  margin-right: 40px;
}

.slide-nav-2 {
  display: none;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.breadcrumbs-container {
  background-color: #f5f5f5;
}

.breadcrumbs-content {
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bread-link {
  color: var(--azul-marino);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.bread-link.off {
  color: #888;
  font-weight: 300;
}

.title-tel-cta {
  color: var(--azul-marino);
  margin-top: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.link-cta {
  color: var(--marrón);
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.div-block-19 {
  height: 60vh;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--floral-white) 33%, #ffffff80), url('../images/Escritorio-trabajo-Abogada-Fuenlabrada-Madrid-Sur_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 40vh;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.section-2.profile {
  min-height: auto;
  padding-bottom: 0;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--floral-white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-3 {
  border: 1px solid var(--black);
  background-color: var(--floral-white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-21 {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.link-3, .link-4 {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-5 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-22 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.div-block-23 {
  width: 100%;
  max-width: 1144px;
  margin-top: 40px;
}

.div-block-24 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 180px;
  display: flex;
}

.div-block-24.profile {
  margin-bottom: 100px;
}

.subheading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.btn1 {
  border: 1px solid var(--black);
  background-color: var(--floral-white);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 8px 30px;
  transition: background-color .325s ease-in-out;
  display: flex;
}

.btn1:hover {
  background-color: #fff;
}

.image-9 {
  margin-right: 15px;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
}

.btn2 {
  border: 1px solid var(--black);
  background-color: var(--floral-white);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 8px 30px;
  transition: background-color .325s;
  display: none;
}

.btn2:hover {
  background-color: #fff;
}

.section-3 {
  width: 95%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.section-3.terms {
  max-width: 1024px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-3.left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block {
  color: var(--black);
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .425s cubic-bezier(.455, .03, .515, .955);
}

.link-block:hover {
  color: var(--black);
  background-color: #fff;
  border: 1px #ebebeb;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-block.active {
  background-color: #fff;
  border: 1px #000;
  font-weight: 500;
  text-decoration: none;
}

.title-content-1 {
  color: var(--black);
  text-align: center;
  max-width: 65%;
  margin: 0 auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
}

.title-content-1.italic {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.title-content-1.pol {
  margin-top: 60px;
}

.title-content-1.profile {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.block-img-right {
  justify-content: space-between;
  align-items: center;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.block-img-right.last {
  margin-bottom: 0;
}

.block-img-right.first {
  margin-top: 100px;
}

.div-block-26 {
  width: 100%;
  max-width: 50%;
  padding-top: 0;
  padding-right: 60px;
}

.div-block-27 {
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-2 {
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  position: static;
}

.paragraph-2._80 {
  text-align: left;
  max-width: 80%;
  margin-top: 30px;
}

.paragraph-2.center {
  color: var(--black);
  text-align: center;
  line-height: 1.6rem;
}

.paragraph-2.center.terms {
  text-align: justify;
  font-size: .9rem;
  font-weight: 400;
}

.paragraph-2.jus {
  text-align: justify;
  margin-bottom: 60px;
}

.title-content-2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.title-content-2.lab {
  margin-bottom: 20px;
}

.list-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.div-block-28 {
  z-index: 10;
  border: 1px solid var(--marrón);
  -webkit-backdrop-filter: grayscale(0%);
  backdrop-filter: grayscale(0%);
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  height: 480px;
  position: absolute;
  top: 25px;
  left: -14px;
}

.div-block-28.penal {
  -webkit-backdrop-filter: saturate(121%);
  backdrop-filter: saturate(121%);
  width: 100%;
  max-width: 600px;
}

.div-block-28.gold {
  border-color: var(--marrón);
}

.img-right {
  border: 1px none var(--black);
  background-color: var(--floral-white);
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-veNb0DDegzE-unsplash_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 30px;
  width: 600px;
  height: 490px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-right.familia1 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/engin-akyurt-Jw5Kth70hQo-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 560px;
}

.img-right.home1 {
  opacity: 1;
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-yCdPU73kGSc-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 800px;
}

.img-right.civil1 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-6sl88x150Xs-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 560px;
}

.img-right.penal1 {
  filter: grayscale(51%);
  width: 560px;
}

.img-right.penitenciario1 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/kelly-sikkema-wgcUx0kR1ps-unsplash_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: 560px;
}

.img-right.laboral1 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/israel-andrade-YI_9SivVt_s-unsplash-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 560px;
}

.text-block-7 {
  color: var(--marrón);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.block-img-left {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 550px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.img-left {
  border: 1px none var(--black);
  background-color: var(--floral-white);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/timon-studler-ABGaVhJxwDQ-unsplash-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  width: 600px;
  height: 480px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-left.familia2 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/ta-focando-LOuffSFpWQI-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 550px;
}

.img-left.familia4 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/jens-lelie-u0vgcIOQG08-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 560px;
}

.img-left.home2 {
  opacity: 1;
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/jachymmichal-oVWilf8znF8-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  max-width: 800px;
  height: 480px;
}

.img-left.civil2 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/christian-dubovan-Y_x747Yshlw-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 560px;
}

.img-left.penal2 {
  filter: grayscale(50%);
  width: 560px;
}

.img-left.penitenciario2 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/markus-spiske-WWX2bPqP-z4-unsplash_1.avif');
  background-size: auto, cover;
  width: 550px;
}

.img-left.laboral2 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/roxy-aln-4HNBrp2PSoE-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 550px;
}

.div-block-27-copy {
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-26-copy {
  width: 100%;
  max-width: 50%;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 0;
}

.highlight {
  background-color: #fbff00;
}

.text-yellow {
  z-index: -1;
  background-color: var(--yellow);
  width: 270%;
  height: 1.8rem;
  position: relative;
}

.semibold {
  font-style: normal;
  font-weight: 600;
}

.div-block-29 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  background-image: url('../images/paper.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-30 {
  width: 100%;
  max-width: 1140px;
}

.div-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-32 {
  border: 1px solid var(--marrón);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-content-3 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.section-6 {
  height: 100vh;
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.div-block-40 {
  background-image: linear-gradient(#f1f1f180, #f1f1f180), url('../images/nastuh-abootalebi-J1rNS2qv8BQ-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.image-10 {
  margin-bottom: 0;
}

.div-block-41 {
  background-color: var(--floral-white);
  background-image: url('../images/paper.webp');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
}

.title-content-1-copy {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
}

.title-content-1-copy.italic {
  color: var(--black);
  font-style: italic;
  font-weight: 500;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-brand {
  color: var(--black);
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: var(--floral-white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.img-familia {
  border: 1px none var(--black);
  background-color: var(--floral-white);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/jeshoots-com-R_onCftcHvw-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  width: 600px;
  height: 490px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-familia.familia3 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/scott-graham-OQMZwNd3ThU-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 560px;
}

.img-familia.home3 {
  opacity: 1;
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/daniel-hering-Ya_UycADp28-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  max-width: 800px;
}

.img-familia.home5 {
  opacity: 1;
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-6sl88x150Xs-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 800px;
}

.img-familia.penal3 {
  filter: grayscale(50%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/luis-villasmil-jPpHpgWNCKs-unsplash_1.avif');
  width: 560px;
}

.img-familia.penal5 {
  filter: grayscale(50%);
  width: 560px;
}

.img-familia.penal7 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/patrick-fore-H5Lf0nGyetk-unsplash_1.avif');
  width: 560px;
}

.img-familia.penitenciario3 {
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/basil-james-iC4BsZQaREg-unsplash_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: 560px;
}

.img-laboral {
  border: 1px none var(--black);
  background-color: var(--floral-white);
  opacity: 1;
  filter: grayscale(51%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/abogada-penalista-fuenlabrada_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 30px;
  width: 100%;
  max-width: 800px;
  height: 480px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-laboral.penal4 {
  filter: grayscale(50%);
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tim-mossholder-UcUROHSJfRA-unsplash-1_1.avif');
  background-position: 0 0, 50%;
}

.img-laboral.penal6 {
  background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/max-fleischmann-4wcI3YQAWpI-unsplash_1.avif');
}

.form-te-llamamos {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1f1f1cc;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-43 {
  border: 1px solid var(--dim-grey);
  background-color: var(--floral-white);
  border-radius: 20px;
  width: 550px;
  min-width: 390px;
  padding: 60px;
  position: relative;
}

.text-field-2 {
  border-radius: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.text-field-2:focus {
  border: 1px solid var(--black);
}

.text-field-3 {
  border-radius: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.text-field-3:focus {
  border: 1px solid var(--black);
}

.submit-button {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.radio-button {
  background-color: #fff;
}

.select-field {
  border-radius: 20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.heading-4 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.div-block-44 {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-11 {
  filter: saturate(0%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-field-2 {
  font-family: Montserrat, sans-serif;
}

.checkbox-label-2 {
  font-size: .8rem;
}

.radio-button-field {
  font-family: Montserrat, sans-serif;
}

.radio-button-field-2 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-45 {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-block-8 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.radio-button-field-3 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.radio-button-1 {
  font-family: Montserrat, sans-serif;
  display: none;
}

.div-block-46 {
  margin-bottom: 20px;
  display: flex;
}

.navbar-logo-left {
  z-index: 200;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  width: 100%;
  font-family: Montserrat, sans-serif;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  margin-left: 0;
}

.nav-link-4.blog {
  display: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.button-4 {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: border-color .325s ease-in-out;
}

.button-4:hover {
  border-color: var(--marrón);
}

.image-12 {
  opacity: .7;
  filter: brightness(0%);
  padding: 25px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
}

.text-block-12 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.form-cita {
  z-index: 300;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f1f1f1cc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-form-cita {
  border: 1px solid var(--dim-grey);
  background-color: var(--floral-white);
  border-radius: 20px;
  width: 100%;
  min-width: 390px;
  max-width: 540px;
  height: auto;
  padding: 20px 40px 30px;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.radio-tipo-consulta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.radio-button-2 {
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  display: none;
}

.text-span-6 {
  text-decoration: underline;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.heading-5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.div-block-47 {
  height: 20px;
}

.text-block-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-6, .link-7 {
  color: var(--black);
}

.radio-button-field-5, .radio-button-field-6 {
  font-family: Montserrat, sans-serif;
}

.link-8, .link-9 {
  color: var(--black);
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.bold-text {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--dim-grey);
}

.div-block-50 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  font-size: 1rem;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
}

.link-b {
  color: #333;
  margin-top: 10px;
}

.div-block-51 {
  flex-direction: column;
  display: flex;
}

.success-message-3 {
  background-color: #fafafa;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.success-message-4 {
  background-color: #fff;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
}

.terms, .link-10 {
  color: var(--black);
}

.text-button-cita {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.radio-button-cita-1 {
  background-color: #fff0;
  border: 1px solid #777;
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  padding: 20px;
  text-decoration: none;
}

.radio-button-cita-1.seleccionado {
  background-color: #fff;
}

.radio-button-cita-1.no-seleccionado {
  opacity: .5;
}

.radio-button-cita-1.no-seleccionado.button-cita-hover {
  border-width: 2px;
}

.text-block-19 {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.radio-button-cita-2 {
  background-color: #fff0;
  border: 1px solid #777;
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  padding: 20px;
  text-decoration: none;
}

.radio-button-cita-2.no-seleccionado {
  opacity: .5;
  border-color: #777;
}

.radio-button-cita-2.seleccionado {
  background-color: #fff;
  border-color: #777;
}

.radio1 {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.radio1.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black);
}

.radio1.w--redirected-focus {
  box-shadow: none;
}

.check {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

.check.w--redirected-checked {
  background-color: #333;
  border-color: #333;
}

.check.w--redirected-focus {
  box-shadow: none;
}

.list-item {
  padding: 20px 10px;
}

.list-item.drop {
  padding: 0;
}

.list-item.serv {
  display: none;
}

.dropdown-list {
  background-color: #fff;
  display: none;
}

.dropdown-link {
  color: #313131;
}

.dropdown-link:hover {
  background-color: #fafafa;
}

.dropdown-link.w--current {
  color: #888;
}

.dropdown-link-2 {
  color: #333;
}

.dropdown-link-2.w--current {
  color: #888;
}

@media screen and (max-width: 991px) {
  .hero.d-penal {
    height: 40dvh;
  }

  .hero.inicio {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .section {
    padding: 5rem 40px;
  }

  .section.cta {
    background-color: #f1f1f1;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .nav-link {
    text-align: right;
    border-bottom: 1px solid #ffffff1a;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.contacto {
    background-color: var(--marrón);
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 3rem;
  }

  .h1.white.st1 {
    text-align: left;
    margin-bottom: 0;
  }

  .h1.white.st2 {
    text-align: left;
    margin-bottom: 0;
    line-height: 2rem;
  }

  .h1.white.st2.blog {
    text-align: left;
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  .hero-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.blue {
    line-height: 2.4rem;
  }

  .h2.blue.cta {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.8rem;
  }

  .h2.white {
    letter-spacing: 0;
    font-size: 1.8rem;
  }

  .p {
    color: #1f2839cc;
    font-weight: 300;
  }

  .p.cta {
    text-align: center;
    font-weight: 400;
  }

  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: #19202e;
  }

  .menu-button.w--open {
    background-color: var(--marrón);
  }

  .brand {
    margin-right: auto;
  }

  .content.especialidades {
    grid-row-gap: 0px;
    align-items: center;
    width: auto;
  }

  .contenido-especialidad {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .h3 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 3rem;
  }

  .div-block {
    max-width: 100%;
  }

  .blog-item {
    width: 50vw;
  }

  .container-2 {
    max-width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-2 {
    border-top-right-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2.gradient {
    border-top-right-radius: 0;
    padding-left: 40px;
  }

  .contact {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .form-block {
    max-width: 100%;
  }

  .brown-link-text {
    color: var(--azul-marino);
  }

  .div-block-4 {
    grid-column-gap: 20px;
  }

  .preview-text-blog {
    color: #1f2839cc;
    font-weight: 300;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .blog-cats {
    align-items: stretch;
    padding-right: 20px;
  }

  .cat-separator {
    display: none;
  }

  .cat-separator.bread {
    display: block;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .image-6 {
    max-width: 100%;
    max-height: 220px;
  }

  .p-esp-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16 {
    padding-bottom: 40px;
  }

  .image-8 {
    height: 100%;
  }

  .breadcrumbs-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-tel-cta {
    color: var(--azul-marino);
    text-align: center;
    margin-top: 60px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .link-cta {
    color: var(--marrón);
    text-align: center;
    margin-top: 10px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
  }

  .div-block-20 {
    max-width: 70%;
  }

  .section-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: auto;
  }

  .link-block {
    white-space: nowrap;
  }

  .title-content-1 {
    max-width: 80%;
  }

  .block-img-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    height: auto;
    position: static;
  }

  .div-block-26 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    max-width: 100%;
    position: static;
  }

  .div-block-28, .div-block-28.penal {
    display: none;
  }

  .img-right.home1 {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-yCdPU73kGSc-unsplash_1.avif');
    background-position: 0 0, 50%;
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 20px;
    position: static;
  }

  .block-img-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    height: auto;
  }

  .img-left.home2 {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/jachymmichal-oVWilf8znF8-unsplash_1.avif');
    background-position: 0 0, 50%;
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 320px;
    margin-right: 20px;
    position: static;
  }

  .div-block-27-copy {
    max-width: 100%;
    position: static;
  }

  .div-block-26-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-31 {
    grid-template-columns: 1fr 1fr;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-6 {
    height: auto;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-40 {
    height: 40vh;
  }

  .div-block-41 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .img-familia.home3, .img-familia.home5 {
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 20px;
    position: static;
  }

  .img-laboral {
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 320px;
    margin-right: 20px;
    position: static;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .hero.blog, .hero.inicio {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1.white {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .h1.white.st1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .h1.white.st2 {
    font-size: 2.5rem;
  }

  .h1.white.st2.blog {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .hero-content {
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .contenido-especialidad {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .blog-item {
    width: 60vw;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2.gradient {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-5 {
    max-width: 100%;
    height: 20dvh;
  }

  .text-span {
    font-size: 1.4rem;
  }

  .text-span-2, .cat-separator {
    display: none;
  }

  .collection-list-3 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .parragraphs {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    border-left: 3px solid var(--marrón);
    border-top-right-radius: 10px;
    max-width: 100%;
    max-height: 290px;
  }

  .button.gradient {
    margin-top: 40px;
  }

  .div-block-20 {
    max-width: 90%;
  }

  .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: auto;
  }

  .div-block-22 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .btn1 {
    margin-right: 0;
  }

  .link-block {
    white-space: nowrap;
  }

  .title-content-1 {
    max-width: 80%;
  }

  .block-img-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-left: 0;
  }

  .div-block-26 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    max-width: 100%;
    position: static;
  }

  .div-block-28, .div-block-28.penal {
    display: none;
  }

  .img-right.home1 {
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 340px;
    margin-left: 20px;
    position: static;
  }

  .block-img-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .img-left.home2 {
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 340px;
    margin-right: 20px;
    position: static;
  }

  .div-block-27-copy {
    max-width: 100%;
    position: static;
  }

  .div-block-26-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    min-height: auto;
  }

  .div-block-30 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    height: auto;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-40 {
    height: 40vh;
  }

  .div-block-41 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .img-familia.home3, .img-familia.home5 {
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 340px;
    margin-left: 20px;
    position: static;
  }

  .img-laboral {
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 340px;
    margin-right: 20px;
    position: static;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-form-cita {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#1f2839e6, #1f2839e6), url('../images/abogada-penalista-fuenlabrada_1.avif');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .hero.d-familia {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.d-penal {
    height: auto;
    padding: 50% 20px;
  }

  .hero.d-penitenciario {
    padding: 50% 20px;
  }

  .hero.d-civil, .hero.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.inicio {
    padding: 30% 20px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    height: auto;
    padding: 25% 20px;
  }

  .section.grey, .section.blue {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .section.full {
    padding: 0% 0;
  }

  .section._1st {
    margin-top: 20px;
  }

  .section.cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-link, .nav-link.contacto {
    padding-right: 20px;
  }

  .h1 {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .h1.white {
    font-size: 1.6rem;
  }

  .h1.white.st1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .h1.white.st2 {
    line-height: 1.6rem;
  }

  .h1.white.st2.blog {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .h2 {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
  }

  .h2.blue {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .h2.blue.home {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .h2.white {
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .p {
    color: var(--azul-marino);
    text-align: left;
    margin-bottom: 0;
  }

  .p.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 0;
  }

  .menu-button {
    margin-left: auto;
  }

  .brand {
    padding-left: 0;
  }

  .list {
    color: var(--claro);
    margin-top: 10px;
    padding-left: 10px;
  }

  .content.especialidades {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contenido-especialidad {
    grid-row-gap: 0px;
    border-bottom: 20px solid #fff;
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .especialidades {
    grid-row-gap: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .p-blanco {
    text-align: left;
    margin-bottom: 0;
  }

  .h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .h3.white {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .h3.blue {
    text-align: center;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-blog {
    grid-column-gap: 20px;
  }

  .blog-item {
    width: 80vw;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-2 {
    border-radius: 0;
    padding: 15px 20px;
  }

  .div-block-2.gradient {
    padding: 5px 20px;
  }

  .contact {
    flex-flow: column-reverse wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .thumb-blog-text {
    padding: 20px;
  }

  .brown-link-text {
    line-height: 1.2rem;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .text-span {
    font-size: .6rem;
    line-height: 1rem;
  }

  .link {
    letter-spacing: 2px;
    font-size: .8rem;
    line-height: .9rem;
  }

  .text-span-2 {
    display: none;
  }

  .grid-blog-item {
    width: 100%;
    max-width: 100%;
    min-height: 40dvh;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .preview-text-blog {
    text-align: left;
    margin-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .blog-cats {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .cat-link {
    width: 100%;
  }

  .cat-separator.bread {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-10 {
    max-width: 90%;
    max-height: none;
    padding: 0 20px 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
    line-height: 1.8rem;
  }

  .collection-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .image-5 {
    object-position: 50% 10%;
    width: 70px;
    max-width: 100%;
    max-height: 220px;
    margin-right: 0;
  }

  .div-block-13 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .parragraphs {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    border-left: 3px none var(--marrón);
    border-radius: 0;
    width: auto;
    max-width: 100%;
    height: 360px;
    max-height: none;
  }

  .p-esp-container {
    grid-row-gap: 20px;
    padding: 20px 20px 60px;
  }

  .collection-item-2, .div-block-17 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-18 {
    bottom: 20px;
    right: 20px;
  }

  .breadcrumbs-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-tel-cta {
    font-size: 1.6rem;
  }

  .heading-3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .div-block-20 {
    max-width: 100%;
  }

  .section-2 {
    padding: 150px 20px 60px;
  }

  .div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
    display: flex;
    overflow: auto;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-24 {
    margin-bottom: 100px;
  }

  .subheading {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .btn1 {
    margin-right: 0;
  }

  .section-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-3.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    white-space: nowrap;
  }

  .title-content-1 {
    text-align: left;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.2rem;
  }

  .title-content-1.italic {
    text-align: center;
    font-size: 1.6rem;
  }

  .title-content-1.claves {
    text-align: center;
  }

  .title-content-1.profile {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .block-img-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .block-img-right.first {
    margin-top: 40px;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-27 {
    max-width: 100%;
    position: static;
  }

  .paragraph-2 {
    color: var(--dim-grey);
    text-align: left;
    font-size: .9rem;
  }

  .paragraph-2._80 {
    max-width: 100%;
    font-size: .9rem;
  }

  .paragraph-2.center {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2.jus {
    text-align: left;
    font-size: .9rem;
  }

  .title-content-2 {
    margin-bottom: 30px;
    margin-right: auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .div-block-28 {
    display: none;
  }

  .div-block-28.penal {
    width: auto;
    height: 220px;
    display: none;
    position: static;
  }

  .img-right {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-yCdPU73kGSc-unsplash_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 20px;
    position: static;
  }

  .img-right.familia1 {
    width: auto;
    margin-left: 0;
  }

  .img-right.home1 {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/tingey-injury-law-firm-yCdPU73kGSc-unsplash_1.avif');
    background-position: 0 0, 50%;
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 0;
    position: static;
  }

  .img-right.civil1, .img-right.penal1, .img-right.penitenciario1, .img-right.laboral1 {
    width: auto;
    margin-left: 0;
  }

  .text-block-7 {
    margin-right: auto;
  }

  .block-img-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    height: auto;
    position: static;
  }

  .img-left {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/jachymmichal-oVWilf8znF8-unsplash_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 320px;
    margin-right: 20px;
    position: static;
  }

  .img-left.familia2, .img-left.familia4 {
    width: auto;
    margin-right: 0;
  }

  .img-left.home2 {
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 320px;
    margin-right: 0;
    position: static;
  }

  .img-left.civil2, .img-left.penal2, .img-left.penitenciario2, .img-left.laboral2 {
    width: auto;
    margin-right: 0;
  }

  .div-block-27-copy {
    max-width: 100%;
    position: static;
  }

  .div-block-26-copy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-31 {
    grid-template-columns: 1fr;
  }

  .title-content-3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .section-6 {
    height: auto;
  }

  .div-block-39 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-40 {
    height: 40vh;
  }

  .div-block-41 {
    padding: 100px 20px;
  }

  .title-content-1-copy {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .footer-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    text-align: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-familia {
    background-image: linear-gradient(#f1f1f14d, #f1f1f14d), url('../images/daniel-hering-Ya_UycADp28-unsplash_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 20px;
    position: static;
  }

  .img-familia.familia3 {
    width: auto;
    margin-left: 0;
  }

  .img-familia.home3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/daniel-hering-Ya_UycADp28-unsplash_1.avif');
    background-position: 0 0, 50%;
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 0;
    position: static;
  }

  .img-familia.home5 {
    border-radius: 20px 0 0 20px;
    width: auto;
    height: 320px;
    margin-left: 0;
    position: static;
  }

  .img-familia.penal3, .img-familia.penal5, .img-familia.penal7, .img-familia.penitenciario3 {
    width: auto;
    margin-left: 0;
  }

  .img-laboral {
    border-radius: 0 20px 20px 0;
    width: auto;
    height: 320px;
    margin-right: 0;
    position: static;
  }

  .img-laboral.penal4, .img-laboral.penal6 {
    margin-right: 0;
  }

  .form-te-llamamos {
    z-index: 300;
    display: none;
  }

  .div-block-43 {
    width: 100%;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-2 {
    margin-bottom: 10px;
  }

  .text-field-3 {
    margin-bottom: 15px;
  }

  .submit-button {
    margin-top: 15px;
  }

  .heading-4 {
    text-align: left;
  }

  .image-11 {
    margin-top: 10px;
    margin-right: 10px;
  }

  .radio-button-field-3 {
    margin-left: 0;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .nav-link-4 {
    margin-right: 0;
  }

  .nav-link-4.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-margin-top-10 {
    width: 100%;
    margin-top: 0;
  }

  .button-primary-2 {
    width: 100%;
    max-width: 100%;
  }

  .button-4 {
    width: 100%;
  }

  .text-block-10 {
    white-space: nowrap;
  }

  .form-cita {
    z-index: 300;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .container-form-cita {
    width: 100%;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 20px;
    position: absolute;
  }

  .radio-tipo-consulta {
    flex-direction: column;
  }

  .radio-button-2 {
    margin-left: 0;
  }

  .select-field-2 {
    margin-bottom: 15px;
  }

  .div-block-48 {
    flex-direction: column;
  }

  .radio-button-cita-1 {
    max-width: 100%;
    padding: 10px;
  }

  .div-block-52 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .radio-button-cita-2 {
    max-width: 100%;
    padding: 10px;
  }

  .list-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .list-item.drop {
    display: none;
  }

  .list-item.serv {
    display: block;
  }
}

#w-node-_80df7e86-d554-cc27-689a-294b34c4cbc4-b1724944, #w-node-ee8611ff-8425-78db-3769-17890cd42117-b1724944, #w-node-_8c3fdbe1-2862-a139-2b79-f27de938514e-b1724944, #w-node-_152a40de-06c4-8b10-2947-ece6518c4242-b1724944, #w-node-_32053f6e-a877-26e0-6244-7496d6161e3d-b1724944, #w-node-_5020c25b-7bad-676d-4f78-d655d918b664-b1724944, #w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-b1724944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-b1724944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-933291cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-933291cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-7dc81322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-7dc81322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-53b8106d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-53b8106d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-79762527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-79762527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b977b8b5-d4f7-7c2a-0077-a72038b785bc-c3b7e08b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db56c21a-2a32-2ab9-e004-861f0ecd4e22-c3b7e08b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


