@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@600&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'IBM Plex Mono', monospace;
}

body {
  width: 100% !important;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 70px;
}

a {
  text-decoration: none;
}

#Inicio, #Productos, #Ayudamos, #Servicios, #Talentos, #Noticias, #Socios, #Contactanos, #Redes {
  display: grid;
  width: 100%;
  height: 100vh;
}

.todo {
  display: grid;
  justify-items: center;
  width: 100%;
  grid-template-rows: repeat(9, 1fr);
  overflow: hidden;
  background: #002b02;
} 

/* container 1*/
.container1 {
  display: grid;
  width: 100%;
  height: 100vh; 
  padding: 70px 10px 0px 10px;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr); 
  background: #00002B;
  color: #ffffff;
}

.content {
  display: grid;
  grid-column: 1 / 6;
  justify-items: center;
  align-items: start;
}

#logo {
  width: 100%;
  z-index: 100;
}

.info {
  margin: -385px 0px 0px 0px;
}

#f_i1 {
  display: grid;
  height: 85%;
}

#txt1 {
  font-size: 9rem;
}

#txt2 {
  font-size: 5rem;
  margin: -50px 0px 0px 0px;
}

.me {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 100%;
  justify-content: flex-end;
  margin: -5vh 0vh 0vh 0vh;
}

.f1 {
  display: flex;
  width: 93%;
  justify-content: space-between;
  align-items: center;
  margin: -10px 0px 0px 0px;
}

#txt3 {
  font-size: 1.2vw;
  width: 55%;
}

#bottom {
  width: 11%;
}


/* Container 2*/
.container2 {
  display: grid;
  justify-items: center;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #00E28B;
  overflow: hidden;
  padding: 4vh;
}

.content2 { 
  display: grid;
  grid-column: 1 / 6;
  width: 90%;
}

#f_i2 {
  width: 70%;
}

#items_v1 {
  width: 65%;
  grid-row: 1 / 3;
}

#items_v2 {
  width: 65%;
  grid-row: 1 / 3;
}

#items_v3 {
  width: 63%;
  grid-row: 1 / 3;
}

.items1 {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin: 50px 160px 0px 150px;
}

#C2_txt1 {
  font-size: 4vh;
  color: #ffffff;
}

#C2_txt2 {
  width: 100%;
  grid-column: 2 / 3;
  margin: 0px 0px 0px 0px;
  font-size: 2.4vh;
  text-align: justify;
}

.items2 {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin: 40px 160px 0px 150px;
}

#C2_txt3 {
  font-size: 4vh;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
}

#C2_txt4 {
  width: 100%;
  grid-column: 2 / 3;
  margin: 0px 0px 0px 0px;
  font-size: 2.4vh;
  text-align: justify;
}

.items3 {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin: 40px 160px 0px 150px;
}

#C2_txt5 {
  font-size: 4vh;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
}

#C2_txt6 {
  width: 100%;
  grid-column: 2 / 3;
  margin: -15px 0px 0px 0px;
  font-size: 2.4vh;
  text-align: justify;
}


/* Container3 */
.container3 {
  display: grid;
  justify-items: center;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #00E28B;
  overflow: hidden;
  justify-items: center;
}

.content3 { 
  display: grid;
  grid-column: 1 / 6;
  grid-template-rows: repeat(1, 20%);
  width: 90%;
}

#f_i3 {
  width: 100%;
}

#linea {
  position: absolute;
  width: 1vh;
  margin: 0vh 0vh 0vh -105vh;
}

.slideshow-container {
  position: relative;
  margin: 30px 0px 0px 0px;
  width: 100%;
  height: 100%;
  text-align: justify;
  display: flex;
  justify-content: center;
}

.slideshow-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySlides {
  width: 120vh;
  margin: 0px 0px 0px 50px;
  padding: 5vh;
  border: 0.7vh solid#00002B;
}

#num {
  font-size: 5vh;
}

.prevS {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -5vh;
  margin-left: -125vh;
  padding: 1.5vh;
  color: #222428;
  font-weight: bold;
  font-size: 5vh;
  transition: .6s ease;
  border-radius: 0 3px 3px 0
}

.nextS {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -5vh;
  margin-right: -140vh;
  padding: 1.5vh;
  color: #222428;
  font-weight: bold;
  font-size: 5vh;
  transition: .6s ease;
  border-radius: 0 3px 3px 0
}

.nextS {
  color: #00002B;
  border-radius: 3px 3px 3px 3px
}

.prevS {
  color: #00002B;
  border-radius: 3px 3px 3px 3px
}

.prevS:hover,
.nextS:hover {
  color: #ffffff;
  background-color: #00002b;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 6vh;
  width: 6vh;
  margin: 0px 0px 30px 0px;
  background-color: #00E28B;
  display: inline-block;
  transition: background-color .6s ease;
  border: #00002b 0.7vh solid;
}

.active,
.dot:hover {
  background-color: #ffffff;
  height: 6vh;
}

#C3_txt{
  font-size: 3.7vh;
}

.cua4 {
  display: flex;
  text-align: center;
  z-index: 1;
  align-items: center;
  justify-content: center;
  column-gap: 2vh;
}


/* Container4 */
.container4 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #ffffff;
  overflow: hidden;
  justify-items: center;
}

.content4 {
  display: grid;
  grid-column: 1 / 6;
  align-content: space-evenly;
  width: 90%;
}

#servicio {
  width: 70%;
}

#ser_texto {
  width: 100%;
}


/* Container5 */
.container5 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #ffffff;
  overflow: hidden;
  justify-items: center;
}

.content5 { 
  display: grid;
  grid-column: 1 / 6;
  width: 90%;
}

.talentos {
  display: grid;
  grid-template-rows: repeat(1, auto);
}

.talentos img {
  height: 100%;
}

.juntos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.lugardelamano {
  display: grid; 
  align-items: start;
  height: 100%;
  width: 20%;
}

.lugardelamano img {
  width: 100%;
  height: 100%;
}

.barra { 
  display: flex;
  align-items: center;
  height: 60%;
  width: 20.4vh;
}

.barra img {
  justify-items: center;
  width: 40vh;
  height: 100%;
  padding: 0 10vh;
}

.todomano {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  height: 100%;
}

#mano {
  width: 48.5vh;
  height: auto;
  z-index: 1;
}

#Mtext1 {
  display: flex;
  color: #00002B;
  padding: 0.5vh 0.5vh;
  width: 100%;
  height: 100%;
  margin: 0vh 0vh 0vh 0vh; 
}

#Mtext2 {
  display: flex;
  color: #00002B;
  padding: 0.5vh 0.5vh;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: -23.8vh 0vh 0vh 0vh; 
}

#Mtext3 {
  display: flex;
  color: #00002B;
  padding: 0.5vh 0.5vh;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: -23.8vh 0vh 0vh 0vh; 
}

#Mtext4 {
  display: flex;
  color: #00002B;
  padding: 0.5vh 0.5vh;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: -23.8vh 0vh 0vh 0vh; 
}

.Textos {
  background: #ffffff;
  width: 60vh;
  height: 25vh;
  border: solid 0.7vh #00002B;
  font-size: 3vh;
  text-align: justify;
}

.t1 a {
  position: relative;
  display: flex;
  color: #C3C3C3;
  width: 35vh;
  height: 10vh;
  align-items: center;
  text-decoration: none;
  font-size: 2.5vh;
}

.t1 a:hover {
  color: #020236;
  font-size: 2.8vh;
}

.t2 a {
  position: relative;
  display: flex;
  width: 35vh;
  height: 10vh;
  color: #C3C3C3;
  align-items: center;
  text-decoration: none;
  font-size: 2.5vh;
}

.t2 a:hover {
  color: #020236;
  font-size: 2.8vh;
}

.t3 a {
  position: relative;
  display: flex;
  color: #C3C3C3;
  width: 35vh;
  height: 10vh;
  align-items: center;
  text-decoration: none;
  font-size: 2.5vh;
}

.t3 a:hover {
  color: #020236;
  font-size: 2.8vh;
}

.t4 a {
  position: relative;
  display: flex;
  color: #C3C3C3;
  width: 35vh;
  height: 10vh;
  align-items: center;
  text-decoration: none;
  font-size: 2.5vh;
}

.t4 a:hover {
  color: #020236;
  font-size: 2.8vh;
}

#capa1 {
  display: flex;
  position: absolute;
  margin: -20vh 0vh 0vh 0vh;
  left: 13vh;
}

#capa2 {
  position: absolute;
  visibility: hidden;
  margin: 1vh 0vh 0vh 0vh;
  left: 13vh;
}

#capa3 {
  position: absolute;
  visibility: hidden;
  margin: 21vh 0vh 0vh 0vh;
  left: 13vh;
}

#capa4 {
  position: absolute;
  visibility: hidden;
  margin: 41vh 0vh 0vh 0vh;
  left: 13vh;
}


/* Container6 */
.container6 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #ffffff;
  overflow: hidden;
  justify-items: center;
}

.content6 { 
  display: grid;
  grid-column: 1 / 6;
  width: 90%;
}

#noticias { 
  display: grid;
  width: 70%; 
  align-content: flex-end;
}

.espacio {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}

#esp {
  width: 60%;
}

.esp_texto {
  position: absolute;
}

#texto1_t1 {
  padding: 3vh 4vh 3vh 4vh;
  font-size: 6vh;
  line-height: 7vh;
}

#texto1_t2 {
  padding: 0px 4vh 0px 4vh;
  font-size: 2.7vh;
  line-height: 5vh;
  text-align: justify;
}

#texto2_t1 {
  padding: 3vh 4vh 3vh 4vh;
  font-size: 5.2vh;
  line-height: 7vh;
}

#texto2_t2 {
  padding: 0px 4vh 0px 4vh;
  font-size: 2.7vh;
  line-height: 5vh;
  text-align: justify;
}


.esp_link {
  display:  flex;
  justify-content: flex-end;
  padding: 0vh 4vh 3vh 4vh;
}

#links_texto {
  width: 20%;
  height: 20%;
}

.noti_container {
  position: absolute;
  display: flex;
  align-items: center;
  width: 60%;
  height: 51.5vh;
  color: #ffffff;
  align-items: flex-end;

}

.slide-window {
  display: grid;
  height: 100%;
  width: 94%;
  overflow: hidden;
  position: relative;
}

.slide-window img {
  width: 20%;
  height: 20%;
}

.slide-holder {
  margin-left: 0;
  transition: margin-left 1s;
  height: 100%;
}

.slide {
  height: auto;
  float: left;
}

.slide-nav {
  /*position: absolute;*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vh;
  width: 100%;
  height: 0%;
  margin: 0 0 3vh 0;
  /*left: 0;*/
  /*bottom: 8vh;*/
  text-align: center;
  z-index: 1;
}

.slide-nav-bt {
  width: 2vh;
  height: 2vh;
  background-color: #00002B;
  box-shadow: 0 0 0 0.3vh #00002B, 0 0 0 0.6vh white;
  border: solid 1px transparent;
  /*border-radius: 50%;*/
  display: inline-block;
  cursor: pointer;
}

.slide-nav-bt.active {
  background: white;
  border: solid 1.5vh white;
  box-shadow: 0 0 0 0.3vh #00002B, 0 0 0 0.6vh white;
}


/* Container7 */
.container7 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #ffffff;
  overflow: hidden;
  justify-items: center;
}

.content7 { 
  display: grid;
  grid-column: 1 / 6;
  width: 90%;
}

.clients {
  display: grid;
  width: 100%;
  height: 100%;
  justify-items: end;
}

#C7_i1 {
  display: grid;
  width: 50%;
}
/*
.logo-slider {
  background: white;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider::before, .logo-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 10%;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}
*/
/**EJEMPLO**/
.scroll-container {
  display: flex;
  align-items: center;
}

.scroll-parent::before, .scroll-parent::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.scroll-parent::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.scroll-parent::before {
  left: 0;
  top: 0;
}

.scroll-parent {
  position: relative;
  width: 100%;
  height: 10rem;
  overflow-x: hidden;
}

.scroll-element {
  display: flex;
  width: inherit;
  height: inherit;
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
}

.logos {
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  align-items: center;
}

.logos img{
  width: 90%;
  height: 90%;
}

.primary {
  animation: primary 10s linear infinite;
  display: flex;
  align-items: center;
}

.secondary {
  animation: secondary 10s linear infinite;
  display: flex;
  align-items: center;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

/**FIN**/
/*
.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 60s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  
}
*/
/*
.logo-slider .slide {
  height: 100%;
  width: 100%;
  padding: 5vh;
}

.logo-slider .slide img{
  width: 30vh;
  height: 13vh;
}

.logo-slider .logo-slide-track  {
  animation: primary 3s linear infinite;
}

.logo-slider .logo-slide-track  {
  animation: secondary 3s linear infinite;
}


/*
@-webkit-keyframes logo-scroll {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }

100% {
  -webkit-transform: translateX(-172%);
  transform: translateX(-172%);
  }
}

@keyframes logo-scroll {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }

100% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  }
}
*/

/* Container8 */
.container8 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #4449F0;
  overflow: hidden;
  justify-items: center;
}

.content8 { 
  display: grid;
  grid-column: 1 / 6;
  grid-template-rows: repeat(1, 15vh);
  width: 90%;
}

.contactanos {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#C8_all1 {
  width: 55vh;
  height: 100%;
}

#C8_all2 {
  width: 11vh;
  height: 100%;
}

.form-container {
  display: grid;
  width: 100%;
  height: 100%;
  font-size: 0vh;
  justify-content: end;
  justify-items: end;
  align-items: center;
}

.form {
  width: 90vh;
}

#flecha {
  width: 7%;
  margin: -1vh 0vh -2.5vh -7.5vh;
}

.input:focus:placeholder-shown:invalid ~ .label, .input:focus:placeholder-shown:invalid ~ .button, .button, label, .input:focus:invalid ~ .label, .input:focus:invalid ~ .button {
  pointer-events: none;
}

.input:focus:placeholder-shown:valid ~ .button, label > *, .input:focus:valid ~ .button, .input:valid ~ .button {
  pointer-events: auto;
}

.input:focus:placeholder-shown:invalid ~ .label, .input:focus:placeholder-shown:invalid ~ .buttonE, .buttonE, label, .input:focus:invalid ~ .label, .input:focus:invalid ~ .buttonE {
  pointer-events: none;
}

.input:focus:placeholder-shown:valid ~ .buttonE, label > *, .input:focus:valid ~ .buttonE, .input:valid ~ .buttonE {
  pointer-events: auto;
}

.input ~ .msg1:before {
  position: absolute;
  top: -10vh;
  display: block;
  left: 0;
  right: 0;
  color: #f5f5f5;
  padding: 7vh 1.5vh;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  font-family: "IBM Plex Mono", sans-serif;
}

.input ~ .msg2:before {
  position: absolute;
  top: -10vh;
  display: block;
  left: 0;
  right: 0;
  color: #f5f5f5;
  padding: 7vh 1.5vh;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  font-family: "IBM Plex Mono", sans-serif;
}

.input ~ .msg3:before {
  position: absolute;
  top: -10vh;
  display: block;
  left: 0;
  right: 0;
  color: #f5f5f5;
  padding: 7vh 1.5vh;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  font-family: "IBM Plex Mono", sans-serif;
}

.input ~ .msg4:before {
  position: absolute;
  top: -10vh;
  display: block;
  left: 0;
  right: 0;
  color: #f5f5f5;
  padding: 7vh 1.5vh;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  font-family: "IBM Plex Mono", sans-serif;
}

/* Todos Los Campos */
.input:valid {
  color: #ffffff;
  border-color: #ffffff;
}

.input:valid ~ .label {
  color: #ffffff;
}

.input:focus:valid {
  color: #ffffff;
  border-color: #ffffff;
}

.input:focus:valid ~ .label {
  color: #ffffff;
}

.input:focus {
  outline: none;
  border-color: #ffffff;
}

/* Validaciones Incorrectas*/
.input:focus:invalid {
  color: #ffffff;
  border-color: #ffffff;
}

/* Primer Campo */
.input:focus:invalid ~ .msg1:before {
  content: "Campo Vacio o Datos Incorrectos";
  margin: 11vh 0vh 0vh -1.5vh;
  color: #ff0000;
  font-size: 2.3vh;
}

/* Segundo Campo */
.input:focus:invalid ~ .msg2:before {
  content: "Campo Vacio o Datos Incorrectos";
  margin: 11vh 0vh 0vh -1.5vh;
  color: #ff0000;
  font-size: 2.3vh;
}

/* Tercer Campo */
.input:focus:invalid ~ .msg3:before {
  content: "Campo Vacio o Datos Incorrectos";
  margin: 11vh 0vh 0vh -1.5vh;
  color: #ff0000;
  font-size: 2.3vh;
}

.input:focus:invalid ~ .label {
  color: #ffffff;
}

/* Lugar Del Boton */
.input:focus:invalid ~ .button {
  background-color: #00002B;
}

/* Lugar Del Boton Enviar*/
.input:focus:invalid ~ .buttonE {
  background-color: #00002B;
}

/* Linea */
.input:focus:placeholder-shown:invalid {
  color: #ffffff;
  border-color: #ffffff;
}

.input:focus:placeholder-shown:invalid ~ .label {
  color: #ffffff;
}

.input:focus:placeholder-shown:invalid ~ .button {
  background-color: #00002B;
}

.input:focus:placeholder-shown:invalid ~ .buttonE {
  background-color: #00002B;
}

.input:not(:placeholder-shown) ~ .label {
  transform: translateY(-120%);
}

label {
  position: absolute;
  left: 0px;
  top: 0vh;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-size: 5vh;
  color: #ffffff;
  cursor: text;
  z-index: 1;
  font-family: "IBM Plex Mono", sans-serif;
}

.labelT {
  position: absolute;
  left: 0px;
  top: 1vh;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-size: 4vh;
  color: #ffffff;
  cursor: text;
  z-index: 1;
  font-family: "IBM Plex Mono", sans-serif;
}

::-webkit-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

.input {
  border: none;
  padding-bottom: 0.5vh;
  border-bottom: 0.5vh solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  font-size: 5vh;
  position: relative;
  z-index: 2;
  font-family: "IBM Plex Mono", sans-serif;
}

.input-barra {
  border: none;
  padding-bottom: 0.5vh;
  border-bottom: 0.5vh solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
  font-size: 4.5vh;
  position: relative;
  z-index: 2;
  font-family: "IBM Plex Mono", sans-serif;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.input:focus:placeholder-shown ~ .label {
  transform: translateY(-120%);
}

input[type=checkbox] {
  display: none;
}

.button {
  cursor: pointer;
  border: none;
  float: right;
  padding: 2.5vh 4vh;
  background-color: #00002B;
  color: #f5f5f5;
  font-size: 3vh;
  top: 100px;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
  position: relative;
  font-family: "IBM Plex Mono", sans-serif;
  z-index: 2;
}

.buttonE {
  float: right;
  cursor: pointer;
  border: none;
  padding: 2.5vh 4vh;
  background-color: #020236;
  color: #f5f5f5;
  font-size: 3.5vh;
  top: 100px;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
  position: relative;
  font-family: "IBM Plex Mono", sans-serif;
  z-index: 2;
}

.label-step {
  display: none;
  position: relative;
  z-index: 1;
}

.label-step1  {
  display: block;
  width: 100%;
  margin: -4vh 0vh 0vh 0vh;
}

.label-step2  {
  width: 100%;
  margin: -4vh 0vh 0vh 0vh;
}

.label-step3  {
  width: 100%;
  margin: -4vh 0vh 0vh 0vh;
}

.label-step4  {
  width: 100%;
  margin: -4.5vh 0vh 0vh 0vh;
}

#checkbox-step1 {
  color: white;
}

#checkbox-step1:checked ~ .label-step1 > * {
  display: none;
}

#checkbox-step1:checked ~ .label-step2 {
  display: block;
}

#checkbox-step2 {
  color: white;
}

#checkbox-step2:checked ~ .label-step2 > * {
  display: none;
}

#checkbox-step2:checked ~ .label-step3 {
  display: block;
}

#checkbox-step3 {
  color: white;
}

#checkbox-step3:checked ~ .label-step3 > * {
  display: none;
}

#checkbox-step3:checked ~ .label-step4 {
  display: block;
}


/* Contaienr9 */
.container9 {
  display: grid;
  width: 100%;
  height: 100%; 
  grid-template-columns: repeat(5, 1fr);
  padding: 0 10px;
  background: #00002B;
  overflow: hidden;
  justify-items: center;
}

.content9 { 
  display: grid;
  grid-column: 1 / 6;
  width: 90%;
}

#C9_f9 {
  width: 50vh;
  margin: 5vh 2.5vh 5vh 2.5vh;
}

.C9_icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 6vh;
  margin: 0px 0px 10vh 5vh;
}

#linked {
  width: 8vh;
}

#ig {
  width: 8vh;
}
