@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");
h1, h2, h3, h4, p, li, a, span, button, label, strong {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

body {
  background: #070A0D;
}

.button-black {
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  padding: 10px 10px 10px 16px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.button-black svg {
  margin-left: 15px;
}
.button-black svg path {
  fill: #ffffff;
}
.button-black:hover {
  background: #ffffff;
  color: #070A0D;
}
.button-black:hover svg path {
  fill: #070A0D;
}

.button-white {
  color: #070A0D;
  font-size: 18px;
  border: 1px solid #070A0D;
  padding: 10px 10px 10px 16px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.button-white svg {
  margin-left: 15px;
}
.button-white svg path {
  fill: #070A0D;
}
.button-white:hover {
  background: #070A0D;
  color: #ffffff;
}
.button-white:hover svg path {
  fill: #ffffff;
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

.body-home {
  background: #ffffff;
}

@media (min-width: 768px) {
  .pd-d {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .pd-m {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .dip-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .dip-desk {
    display: none !important;
  }
}

.border-none {
  border: none !important;
}

@media (max-width: 768px) {
  .flex-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.dipb {
  display: block !important;
}

.dipn {
  display: none !important;
}

.profile-p .content-general-menu .content-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.flags{
    display: flex;
    position: relative;
}
.flags::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    width: 2px;
    height: 60%;
    background: #070A0D;
    transform: rotate(20deg);
}
.flags div{
    display: flex;
    align-items: center;
}
.flags div a:hover{
    color: transparent;
    background: transparent;
    border-radius: none;
}
.flags div a{
  text-decoration: none;
  margin: 0 15px;
}
.flags div a p {
  margin: 0;
  color: #070A0D;
}
.flags div a img{
    margin-left: 0;
}
.flags div a:hover img{
    filter: none;
}
.flags div a:hover p{
    color: #000;
}
@media (max-width: 768px) {
    .flags div a img{
        filter: none;
    }
    .flags div a p {
      color: #fff;
    }
}
.content-general-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  height: 70px;
  z-index: 4;
}
.content-general-menu .content-logo {
  background: transparent;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.content-general-menu .content-logo img {
  max-width: 85%;
}
.content-general-menu .menu-banner {
  width: 58%;
  position: fixed;
  top: 30px;
  right: 12%;
  z-index: 10;
  height: 50px;
}
.content-general-menu .menu-banner .fondo-menu {
  position: absolute;
  width: 100%;
  border-radius: 100px;
  z-index: 0;
  height: 50px;
}
@media (min-width: 769px) and (max-width: 1055px) {
  .content-general-menu{
    width: 20%;
  }
  .content-general-menu .menu-banner
  {
    width: 75%;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .content-general-menu {
    width: 100%;
  }
  .content-general-menu .content-logo {
    display: none;
  }
  .content-general-menu .menu-banner {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .content-general-menu .menu-banner .fondo-menu {
    display: none;
  }
}

.material-icons.menu {
  font-family: auto;
  z-index: 4;
  border: none;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 30px;
  color: transparent;
}

.mask {
  display: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.mask.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

.menu {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-weight: 700;
  z-index: 5;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 768px) {
  .menu {
    position: relative;
    right: -105%;
    top: 0%;
    width: initial;
    margin: 0 auto;
    height: 0;
    display: block;
  }
}
.menu i.material-icons {
  color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .menu i.material-icons {
    display: none;
  }
}
.menu .content-items {
  padding: 0;
}
@media (max-width: 768px) {
  .menu .content-items {
    padding: 70px 0 0 0;
  }
  .menu .content-items .image-before {
    position: absolute;
    left: -25%;
    top: 20%;
  }
}
.menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media (max-width: 768px) {
  .menu .list {
    display: block;
    text-align: left;
    padding: 0;
  }
  .menu .list div {
    margin-bottom: 30px;
  }
  .menu .list .navigation_link {
    color: #A6AFB5;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.04px;
    text-decoration: none;
  }
  .menu .list .navigation_link:hover {
    color: #ffffff;
  }
  .menu .list .social {
    padding-top: 50px;
  }
  .menu .list .social ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .list .social ul li {
    margin-right: 20px;
  }
  .menu .list .social ul li:last-child {
    margin-right: 0;
  }
}
.menu .list .no-hover:hover {
  background: transparent;
  height: initial;
  border-radius: 0;
}
.menu .list .no-hover .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.menu .list .no-hover .social ul li {
  margin-right: 10px;
}
.menu .list .no-hover .social ul li:last-child {
  margin-right: 0;
}
.menu .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.menu .list .list-item:hover {
  background: #070A0D;
  height: 34px;
  border-radius: 100px;
}
.menu .list .list-item:hover a {
  color: #ffffff;
}
.menu .list .list-item a {
  color: #070A0D;
  text-align: center;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  padding: 0 10px;
}
.menu .list .list-item a img {
  margin-left: 10px;
}
.menu .list .list-item .modal-option {
  position: relative;
}
.menu .list .list-item .modal-option .content-modal {
  position: absolute;
  width: 300px;
  height: 300px;
  background: red;
  display: none;
  top: 40px;
  left: 0;
}
.menu .list .list-item .modal-option .content-modal:hover {
  border-radius: 0;
}
.menu .list .active {
  background: #070A0D;
  height: 34px;
  border-radius: 100px;
}
.menu .list .active a {
  color: #ffffff;
}

.menu-mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.menu-mobile .img-logo {
  max-width: 50%;
  height: auto;
  z-index: 1;
  margin: 30px 0 0 0;
}
.menu-mobile .icon-menu {
  position: absolute;
  top: 15px;
  right: 20px;
}

.menu-despegable-mobile {
  position: relative;
  display: block;
  width: 110%;
  padding: 30px 45px 30px 45px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/img/fondo-menu-mobile.png");
  min-height: 650px;
}
.menu-despegable-mobile .material-icons {
  position: absolute;
  top: 30px;
  right: 10%;
}

.banner-home {
  background: #ffffff;
  padding: 130px 0 0 0;
  position: relative;
}
.banner-home .before-left {
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 400px;
  opacity: 0.4;
}
.banner-home .after-banner {
  position: absolute;
  right: 48%;
  opacity: 0.4;
  top: 0;
}
.banner-home .content-text-banner {
  width: 70%;
}
.banner-home .content-text-banner .text-banner {
  position: relative;
}
.banner-home .content-text-banner .text-banner h1 {
  font-size: 60px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -4.2px;
  margin-bottom: 20px;
}
.banner-home .content-text-banner .text-banner p {
  color: #747474;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
}
.banner-home .content-slider {
  padding: 30px 0 0 0;
}
.banner-home .content-slider .dots-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-home .content-slider .dots-slider .numbers {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.banner-home .content-slider .dots-slider .arrows {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
}
.banner-home .content-slider .dots-slider .arrows .next-banner {
  margin-left: 15px;
}
.banner-home .content-slider .dots-slider .arrows .prev-banner {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner-home .content-slider .numbers .swiper-pagination-current {
  font-family: "Lalezar", cursive;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
.banner-home .content-slider .numbers .swiper-pagination-total {
  color: #D1D1D1;
  font-family: "Lalezar", cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}
.banner-home .content-slider .item-banner {
  max-width: 100%;
}
.banner-home .content-slider .item-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
}
.banner-home .content-slider .swiper-slide-thumb-active .item-banner {
  border: 5px solid #D1D1D1;
}
.banner-home .content-slider .swiper-slide-thumb-active .item-banner img {
  max-height: 190px;
}
.banner-home .thumbsSlider2, .banner-home .thumbsSlider4 {
  top: -200px;
  width: 150%;
  max-height: 1000px;
}
.banner-home .thumbsSlider2 .before-item, .banner-home .thumbsSlider4 .before-item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.banner-home .thumbsSlider2:before, .banner-home .thumbsSlider4:before {
  content: "";
  left: 0;
  width: 100%;
  height: 400px;
  background: #ffffff;
  z-index: 2;
  bottom: 0;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 100% 0%);
}
@media (max-width: 768px) {
  .banner-home {
    padding: 50px 0 0 0;
  }
  .banner-home .content-text-banner {
    width: 100%;
  }
  .banner-home .content-text-banner .text-banner h1 {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
  }
  .banner-home .thumbsSlider4 {
    max-height: 350px;
    top: 0;
    width: 100%;
    right: 0;
    margin: 20px 0;
  }
  .banner-home .thumbsSlider4 .before-item {
    max-height: 170px;
    width: 100%;
  }
  .banner-home .thumbsSlider4:before {
    display: none;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 240% 0%);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 240% 0%);
  }
  .banner-home .thumbsSlider4 .item-banner-big img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-home .content-slider {
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .banner-home .content-slider .item-banner img {
    max-height: 120px;
  }
  .banner-home .content-slider .swiper-slide-thumb-active .item-banner img {
    max-height: 110px;
  }
  .banner-home .content-slider .next-banner {
    position: absolute;
    right: -55px;
    top: 60px;
  }
  .banner-home .content-slider .prev-banner {
    position: absolute;
    left: -55px;
    top: 60px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.contact {
  position: relative;
  margin-top: -1px;
}
.contact .fondo-contact {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact .content-contact {
  position: relative;
}
.contact .content-contact h2 {
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -4.2px;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  text-align: center;
}
.contact .content-contact h2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 106%;
  height: 100%;
  z-index: -1;
}
.contact .content-contact .text-contact {
  padding: 60px 0 50px 0;
}
.contact .content-contact .text-contact ul {
  list-style: none;
  padding: 0;
}
.contact .content-contact .text-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.contact .content-contact .text-contact ul li .image {
  padding: 12px;
  background: #070A0D;
  margin-right: 15px;
}
.contact .content-contact .text-contact ul li .text {
  color: #070A0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .content-contact .text-contact ul li .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.contact .content-contact .text-contact ul li .text h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.4px;
  margin: 0;
}
.contact .content-contact .socials p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.contact .content-contact .socials ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .content-contact .socials ul li {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .contact .content-contact h2 {
    font-size: 45px;
    letter-spacing: -0.9px;
    text-align: left;
    padding: 15px 20px;
  }
  .contact .content-contact h2 img {
    width: 100%;
  }
  .contact .content-contact .text-contact {
    padding: 60px 0 50px 20px;
  }
  .contact .content-contact .socials {
    margin-bottom: 60px;
  }
}

.contact-page {
  background: #ffffff;
  padding: 200px 0 0 0;
  margin-top: -80px;
}
.contact-page .fondo-contact {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contact-page .content-contact h2 {
  color: #070A0D;
  text-align: left;
}
.contact-page .content-contact h2 img {
  display: none;
}
.contact-page .content-form h2 {
  color: #070A0D;
  position: relative;
  padding: 38px 0;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 100px 0 0 0;
  }
  .contact-page .content-contact .text-contact {
    padding: 40px 0 40px 20px;
  }
  .contact-page .content-form {
    padding: 0 0 100px 0;
  }
}

.about-us {
  position: relative;
  background: #ffffff;
  margin-top: -50px;
}
.about-us .text-about {
  margin-bottom: 50px;
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about-us .text-about h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
  color: #070A0D;
}
.about-us .text-about h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -4.8px;
  color: #070A0D;
  margin-bottom: 50px;
}
.about-us .text-about p {
  color: #747474;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
}
.about-us .image-about {
  width: 175%;
  position: relative;
  left: -75%;
  height: 600px;
  z-index: 1;
}
.about-us .image-about img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .about-us {
    margin: 0;
    padding: 100px 0 0 0;
  }
  .about-us .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-us .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us .text-about {
    width: 100%;
  }
  .about-us .text-about h2 {
    font-size: 45px;
    margin-bottom: 15px;
    width: 65%;
    letter-spacing: -3px;
  }
  .about-us .text-about p {
    margin-bottom: 30px;
  }
  .about-us .image-about {
    width: 120%;
    left: -10%;
    height: 450px;
  }
  .about-us .image-about .before-mobile {
    position: absolute;
    right: 0;
    top: -50px;
  }
}

.profile-comhome {
  position: relative;
  background: #070A0D;
  padding: 50px 0;
}
.profile-comhome .fondo-profile {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: 1;
  max-height: 1000px;
  width: 100%;
}
.profile-comhome .text-comhome {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.profile-comhome .text-comhome p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 35px;
}
.profile-comhome .text-comhome h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -4.8px;
}
.profile-comhome .item-comhome .tittle-comhome {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 22px;
  border-top: 8px solid #D9D9D9;
  background: rgba(166, 175, 181, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.profile-comhome .item-comhome .tittle-comhome h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -2.4px;
  margin: 0;
}
.profile-comhome .item-comhome .tittle-comhome img {
  max-width: 40px;
  margin-left: 30px;
}
.profile-comhome .item-comhome .image-comhome img {
  max-width: 100%;
  height: auto;
}
.profile-comhome .prev-comhome {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 60%);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: var(--swiper-navigation-sides-offset, 5%);
  right: auto;
}
.profile-comhome .prev-comhome img {
  max-width: 90%;
}
.profile-comhome .next-comhome {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 60%);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  right: var(--swiper-navigation-sides-offset, 5%);
  left: auto;
}
.profile-comhome .next-comhome img {
  max-width: 90%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.profile-comhome .content-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.profile-comhome .content-dots .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-comhome .content-dots .buttons .next-comhome {
  margin-left: 15px;
}
.profile-comhome .content-dots .buttons .next-comhome img {
  max-width: 90%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.profile-comhome .content-dots .buttons .prev-comhome img {
  max-width: 90%;
}
.profile-comhome .content-button {
  padding: 65px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 1540px) and (max-height: 1100px) {
  .profile-comhome .prev-comhome {
    left: var(--swiper-navigation-sides-offset, 2%);
  }
  .profile-comhome .next-comhome {
    right: var(--swiper-navigation-sides-offset, 2%);
  }
}
@media (max-width: 768px) {
  .profile-comhome .fondo-profile {
    top: -30%;
  }
  .profile-comhome .text-comhome p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .profile-comhome .text-comhome h2 {
    font-size: 45px;
    letter-spacing: -0.9px;
  }
  .profile-comhome .item-comhome .tittle-comhome img {
    margin-left: 20%;
  }
  .profile-comhome .item-comhome .image-comhome img {
    max-height: 215px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .profile-comhome .content-dots .prev-comhome, .profile-comhome .content-dots .next-comhome {
    position: initial;
    height: auto;
    margin-top: 0;
  }
}

.profile-perhome {
  position: relative;
  background: #070A0D;
  padding: 0 0 100px 0;
}
.profile-perhome .before-left {
  position: absolute;
  left: -70px;
  bottom: 18%;
  opacity: 0.4;
  width: 230px;
}
.profile-perhome .after-banner {
  position: absolute;
  right: -20px;
  top: -15%;
}
.profile-perhome .before-degradado {
  position: absolute;
  right: 0;
  bottom: -25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.profile-perhome:before {
  content: "";
  left: 0;
  width: 100%;
  height: 400px;
  background: #ffffff;
  bottom: 0;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 125% 0%);
          clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 125% 0%);
}
.profile-perhome:after {
  content: "";
  left: -25%;
  width: 150%;
  height: 200px;
  background: #070A0D;
  bottom: 100px;
  position: absolute;
  -webkit-transform: rotate(167deg);
          transform: rotate(167deg);
  z-index: 1;
}
.profile-perhome .text-perhome {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 50px;
}
.profile-perhome .text-perhome .tittle-perhome {
  width: 40%;
}
.profile-perhome .text-perhome .tittle-perhome p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 35px;
}
.profile-perhome .text-perhome .tittle-perhome h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -4.8px;
}
.profile-perhome .text-perhome .description-perhome {
  width: 35%;
}
.profile-perhome .text-perhome .description-perhome p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin: 0;
}
.profile-perhome .text-perhome .button {
  width: 25%;
}
.profile-perhome .text-perhome .button a {
  margin-left: 10px;
}
.profile-perhome .item-perhome {
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}
.profile-perhome .item-perhome .image-perhome {
  width: 100%;
}
.profile-perhome .item-perhome .image-perhome img {
  max-width: 100%;
  height: auto;
}
.profile-perhome .item-perhome .text-perhome {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  right: 50%;
  margin-right: -45%;
  padding: 20px 25px 30px 20px;
  top: -125px;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome .number {
  margin-right: 30px;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome .number h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1px;
  margin: 0;
  font-size: 28px;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 10px;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome .description {
  width: 80%;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome .description h4 {
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 0;
}
.profile-perhome .item-perhome .text-perhome .tittle-perhome .description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.4px;
  margin: 0;
}
.profile-perhome .content-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.profile-perhome .content-dots .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-perhome .content-dots .buttons .next-perhome {
  margin-left: 15px;
}
.profile-perhome .content-dots .buttons .next-perhome img {
  max-width: 90%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.profile-perhome .content-dots .buttons .prev-perhome img {
  max-width: 90%;
}
@media (max-width: 768px) {
  .profile-perhome {
    padding: 0 0 140px 0;
  }
  .profile-perhome .after-banner {
    width: 85px;
  }
  .profile-perhome:after {
    content: none;
  }
  .profile-perhome:before {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 315% 0%);
            clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 315% 0%);
  }
  .profile-perhome .text-perhome {
    display: block;
    margin-bottom: 35px;
  }
  .profile-perhome .text-perhome .tittle-perhome {
    width: 100%;
  }
  .profile-perhome .text-perhome .tittle-perhome p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .profile-perhome .text-perhome .tittle-perhome h2 {
    font-size: 45px;
    margin-bottom: 25px;
    letter-spacing: -0.9px;
  }
  .profile-perhome .text-perhome .description-perhome {
    width: 100%;
  }
}

.banner-steps {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#070A0D), to(rgba(7, 10, 13, 0)));
  background: linear-gradient(180deg, #070A0D 0%, rgba(7, 10, 13, 0) 100%);
  padding: 210px 0 250px 0;
  margin-top: -80px;
}
.banner-steps:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/img/fondo-banner-pasos.png");
}
.banner-steps:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 110px);
  background: #070A0D;
  -webkit-clip-path: polygon(121% 0, 100% 100%, 100% 100%, 0% 100%, 0 45%);
          clip-path: polygon(121% 0, 100% 100%, 100% 100%, 0% 100%, 0 45%);
  z-index: 1;
}
.banner-steps .efect-silver {
  content: "";
  right: calc(50% - 35px);
  width: 50%;
  background: linear-gradient(-250deg, #C2C8CC -13.3%, rgba(194, 200, 204, 0) 41.77%, rgba(194, 200, 204, 0) 96.84%);
  position: absolute;
  bottom: 15px;
  height: 96px;
  -webkit-transform: rotate(166deg);
          transform: rotate(166deg);
  z-index: 1;
}
.banner-steps .efect-white {
  content: "";
  right: 0;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  height: 250px;
  -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
          clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
}
.banner-steps .tittle-steps {
  margin-top: 100px;
  position: relative;
}
.banner-steps .tittle-steps h1 {
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -4.2px;
  margin-bottom: 50px;
}
.banner-steps .tittle-steps img {
  max-width: 75px;
  margin-left: 25%;
}
.banner-steps .text-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 0 0 0 80px;
}
.banner-steps .text-steps p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1540px) and (max-height: 1100px) {
  .banner-steps .efect-silver {
    bottom: 19px;
    -webkit-transform: rotate(165deg);
            transform: rotate(165deg);
  }
}
@media (max-width: 768px) {
  .banner-steps {
    padding: 50px 0 150px 0;
  }
  .banner-steps:after {
    content: none;
  }
  .banner-steps .efect-white {
    -webkit-clip-path: polygon(300% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
            clip-path: polygon(300% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
  }
  .banner-steps .text-know {
    margin-bottom: 45px;
  }
  .banner-steps .text-know h1 {
    font-size: 50px;
    margin-bottom: 20px;
    width: 70%;
  }
  .banner-steps .tittle-steps h1 {
    font-size: 50px;
  }
  .banner-steps .text-steps {
    padding: 0;
  }
  .banner-steps .text-steps img {
    position: absolute;
    right: 50px;
    bottom: -30px;
    width: 45px;
  }
}

.steps {
  position: relative;
  background: #ffffff;
  padding: 0 0 150px 0;
}
.steps .before-bottom {
  position: absolute;
  bottom: -10%;
  left: 0;
}
.steps .before-top {
  position: absolute;
  top: 0;
  right: 0;
}
.steps .padd-top {
  padding: 150px 0 0 25px;
}
.steps .item-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  position: relative;
}
.steps .item-step .image-step {
  width: 55%;
}
.steps .item-step .image-step img {
  max-width: 100%;
  height: auto;
}
.steps .item-step .text-step {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.steps .item-step .text-step .tittle-step {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  width: 140%;
  position: absolute;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
}
.steps .item-step .text-step .tittle-step .number {
  margin-right: 30px;
}
.steps .item-step .text-step .tittle-step .number h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1px;
  margin: 0;
}
.steps .item-step .text-step .tittle-step .description h4 {
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 0;
}
.steps .item-step .text-step .tittle-step .description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.4px;
  margin: 0;
}
.steps .item-step .text-step .text {
  padding: 120px 10px 0 20px;
}
.steps .item-step .text-step .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: -0.4px;
  color: #747474;
}
@media (max-width: 768px) {
  .steps {
    padding: 0;
  }
  .steps .padd-top {
    padding: 0;
  }
  .steps .item-step {
    display: block;
    padding: 0 0 80px 0;
  }
  .steps .item-step .image-step {
    width: 100%;
  }
  .steps .item-step .text-step {
    width: 100%;
    padding-top: 0;
  }
  .steps .item-step .text-step .tittle-step {
    width: 90%;
    right: 50%;
    margin-right: -45%;
    padding: 20px 25px 40px 20px;
    top: -90px;
  }
  .steps .item-step .text-step .tittle-step .number {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    width: 20%;
  }
  .steps .item-step .text-step .tittle-step .number h2 {
    font-size: 28px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .steps .item-step .text-step .tittle-step .description {
    width: 80%;
  }
  .steps .item-step .text-step .text {
    padding: 40px 25px 0 25px;
  }
}

.electricity-sector {
  position: relative;
  background: #070A0D;
  margin: 80px 0 150px 0;
}
.electricity-sector .fondo-electricity {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.electricity-sector:before {
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 0;
}
.electricity-sector .tittle-electricity {
  position: relative;
  color: #070A0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 100px 40px 60px 0;
}
.electricity-sector .tittle-electricity h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -2.4px;
  margin-bottom: 45px;
  position: relative;
}
.electricity-sector .tittle-electricity h2:before {
  content: url(../assets/icons/icon-sector-electrico.svg);
  position: absolute;
  right: 10%;
  top: 0;
}
.electricity-sector .tittle-electricity p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.electricity-sector .tittle-electricity .button-white {
  margin-bottom: 30px;
}
.electricity-sector .tittle-electricity .download {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #070A0D;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}
.electricity-sector .tittle-electricity .download img {
  margin-left: 15px;
}
.electricity-sector .image-electricity {
  position: relative;
  height: 100%;
}
.electricity-sector .image-electricity img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .electricity-sector {
    margin: 50px 0;
  }
  .electricity-sector:before {
    width: 100%;
    height: 72%;
  }
  .electricity-sector .fondo-electricity {
    width: 100%;
    height: 72%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .electricity-sector .tittle-electricity h2 {
    width: 60%;
    margin-bottom: 25px;
  }
  .electricity-sector .tittle-electricity h2:before {
    right: 0;
  }
  .electricity-sector .tittle-electricity .button-white {
    margin-bottom: 25px;
  }
}

.commercial-profiles {
  padding: 210px 0 80px;
  position: relative;
  background: #ffffff;
  margin-top: -80px;
}
.commercial-profiles .before-left {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 2;
  height: 300px;
}
.commercial-profiles .line-diagonal {
  width: 140%;
  height: 80%;
  background: #ffffff;
  position: absolute;
  left: -20%;
  bottom: 15%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
  z-index: 1;
}
.commercial-profiles .tittle-commercial {
  width: 50%;
  position: relative;
  z-index: 1;
}
.commercial-profiles .tittle-commercial h1 {
  color: #070A0D;
  font-size: 60px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -4.2px;
  margin-bottom: 50px;
}
.commercial-profiles .tittle-commercial img {
  max-width: 75px;
}
.commercial-profiles .text-commercial {
  position: relative;
  z-index: 1;
}
.commercial-profiles .text-commercial p {
  color: #747474;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .commercial-profiles {
    padding: 130px 0 215px;
  }
  .commercial-profiles .before-left {
    top: 70%;
    max-width: 60px;
    height: 100%;
  }
  .commercial-profiles .tittle-commercial {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .commercial-profiles .tittle-commercial img {
    max-width: 35px;
  }
  .commercial-profiles .tittle-commercial h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.hardware-sector {
  position: relative;
  background: #070A0D;
  padding-bottom: 100px;
}
.hardware-sector .line-diagonal {
  width: 140%;
  height: 80%;
  background: #070A0D;
  position: absolute;
  left: -20%;
  top: -15%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
.hardware-sector .tittle-hardware {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 40px;
}
.hardware-sector .tittle-hardware h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -2.4px;
  margin-bottom: 45px;
  position: relative;
}
.hardware-sector .tittle-hardware h2:before {
  content: url(../assets/icons/icon-dot-top.svg);
  position: absolute;
  right: 10%;
  top: 0;
}
.hardware-sector .tittle-hardware p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.hardware-sector .image-hardware {
  position: relative;
}
.hardware-sector .image-hardware img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hardware-sector .tittle-hardware {
    padding-right: 0;
  }
  .hardware-sector .tittle-hardware h2 {
    width: 60%;
  }
  .hardware-sector .image-hardware {
    padding: 50px 0 0 0;
  }
}

.bodywork-sector {
  background: #070A0D;
}
.bodywork-sector .content-bodywork {
  position: relative;
  width: 120%;
  left: -10%;
  padding: 60px 0 0 0;
}
.bodywork-sector .content-bodywork:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  background: #ffffff;
  top: 0;
}
.bodywork-sector .content-bodywork .fondo-bodywork {
  position: absolute;
  width: 100%;
  top: 0;
  height: 80%;
}
.bodywork-sector .content-bodywork .text-bodywork {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.bodywork-sector .content-bodywork .text-bodywork h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -2.4px;
  margin-bottom: 45px;
  position: relative;
}
.bodywork-sector .content-bodywork .text-bodywork h2:before {
  content: url(../assets/icons/icon-carrocero.svg);
  position: absolute;
  right: 10%;
  top: 0;
}
.bodywork-sector .content-bodywork .text-bodywork p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
  text-align: left;
}
.bodywork-sector .content-bodywork .list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bodywork-sector .content-bodywork .list-image li {
  margin-right: 25px;
}
.bodywork-sector .content-bodywork .list-image li img {
  max-width: 100%;
}
.bodywork-sector .content-bodywork .list-image li:last-child {
  margin-right: 0;
}
.bodywork-sector .content-bodywork .list-image li:nth-child(2) {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .bodywork-sector .content-bodywork {
    height: 65%;
    width: 100%;
    left: 0;
  }
  .bodywork-sector .content-bodywork:before {
    height: 95%;
    width: 120%;
    left: -10%;
  }
  .bodywork-sector .content-bodywork .fondo-bodywork {
    -o-object-fit: cover;
       object-fit: cover;
    height: 95%;
    width: 120%;
    left: -10%;
  }
  .bodywork-sector .content-bodywork .text-bodywork {
    width: 80%;
    height: 65%;
    text-align: left;
  }
  .bodywork-sector .content-bodywork .text-bodywork h2 {
    width: 60%;
  }
  .bodywork-sector .content-bodywork .text-bodywork h2:before {
    right: 0;
  }
  .bodywork-sector .content-bodywork .list-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 110px;
  }
  .bodywork-sector .content-bodywork .list-image li {
    margin-right: 0;
    width: calc(50% - 8px);
  }
  .bodywork-sector .content-bodywork .list-image li:first-child {
    margin-right: 16px;
  }
  .bodywork-sector .content-bodywork .list-image li:nth-child(2) {
    margin-top: 0;
  }
  .bodywork-sector .content-bodywork .list-image li:last-child {
    width: 50%;
    margin-top: 17px;
  }
}

.shutter-sector {
  position: relative;
  background: #070A0D;
  padding: 100px 0;
}
.shutter-sector .before-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 300px;
}
.shutter-sector .line-diagonal {
  width: 140%;
  height: 80%;
  background: #070A0D;
  position: absolute;
  left: -20%;
  bottom: -40%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
.shutter-sector .tittle-shutter {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 40px;
}
.shutter-sector .tittle-shutter h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -2.4px;
  margin-bottom: 45px;
  position: relative;
}
.shutter-sector .tittle-shutter h2:before {
  content: url(../assets/icons/icon-sector-persianero.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.shutter-sector .tittle-shutter p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.shutter-sector .image-shutter img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .shutter-sector {
    padding: 50px 0;
  }
  .shutter-sector .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .shutter-sector .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .shutter-sector .tittle-shutter {
    padding-left: 0;
  }
  .shutter-sector .tittle-shutter h2 {
    width: 60%;
  }
  .shutter-sector .image-shutter {
    padding: 50px 0 0 0;
  }
}

.banner-know {
  position: relative;
  padding: 130px 0 140px 0;
  background: #ffffff;
}
.banner-know .before-left {
  position: absolute;
  left: 0;
  top: 15%;
  height: 300px;
}
.banner-know .before-right {
  position: absolute;
  right: 0;
  bottom: -15%;
  z-index: 1;
}
.banner-know .line-diagonal {
  width: 140%;
  height: 80%;
  background: #070A0D;
  position: absolute;
  left: -20%;
  bottom: -40%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
.banner-know .line-diagonal:before {
  content: "";
  left: 50%;
  margin-left: -5%;
  width: 40%;
  background: linear-gradient(-250deg, #C2C8CC -13.3%, rgba(194, 200, 204, 0) 41.77%, rgba(194, 200, 204, 0) 96.84%);
  position: absolute;
  bottom: 0;
  height: 100px;
}
.banner-know .text-know {
  margin-top: 100px;
  position: relative;
}
.banner-know .text-know h1 {
  color: #070A0D;
  font-size: 60px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -4.2px;
  margin-bottom: 50px;
}
.banner-know .text-know p {
  color: #070A0D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
}
.banner-know .image-know {
  position: relative;
}
.banner-know .image-know img {
  max-width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .banner-know {
    padding: 0 0 50px 0;
  }
  .banner-know .before-left, .banner-know .before-right {
    display: none;
  }
  .banner-know .before-mobile {
    top: 25px;
    right: 0;
    position: absolute;
  }
  .banner-know .line-diagonal {
    height: 75%;
  }
  .banner-know .line-diagonal:before {
    content: none;
  }
  .banner-know .text-know {
    margin-bottom: 45px;
    margin-top: 70px;
  }
  .banner-know .text-know h1 {
    font-size: 50px;
    margin-bottom: 20px;
    width: 70%;
  }
  .banner-know .text-know p {
    color: #747474;
  }
}

.our-team {
  position: relative;
  background: #070A0D;
  z-index: 1;
}
.our-team .text-our {
  color: #ffffff;
}
.our-team .text-our h2 {
  font-size: 50px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -3.6px;
  margin-bottom: 75px;
}
.our-team .text-our p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
}
.our-team .content-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.our-team .content-dots .pagination {
  width: 50%;
  margin-top: 12px;
}
.our-team .content-dots .pagination .pagination-our {
  color: #A6AFB5;
}
.our-team .content-dots .buttons {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 28px;
}
.our-team .content-dots .buttons .next-our img {
  max-width: 90%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.our-team .content-dots .buttons .prev-our {
  margin-left: 15px;
}
.our-team .content-dots .buttons .prev-our img {
  max-width: 90%;
}
.our-team .content-swiper-our {
  width: 130%;
}
.our-team .content-swiper-our .item-our {
  padding: 50px 50px 60px 50px;
  background: #D4D4D4;
  position: relative;
}
.our-team .content-swiper-our .item-our:hover {
  -webkit-box-shadow: 0px 4px 15px -5px rgb(255, 255, 255);
          box-shadow: 0px 4px 15px -5px rgb(255, 255, 255);
}
.our-team .content-swiper-our .item-our .before {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 30%;
  height: 50%;
}
.our-team .content-swiper-our .item-our .image-item-our {
  margin-bottom: 40px;
}
.our-team .content-swiper-our .item-our .image-item-our img {
  max-width: 100%;
  height: auto;
  max-height: 245px;
}
.our-team .content-swiper-our .item-our .text-item-our {
  text-align: center;
}
.our-team .content-swiper-our .item-our .text-item-our h5 {
  font-size: 26px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -1.12px;
}
.our-team .content-swiper-our .item-our .text-item-our p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.our-team .content-swiper-our .swiperOur .swiper-slide {
  margin-top: 30px;
}
.our-team .content-swiper-our .swiperOur .swiper-slide-active {
  margin-top: 0;
}
@media (max-width: 768px) {
  .our-team {
    padding: 50px 0 0 0;
  }
  .our-team .text-our {
    margin-bottom: 25px;
  }
  .our-team .text-our h2 {
    width: 60%;
    font-size: 40px;
    margin-bottom: 40px;
  }
  .our-team .content-dots .buttons {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-team .content-swiper-our .item-our .image-item-our img {
    max-height: 228px;
  }
  .our-team .content-swiper-our .swiperOur .swiper-slide {
    margin-top: 0;
  }
}

.history {
  position: relative;
  padding: 35px 0 90px 0;
  background: #070A0D;
}
.history:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 120%;
  left: -10%;
  top: -20%;
  background-image: url(../assets/img/fondo-history.png);
  mix-blend-mode: hard-light;
}
.history:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  z-index: 1;
  background: linear-gradient(5deg, #363636 6.88%, rgba(62, 62, 62, 0) 88.35%);
}
.history .before-left {
  position: absolute;
  left: 0;
  top: -8%;
}
.history .text-history {
  color: #ffffff;
  padding-top: 100px;
  height: 100%;
  position: relative;
}
.history .text-history .icon-history {
  position: absolute;
  right: -75px;
  bottom: 15%;
  max-width: 75px;
}
.history .text-history h2 {
  font-size: 50px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -3.6px;
  margin-bottom: 50px;
}
.history .text-history p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.4px;
  width: 80%;
  position: relative;
}
.history .text-history p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-13.48%, #070A0D), color-stop(72.58%, rgba(7, 10, 13, 0)), color-stop(100.3%, rgba(7, 10, 13, 0)));
  background: linear-gradient(360deg, #070A0D -13.48%, rgba(7, 10, 13, 0) 72.58%, rgba(7, 10, 13, 0) 100.3%);
}
.history .image-history {
  position: relative;
  z-index: 1;
}
.history .image-history img {
  max-width: 150%;
  position: relative;
  left: -55%;
}
@media (max-width: 768px) {
  .history {
    padding: 35px 0 40px 0;
  }
  .history .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .history .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .history:after {
    content: none;
  }
  .history .text-history {
    padding: 65px 0 0 0;
  }
  .history .text-history h2 {
    font-size: 40px;
    width: 60%;
  }
  .history .text-history p {
    width: 100%;
  }
  .history .text-history p:before {
    content: none;
  }
  .history .image-history img {
    left: -5%;
    width: 110%;
  }
}

.footer {
  background: #070A0D;
  padding: 80px 0 40px 0;
  position: relative;
}
.footer .social-footer {
  position: relative;
}
.footer .social-footer .logo-footer {
  margin-bottom: 30px;
}
.footer .social-footer .list-social ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .social-footer .list-social ul li {
  margin-right: 20px;
}
.footer .social-footer .list-social ul li:last-child {
  margin-right: 0;
}
.footer .list-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.footer .list-pages ul {
  padding: 0;
  width: 50%;
}
.footer .list-pages ul:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -ms-grid;
  display: grid;
}
.footer .list-pages ul li {
  margin-bottom: 8px;
}
.footer .list-pages ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  color: #A6AFB5;
  text-decoration: none;
}
.footer .list-pages ul li a:hover {
  color: #ffffff;
  font-weight: bold;
}
.footer .list-dates {
  padding-left: 80px;
}
.footer .list-dates ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer .list-dates ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(139, 151, 158, 0.4);
  padding: 12px 0;
}
.footer .list-dates ul li:first-child {
  padding: 0 0 12px 0;
}
.footer .list-dates ul li .image {
  width: 20%;
}
.footer .list-dates ul li .text {
  width: 80%;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.footer .list-dates ul li .text p {
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #bebfbf;
  font-size: 14px;
  margin: 0;
}
.footer .list-end {
  margin-top: 65px;
}
.footer .list-end ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .list-end ul li {
  width: 50%;
}
.footer .list-end ul li:last-child {
  text-align: right;
}
.footer .list-end ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.28px;
  opacity: 0.4;
  color: #ffffff;
  margin: 0;
}
.footer .image-left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
.footer .image-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
  .footer .list-pages {
    display: block;
    padding: 40px 0;
  }
  .footer .list-pages ul {
    margin-bottom: 30px;
  }
  .footer .list-pages ul:last-child {
    display: block;
    margin-bottom: 0;
  }
  .footer .list-dates {
    padding-left: 30px;
  }
  .footer .list-end ul {
    display: block;
  }
  .footer .list-end ul li {
    width: 100%;
    text-align: center;
  }
  .footer .list-end ul li:last-child {
    text-align: center;
  }
  .footer .list-end ul li:last-child p {
    font-weight: 700;
  }
  .footer .list-end ul li p {
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
  }
  .footer .image-left {
    display: none;
  }
  .footer .image-right {
    height: auto;
    width: 100%;
  }
}

.content-form {
  padding: 0 0 200px 0;
}
.content-form h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin: 0;
  padding: 38px 30px;
}
.content-form .item-button button {
  background: transparent;
}
.content-form .item-button button:hover {
  background: #070A0D;
}
.content-form .item-button button svg {
  margin-left: 100px;
}

.form-talk {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.form-talk .form-group {
  position: relative;
  margin-bottom: 25px;
  border: 1.8px solid #6D7690;
  background: transparent;
  padding: 12px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-talk .form-group .image {
  position: relative;
  width: 20%;
}
.form-talk .form-group .text {
  position: relative;
  width: 80%;
}
.form-talk .form-group .text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  color: #9B9A9A;
  margin: 0;
}
.form-talk .form-group label {
  font-size: 14px;
  color: #070A0D;
}
.form-talk .form-group input, .form-talk .form-group textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  border: none;
  color: #070A0D;
  font-weight: bold;
  padding: 0;
  background: transparent;
}
.form-talk .form-group input:focus, .form-talk .form-group textarea:focus {
  outline: none;
}
.form-talk .form-group textarea {
  height: 110px;
}
.form-talk .form-group input:focus ~ label, .form-talk .form-group input:valid ~ label, .form-talk .form-group textarea:focus ~ label, .form-talk .form-group textarea:valid ~ label {
  top: -15px;
  font-size: 14px;
}
.form-talk .form-group .bar {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.form-talk .form-group .bar:before, .form-talk .form-group .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #070A0D;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-talk .form-group .bar:before {
  left: 50%;
}
.form-talk .form-group .bar:after {
  right: 50%;
}
.form-talk .form-group input:focus ~ .bar:before, .form-talk .form-group input:focus ~ .bar:after {
  width: 50%;
}
.form-talk .form-group .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 40%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.form-talk .form-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  background: #070A0D;
  width: 0;
  background: transparent;
}
@keyframes inputHighlighter {
  from {
    background: #070A0D;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-talk input::-webkit-outer-spin-button, .form-talk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-talk input[type=number] {
  -moz-appearance: textfield;
}
.form-talk .form-check label {
  color: #ffffff;
}
.form-talk select:focus {
  outline: 0;
}
@media (max-width: 768px) {
  .form-talk .form-group {
    margin-bottom: 20px;
    padding: 5px 25px 5px 15px;
  }
}

.content-fixed {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 10;
}
.content-fixed .whatsapp {
  margin-bottom: 50px;
}
.content-fixed .ancla-top {
  fill: #070A0D;
  background: blue;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-animation: jump 1.5s ease-in-out infinite;
          animation: jump 1.5s ease-in-out infinite;
}
@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (max-width: 768px) {
  .content-fixed {
    right: 15px;
  }
}

.thanks {
  background: #ffffff;
  position: relative;
}
.thanks:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0F0F0F), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(360deg, #0F0F0F 0%, rgba(15, 15, 15, 0) 100%);
}
.thanks .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.thanks .text h2 {
  font-size: 50px;
  color: #070A0D;
  width: 50%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.thanks .text a {
  background: #070A0D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 30px;
  position: relative;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .thanks .text {
    height: 500px;
  }
  .thanks .text h2 {
    width: 100%;
    font-size: 36px;
  }
}