.first-grid {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.section-projects .w-clearfix:before,
.section-projects .w-clearfix:after {
  visibility: hidden;
}

.img-grid {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.error {
  color: #ff0000;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.contenedor-by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 16px;
  position: relative;
  color: #333;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  font-size: 14px;
  /* Medium and up */
}

.contenedor-by span {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
  position: absolute;
  top: -1px;
  left: 0;
}

.contenedor-by .contenedor-cnll {
  width: 60px;
  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;
  height: 17px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.contenedor-by .contenedor-cnll svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #333;
}

.contenedor-by .contenedor-cnll svg .cls-1 {
  fill: #333;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-c {
  -webkit-transform: translateX(63px);
          transform: translateX(63px);
  -webkit-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-a1 {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out 300ms;
  transition: all 200ms ease-in-out 300ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-n {
  -webkit-transform: translateX(43px);
          transform: translateX(43px);
  -webkit-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-a2 {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out 300ms;
  transition: all 200ms ease-in-out 300ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-l1 {
  -webkit-transform: translateX(21px);
          transform: translateX(21px);
  -webkit-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-l2 {
  -webkit-transform: translateX(21px);
          transform: translateX(21px);
  -webkit-transition: all 300ms ease-in-out 200ms;
  transition: all 300ms ease-in-out 200ms;
}

.contenedor-by .contenedor-cnll svg #letter-cnll-a3 {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out 300ms;
  transition: all 200ms ease-in-out 300ms;
}

.contenedor-by:focus {
  color: #333;
}

@media screen and (min-width: 40em) {
  .contenedor-by:hover {
    color: #333;
  }
  .contenedor-by:hover .contenedor-cnll {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a1,
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a2,
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a3 {
    opacity: 1;
  }
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-c,
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-n,
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-l1,
  .contenedor-by:hover .contenedor-cnll svg #letter-cnll-l2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .wrapper_logo-navbar img {
    width: 100px;
  }
  #gallery {
    padding-top: 100px;
  }
}

.align-vertical-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.align-vertical-button .link-back {
  float: none;
}

.wrapper-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  .wrapper-menu {
    display: none !important;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .wrapper-menu-mobile {
    display: none !important;
  }
}

#project .wrapper-img {
  height: 250px;
  /* Medium and up */
}

@media screen and (min-width: 40em) {
  #project .wrapper-img {
    height: 300px;
  }
}

.bloque-404 {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  background-color: #ffffff;
}

.bloque-404 .container-content {
  width: 90%;
  margin: 0 auto;
}

.bloque-404 .container-content .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloque-404 .container-content .flex-content .flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.bloque-404 .container-content .flex-content .flex-title .subtitle-error {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ebebeb;
  margin-bottom: 0.5rem;
}

.bloque-404 .container-content .flex-content .flex-title .parent-404 {
  position: relative;
}

.bloque-404 .container-content .flex-content .flex-title .parent-404 .img-float {
  position: absolute;
  top: 28%;
  left: 15%;
  width: 60%;
}

.bloque-404 .container-content .flex-content .flex-title .parent-404 .img-float img {
  width: 100%;
}

@media (min-width: 768px) {
  .bloque-404 .container-content .flex-content .flex-title .parent-404 .img-float {
    top: 18%;
    width: 64%;
  }
}

@media (min-width: 1200px) {
  .bloque-404 .container-content .flex-content .flex-title .parent-404 .img-float {
    top: 16%;
  }
}

.bloque-404 .container-content .flex-content .flex-title .parent-404 .title-404 {
  font-family: Poppins, sans-serif;
  font-size: 150px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #2b564d;
}

@media (min-width: 768px) {
  .bloque-404 .container-content .flex-content .flex-title .parent-404 .title-404 {
    font-size: 180px;
  }
}

@media (min-width: 1200px) {
  .bloque-404 .container-content .flex-content .flex-title .parent-404 .title-404 {
    font-size: 220px;
  }
}

@media (min-width: 992px) {
  .bloque-404 .container-content .flex-content .flex-title {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .bloque-404 .container-content .flex-content .flex-title {
    margin-right: 3rem;
  }
}

.bloque-404 .container-content .flex-content .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bloque-404 .container-content .flex-content .text-content .parrafo-404 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.bloque-404 .container-content .flex-content .text-content .link-green {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: normal;
  text-align: left;
  color: #2b564d;
  text-decoration: none;
}

.bloque-404 .container-content .flex-content .text-content .link-green:focus, .bloque-404 .container-content .flex-content .text-content .link-green:hover {
  color: #2b564d;
}

@media (min-width: 768px) {
  .bloque-404 .container-content .flex-content .text-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .bloque-404 .container-content .flex-content .text-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .bloque-404 .container-content .flex-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .bloque-404 .container-content .flex-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .bloque-404 .container-content {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .bloque-404 {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .bloque-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bloque-gracias {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bloque-gracias .container-content {
  padding-top: 80px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  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;
  text-align: center;
}

.bloque-gracias .container-content .logo-check {
  width: 80px;
  margin-bottom: 2rem;
}

.bloque-gracias .container-content .logo-check img {
  width: 100%;
}

.bloque-gracias .container-content .title-footer {
  color: #ffffff;
  margin-bottom: 2rem;
}

.bloque-gracias .container-content .text-footer {
  margin-bottom: 2.5rem;
  text-align: center;
}

.bloque-gracias .container-content .link-white {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: normal;
}

.bloque-gracias .container-content .link-white:focus {
  color: #ffffff;
}

@media (min-width: 992px) {
  .bloque-gracias {
    padding: 150px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .bloque-gracias {
    padding: 120px 0;
  }
}
/*# sourceMappingURL=main.css.map */