/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

.page-template-about-us .main-content {
  background-color: var(--color-neutral);
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content {
    padding: 72px 0 82px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .title__border {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .title__border:after {
    margin-top: 25px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .main-content-container {
    width: 100%;
    max-width: 630px;
  }
}
@media (min-width: 992px) {
  .page-template-about-us .main-content .image-holder {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .main-content .image-holder {
    width: 100%;
    max-width: 653px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .main-content .image-holder {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .schedule-consultation-container {
  border: 1px solid var(--accent-color);
  padding: 15px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .schedule-consultation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px;
    width: 100%;
    max-width: 930px;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .schedule-consultation-container {
    margin-bottom: 32px;
  }
}
.page-template-about-us .schedule-txt-container {
  background-color: var(--color-neutral);
  padding: 24px 13px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .schedule-txt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 19px;
  }
}
@media (min-width: 1200px) {
  .page-template-about-us .schedule-txt-container {
    flex-direction: row;
  }
}
.page-template-about-us .schedule-txt-container * {
  font-weight: 800;
  line-height: 31px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .page-template-about-us .schedule-txt-container p {
    padding-left: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .schedule-consultation-img {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys {
    background-image: url("../images/corner-stripes-desktop.jpg");
    background-repeat: no-repeat;
    background-size: unset;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .attorneys {
    padding-bottom: 91px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .attorneys {
    padding-bottom: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .attorneys:after {
    content: none;
  }
}
.page-template-about-us .about-two {
  background-color: #ececec;
  position: relative;
  padding: 38px 0;
}

@media (min-width: 576px) {
  .page-template-about-us .about-two {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-two {
    padding: 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-two {
    padding: 0 0 98px;
  }
}
.page-template-about-us .about-two:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 60%;
    height: 100%;
    background-image: url("../images/about-us-section-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .page-template-about-us .about-two:before {
    width: 62%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-two-custom-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-two-container {
    width: 100%;
    max-width: 570px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .about-two-container {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .about-two .title__border {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .about-two .title__border:after {
    margin-top: 26px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-two .title__border:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .about-two .title__border.section-title {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-two .title__border.section-title {
    text-align: unset;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-two .entry-content {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-two .accordion-item:last-of-type .accordion-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1020px) {
  .page-template-about-us .testimonials-section {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .testimonials-section {
    margin: 94px 0 47px;
  }
}
@media (min-width: 1600px) {
  .page-template-about-us .testimonials-section {
    margin-top: 108px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .video-section {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .video-section {
    padding: 47px 0 78px;
  }
}
.page-template-about-us .video-section .row {
  flex-direction: row-reverse;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .video-section .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .video-section-custom-col {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .video-section .title__border {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .video-section .title__border:after {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .video-section-video-container {
    margin-bottom: 58px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .video-section-video-container {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .video-section-video-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .video-section-video-container .btn-play {
    width: 80px;
    height: 115px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .video-section-content-container {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .video-section-content-container {
    margin-left: auto;
    margin-right: 0;
  }
}
.page-template-about-us .video-section .btn-play-icon {
  margin-bottom: 27px;
}

@media screen and (min-width: 992px) {
  .page-acerca-de-nosotros .hero-about .banner-content .btn-container .btn:after {
    margin-left: 22px;
  }
}

/*# sourceMappingURL=about-us.css.map*/