@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.divison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  margin: 3rem 0;
  background: #000;
}

.divison .rndm-color {
  width: 100%;
  height: 3rem;
  background: #000;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav {
  position: relative;
  z-index: 999;
}

.inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
}

.header-logo {
  width: 100px;
  height: 50px;
  background-image: url(../assets/Milogo.com.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-button {
  font-size: 0.1rem;
  z-index: 999;
}

.nav-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.nav-container.is-active {
  top: 50px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.menu-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 20;
  z-index: 980;
  width: 100%;
  background-color: #fff;
}

.menu-desktop li {
  display: inline-block;
  width: 100%;
  padding: 5px;
  list-style: none;
  border: solid 1px #eee;
}

.nav-container .menu-desktop li:hover {
  background-color: #eee;
}

.nav-container .menu-desktop a {
  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: #222;
  font-size: 2.5rem;
  text-decoration: none;
}

.nav-container .menu-desktop a:hover {
  color: rgba(88, 4, 4, 0.637);
}

/* Colors */
/* Font-size */
header .hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  height: 100vh;
  overflow: hidden;
}

header .hero-container .hero-video {
  position: relative;
  right: 0;
  bottom: 50;
  opacity: 0.7;
}

header .hero-container .hero-img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  color: #eeebdd;
  width: 80%;
}

header .hero-container .hero-img-txt .hero-img-container {
  width: 200px;
  height: 200px;
  border: 7px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10rem;
  margin-bottom: 3rem;
}

header .hero-container .hero-img-txt .hero-img-container img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

header .hero-container .hero-img-txt .hero-img-container img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .hero-container .hero-img-txt h2 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

header .hero-container .hero-img-txt h2 > span {
  display: block;
  color: #e1701a;
  font-size: 3.5rem;
  font-weight: 900;
}

header .hero-container .hero-img-txt p {
  color: #eeebdd;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

header .hero-container a {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  font-size: 5rem;
}

.about-section {
  margin-bottom: 15rem;
  padding-top: 14rem;
  /* sección about-img */
  /* sección about-info */
}

.about-section .about-container {
  width: 95%;
  margin: auto;
}

.about-section .about-title span {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e1701a;
  font-size: 1.6rem;
  font-weight: 600;
}

.about-section .about-title h3 {
  color: #1b1717;
  font-size: 3rem;
}

.about-section .about-inner {
  padding-top: 10rem;
}

.about-section .about-img-container {
  margin-bottom: 7rem;
  overflow: hidden;
}

@-webkit-keyframes about-img {
  10%,
  90% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

@keyframes about-img {
  10%,
  90% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

.about-section .about-img-inner {
  position: relative;
  max-width: 500px;
  height: 100%;
  overflow: hidden;
  background: #1b1717;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.about-section .about-img-inner img {
  width: 100%;
  height: 100%;
}

.about-section .about-img-inner:hover {
  -webkit-animation: about-img 3s ease-in-out 0s 1 alternate none;
          animation: about-img 3s ease-in-out 0s 1 alternate none;
}

.about-section .about-img-border {
  position: relative;
  background-color: #eeebdd;
  max-width: 500px;
  border: 7px solid #1b1717;
}

.about-section .about-img-borde:hover {
  -webkit-transform: translate3d(5px, -5px, 0);
          transform: translate3d(5px, -5px, 0);
}

.about-section .about-info-title {
  margin-bottom: 3rem;
}

.about-section .about-info-title h3 {
  color: #1b1717;
  font-size: 2rem;
  font-weight: 600;
}

.about-section .about-info-title span {
  color: #e1701a;
  font-size: 2rem;
  font-weight: 600;
}

.about-section .about-info-text {
  margin-bottom: 2.3rem;
}

.about-section .about-info-text p {
  color: #1b1717;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05rem;
}

.about-section .about-info-text span {
  color: #e1701a;
  font-size: 1.6rem;
  font-weight: 600;
}

.about-section .about-info-list {
  margin-bottom: 2.3rem;
}

.about-section .about-info-list ul {
  list-style: none;
}

.about-section .about-info-list li {
  margin-bottom: 2rem;
}

.about-section .about-info-list li i {
  font-size: 2rem;
  color: #e1701a;
}

.about-section .about-info-list li .about-info-logo {
  display: inline-block;
  min-width: 3.5rem;
  margin-left: 1rem;
}

.about-section .about-info-list li label {
  display: inline-block;
  min-width: 8.5rem;
  color: #1b1717;
  font-size: 1.6rem;
  font-weight: 600;
}

.about-section .about-info-list li span {
  color: #1b1717;
  font-size: 1.6rem;
  font-weight: 400;
}

.about-section .about-info-list li span a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #1b1717;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  position: relative;
}

.about-section .about-info-list li span a::before {
  content: "";
  display: block;
  width: 0;
  background: #e1701a;
  border-bottom: medium solid #e1701a;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.about-section .about-info-list li span a:hover::before {
  width: 100%;
}

.about-section .about-info-btn {
  display: block;
  padding: 1.2rem;
  min-height: 2.5rem;
}

.about-section .about-info-btn a {
  position: relative;
  text-decoration: none;
  color: #eeebdd;
  background: #e1701a;
  font-size: 1.6rem;
  padding: 1.2rem 2.5rem;
}

.about-section .about-info-btn a:hover {
  color: #fff;
  background: #bb5e17;
}

/* Colors */
/* Font-size */
/* Colors */
/* Font-size */
.cards-section {
  background: #f9f9f9;
  padding: 140px 0;
}

.cards-section .cards-container {
  width: 95%;
  margin: auto;
}

.cards-section .cards-container .cards-title span {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e1701a;
  font-size: 1.6rem;
  font-weight: 600;
}

.cards-section .cards-container .cards-title h3 {
  color: #1b1717;
  font-size: 3rem;
}

.cards-section .cards-container .cards-inner {
  padding-top: 9rem;
}

.cards-section .cards-container .cards-inner li {
  margin-bottom: 5rem;
}

.cards-section .cards-container .cards-inner .inner {
  width: 100%;
  height: 100%;
  padding: 4rem 6rem;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}

.cards-section .cards-container .cards-inner .inner .inner-logo {
  display: inline-block;
  font-size: 7rem;
  color: #e1701a;
  margin-bottom: 2rem;
}

.cards-section .cards-container .cards-inner .inner h3 {
  font-size: 1.8rem;
  color: #1b1717;
  font-weight: 600;
  margin-bottom: 2rem;
}

.cards-section .cards-container .cards-inner .inner p {
  font-size: 1.6rem;
  color: #1b1717;
  font-weight: 400;
  text-align: justify;
}

.cards-section .cards-container .cards-inner .inner:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.cards-section .cards-container .cards-inner p {
  color: #1b1717;
  font-size: 1.8rem;
  font-weight: 600;
}

.cards-section .cards-container .cards-inner p a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #1b1717;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  position: relative;
}

.cards-section .cards-container .cards-inner p a::before {
  content: "";
  display: block;
  width: 100%;
  background: #1b1717;
  border-bottom: medium solid #1b1717;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cards-section .cards-container .cards-inner p a:hover::before {
  border-bottom: medium solid #e1701a;
  width: 100%;
}

.portfolio-section {
  padding: 14rem 0;
}

.portfolio-section .portfolio-container {
  width: 95%;
  margin: auto;
}

.portfolio-section .portfolio-container .portfolio-title {
  padding-bottom: 5rem;
}

.portfolio-section .portfolio-container .portfolio-title span {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e1701a;
  font-size: 1.6rem;
  font-weight: 600;
}

.portfolio-section .portfolio-container .portfolio-title h3 {
  color: #1b1717;
  font-size: 3rem;
}

.portfolio-section .portfolio-container .portfolio-inner .portfolio-img-title {
  color: #1b1717;
  background-color: #eeebdd;
  position: absolute;
  z-index: 1000;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 1rem;
}

.portfolio-section .portfolio-container .portfolio-inner ul {
  list-style: none;
}

.portfolio-section .portfolio-container .portfolio-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.portfolio-section .portfolio-container .portfolio-inner li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #1b1717;
  border-bottom: red;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.portfolio-section .portfolio-container .portfolio-inner li a:hover {
  color: #e1701a;
}

.portfolio-section .portfolio-container .portfolio-inner .portfolio-img-container {
  margin-top: 5rem;
  max-width: 600px;
  overflow: hidden;
  border-radius: 1rem;
}

.portfolio-section .portfolio-container .portfolio-inner .portfolio-img-container img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-section .portfolio-container .portfolio-inner .portfolio-img-container img:hover {
  -webkit-transform: scale(1.3) rotate(20deg);
          transform: scale(1.3) rotate(20deg);
}

.portfolio-section .portfolio-container h3 {
  text-align: center;
  font-size: 2rem;
  color: #1b1717;
}

.portfolio-section .portfolio-container h3 a {
  font-size: 2rem;
  color: #35b2bb;
  cursor: pointer;
}

/* Colors */
/* Font-size */
.contact-section {
  background: #f9f9f9;
  padding: 14rem 0;
}

.contact-section .contact-container {
  width: 95%;
  margin: auto;
}

.contact-section .contact-container .contact-title span {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #e1701a;
  font-size: 1.6rem;
  font-weight: 600;
}

.contact-section .contact-container .contact-title h3 {
  color: #1b1717;
  font-size: 3rem;
}

.contact-section .contact-container p {
  padding: 5rem 0;
  font-size: 1.6rem;
  color: #1b1717;
  text-align: justify;
}

.contact-section .contact-container .contact-form-container {
  width: 100%;
}

.contact-section .contact-container .contact-form-container .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section .contact-container .contact-form-container .contact-form label {
  display: inline-block;
  min-width: 15rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.contact-section .contact-container .contact-form-container .contact-form input {
  border: none;
  border-radius: 1rem;
  font-size: 1.6rem;
  width: 80%;
  height: 3.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.5rem;
}

.contact-section .contact-container .contact-form-container .contact-form textarea {
  border: none;
  border-radius: 1rem;
  font-size: 1.6rem;
  width: 80%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.5rem;
}

.contact-section .contact-container .contact-form-container .contact-form button {
  font-size: 1.6rem;
  min-width: 10rem;
  color: #eeebdd;
  background: #e1701a;
  padding: 1rem;
  margin-top: 2rem;
  border: none;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.contact-section .contact-container .contact-form-container .contact-form button:hover {
  background-color: #bb5e17;
}

/* Colors */
/* Font-size */
.footer-section {
  padding: 3rem 0;
  background: #000;
  height: 100%;
}

.footer-section .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .footer-container p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #eeebdd;
  margin: 1rem 0;
}

.footer-section .footer-container .footer-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  margin: 1rem 0;
}

.footer-section .footer-container .footer-sm i {
  text-align: center;
  display: inline-block;
  min-width: 5rem;
  font-size: 2rem;
  color: #eeebdd;
  border-radius: 1rem;
  padding: 1rem;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.circle {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid sandybrown;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.inner-circle {
  display: none;
  width: 8px;
  height: 8px;
  background-color: #e1701a;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
}

/* MEDIA QUERY M */
@media screen and (min-width: 768px) {
  .about-info-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .about-img-container {
    margin: auto;
  }
  .cards-inner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .portfolio-inner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .footer-section .footer-container .footer-sm {
    width: 500px;
  }
}

/* MEDIA QUERY XL */
@media screen and (min-width: 1024px) {
  .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inner-circle {
    display: block;
  }
  .inner-nav {
    background-color: transparent;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .inner-nav .header-logo {
    margin-left: 5rem;
  }
  .btn-container {
    display: none;
  }
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5rem;
    height: 5rem;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    width: 100%;
  }
  .menu-desktop {
    width: 50rem;
    height: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: transparent;
  }
  .nav-container .menu-desktop li {
    width: 20%;
    border: none;
  }
  .nav-container .menu-desktop li:hover {
    background: transparent;
  }
  .nav-container .menu-desktop a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #eeebdd;
    border: none;
  }
  .nav-container .menu-desktop a:hover {
    color: #e1701a !important;
  }
  .about-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .about-img-container {
    margin: auto;
  }
  .cards-inner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .contact-section .contact-container p {
    text-align: center;
  }
  .contact-form-container {
    max-width: 760px;
    margin: auto;
  }
}
/*# sourceMappingURL=main.css.map */