@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "coolvetica";
  src: url("../fonts/coolvetica rg.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

.red {
  color: red;
}

.white {
  color: white;
}

body {
  overflow-x: hidden;
}

.btn {
  margin-left: 4px;
  box-sizing: border-box;
  border: none;
  color: white;
  width: 200px;
  background: linear-gradient(to right, #3d0000, black);
  border-radius: 2em;
  padding: 10px 20px;
}
.btn:hover {
  color: white;
  box-shadow: 0px 0px 10px black;
}

.scenes {
  overflow: hidden;
}

.fm-h3 {
  position: relative;
  padding-bottom: 10px;
}
.fm-h3::before {
  content: "";
  position: absolute;
  transition: all 300ms;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: red;
}

body {
  overflow-x: hidden !important;
  background-color: #161616;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: white;
}

.integral-font {
  font-size: 72px;
  font-family: "coolvetica";
}

.type {
  font-size: 60px;
  color: red;
}

.fm-principal-text {
  margin-top: 50px;
}
.fm-principal-text h1 {
  font-family: Montserrat;
  font-size: 50px;
  letter-spacing: 3px;
}
.fm-principal-text p {
  color: #909090;
}

.fm-float {
  z-index: 999;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3d0000;
  transition: box-shadow 300ms ease;
  cursor: pointer;
  bottom: 60px;
  right: 60px;
}
.fm-float:hover {
  box-shadow: 0px 0px 20px #3d0000;
}
.fm-float .interior {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aside-square {
  z-index: 999;
  position: fixed;
  transition: left 500ms ease;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
}
.aside-square > * {
  cursor: pointer;
  position: relative;
  background-color: black;
  transition: all 500ms ease;
  width: 50px;
  height: 50px;
}
.aside-square > *:hover {
  box-shadow: 0px 0px 20px #3d0000;
  transform: scale(1.5);
}
.aside-square > *:hover > * {
  color: red;
}
.aside-square .red-responsive > * {
  color: red;
}

aside {
  top: 0;
  display: none;
  z-index: 5;
  transition: left 0.5s ease;
  position: fixed;
  left: -200px;
  width: 200px;
  height: 100vh;
  background: linear-gradient(360deg, #3d0000, #161616);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
aside::after {
  content: "";
  z-index: -1;
  background-color: #161616;
  box-shadow: 0px 0px 20px #3d0000;
  position: absolute;
  top: 0;
  left: 200px;
  width: 767px;
  height: 45px;
}
aside .fm-active {
  background: #3d0000;
}
aside ul li {
  height: 50px;
}
aside ul li a {
  color: white;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  padding: 13px;
}
aside ul li a:hover {
  color: white;
  text-decoration: none;
}
aside ul li:hover {
  background: #3d0000;
}
aside .black {
  color: red;
  position: absolute;
  top: 8px;
  right: -285px;
}
aside .black img {
  margin-left: 10px;
  width: 80px;
}

.left {
  left: 0px;
}

.fm-welcome {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.fm-welcome::before {
  z-index: -1;
  content: "";
  background: linear-gradient(#3d0000, black);
  position: absolute;
  width: 100%;
  height: 100%;
}

#fm-img-btn {
  z-index: -1;
  position: absolute;
  width: 100%;
  bottom: 0;
}

#fm-img-left {
  width: 100px;
  left: 0;
  top: 35%;
  z-index: -1;
  position: absolute;
}

#fm-img-right {
  width: 100px;
  right: 0;
  top: 20%;
  z-index: -1;
  position: absolute;
}

.fm-nav {
  height: 80px;
  padding-top: 20px;
}
.fm-nav .fm-nav-img {
  flex-basis: 50%;
}
.fm-nav .fm-nav-img img {
  cursor: pointer;
  max-width: 150px;
}
.fm-nav .fm-nav-list {
  flex-basis: 50%;
  list-style: none;
}
.fm-nav .fm-nav-item {
  margin: 4px 10px;
  padding: 5px;
  position: relative;
  transition: all 300ms;
}
.fm-nav .fm-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transform: translate(-50%, -50%);
  height: 2px;
  transition: all 300ms;
  background-color: red;
}
.fm-nav .fm-nav-item:hover::before {
  left: 50%;
  width: 50%;
}
.fm-nav .fm-nav-item a {
  text-decoration: none;
  color: white;
}
.fm-nav .active {
  position: relative;
}
.fm-nav .active::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: 2px;
  transition: all 300ms;
  background-color: red;
}

.mexicanada {
  position: relative;
  height: 100%;
}

.mexicanada-2 {
  position: relative;
  height: calc(100% - 80px);
}

.pos-relative {
  position: relative;
}

.img-profile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-profile > * {
  width: 100%;
}

.fm-myphoto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.respeta {
  position: relative;
  width: 100%;
  height: 100%;
}

.center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.center .fm-presentation {
  font-size: 30px;
  color: white;
  transition: color 300ms ease;
}
.center .fm-presentation:hover {
  color: red;
}

.fm-presentation {
  font-size: 30px;
  color: white;
  transition: color 300ms ease;
}
.fm-presentation:hover {
  color: red;
}

.integral-font {
  font-size: 6vh;
}
.integral-font > * {
  font-size: 6vh;
}

.center-main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.redirectIndex {
  cursor: pointer;
  user-select: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 99999;
  background: black;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: width 500ms ease;
}
.redirectIndex img {
  position: relative;
  top: 12px;
  left: 12px;
  width: 25px;
}
.redirectIndex span {
  top: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  color: white;
  font-weight: bold;
}
.redirectIndex:hover {
  width: 150px;
}
.redirectIndex:hover span {
  left: 60px;
  opacity: 1;
}

.fm-pattern-languages, .fm-pattern-about {
  position: relative;
}
.fm-pattern-languages #fm-dots-left, .fm-pattern-about #fm-dots-left {
  position: absolute;
  top: 25%;
  right: 90%;
  width: 15%;
  opacity: 0.2;
}
.fm-pattern-languages #fm-dots-right, .fm-pattern-about #fm-dots-right {
  position: absolute;
  top: 5%;
  right: 0px;
  width: 10%;
  opacity: 0.2;
}

.fm-languages h3 {
  color: #909090;
}
.fm-languages p {
  color: #909090;
}
.fm-languages .fm-logos {
  padding: 20px;
}
.fm-languages .fm-logos .fm-item-logos {
  filter: grayscale(50);
  transition: all 300ms;
  max-width: 50%;
}
.fm-languages .fm-logos .fm-item-logos:hover {
  filter: grayscale(0);
  transform: scale(1.3);
}
.fm-languages .fm-blur {
  transition: all 300ms;
}
.fm-languages .fm-blur:hover .fm-card {
  filter: blur(2px);
}
.fm-languages .fm-blur .fm-card:hover {
  filter: blur(0px) !important;
  transform: scale(1.1);
}

.fm-card {
  position: relative;
  cursor: default;
  overflow: hidden;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
  min-height: 270px;
  background: #3d0000;
  background: linear-gradient(165deg, #3d0000 0%, #161616 100%);
  transition: all 300ms;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
.fm-card::before {
  content: "";
  position: absolute;
  transition: all 300ms;
  left: 0;
  top: 0;
  width: 0px;
  height: 5px;
  background-color: red;
}
.fm-card:hover::before {
  width: 80%;
}
.fm-card .mostrar {
  transition: all 500ms ease;
}
.fm-card:hover .mostrar {
  display: block;
}
.fm-card .line {
  background-color: #161616;
  height: 2px;
}
.fm-card .icons {
  text-align: center;
  font-size: 40px;
}
.fm-card h4 {
  font-family: Roboto-Light;
  color: white;
}
.fm-card p {
  font-size: 12px;
}
.fm-card .sub {
  font-size: 16px;
  color: red;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 300px;
}

.swiper-pagination-bullet-active {
  background-color: red;
}

.fm-projects {
  position: relative;
  background: #3d0000;
  background: linear-gradient(165deg, #3d0000 0%, #161616 50%, #161616 100%);
}
.fm-projects .fm-logos {
  padding: 20px;
}
.fm-projects .fm-logos .fm-item-logos {
  filter: grayscale(50);
  transition: all 300ms;
  max-width: 50%;
}
.fm-projects .fm-logos .fm-item-logos:hover {
  filter: grayscale(0);
  transform: scale(1.3);
}
.fm-projects p {
  color: #909090;
}
.fm-projects #fm-dots-left {
  position: absolute;
  top: 25%;
  right: 90%;
  width: 15%;
  opacity: 0.2;
}
.fm-projects #fm-dots-right {
  position: absolute;
  top: 5%;
  right: 0px;
  width: 10%;
  opacity: 0.2;
}
.fm-projects .swipers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fm-projects h3 {
  position: relative;
  padding-bottom: 10px;
  font-family: Roboto-Light;
  letter-spacing: 7px;
  font-size: 34px;
}
.fm-projects h3::before {
  content: "";
  position: absolute;
  transition: all 300ms;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: red;
}
.fm-projects .project {
  position: relative;
  border: 1px solid #3d0000;
  width: 300px;
  height: 300px;
  background-color: #161616;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.fm-projects .project::before {
  z-index: 2;
  content: "";
  background: linear-gradient(165deg, #3d0000 0%, #161616 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 300ms;
  opacity: 0;
}
.fm-projects .project:hover::before {
  opacity: 0.9;
}
.fm-projects .project img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  transition: filter 300ms ease;
  filter: blur(0px);
}
.fm-projects .project:hover img {
  filter: blur(3px);
}
.fm-projects .project .fm-info {
  z-index: 3;
  padding: 20px;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: all 300ms;
}
.fm-projects .project .fm-info h3 {
  font-size: 24px;
}
.fm-projects .project .fm-info .fm-infos {
  color: white;
  font-size: 24px;
}
.fm-projects .project:hover .fm-info {
  opacity: 1;
}
.fm-projects .project .file-icon {
  color: white;
  transition: all 300ms ease;
}
.fm-projects .project .file-icon:hover {
  color: #b8b8b8;
}
.fm-projects .project .www-icon {
  color: #6fbeff;
  transition: all 300ms ease;
}
.fm-projects .project .www-icon:hover {
  color: #0068bd;
}
.fm-projects .project .facebook-icon {
  color: #ADB9D3;
  transition: all 300ms ease;
}
.fm-projects .project .facebook-icon:hover {
  color: #3B5998;
}
.fm-projects .project .info-icon {
  color: #6e6e6e;
  transition: all 300ms ease;
}
.fm-projects .project .info-icon:hover {
  color: white;
}

.fm-pattern-about {
  background: #3d0000;
  background: linear-gradient(165deg, #3d0000 0%, #161616 50%, #161616 100%);
}
.fm-pattern-about .fm-card-about {
  overflow: hidden;
  position: relative;
  width: 80%;
  height: 100%;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 3em;
  background: linear-gradient(165deg, #3d0000 0%, #161616 75%);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.fm-pattern-about .fm-card-about #fm-dots-card {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 50%;
  z-index: 1;
  opacity: 0.1;
}
.fm-pattern-about .fm-card-about #fm-profile-card {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 80%;
  z-index: 2;
  opacity: 0.6;
}
.fm-pattern-about h3 {
  font-family: Roboto-Light;
  letter-spacing: 7px;
  font-size: 34px;
}

footer {
  background: linear-gradient(to right, #3d0000, black);
}
footer .hr {
  height: 1px;
  background-color: red;
}
footer h5, footer .red {
  color: red !important;
}
footer p {
  margin: 0;
}
footer .img-footer {
  max-width: 40%;
}
footer .fm-socials {
  font-size: 24px;
}
footer ul li {
  margin-top: 5px;
}
footer ul li a {
  text-decoration: none;
  color: white;
  transition: all 500ms ease;
}
footer ul li a:hover {
  color: #8b8b8b;
  text-decoration: none;
}
footer input[type=text],
footer input[type=number],
footer input[type=email],
footer textarea {
  resize: none;
  color: white;
  border: none !important;
  background-color: #161616 !important;
}
footer .fm-social {
  transition: color 500ms ease;
}
footer .fm-social:hover {
  color: #8b8b8b;
}

.center-mini-logos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-mini-logos img {
  width: 100px;
  filter: brightness(100);
}

.center-mini-logos2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-mini-logos2 img {
  width: 100px;
}

.description-span {
  color: #8b8b8b;
}

.to-zoom {
  border: 4px solid #97c83c;
  border-radius: 50%;
  transition: transform 500ms ease;
}
.to-zoom:hover {
  transform: scale(1.1);
}

.title-app {
  font-size: 4vh;
  text-transform: uppercase;
  font-weight: bold;
}

.to-white {
  filter: brightness(100);
}

.color-orange {
  color: #FF6600;
}

.background-orange {
  background: #FF6600;
}

.color-ibeni {
  color: #007d8f;
}

.background-ibeni {
  background: #007d8f;
}

.background-cotacyt {
  background: #97c83c;
}

.color-chambee {
  color: #0091c2;
}

.background-chambee {
  background: #0091c2;
}

.color-green {
  color: #c6e089;
}

.background-green {
  background: #c6e089;
}

.color-watermelon {
  color: #fe345c;
}

.background-watermelon {
  background: #fe345c;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .banner-text {
  user-select: none;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-text .full {
  background-color: black;
  padding: 10px;
  width: 100%;
}
.banner .banner-text h1 {
  font-family: Montserrat !important;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 5vh;
  margin-bottom: 5px;
  position: relative;
}
.banner .banner-text h1:hover::before {
  width: 100%;
}
.banner .banner-text a {
  transition: box-shadow 500ms ease;
  margin-top: 20px;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  color: white;
  width: 200px;
  border-radius: 2em;
  padding: 10px 20px;
}
.banner .banner-text a:hover {
  color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner video, .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expand-full {
  position: sticky;
  top: 0;
  height: 80px;
  z-index: 3;
}
.expand-full .expand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
}

.expand-full-icons {
  position: relative;
  height: 80px;
  z-index: 3;
}
.expand-full-icons .expand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
}
.expand-full-icons .gray {
  filter: brightness(0%);
}

.description-app {
  position: relative;
}
.description-app .fm-dots-left, .description-app .fm-dots-right {
  opacity: 0.05;
  z-index: -2;
  position: absolute;
  width: 35%;
}
.description-app .fm-dots-right {
  bottom: 0;
  right: 0%;
}
.description-app .mockup {
  z-index: 2;
  width: 50%;
}
.description-app .circle {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.description-app .mockup-phone {
  width: 70%;
  transition: transform 500ms ease;
}
.description-app .mockup-phone:hover {
  transform: scale(1.2);
}
.description-app .desc-app p {
  font-size: 18px;
  font-size: 100%;
  text-align: left;
}

.mockup-app-second, .mockup-app-hbuild, .mockup-app-ibeni, .mockup-app-cotacyt-second, .mockup-app-ibeni-second, .mockup-app-chambee, .mockup-app-cotacyt, .mockup-app-ecociudad, .mockup-app {
  height: 40vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.mockup-app {
  background-image: url("../img/mandamemockup.jpg");
}

.mockup-app-ecociudad {
  background-image: url("../img/ecociudadmockup.jpg");
}

.mockup-app-cotacyt {
  background-image: url("../img/cotacyt/cotacyt.jpg");
}

.mockup-app-chambee {
  background-image: url("../img/chambee/mockupchambee.jpg");
}

.mockup-app-ibeni-second {
  background-image: url("../img/ibeni/websitemockup.jpg");
}

.mockup-app-cotacyt-second {
  background-image: url("../img/cotacyt/cotacyt-2.jpg");
}

.mockup-app-ibeni {
  background-image: url("../img/ibeni/iBeni.jpg");
}

.mockup-app-hbuild {
  background-image: url("../img/hbuild/mockuphbuild.jpg");
}

.mockup-app-second {
  position: relative;
  background-image: url("../img/mandamemockup2.jpg");
}
.mockup-app-second .mockup-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.description-app-third {
  background-color: #121212;
}
.description-app-third .fm-dots-left, .description-app-third .fm-dots-right {
  opacity: 0.05;
  z-index: 1;
  position: absolute;
  width: 35%;
}
.description-app-third .fm-dots-right {
  bottom: 0;
  right: 0%;
}

.list-feature li {
  text-align: right;
  font-size: 18px;
  margin: 20px 0;
}
.list-feature li::before {
  content: "- ";
  color: #FF6600;
}

.sidephone {
  width: 60%;
}

.download {
  width: 80%;
}

@media (max-width: 768px) {
  .title-app {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .fm-nav-img {
    flex-basis: 40% !important;
  }

  .fm-nav-list {
    flex-basis: 60% !important;
  }

  .fm-nav, .aside-square {
    display: none !important;
  }

  .fm-nav-mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .fm-h3 {
    margin-top: 20px;
  }

  .fm-logos {
    width: 50%;
  }
}

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