
/*Showcase*/
.showcase {
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  transition: 0.5s;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: inset 0 0 400px #000000;
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(24, 24, 26, 1) 100%);
}
.showcase .text {
  color: #ffffffe2;
  position: absolute;
  max-width: 1200px;
  min-height: 50vh;
  gap: 20px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  text-align: left;
  text-shadow: 11px 11px 20px #89898954;
}
.showcase .text h1 {
  font-weight: 700;
  font-size: 3em;
  letter-spacing: 0px;
}
.showcase .text h2 {
  font-size: 2.1em;
  max-width: 80%;
  font-weight: 300;
}
.showcase .text button.button {
  width: auto;
  height: auto;
  padding: 12px 28px;
  border-radius: 6px;
  color: #000000c5;
  border: none;
  box-shadow: rgb(255, 255, 255) 0px -50px 36px -28px inset;
  transition: 0.5s ease-in-out;
  background-color: #ffffff;
}
ul.social {
  position: absolute;
  right: 25px;
  bottom: 25px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  z-index: 6;
  font-size: 0.8em;
  border-radius: 6px;
  color: #000000c5;
  border: none;
  box-shadow: rgba(255, 255, 255, 0.565) 0px -50px 36px -28px inset;
  transition: 0.5s ease-in-out;
  background-color: #eeeeee46;
}
ul.social:hover {
  transition: 1s ease-in-out;
}
.social li a {
  display: inline-block;
  margin: 10px;
  transition: 0.5s;
}
.fa-brands {
    font-size: 2.2em;
    color: #000000da;
    text-shadow: 0 0 20px #00000026;
}
.social li a:hover, .fa-brands:hover {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
#fade-text {
  transition: opacity 0.5s ease-in-out;
}
.serv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  width: 100%;
  gap: 40px;
  padding: 50px;
  overflow: hidden;
  margin: auto;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(0, 0, 0) 100%);
}
.serv h3 {
  width: 100%;
  padding: 20px;
  font-size: 2.5em;
  font-weight: 500; 
}
.serv p {
  width: 100%;
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.6;
  color: #000000c7;
}
.serv .cards {
  width: 100%;
  min-height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.serv .card {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
}
.serv .card h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #000000c7;
}
.serv .card p {
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
}
.serv button, button {
  width: auto;
  height: auto;
  margin: 40px 0;
  padding: 12px 20px;
  border-radius: 6px;
  color: #ffffffc7;
  background-color: #ffffff00;
  border: 1px solid #878787;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.serv button:hover, button:hover {
  box-shadow: inset #e9e9e9 0px 0px 0px 100px;
  border-color: #fff;
  color: #000000;
  transition: all 0.5s ease-in-out;
}
.rellax-section {
  position: relative;
  box-sizing: border-box;
  height: 150vh;
  min-height: max-content;
  background: rgb(24, 24, 24);
  overflow: hidden;
  color: white;
  z-index: 1;
  margin: 0;
}
.rellax-section .layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.85) 50%, rgba(24, 24, 26, 1) 100%);
  z-index: 10;
  padding: 0;
  margin: 0;
  top: 0;
}

.central-text {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 2rem;
  z-index: 11;
}

.card-proyecto {
  position: absolute;
  overflow: hidden;
  width: 320px;
  height: 260px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 16px;
  box-shadow: 0 20px 160px rgb(0, 0, 0);
  z-index: 1;
  margin-top: -100px;
}

.card-proyecto iframe {
  position: relative;
  border-radius: 6px;
  width: 286%;
  height: 300%;
  box-sizing: border-box;
  border: 0;
  -ms-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -o-transform: scale(0.35);
  -webkit-transform: scale(0.35);
  transform: scale(0.35);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.proceso-section {
  position: relative;
  width: 100%;
  min-height: max-content;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  margin: 0;
  background-color: #18181a;
  color: #ffffff;
}
.proceso-section h5 {
  width: 100%;
  padding: 20px;
  font-size: 2.5em;
  font-weight: 500; 
}

.proceso-section p {
  width: 100%;
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.6;
}
.proceso-section p a  {
  text-decoration: none;
  font-weight: 600;
}
.proceso-container {
  width: 100%;
  min-height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 100px;
  align-items: center;
  gap: 20px;
}
.proceso-step{
  width: 300px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.proceso-step.visible {
  opacity: 1;
  transform: translateY(0);
}
.proceso-step h6 {
  font-size: 1.5em;
  font-weight: 600;
}
.proceso-step p {
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
}
.explora {
  width: 100%;
  min-height: 100vh;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.explora h2 {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  font-size: 2.5em;
  font-weight: 500; 
}
section.explora div.container {
  width: 100%;
  min-height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 20px;
  gap: 20px;
}
.explora h3 {
  font-size: 1.5em;
}
.explora h4 {
  font-size: 1em;
  font-weight: 600;
}
.explora p:not(.card p) {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  font-size: 1em;
}
.explora a.card-link {
  text-decoration: none;
  color: #000000c7;
  font-weight: 400;
}
.explora button {
  width: auto;
  height: auto;
  margin: 40px auto;
  padding: 12px 20px;
  border-radius: 6px;
  color: #262626c7;
  background-color: #ffffff00;
  border: 1px solid #878787;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.explora button a {
  color: #393939;
}
.nosotros {
 min-height: max-content;
 width: 100%;
 display: flex;
 flex-direction: column;
justify-content: center;
 align-items: center;
 text-align: center;
 padding: 50px;
}
.nosotros h1 {
  width: 100%;
  padding: 20px;
  font-size: 2.5em;
  font-weight: 500; 
}
.nosotros h2 {
  width: 100%;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 400; 
}
.nosotros p {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}
.nosotros .values {
  width: 100%;
  min-height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.nosotros .values .value {
  width: 300px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nosotros .values .value h3 {
  font-size: 1.5em;
  padding: 0 20px;
  font-weight: 600;
  color: #000000c7;
}
.nosotros button {
  text-decoration: none;
  color: #000000c7;
  font-weight: 400;
}

 .intro {
  position: relative;
  max-width: 100%;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #ffffff;
 }

 .chan {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-evenly;
  align-items: center;
  padding: 40px;
  
 }

 .intro h1 {
  padding: 20px;
  width: 100%;
  min-height: max-content;
  font-size: 2em;
  font-weight: 500;
 }

.intro p {
  padding: 20px;
  width: 100%;
  min-height: max-content;
  font-size: 1.1em;
  line-height: 1.6;
}
.form-container {
  position: relative;
  width: 35%;
  height: auto;
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
  linear-gradient(145deg, transparent 35%,#dddddd, #898989) border-box;
  font-size: 1em;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: left;
  box-sizing: border-box;
  border-radius: 6px;
  background-size: 200% 100%;
  animation: gradient 10s ease infinite;
  transition: all 1s ease-in-out;
}

.form-container {
  box-sizing: border-box;
  width: 40%;
  height: auto;
  border: 1px solid #00000026;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-container:hover {
  box-shadow: rgba(0, 0, 0, 0.178) 0px 30px 90px, inset 0 0 40px #ffffff47;
}

.form-container .form {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 20px;
  padding: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #393939;
  font-weight: 600;
  font-size: 1em;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #00000098;
  background-color: transparent;
  border: 1px solid #00000026;
}


.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #0303b0ac;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #0303b0ac;
}

.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  color: #111111b1;
  font-weight: 600;
  width: auto;
  background: #ffffff00;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.form-container .form-submit-btn:hover {
  background-color: #e9e9e9;
  border-color: #fff;
  color: #056a00;
  transition: all 0.5s ease;
}

.serv2 {
  width: 100%;
  min-height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #ffffff;
}
.serv2 h2 {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 2em;
}

  .tools {
    width: 100%;
    min-height: 50vh;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

.prod {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  gap: 30px;
  padding: 35px 0;
  background-color: #ffffff;
  z-index: 10;

}
.prod .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  height: 50vh;
  min-height: max-content;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #00000051;
  
}


.prod .card:hover {
  box-shadow: rgba(0, 0, 0, 0.178) 0px 30px 90px, inset 0 0 40px #ffffff47;
  transition: all 0.5s ease-in-out;
}


.prod .card .screen {
  width: 100%;
  justify-content: center;
  height: 60%;
  opacity: 0.3;
  transition: opacity 2s ease-in-out;
}

.prod .card .screen:hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.prod .card iframe {
  position: relative;
  width: 286%;
  height: 320%;
  box-sizing: border-box;
    -ms-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -o-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.prod .card h4 {
  display: flex;
  position: relative;
  font-size: 1.3em;
  color: #000000ca;
  padding: 35px 0 0 0;
  transition: 0.5s ease-in-out;
}

.card:hover h4 {
  color: #0c0c0c;
  transition: 0.5s ease-in-out;
}


.desc {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0 20px;
}

.contact {
  position: relative;
  width: 100%;
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.port {
  font-size: 1em;
  width: auto;
  height: auto;
  margin: 0 15px;
  padding: 15px;
  border-radius: 6px;
  border: none;
  color: #000000a7;
  box-shadow: rgba(135, 135, 135, 0.221) 0px -50px 36px -28px inset;
  transition: 0.5s ease-in-out;
}
button.port:hover {
  box-shadow: rgb(0, 0, 0) 0px 50px 36px 28px inset;
  color: #fff;
  transition: 0.7s ease-in-out;
}


@media screen and (max-width: 769px) {

.showcase .text {
  min-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
  text-shadow: 11px 11px 20px #00000054;
}
.showcase .text h1 {
  padding: 20px 32px;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0px;
}
.showcase .text h2 {
  padding: 20px 32px;
  font-size: 1.4em;
  font-weight: 300;
}
.showcase .text button {
  font-size: 0.8em;
  margin: auto;
  padding: 10px;
}
ul.social {
  position: absolute;
  bottom: 18px;
  padding: 0 0;
  background: none;
  box-shadow: none;
  color: #ffffff;
}
.social li a {
  margin: 5px;
}
.fa-brands {
    font-size: 1.8em;
    color: #ffffffda;
    text-shadow: 0 0 20px #a9a9a926;
}

.serv h3 {
  font-size: 1.8em;
  padding:10px 0;
  font-weight: 600;
}
.serv p {
  font-size: 1em;
  padding: 10px 0;
  width: 100%;
}
.serv {
  padding: 20px;
  min-height: max-content;
  flex-direction: column;
  align-items: center;
}
.serv .card {
  width: 100%;
  height: auto;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.serv .card h3 {
  padding: 20px;
}
.serv .card p {
  font-size: 1em;
  padding: 10px;
  font-weight: 500;
}
  .rellax-section {
    height: auto;
    min-height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .card-proyecto {
    position: relative;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .rellax {
    transform: none !important;
  }

  .central-text {
    position: absolute;
    top: 45%;
    padding: 0;
    font-size: 1.3rem;
  }
.proceso-section{
  z-index: 10;
  margin: 0;
  min-height: max-content;
  height: auto;
  padding: 30px 10px;
}
.proceso-section h5 {
  padding: 20px;
  font-size: 1.5em;
}
.proceso-section p {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
}
.proceso-container {
  margin-top: 20px;
  min-height: auto;
}
.explora {
  padding: 10px;

}
.explora h2 {
  padding: 10px;
  font-size: 1.5em;
  font-weight: 500;
}
.explora p:not(.card p) {
  padding: 10px;
}
.nosotros {
  padding: 10px;
}
.nosotros p{
  padding: 10px;
  margin: 0;
}
.prod .card {
  width: 85%;
}

.intro {
  flex-direction: column;
  padding: 0;
  left: 0;
}

.chan {
  width: 75%;
  padding: 0;
  align-items: start;
 }
 .intro h1 {
  padding: 15px 0;
 }

.intro p {
  padding: 10px 0;
  width: 100%;
  min-height: max-content;
  font-size: 1.1em;
  line-height: 1.6;
}
.form-container {
  width: 80%;
  min-height: max-content;
  border-radius: 6px;
  padding: 20px;
  margin: 40px 0;
}
.form-container .form {
  width: 100%;
  gap: 20px 0;
  padding: 0;
}
.form-container .form-submit-btn {
    display: flex;
    color: #111111b1;
    font-weight: 600;
    margin-top: 0;
}
.serv2 h2 {
  width: 80%;
  padding: 20px 0;
  font-size: 1.5em;
}
}




@media screen and (max-width: 400px) {
  .showcase .text {
 height: 30vh;
  gap: 0;
}
.showcase .text h1 {
  font-size: 1.4em;
  padding: 10px 32px;
 }
.showcase .text h2 {
  font-size: 1.1em;
  padding: 10px 32px;
 }
 .showcase .text button.button {
  padding: 10px;
}
ul.social {
  bottom: 0;
}
}


::-webkit-scrollbar-track{
  border-color: transparent;
  background-color: white;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #c2c2c2;
}

::-webkit-scrollbar-thumb {
	background-color: #c2c1c1b5;
	border-radius: 4px;
}