@charset "UTF-8";
@font-face {
  font-family: circular;
  src: url(/font/circular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: circular;
}
body .header {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
body .header .menu {
  position: absolute;
  right: 3rem;
  top: 3rem;
  margin: 2rem;
  width: 60px;
  height: 30px;
  background: #000;
  -moz-border-radius: 100px 100px 0 0;
  -webkit-border-radius: 100px 100px 0 0;
  border-radius: 100px 100px 0 0;
  cursor: pointer;
  transition: all 0.2s ease-in;
  z-index: 99999;
  pointer-events: auto;
  transform: rotate(140deg);
}
body .header .menu.active {
  background: #e06901;
}
body .header .menu:hover {
  transform: rotate(140deg) scale(1.2);
}
body .header .menu-list {
  z-index: 120;
  position: absolute;
  width: 100vw;
  height: 100vh;
  clip-path: circle(0rem at calc(100% - 9rem) 7rem);
  background-color: black;
  transition: all 2s ease;
  pointer-events: auto;
}
body .header .menu-list.active {
  clip-path: circle(200rem at calc(100% - 9rem) 7rem) !important;
}
body .header .menu-list a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 8rem;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  margin-left: 5rem;
}
body .header .menu-list a:nth-of-type(1) {
  margin-top: 3rem;
}
body .header .menu-list a:hover {
  transform: translateX(20px);
}
body .home {
  background: url(/images/home-bg.png);
  background-size: cover;
  height: 100vh;
}
body .home .home__container .home__container--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
body .home .home__container .home__container--content .title {
  font-size: 2rem;
  font-weight: 400;
}
body .home .home__container .home__container--content .content {
  font-weight: bold;
  font-size: 9rem;
  text-align: center;
  height: 27rem;
  line-height: 1em;
}
body .home .home__container .home__container--content a img {
  height: 7rem;
}
body .hacemos {
  background-image: url(/images/Mesa\ de\ trabajo\ 1\ 2.png);
  background-size: cover;
}
body .hacemos .hacemos__container .hacemos__container--content {
  display: flex;
  justify-content: space-between;
}
body .hacemos .hacemos__container .hacemos__container--content .content--text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
body .hacemos .hacemos__container .hacemos__container--content .content--text .text-top {
  font-size: 2rem;
}
body .hacemos .hacemos__container .hacemos__container--content .content--text .text-bottom {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
body .hacemos .hacemos__container .hacemos__container--content .content--video video {
  height: 45rem;
  width: 80rem;
  object-fit: cover;
  border-radius: 3rem;
}
body .hacemos2 {
  background: url(/images/fondito.jpg);
  background-size: cover;
}
body .hacemos2__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .hacemos2__container--content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9rem;
  font-weight: bold;
  text-align: center;
}
body .comohacemos {
  background-color: #FFE7B4;
  position: relative;
  height: 100vh;
  z-index: 0;
  background-image: url(/images/Mesa\ de\ trabajo\ 1\ 2.png);
  background-size: cover;
}
body .comohacemos .fp-overflow {
  overflow-y: unset;
}
body .comohacemos::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body .comohacemos .comohacemos__container--title {
  font-size: 8rem;
  font-weight: bold;
  margin-bottom: 10rem;
}
body .comohacemos .comohacemos__container--transform .transform--content {
  text-align: center;
  position: relative;
  height: 45rem;
}
body .comohacemos .comohacemos__container--transform .transform--content img {
  height: 45rem;
  transition: all 1s ease;
}
body .comohacemos .comohacemos__container--content {
  position: relative;
}
body .comohacemos .comohacemos__container--content .oranges--content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body .comohacemos .comohacemos__container--content .oranges--content .text {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange1 {
  position: relative;
  width: 25rem;
  height: 30rem;
  margin-right: 10rem;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange1 .text {
  text-align: right;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange2 {
  position: relative;
  width: 35rem;
  height: 30rem;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange3 {
  position: relative;
  width: 41rem;
  height: 30rem;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange3 .text {
  text-align: center;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange3 img {
  z-index: 3;
}
body .comohacemos .comohacemos__container--content .oranges--content .orange3 svg {
  position: absolute;
  width: 41rem;
  height: 30rem;
  top: 0;
  z-index: -1;
}
body .comohacemos .comohacemos__container--content .oranges--content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -3rem;
  margin-bottom: 2rem;
}
body .comohacemos .comohacemos__container--content .barra {
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 70%;
  cursor: none;
}
body .comohacemos .comohacemos__container--content .barra .btn-move {
  position: absolute;
  padding: 2rem;
  background-color: black;
  color: #ffd550;
  width: 18rem;
  height: 6rem;
  border-radius: 5rem;
  transition: all linear;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.4rem;
  text-align: center;
  z-index: 9999;
}
body .clientes {
  background: url(/images/fondo\ clientes.jpg);
  background-size: cover;
}
body .clientes .clientes__container {
  display: flex;
}
body .clientes .clientes__container .clientes__container--title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body .clientes .clientes__container .clientes__container--title .title {
  font-size: 9rem;
  font-weight: 900;
  line-height: 8rem;
  width: 50rem;
  margin-bottom: 5rem;
}
body .clientes .clientes__container .clientes__container--title .subtitle {
  font-size: 2rem;
  font-weight: normal;
}
body .clientes .clientes__container .clientes--content {
  display: flex;
  gap: 5rem;
  align-items: center;
}
body .clientes .clientes__container .clientes--content .swiper-wrapper {
  transition-timing-function: linear !important;
}
body .clientes .clientes__container .clientes--content .cliente {
  font-size: 2rem;
  font-weight: NORMAL;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content .slide-img {
  margin-bottom: 3rem;
  height: 12rem;
  position: relative;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content .slide-img::before {
  content: "";
  position: absolute;
  background-image: url(/images/Rectángulo\ 1\ 1.png);
  background-size: cover;
  width: 12rem;
  height: 12rem;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
body .clientes .clientes__container .clientes--content .cliente .slide--content .slide-img img {
  height: 4rem;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content .slide-info .title {
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content .slide-info .info {
  font-weight: light;
}
body .clientes .clientes__container .clientes--content .cliente .slide--content span {
  margin-bottom: 1rem;
}
body .contacto {
  background: url(/images/footer.jpg);
  background-size: cover;
}
body .contacto .fp-overflow {
  overflow-y: unset;
}
body .contacto .contacto__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}
body .contacto .contacto__container .contacto__container--content .contacto--title {
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 3rem;
  line-height: 1em;
}
body .contacto .contacto__container .contacto__container--content .contacto--info {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
body .contacto .contacto__container .contacto__container--content .contacto--btn {
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0rem 3rem;
  border-radius: 5rem;
  width: 40rem;
}
body .contacto .contacto__container .contacto__container--content .contacto--btn i {
  font-size: 2.5rem;
}
body .contacto .contacto__container .contacto__container--icons {
  width: 100%;
}
body .contacto .contacto__container .contacto__container--icons .icons--content {
  position: relative;
  height: 50vh;
  width: 50rem;
  text-align: center;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a {
  position: absolute;
  transition: all 0.3s ease-in;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(1) {
  top: 2rem;
  left: 2rem;
  transform: rotate(75deg);
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(1) img {
  height: 27rem;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(2) {
  left: 20rem;
  top: -10rem;
  z-index: 99;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(2):hover {
  transform: scale(1.1) rotate(80deg);
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(3) {
  bottom: 0rem;
  left: 10rem;
  transform: rotate(-25deg);
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(3):hover {
  transform: scale(1.1) !important;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:nth-of-type(3) img {
  height: 15rem;
}
body .contacto .contacto__container .contacto__container--icons .icons--content a:hover {
  transform: scale(1.1);
}
body .contacto .contacto__container .contacto__container--icons .icons--content img {
  height: 30rem;
}

/*# sourceMappingURL=styles.css.map */
