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

.section--hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/hero-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/hero-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.header__top__text {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  color: #f9ca24;
  font-size: 14px;
}

.header__top__text.header__top__text--2 {
  margin-left: 40px;
  font-size: 14px;
}

.navbar {
  margin-top: 14px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: benton-sans, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #f9ca24;
}

.nav-link.navigation-item {
  margin-right: 18px;
  margin-left: 18px;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left: 2px;
  color: #fff;
}

.nav-link.navigation-item:hover {
  color: #f9ca24;
}

.nav-link.navigation-item.w--open {
  color: #f9ca24;
}

.nav-link.navigation-item.navigation-item--dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 2px;
}

.nav-link.nav-link-dropdown {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #273c75;
  font-size: 16px;
}

.nav-link.nav-link-dropdown:hover {
  color: #273c75;
}

.nav-link.nav-link-dropdown.w--current {
  color: #273c75;
}

.body {
  max-width: 100vw;
  padding-bottom: 0px;
  font-family: benton-sans, sans-serif;
  font-size: 16px;
}

.hero__nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
}

.hero__nav__elt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 60, 117, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.hero__nav__elt:hover {
  background-color: #273c75;
  color: #f9ca24;
}

.hero__nav__elt.hero__nav__elt--active {
  background-color: #273c75;
  color: #f9ca24;
}

.hero__content {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero__heading {
  max-width: 700px;
  margin-bottom: 0.5em;
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.3em;
}

.p {
  max-width: 500px;
  color: #707070;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

.p.p--hero {
  max-width: 500px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
}

.p.p--about-us {
  max-width: 500px;
}

.p.p--about-us.p--about-us--mobile {
  display: none;
}

.p.p--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p.p--location {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.p.p--location.p--location--first {
  margin-bottom: 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p.p--expetise {
  max-width: 620px;
}

.p.p--small {
  max-width: 100%;
  font-size: 14px;
}

.btn {
  display: inline-block;
  height: 55px;
  min-width: 180px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.btn.btn--primary {
  background-color: #273c75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn.btn--primary:hover {
  background-color: #385299;
}

.btn.btn--primary.btn--submit {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.about-us__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us__cols.about-us__cols--2 {
  margin-top: 10em;
}

.section--about-us {
  padding-top: 160px;
}

.c__title {
  font-family: poppins, sans-serif;
  color: #273c75;
  font-size: 40px;
  line-height: 1.4em;
}

.c__title.c__title--center {
  text-align: center;
}

.c__title.c__title--mt-4 {
  margin-bottom: 1em;
}

.about-us__cols__col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us__cols__col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us__img-wrap {
  position: relative;
}

.about-us__img {
  max-width: 21.25em;
}

.about-us__img-wrap__bg {
  position: absolute;
  left: -2em;
  top: -2em;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #273c75;
}

.about-us__img__title {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.section--practice-areas {
  padding-top: 6em;
}

.a__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.practice-areas__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  min-height: 100px;
  min-width: 200px;
  margin-bottom: 4%;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
}

.practice-areas__link:hover {
  color: #f9ca24;
  font-size: 18px;
  line-height: 1.4em;
}

.practice-areas__link__icon {
  position: relative;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 14px;
}

.practice-areas__link__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #273c75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.c-contact {
  margin-top: 5em;
}

.c-contact__form {
  max-width: 850px;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
}

.c-contact__form-elt.c-contact__form-elt--3 {
  width: 30%;
}

.c-contact__form-elt.c-contact__form-elt--12 {
  width: 100%;
}

.c-contact__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-label {
  font-family: poppins, sans-serif;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 0px;
  background-color: #fafafa;
}

.form-control.form-control--textarea {
  min-height: 200px;
}

.c-form {
  margin-top: 5em;
}

.c-footer__locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer__location__title {
  margin-bottom: 0.5em;
  font-family: poppins, sans-serif;
  color: #273c75;
  font-size: 38px;
}

.c-footer__bottom {
  background-color: #273c75;
}

.c-footer__bottom__text {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #fff;
  text-align: center;
}

.c-footer__locations__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-footer__bottom__text--link {
  color: #fff;
}

.hero__nav__elt__icon {
  width: 60px;
}

.hero__nav__elt__text {
  margin-left: 20px;
}

.hero__nav__elt__text__top {
  margin-bottom: 4px;
  font-weight: 300;
}

.hero__nav__elt__text--bottom {
  margin-left: 0px;
  font-size: 19px;
}

.section.section--hero-practice-areas {
  overflow: visible;
  padding-bottom: 100px;
  background-image: url('../images/car-accidentes.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page__heading {
  margin-top: 70px;
  margin-bottom: 0px;
  font-family: poppins, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
}

.body-2 {
  font-family: benton-sans, sans-serif;
}

.rich-text-block {
  max-width: 600px;
  margin-top: 6em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c__content-expetises {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c__case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3 {
  margin-bottom: 0.8em;
  color: #273c75;
  font-size: 22px;
  font-weight: 300;
}

.body-3 {
  max-width: 100vw;
  font-family: benton-sans, sans-serif;
  font-size: 16px;
}

.nav__dropdown.w--open {
  z-index: 100;
  padding: 8px 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}

.icon-2 {
  right: -14px;
  margin-top: 20px;
  margin-right: 0px;
}

.map {
  width: 100%;
  height: 400px;
}

@media (max-width: 991px) {
  .section--hero {
    height: 100vh;
    min-height: 700px;
  }
  .nav-link.navigation-item {
    padding-bottom: 20px;
    color: #273c75;
    text-align: center;
  }
  .nav-link.navigation-item.navigation-item--dropdown {
    display: inline-block;
  }
  .nav-link.nav-link-dropdown {
    text-align: center;
  }
  .hero__nav {
    min-height: 120px;
  }
  .hero__heading {
    font-size: 44px;
  }
  .p.p--hero {
    font-size: 18px;
  }
  .p.p--about-us {
    font-size: 16px;
  }
  .p.p--location {
    font-size: 16px;
  }
  .about-us__cols.about-us__cols--2 {
    margin-top: 7em;
  }
  .c__title {
    font-size: 32px;
  }
  .about-us__img {
    width: 100%;
    max-width: 16em;
  }
  .about-us__img__title {
    font-size: 24px;
  }
  .section--practice-areas {
    padding-top: 4em;
  }
  .practice-areas__link {
    min-width: 140px;
    font-size: 16px;
  }
  .practice-areas__link:hover {
    font-size: 16px;
  }
  .practice-areas__link__icon.svg {
    height: 40px;
  }
  .c-contact {
    margin-top: 3em;
  }
  .c-footer__location__title {
    font-size: 32px;
  }
  .c-footer__bottom__text {
    font-size: 14px;
  }
  .hero__nav__elt__icon.svg {
    width: 40px;
  }
  .hero__nav__elt__text__top {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .hero__nav__elt__text--bottom {
    font-size: 17px;
  }
  .icon-3 {
    color: #f9ca24;
    font-size: 46px;
  }
  .menu-button {
    padding: 0px;
  }
  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: block;
    overflow: scroll;
    width: 80%;
    height: 100%;
    max-width: 400px;
    padding-top: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: -16px 0 50px 12px rgba(0, 0, 0, 0.33);
  }
  .dropdown {
    text-align: center;
  }
  .nav-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: 100vh;
    padding-top: 10em;
    padding-bottom: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100vw;
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
  .section--hero {
    height: 100vh;
    min-height: 670px;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    padding-top: 30px;
  }
  .body {
    margin-top: -15px;
  }
  .hero__nav {
    display: none;
  }
  .hero__content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .hero__heading {
    font-size: 38px;
    text-align: center;
  }
  .p.p--hero {
    font-size: 20px;
    text-align: center;
  }
  .p.p--about-us {
    display: none;
    text-align: center;
  }
  .p.p--about-us.p--about-us--mobile {
    display: block;
    font-size: 18px;
  }
  .p.p--center {
    font-size: 18px;
  }
  .about-us__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us__cols.about-us__cols--2 {
    margin-top: 5em;
  }
  .section--about-us {
    padding-top: 4em;
  }
  .c__title {
    margin-bottom: 1em;
    font-size: 28px;
  }
  .about-us__cols__col-right {
    margin-top: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us__img__title {
    font-size: 20px;
  }
  .section--practice-areas {
    padding-top: 1em;
  }
  .practice-areas__link {
    width: 48%;
  }
  .c-contact__form-elt.c-contact__form-elt--3 {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .c-contact__row {
    margin-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer__locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer__location {
    margin-top: 2em;
    margin-right: 1.1em;
    margin-left: 1.1em;
  }
  .c-footer__locations__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section.section--hero-practice-areas {
    padding-bottom: 50px;
  }
  .page__heading {
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 40px;
  }
  .image-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 1em;
    padding-left: 1em;
  }
  .about-us__cols.about-us__cols--2 {
    margin-top: 5em;
  }
  .about-us__img-wrap {
    width: 70%;
  }
  .about-us__img-wrap__bg {
    left: -1em;
    top: -1em;
  }
  .about-us__img__title {
    top: 20px;
    font-size: 16px;
  }
  .a__links {
    margin-top: 20px;
  }
  .practice-areas__link {
    min-width: 100px;
  }
  .c-form {
    margin-top: 4em;
  }
  .c-footer__location__title {
    font-size: 30px;
  }
  .section.section--hero-practice-areas {
    padding-bottom: 40px;
  }
  .page__heading {
    font-size: 32px;
  }
  .image-2 {
    max-width: 180px;
  }
}

