.btn-rounded-red, .btn-rounded-white {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
.video .modal__overlay .modal__container {
  background-color: white;
  width: 700px;
  max-width: 700px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  padding: 25px 40px; }

.modal .modal__overlay .modal__container {
  padding: 30px 30px; }

.modal__content {
  padding: 40px 30px;
  text-align: center; }

main {
  padding-bottom: 100px; }
  main h1 {
    margin-top: 15px;
    margin-bottom: 30px; }
  main .slider {
    margin-top: 40px; }
    main .slider .item {
      display: flex;
      align-items: center; }
      main .slider .item img {
        max-height: 520px;
        object-fit: cover; }
    main .slider .owl-nav {
      position: absolute;
      top: 45%;
      width: 100%;
      color: transparent; }
      main .slider .owl-nav .owl-prev {
        left: -60px;
        height: 30px;
        position: absolute;
        background-image: url(/assets/macleche/icons/arrow-prev.svg);
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain; }
      main .slider .owl-nav .owl-next {
        right: -60px;
        height: 30px;
        position: absolute;
        background-image: url(/assets/macleche/icons/arrow-next.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain; }
    main .slider .owl-dots {
      position: absolute;
      bottom: 40px;
      right: 0;
      left: 0; }
      main .slider .owl-dots .owl-dot {
        background-color: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        cursor: pointer; }
        main .slider .owl-dots .owl-dot.active {
          background-color: #EE2737;
          border-color: #EE2737; }
        main .slider .owl-dots .owl-dot + .owl-dot {
          margin-left: 10px; }

section.goals {
  background-color: #F9F9F9; }
  section.goals a {
    margin: 0 auto;
    margin-top: 60px; }

section.process .col-lg-6 img {
  width: 100%;
  max-height: 310px;
  object-fit: cover;
  margin-top: 70px; }
section.process .col-lg-6 h2 {
  margin-top: 90px; }
section.process .col-lg-6 p {
  margin-top: 10px; }
section.process .row + .row {
  margin-top: 60px; }
section.process button {
  margin: 0 auto;
  margin-top: 35px;
  color: white; }
section.process .display-slider {
  display: none; }
section.process .slider-full {
  height: 560px; }
  section.process .slider-full .item img {
    max-height: 560px;
    object-fit: cover; }
section.process .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  color: transparent; }
  section.process .owl-nav .owl-prev {
    left: 40px;
    height: 30px;
    position: absolute;
    background-image: url(/assets/macleche/icons/arrow-prev.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain; }
  section.process .owl-nav .owl-next {
    right: 40px;
    height: 30px;
    position: absolute;
    background-image: url(/assets/macleche/icons/arrow-next.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    background-size: contain; }
section.process .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }
  section.process .owl-dots .owl-dot {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    cursor: pointer; }
    section.process .owl-dots .owl-dot.active {
      background-color: #EE2737;
      border-color: #EE2737; }
    section.process .owl-dots .owl-dot + .owl-dot {
      margin-left: 10px; }

section.company {
  background-color: #EE2737;
  color: #FFFFFF; }
  section.company h1, section.company h2, section.company p {
    color: #FFFFFF; }
  section.company a {
    margin: 0 auto;
    margin-top: 60px; }
  section.company p {
    margin-top: 20px; }
  section.company .slider-clients {
    color: #FFFFFF;
    margin-top: 30px; }
    section.company .slider-clients .owl-dots {
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0; }
      section.company .slider-clients .owl-dots .owl-dot {
        background-color: transparent;
        border: 1px solid white;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        cursor: pointer; }
        section.company .slider-clients .owl-dots .owl-dot.active {
          background-color: #FFFFFF; }
        section.company .slider-clients .owl-dots .owl-dot + .owl-dot {
          margin-left: 10px; }

section.process figure img {
  width: 100%; }

@media screen and (max-width: 991px) {
  main {
    padding-bottom: 60px; }

  section.process .col-lg-6 img {
    max-height: 240px;
    margin-top: 50px; }
  section.process button {
    margin-top: 20px; }
  section.process .slider-full {
    height: 360px; }
    section.process .slider-full img {
      height: 360px; }

  section.company p {
    margin-top: 10px; } }
@media screen and (max-width: 1200px) {
  main .slider .owl-nav .owl-next {
    right: 0px; }
  main .slider .owl-nav .owl-prev {
    left: 0px; } }
@media screen and (max-width: 991px) {
  main h1 {
    margin-bottom: 20px; }

  section.process .row + .row {
    margin-top: 50px; }
  section.process .col-lg-6 h2 {
    margin-top: 80px; }

  section.company .slider-clients {
    margin-top: 30px; }
    section.company .slider-clients .owl-dots {
      bottom: -35px; } }
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 50px; }
    main h1 {
      margin-top: 5px;
      margin-bottom: 20px; }
    main .slider {
      margin-top: 35px; }
      main .slider .owl-dots {
        bottom: 20px; }
      main .slider .owl-nav {
        top: 40%; }

  section.process .col-lg-6 img {
    max-height: 200px;
    margin-top: 30px; }
  section.process .row + .row {
    margin-top: 30px; }
  section.process .col-lg-6 h2 {
    margin-top: 50px; }
  section.process .col-lg-6 p {
    margin-top: 20px; }
  section.process button {
    margin-top: 30px;
    margin-bottom: 20px; }
  section.process .slider-full {
    height: 200px; }
    section.process .slider-full .item img {
      height: 200px; }
    section.process .slider-full .owl-nav {
      top: 50%; }
      section.process .slider-full .owl-nav .owl-prev {
        left: 20px; }
      section.process .slider-full .owl-nav .owl-next {
        right: 20px; }
    section.process .slider-full .owl-dots {
      bottom: 20px; }

  section.company .slider-clients {
    margin-top: 20px; }
    section.company .slider-clients .owl-dots {
      bottom: -35px; }

  section.goals .mt-30 {
    margin-top: 20px; }

  .video .modal__content {
    max-width: 270px;
    padding: 30px 20px; }
  .video .modal__overlay .modal__container {
    padding: 20px 20px;
    max-width: 300px; } }
