/* MEDIA QUERIES*/
.back__white {
  background-color: #FFF; }

.back__grayLight {
  background-color: #DFDEE0; }

.back__grayDark {
  background-color: #605D62; }

.back__dark {
  background-color: #37353B; }

.txt__white {
  color: #FFF; }

.txt__dark {
  color: #37353B; }

.txt__primaryLight {
  color: #F6CDAF; }

.txt__primaryBase {
  color: #F79148; }

.txt__primaryDark {
  color: #AB5A20; }

.txt__justify {
  text-align: justify; }

.link__white {
  color: #FFF; }
  .link__white:visited {
    color: #FFF; }

.link__primaryBase {
  color: #F79148; }

.link__primaryDark {
  color: #AB5A20;
  transition: all 0.5s; }
  .link__primaryDark:hover {
    color: #F79148; }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-height: 100vh;
  font-family: sans-serif;
  background-color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: "LatoBlack", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 68px;
  line-height: 72px;
  letter-spacing: 1px; }
  @media (min-width: 1800px) {
    h1 {
      font-size: 34px;
      line-height: 41px; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 34px;
      line-height: 41px; } }

h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1px; }
  @media (min-width: 1800px) {
    h2 {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 600px) {
    h2 {
      font-size: 26px;
      line-height: 32px; } }

h3 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.75px; }
  @media (min-width: 1800px) {
    h3 {
      font-size: 22px;
      line-height: 27px; } }
  @media (max-width: 600px) {
    h3 {
      font-size: 22px;
      line-height: 27px; } }

h4 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.5px; }
  @media (min-width: 1800px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 600px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

h5 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.5px; }
  @media (min-width: 1800px) {
    h5 {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 600px) {
    h5 {
      font-size: 18px;
      line-height: 22px; } }

h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px; }
  @media (min-width: 1800px) {
    h6 {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 600px) {
    h6 {
      font-size: 18px;
      line-height: 22px; } }

.sub1 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
  font-family: "LatoBold", Helvetica, Arial, sans-serif; }

.sub2 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  font-family: "LatoBold", Helvetica, Arial, sans-serif; }

p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "LatoRegular", Helvetica, Arial, sans-serif; }
  @media (min-width: 1800px) {
    p {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 600px) {
    p {
      font-size: 15px;
      line-height: 20px; } }
  p b {
    font-family: "LatoBold", Helvetica, Arial, sans-serif; }

.hRegular {
  font-family: "LatoRegular", Helvetica, Arial, sans-serif; }
  .hRegular b {
    font-family: "LatoBold", Helvetica, Arial, sans-serif; }

h3 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  color: #000; }
  a span {
    font-family: "LatoBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #000; }
    @media (min-width: 1800px) {
      a span {
        font-size: 12px;
        line-height: 16px; } }
    @media (max-width: 600px) {
      a span {
        font-size: 12px;
        line-height: 16px; } }
  a p {
    text-decoration: underline; }

.txtBtn {
  font-family: "LatoBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase; }
  @media (min-width: 1800px) {
    .txtBtn {
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 600px) {
    .txtBtn {
      font-size: 12px;
      line-height: 16px; } }

.caption {
  font-family: "LatoRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px; }
  @media (min-width: 1800px) {
    .caption {
      font-size: 10px;
      line-height: 14px; } }
  @media (max-width: 600px) {
    .caption {
      font-size: 10px;
      line-height: 14px; } }

.overline {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "LatoBold", Helvetica, Arial, sans-serif; }

@font-face {
  font-family: "LatoBlack";
  src: url("../assets/fonts/LatoBlack.woff2") format("woff2"), url("../assets/fonts/LatoBlack.ttf") format("ttf"); }

@font-face {
  font-family: "LatoBold";
  src: url("../assets/fonts/LatoBold.woff2") format("woff2"), url("../assets/fonts/LatoBold.ttf") format("ttf"); }

@font-face {
  font-family: "LatoRegular";
  src: url("../assets/fonts/LatoRegular.woff2") format("woff2"), url("../assets/fonts/LatoRegular.ttf") format("ttf"); }

.btn__base {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 0 35px;
  width: 225px;
  height: 48px;
  color: #000;
  background-color: #F79148; }
  .btn__base:hover {
    color: #F79148;
    background-color: #000; }
    .btn__base:hover span {
      color: #F79148; }
  @media (min-width: 1800px) {
    .btn__base {
      margin: 24px 0 0 0; } }
  @media (max-width: 600px) {
    .btn__base {
      margin: 24px 0 0 0; } }
  .btn__base:first-child {
    margin: 0; }
  .btn__base span {
    transition: all 0.5s; }

.btn__circle {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: yellow; }

.btn__whatsapp {
  position: fixed;
  right: 12px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  z-index: 1;
  transition: all 1.0s; }
  .btn__whatsapp:hover {
    bottom: 28px; }

.card__serviceOriginal {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 35px 0;
  margin-right: 35px;
  width: 360px !important; }
  .card__serviceOriginal:nth-child(3n+3) {
    margin-right: 0; }
  .card__serviceOriginal--head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 222px;
    background-color: #FFEEB9;
    overflow: hidden; }
  .card__serviceOriginal--photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
  .card__serviceOriginal--body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    width: 100%;
    height: 362px;
    background-color: #FFF; }
  .card__serviceOriginal--title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .card__serviceOriginal--title--txt {
      max-width: 190px; }
    .card__serviceOriginal--title--circle {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 18px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 5px solid #F79148;
      background-color: #000; }
      .card__serviceOriginal--title--circle--icon {
        width: auto;
        max-width: 60px;
        height: auto;
        max-height: 60px; }
  .card__serviceOriginal--ul {
    margin-left: 18px; }
  .card__serviceOriginal--li {
    margin-top: 18px; }
  .card__serviceOriginal--links {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .card__serviceOriginal--aCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F79148; }
    .card__serviceOriginal--aCircle--icon {
      width: 30px;
      height: auto; }
  .card__serviceOriginal--btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 225px;
    height: 48px;
    color: #000;
    background-color: #F79148; }
    .card__serviceOriginal--btn:hover {
      color: #F79148;
      background-color: #000; }

.card__service {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 35px 0;
  margin-right: 35px;
  width: 360px !important; }
  .card__service:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 1800px) {
    .card__service {
      width: 100% !important; } }
  @media (max-width: 600px) {
    .card__service {
      width: 100% !important; } }
  .card__service--head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 222px;
    background-color: #FFEEB9;
    overflow: hidden; }
    @media (min-width: 1800px) {
      .card__service--head {
        height: 187px; } }
    @media (max-width: 600px) {
      .card__service--head {
        height: 187px; } }
  .card__service--photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
    .card__service--photo--h {
      width: auto;
      height: 100%; }
  .card__service--body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    width: 100%;
    height: 280px;
    background-color: #FFF; }
    @media (min-width: 1800px) {
      .card__service--body {
        padding: 24px 12px;
        height: 306px; } }
    @media (max-width: 600px) {
      .card__service--body {
        padding: 24px 12px;
        height: 306px; } }
  .card__service--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto; }
    .card__service--title--txt {
      max-width: 190px; }
      @media (min-width: 1800px) {
        .card__service--title--txt {
          max-width: 164px; } }
      @media (max-width: 600px) {
        .card__service--title--txt {
          max-width: 164px; } }
    .card__service--title--circle {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 18px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 5px solid #F79148;
      background-color: #000; }
      @media (min-width: 1800px) {
        .card__service--title--circle {
          width: 67px;
          height: 67px;
          margin-right: 12px; } }
      @media (max-width: 600px) {
        .card__service--title--circle {
          width: 67px;
          height: 67px;
          margin-right: 12px; } }
      .card__service--title--circle--icon {
        width: auto;
        max-width: 45px;
        height: auto;
        max-height: 45px; }
  .card__service--info {
    height: 156px; }
  .card__service--ul {
    margin-left: 18px; }
  .card__service--li {
    margin-top: 18px; }
  .card__service--links {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .card__service--aCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F79148; }
    .card__service--aCircle--icon {
      width: 30px;
      height: auto; }
  .card__service--btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 225px;
    height: 48px;
    color: #000;
    background-color: #F79148; }
    .card__service--btn:hover {
      color: #F79148;
      background-color: #000; }

.card__gallery {
  position: relative;
  width: 45%;
  height: 360px;
  background-color: #000;
  overflow: hidden;
  margin-right: 35px;
  margin-bottom: 35px;
  transition: all 0.5s; }
  .card__gallery:nth-child(2n+2) {
    margin-right: 0; }
  @media (min-width: 1800px) {
    .card__gallery {
      width: 304px;
      height: 304px;
      margin-right: 0; } }
  @media (max-width: 600px) {
    .card__gallery {
      width: 304px;
      height: 304px;
      margin-right: 0; } }
  .card__gallery--thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 4;
    transition: all 0.5s; }
    @media (min-width: 1800px) {
      .card__gallery--thumb {
        width: auto;
        height: 100%; } }
    @media (max-width: 600px) {
      .card__gallery--thumb {
        width: auto;
        height: 100%; } }
    .card__gallery--thumb--h {
      width: auto;
      height: 100%; }
  .card__gallery--blind {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 360px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 0.5s; }
  .card__gallery--title {
    top: 35px;
    left: 72px;
    position: absolute;
    width: 60%;
    z-index: 6; }
    @media (min-width: 1800px) {
      .card__gallery--title {
        top: 24px;
        left: 24px; } }
    @media (max-width: 600px) {
      .card__gallery--title {
        top: 24px;
        left: 24px; } }
  .card__gallery--btn {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 0.5s; }
    .card__gallery--btn--span {
      color: #FFF;
      transition: all 0.5s; }
  .card__gallery--btnMore {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #F79148;
    background-color: #000;
    z-index: 5; }
  .card__gallery:hover .card__gallery--blind {
    background-color: rgba(0, 0, 0, 0.3); }
  .card__gallery:hover .card__gallery--thumb {
    width: 120%;
    height: auto; }
  .card__gallery:hover .card__gallery--thumb--h {
    width: auto;
    height: 120%; }
  .card__gallery:hover .card__gallery--btn {
    background-color: black;
    height: 100px; }
  .card__gallery:hover .card__gallery--btn--span {
    color: #F79148; }

.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .contact__block {
    margin-top: 18px; }
    .contact__block:first-child {
      margin-top: 0px; }
    .contact__block:nth-child(2) {
      margin-top: 24px; }
  .contact__link {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .contact__link--sq {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 18px;
      width: 64px;
      height: 64px;
      background-color: #F79148; }
      @media (min-width: 1800px) {
        .contact__link--sq {
          margin-right: 12px;
          width: 32px;
          height: 32px; } }
      @media (max-width: 600px) {
        .contact__link--sq {
          margin-right: 12px;
          width: 32px;
          height: 32px; } }
    @media (min-width: 1800px) {
      .contact__link--img {
        width: 18px;
        height: auto; } }
    @media (max-width: 600px) {
      .contact__link--img {
        width: 18px;
        height: auto; } }
    .contact__link--txt {
      max-width: 80%; }
      .contact__link--txt span {
        text-transform: none; }

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .form__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px; }
    .form__block:first-child {
      margin-top: 0px; }
    .form__block--a {
      width: 50%; }
    .form__block--b {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 40%; }
    .form__block--c {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 300px; }
      .form__block--c input[type="checkbox"] {
        margin-right: 18px; }
  .form__input {
    padding: 0 18px;
    width: 100%;
    height: 48px;
    background-color: #FFF;
    box-sizing: border-box;
    border-style: none;
    border-radius: 0px;
    color: #605D62;
    font-family: "LatoRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px; }
    .form__input--p3 {
      width: 30%; }
    .form__input--p2 {
      width: 48%; }
  .form__select {
    padding: 0 18px;
    width: 100%;
    height: 48px;
    color: #605D62;
    font-family: "LatoRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer; }
  .form__label {
    display: inline-block;
    color: #FFF;
    font-family: "LatoRegular", Helvetica, Arial, sans-serif; }
  .form__textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    background-color: #FFF;
    resize: none;
    font-family: "LatoRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px; }
  .form__radioCont {
    margin-right: 18px; }
    .form__radioCont:last-child {
      margin-right: 0px; }
  .form input[type="radio"] {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BFBDC1;
    -webkit-appearance: none;
    z-index: 3; }
  .form input[type="radio"]:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    width: 14Px;
    left: 3px;
    position: relative;
    top: 3px;
    background-color: #FFF; }
  .form input[type="radio"]:checked:after {
    background-color: #F79148; }
  .form input[type=submit] {
    display: block;
    margin: auto;
    padding: 0 18px;
    width: 136px;
    height: 48px;
    box-sizing: border-box;
    border-style: none;
    color: #000;
    background-color: #F79148;
    cursor: pointer; }
  .form__recaptcha {
    margin-right: 18px; }

.m__content {
  display: none; }

.m__active {
  display: block; }

.m__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999; }

.m__cont {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 1000;
  max-height: 100vh;
  overflow-y: auto; }
  @media (min-width: 1800px) {
    .m__cont {
      top: 10%;
      width: 80%;
      flex-direction: row; } }

.m__close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  font-size: 24px;
  font-family: Arial,sans-serif;
  z-index: 1010; }
  @media (min-width: 1800px) {
    .m__close {
      top: 35px;
      right: 35px; } }

.m__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 258px;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .m__head {
      width: 50%;
      height: auto; } }

.m__body {
  display: flex;
  flex-direction: column;
  padding: 24px 28px; }
  @media (min-width: 1800px) {
    .m__body {
      padding: 35px;
      width: 50%; } }
  .m__body--title {
    text-align: left; }

.m__photo {
  width: 100%;
  height: auto; }
  @media (min-width: 1800px) {
    .m__photo {
      width: 350px;
      height: auto; } }

.m__name {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .m__name--txt {
    font-family: "FuturaMedium",Helvetica,Arial,sans-serif; }

.m__item {
  margin-top: 12px !important; }
  .m__item:first-child {
    margin-top: 0px !important; }

.m__priceAmount {
  display: flex;
  justify-content: space-around; }

.m__title {
  text-align: center; }
  .m__title--block {
    margin: 24px 0; }
    @media (min-width: 1800px) {
      .m__title--block {
        margin: 35px 0; } }

.m__title-2 {
  font-size: 20px;
  font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
  color: black;
  text-align: center;
  line-height: 30px; }

.m__subtitle {
  font-size: 18px;
  font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
  margin: 10px 0 10px;
  color: black;
  text-align: left;
  line-height: 30px; }

.m__txt {
  margin: 20px 0;
  font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 30px; }
  .m__txt em {
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .m__txt strong {
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

.m__link {
  color: #707070;
  text-decoration: underline;
  font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

.m .icon {
  width: 20px;
  height: 20px; }

.m__video {
  position: fixed;
  padding: 0 28px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent; }
  @media (min-width: 1800px) {
    .m__video {
      width: 65%; } }
  @media (max-width: 600px) {
    .m__video {
      width: 65%; } }

.m__banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px; }
  @media (min-width: 1800px) {
    .m__banner {
      width: 80%;
      height: auto; } }
  @media (max-width: 600px) {
    .m__banner {
      width: 80%;
      height: auto; } }
  .m__banner img {
    width: 100%;
    height: auto; }

.m__list {
  display: flex;
  align-items: center;
  height: 52px; }
  .m__list--circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: blue; }
  .m__list--icon {
    width: auto;
    max-width: 24px;
    height: auto;
    max-height: 24px; }
  .m__list--txt {
    width: 80%; }
  .m__list ul {
    list-style: none;
    /* Remove default bullets */ }
  .m__list ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: blue;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    padding: 100px;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 60px;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }

.img__PayPalCredit {
  width: 100%;
  height: auto; }

.btn__pay {
  display: block;
  margin: auto; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 18px auto 0;
  padding: 1rem 0;
  list-style-type: none; }
  .slick-dots li {
    margin-right: 6px; }
    .slick-dots li:last-child {
      margin-right: 0px; }
  .slick-dots button {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 100%;
    background-color: #37353B !important;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: #F79148 !important; }

.slick__prev {
  position: absolute;
  cursor: pointer; }
  @media (min-width: 1800px) {
    .slick__prev {
      width: 24px;
      height: auto; } }
  @media (max-width: 600px) {
    .slick__prev {
      width: 24px;
      height: auto; } }

.slick__next {
  position: absolute;
  cursor: pointer; }
  @media (min-width: 1800px) {
    .slick__next {
      width: 24px;
      height: auto; } }
  @media (max-width: 600px) {
    .slick__next {
      width: 24px;
      height: auto; } }

#sServices__prev {
  top: 50%;
  left: -45px; }
  @media (min-width: 1800px) {
    #sServices__prev {
      left: -30px; } }
  @media (max-width: 600px) {
    #sServices__prev {
      left: -30px; } }

#sServices__next {
  top: 50%;
  right: -45px; }
  @media (min-width: 1800px) {
    #sServices__next {
      right: -30px; } }
  @media (max-width: 600px) {
    #sServices__next {
      right: -30px; } }

.gallery__block {
  margin-top: 35px; }
  .gallery__block:first-child {
    margin-top: 0px; }

.gallery__thumb {
  position: relative;
  width: 64px !important;
  height: 64px;
  overflow: hidden;
  margin-right: 18px;
  border: 3px solid #F79148; }
  .gallery__thumb:nth-child(3n+3) {
    margin-right: 0px; }
  .gallery__thumb--img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }

.margin__top--sm {
  margin-top: 18px; }

.header {
  position: relative;
  width: 100vw;
  height: 658px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../assets/images/backs/back-header-desk.jpg"); }
  @media (min-width: 1800px) {
    .header {
      height: 540px;
      background-image: url("../assets/images/backs/back-header-mob.jpg"); } }
  @media (max-width: 600px) {
    .header {
      height: 540px;
      background-image: url("../assets/images/backs/back-header-mob.jpg"); } }
  .header__blockA {
    position: absolute;
    top: 72px;
    right: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px 72px;
    width: 754px;
    height: 526px;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 1800px) {
      .header__blockA {
        top: 0px;
        right: 0px;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0); } }
    @media (max-width: 600px) {
      .header__blockA {
        top: 0px;
        right: 0px;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0); } }
  .header__logo {
    width: 429px;
    height: auto; }
  .header__txt {
    display: block;
    text-align: justify;
    color: #FFF; }
    @media (min-width: 1800px) {
      .header__txt {
        display: none; } }
    @media (max-width: 600px) {
      .header__txt {
        display: none; } }
  .header__subtitle {
    display: none;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
    @media (min-width: 1800px) {
      .header__subtitle {
        display: block; } }
    @media (max-width: 600px) {
      .header__subtitle {
        display: block; } }
  .header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 48px;
    background-color: #F79148; }
    .header__btn:hover {
      background-color: #000; }
      .header__btn:hover span {
        color: #F79148; }

.nav {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #FFF;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.14); }
  @media (min-width: 1800px) {
    .nav {
      display: none; } }
  @media (max-width: 600px) {
    .nav {
      display: none; } }
  .nav__blockA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 52px;
    height: 83px; }
    .nav__blockA--logo {
      width: auto;
      height: 70px; }
    .nav__blockA--column {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: space-between;
      width: auto; }
    .nav__blockA--socialMedia {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 95px; }
    .nav__blockA--aCircle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: orange; }
      .nav__blockA--aCircle--icon {
        width: auto;
        max-width: 16px;
        height: auto;
        max-height: 16px; }
  .nav__blockB {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 52px;
    height: 62px;
    color: #FFF;
    background-color: #000; }
    .nav__blockB--menu {
      display: flex;
      align-items: center; }
      .nav__blockB--menu--a {
        color: #FFF;
        margin-right: 35px; }
        .nav__blockB--menu--a:last-child {
          margin-right: 0; }

.navMob {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: red;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.14); }
  @media (min-width: 1800px) {
    .navMob {
      display: block; } }
  @media (max-width: 600px) {
    .navMob {
      display: block; } }
  .navMob__blockA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    height: 50px;
    background-color: white; }
    .navMob__blockA--logo {
      width: auto;
      height: 32px; }
  .navMob__blockB {
    padding: 6px 12px;
    height: 50px;
    background-color: #000; }
    .navMob__blockB--number {
      color: #FFF; }
  .navMob__menu {
    width: 100%;
    height: 100vh;
    list-style-type: none;
    flex-flow: row wrap;
    background-color: #DFDEE0;
    z-index: 50; }
    .navMob__menu--link {
      padding: 12px 0;
      width: 100%;
      height: auto;
      text-align: center; }
      .navMob__menu--link--span {
        color: #37353B; }
    .navMob__menu--socialMedia {
      display: flex;
      align-items: center;
      justify-content: center; }
    .navMob__menu--aCircle {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: orange; }
      .navMob__menu--aCircle:last-child {
        margin-right: 0px; }
      .navMob__menu--aCircle--icon {
        width: auto;
        max-width: 20px;
        height: auto;
        max-height: 20px; }

#menu {
  display: none; }

#i-facebook:hover {
  background-color: #056DB9; }

#i-youtube:hover {
  background-color: #EF1313; }

#i-whatsapp:hover {
  background-color: #5CD100; }

.sec {
  width: 100vw;
  padding: 108px 52px; }
  @media (min-width: 1800px) {
    .sec {
      padding: 48px 28px; } }
  @media (max-width: 600px) {
    .sec {
      padding: 48px 28px; } }
  .sec__block {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 72px;
    width: 100%; }
    .sec__block:first-child {
      margin-top: 0px; }
    @media (min-width: 1800px) {
      .sec__block {
        margin-top: 48px; } }
    @media (max-width: 600px) {
      .sec__block {
        margin-top: 48px; } }
    .sec__block--center {
      width: 754px; }
      @media (min-width: 1800px) {
        .sec__block--center {
          width: 100%; } }
      @media (max-width: 600px) {
        .sec__block--center {
          width: 100%; } }
    .sec__block--flexCenter {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1800px) {
        .sec__block--flexCenter {
          flex-direction: column; } }
      @media (max-width: 600px) {
        .sec__block--flexCenter {
          flex-direction: column; } }
  .sec__mTop--md {
    margin-top: 35px; }
    .sec__mTop--md:first-child {
      margin-top: 0px; }
    @media (min-width: 1800px) {
      .sec__mTop--md {
        margin-top: 24px; } }
    @media (max-width: 600px) {
      .sec__mTop--md {
        margin-top: 24px; } }
  .sec__md {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 1800px) {
      .sec__md {
        flex-direction: column; } }
    @media (max-width: 600px) {
      .sec__md {
        flex-direction: column; } }
    .sec__md--a {
      width: 50%;
      margin: 0 35px 0 0; }
      .sec__md--a:first-child {
        margin: 0 35px 0 0; }
      .sec__md--a:last-child {
        margin: 0px; }
      @media (min-width: 1800px) {
        .sec__md--a {
          margin: 48px 0 0 0;
          width: 100%; }
          .sec__md--a:first-child {
            margin: 0px; }
          .sec__md--a:last-child {
            margin: 48px 0 0 0; } }
      @media (max-width: 600px) {
        .sec__md--a {
          margin: 48px 0 0 0;
          width: 100%; }
          .sec__md--a:first-child {
            margin: 0px; }
          .sec__md--a:last-child {
            margin: 48px 0 0 0; } }
    .sec__md--b {
      width: 30%; }
      @media (min-width: 1800px) {
        .sec__md--b {
          width: 100%; } }
      @media (max-width: 600px) {
        .sec__md--b {
          width: 100%; } }
    .sec__md--c {
      width: 70%; }
      @media (min-width: 1800px) {
        .sec__md--c {
          width: 100%; } }
      @media (max-width: 600px) {
        .sec__md--c {
          width: 100%; } }
  .sec__title {
    width: 100%; }
    .sec__title--main {
      display: inline-block;
      border-top: 3px solid #F79148; }
      .sec__title--main--w450 {
        max-width: 450px; }
  .sec__li {
    margin-top: 18px; }
  .sec__gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /*&::after {
			content: "";
			flex: auto;
		}*/ }
  .sec__icon {
    display: block;
    width: 96px;
    margin: 0; }
    @media (min-width: 1800px) {
      .sec__icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 24px 0 12px 0;
        width: 100%; } }
    @media (max-width: 600px) {
      .sec__icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 24px 0 12px 0;
        width: 100%; } }
    .sec__icon--sq {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 96px;
      height: 96px;
      border: 5px solid #F79148;
      background-color: #000; }
    .sec__icon--img {
      width: auto;
      max-width: 60px;
      height: auto;
      max-height: 60px; }
    .sec__icon--title {
      display: block;
      margin-top: 9px;
      width: 100%;
      text-align: center; }
  .sec__init {
    margin-top: 145px; }
    @media (min-width: 1800px) {
      .sec__init {
        margin-top: 100px; } }
    @media (max-width: 600px) {
      .sec__init {
        margin-top: 100px; } }

#nosotros {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../assets/images/backs/back-us.jpg"); }
  @media (min-width: 1800px) {
    #nosotros {
      background-color: #37353B;
      background-image: none; } }
  @media (max-width: 600px) {
    #nosotros {
      background-color: #37353B;
      background-image: none; } }
