body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  background: #1a1a1a;
}

.text-center {
  text-align: center;
}

p {
  margin: 0px;
  padding: 0px;
}

.blue-ssc {
  color: #6fffe6;
}

.custom-footer-sec {
  color: #545454;
  font-size: 14px;
}

.mb-ssc-10 {
  margin-bottom: 4vh;
}

.mt-ssc-10 {
  margin-top: 4vh;
}

.mt-ssc-20 {
  margin-top: 9vh;
}

.mt-ssc-30 {
  margin-top: 13vh;
}

.section-princ {
  color: white;
  height: 100vh;
}

.div-princ {
  padding: 0px;
  margin: 0px;
  display: flex;
}

.div-sec-1 {
  padding: 0px;
  margin: 0px;
  width: 30%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1%;
  font-size: 20px;
}

.div-sec-2 {
  padding: 0px;
  margin: 0px;
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  font-size: 20px;
  margin-top: 27vh;
}

.cc-1-sec {
  width: 180px;
  margin-right: 60px;
}

.cc-11-sec {
  width: 210px;
  margin-right: 80px;
  margin-top: -20px;
}

.cc-11-sec-1 {
  width: 220px;
  margin-right: 80px;
  margin-top: -20px;
}

.cc-11-sec-2 {
  width: 220px;
  margin-right: 80px;
  margin-top: -20px;
}

.ccc-1-sec {
  width: 400px;
  margin-top: -10px;
}

.sb-icon-ssc {
  background: #6fffe6;
  padding: 10px;
  border-radius: 30px;
  color: #1a1a1a;
}

.icon-ssc-1 {
  text-decoration: none;
  color: white;
  margin-right: 44px;
  font-size: 16px;
}

.icon-ssc-2 {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.show-movil {
  display: none;
}

/* Agrega un estilo inicial para la línea debajo de las imágenes */
.image-link {
  position: relative;
  text-decoration: none;
}

.image-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #6fffe6;
  transition: width 0.3s;
}

/* Cuando el cursor está sobre la imagen, expande la línea */
.image-link:hover::before {
  width: 100%;
}

.title-responsive-2 {
  display: none;
}

/* Responsive abajo de 773px */
@media (max-width: 773px) {
  .div-princ {
    flex-direction: column;
    margin-left: 22px;
    margin-right: 22px;
  }

  .center-movil {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-sec-1 {
    width: 100%;
    margin-left: 4%;
    margin-right: 0%;
    margin-top: 1%;
    font-size: 20px;
    margin-bottom: 22px;
  }

  .div-sec-2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 4%;
    margin-top: 2vh;
  }

  .cc-1-sec {
    width: 180px;
    margin-right: 0px;
  }

  .cc-11-sec {
    width: 210px;
    margin-right: 0px;
  }

  .cc-11-sec-1 {
    width: 220px;
    margin-right: 0px;
  }

  .cc-11-sec-2 {
    width: 220px;
    margin-right: 0px;
  }

  .ccc-1-sec {
    width: 400px;
  }

  .title-responsive-1 {
    display: none;
  }

  .title-responsive-2 {
    display: block;
  }

  .show-movil {
    display: block;
  }
}

/* Responsive abajo de 554px */
@media (max-width: 554px) {
  .div-sec-1 {
    margin-left: 1%;
    font-size: 15px;
  }

  .div-sec-2 {
    margin-left: 1%;
    font-size: 15px;
    margin-top: 2vh;
  }

  .cc-1-sec {
    width: 150px;
  }

  .cc-11-sec {
    width: 150px;
  }

  .cc-11-sec-1 {
    width: 150px;
  }

  .cc-11-sec-2 {
    width: 150px;
  }

  .ccc-1-sec {
    width: 300px;
  }
}

.spinner {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
