body {
  background-color: #f7f7f7;
}

header {
  width: 100%;
  margin-bottom: 150px;
}

footer {
  box-shadow: 1px 0px 6px 1px #dbdbdb;
  height: 200px;
  background-color: #ffffff;
  position: relative;
}

.footer-margin-top {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgb(181, 244, 240);
  background: linear-gradient(
    180deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#otro-servicio-cajas {
  margin: auto;
  width: 50%;
}

.botoneraColor {
  background-color: #ffffff;
}
/* base-------------------------------------------*/

/* titles-------------------------------------------*/

.titulo-servicios {
  letter-spacing: 1px;
  color: black;
  font-size: 48px;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 40px;
  animation: der ease-in-out 1.3s;
}

.container {
  margin-top: 100px;
}

.titulo {
  letter-spacing: 1px;
  color: black;
  font-size: 50px;
  font-family: "Arial";
  text-align: center;
  margin-bottom: 40px;
  animation: der ease-in-out 1.3s;
}

@keyframes der {
  0% {
    transform: translate(-250px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.textoIntroductorio {
  display: flex;
  justify-content: center;
}

.h2-title {
  letter-spacing: 2px;
  color: black;
  font-size: 50px;
  font-family: "Arial";
  text-align: center;
  margin-top: 400px;
}

.h2-title-specialCaracteristics {
  margin-bottom: 150px;
}

.navbarRightMargin {
  margin-right: 100px;
}

/* Ajustar margen derecho del navbar para pantallas pequeñas */
@media (max-width: 768px) {
  .navbarRightMargin {
    margin-right: 20px;
  }
}

.sobremi {
  text-align: center;
  line-height: 35px;
  margin-bottom: 50px;
  width: 700px;
}

/* Hacer responsive sobremi para pantallas pequeñas */
@media (max-width: 575px) {
  .sobremi {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.seguime-en-mis-redesTitleContainer {
  margin-top: 350px;
}
.seguime-en-mis-redesTitleContainer h3 {
  letter-spacing: 1px;
  font-size: 50px;
  text-align: center;
  margin-bottom: 110px;
}

.titulo-tarjetas {
  text-align: center;
  margin-top: 25px;
}

.seguime-en-mis-redes-Container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* titles-------------------------------------------*/

/* buttons-------------------------------------------*/
.titulo-informative-button {
  height: 50px;
  background: rgb(181, 244, 240);
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  box-shadow: 1px 1px 10px 1px #ffffff;
  border-radius: 10px;
  width: 300px;
  margin: 0 auto;
  transition:
    background-color 0.5s ease-in,
    box-shadow 0.5s ease-in;

  text-align: center;
  color: whitesmoke;
  padding: 10px;
  text-decoration: none;
}

/* Hacer botón responsivo */
@media (max-width: 575px) {
  .titulo-informative-button {
    width: 250px;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .titulo-informative-button {
    width: 200px;
    font-size: 13px;
    padding: 8px;
  }
}

.titulo-informative-button:hover {
  background-color: #0a58ca;
  box-shadow: 8px 8px 10px 1px #cbcbcb;
  color: white;
}
.titulo-informative-button:active {
  position: relative;
  top: 1px;
}

.mis-servicios-informative-button:hover {
  box-shadow: 2px 2px 10px 1px #cbcbcb;
  color: white;
}
.mis-servicios-informative-button:active {
  position: relative;
  top: 1px;
}

/* .darkModeButton {
  position: fixed;
  left: 50px;
}
.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
} */

.card-buttom {
  background: rgb(181, 244, 240);
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  box-shadow: 1px 1px 10px 1px #ffffff;
}

#botonColor {
  background: rgb(181, 244, 240);
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  border: grey;
  transition:
    background-color 0.5s ease-in,
    box-shadow 0.5s ease-in;
}

/* buttons-------------------------------------------*/

/* icons/logos/img-------------------------------------------*/

#logo-margin {
  margin-left: 100px;
}

#logo-margin0 {
  margin-left: 100px;
}

/* Ajustar márgenes de logos para pantallas pequeñas */
@media (max-width: 768px) {
  #logo-margin,
  #logo-margin0 {
    margin-left: 20px;
  }
}

.caracteristicas-especiales-tamaño {
  display: block;
  margin: 0 auto;
  width: 15%;
  max-width: 80px;
}

/* Mobile - Hacer las tarjetas de características especiales más grandes */
@media (max-width: 768px) {
  .caracteristicas-especiales-tamaño {
    width: 25%;
    max-width: 100px;
  }

  .caracteristicasEspecialesContainer .col {
    padding: 25px 15px;
    margin-bottom: 30px;
  }

  .titulo-tarjetas {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .pCards {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0 10px;
  }
}

@media (max-width: 425px) {
  .caracteristicas-especiales-tamaño {
    width: 30%;
    max-width: 110px;
  }

  .caracteristicasEspecialesContainer .col {
    padding: 30px 20px;
    margin-bottom: 35px;
  }

  .titulo-tarjetas {
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .pCards {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 0 15px;
  }
}

/* Ajustar tamaño de iconos para pantallas más grandes */
@media (min-width: 769px) and (max-width: 991px) {
  .caracteristicas-especiales-tamaño {
    width: 22%;
    max-width: 110px;
  }

  .caracteristicasEspecialesContainer .col {
    padding: 20px;
    margin-bottom: 25px;
  }

  .titulo-tarjetas {
    font-size: 1.3rem;
    margin-top: 25px;
  }

  .pCards {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .caracteristicas-especiales-tamaño {
    width: 25%;
    max-width: 120px;
  }
}

.seguime-en-mis-redes-tamaño-iconos {
  width: 5%;
  margin: 0 80px;
  border-radius: 50%;
}

/* icons/logos/img-------------------------------------------*/

.software-contenido {
  justify-content: center;
  display: flex;
}

.ul-li-sofware {
  margin: 40px;
}

#software-p {
  font-size: 25px;
}

li {
  /* change it on lower resolution for an even lower margin and search about rem!*/
  margin: 0 2rem;
}

/* Underline styles */
.underline-styles {
  position: relative;
  color: grey;
}

.underline-styles::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: rgb(181, 244, 240);
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  opacity: 0;
  transition:
    opacity 300ms,
    transform 300ms;
}

.underline-styles:hover::after,
.underline-styles:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

/* Slide in */
li:nth-child(2) .underline-styles {
  overflow: hidden;
}

li:nth-child(2) .underline-styles::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

li:nth-child(2) .underline-styles:hover::after,
li:nth-child(2) .underline-styles:focus::after {
  transform: translate3d(0, 0, 0);
}

/*-----------------------------------------------------------------------------*/

.decorar-centrar-h1 {
  background: rgb(181, 244, 240);
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  animation: der ease-in-out 1.3s;
}

#marginTopTitulo {
  margin-top: 50px;
}

.img-size {
  width: 470px;
}

.text-box {
  display: flex;
  margin-top: 200px;
}

.text-box p {
  text-align: left;
  letter-spacing: 1px;
  line-height: 30px;
  max-width: 90%;
}

.h3size {
  letter-spacing: 1px;
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: 80px;
}

.servicios-informative-button {
  width: 250px;
  height: 50px;
  background: linear-gradient(
    275deg,
    rgba(181, 244, 240, 1) 0%,
    rgba(141, 170, 228, 1) 100%
  );
  box-shadow: 1px 1px 10px 1px #ffffff;
  border-radius: 5px;

  transition:
    background-color 0.5s ease-in,
    box-shadow 0.5s ease-in;

  text-align: center;
  color: whitesmoke;
  padding: 10px;
  text-decoration: none;
}
.servicios-informative-button:hover {
  box-shadow: 8px 8px 10px 1px #cbcbcb;
  color: white;
}
.servicios-informative-button:active {
  position: relative;
  top: 1px;
}
.servicios-informative-button-box {
  margin-top: 30px;
}

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-top {
  animation: fade-top 1s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.pCards {
  text-align: center;
  margin-top: 20px;
}

.caracteristicasEspecialesContainer {
  margin-left: 0;
}

.footerContainer {
  margin-top: 200px;
}

.footerinfo {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 1024px) {
  #logo-margin {
    margin-left: 0;
  }

  @keyframes der {
    0% {
      transform: translate(-160px, 0);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }

  .seguime-en-mis-redes-tamaño-iconos {
    width: 6%;
  }

  #otro-servicio-cajas {
    width: 70%;
  }
}

@media all and (max-width: 768px) {
  .seguime-en-mis-redes-tamaño-iconos {
    width: 12%;
    margin: 0 30px;
    border-radius: 50%;
  }

  #otro-servicio-cajas {
    width: 90%;
  }

  footer {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .servicios-informative-button-box {
    text-align: center;
    margin-top: 20px;
  }

  .h3size {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .text-box {
    flex-direction: column;
    margin-top: 100px;
  }

  .img-size {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }
  .text-box p {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

@media all and (max-width: 425px) {
  .titulo {
    font-size: 40px;
  }
  .titulo-servicios {
    font-size: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
  }
  .decorar-centrar-h1 {
    height: 120px;
    margin: 0 10px;
  }
  #otro-servicio-cajas {
    width: 90%;
  }
  .seguime-en-mis-redes-tamaño-iconos {
    width: 15%;
    margin: 0 25px;
  }
}

@media all and (max-width: 375px) {
  .h2-title {
    letter-spacing: 1px;
    font-size: 50px;
  }
  .titulo {
    font-size: 35px;
  }
  .titulo-servicios {
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }
  .decorar-centrar-h1 {
    height: 110px;
    margin: 0 15px;
  }
  .seguime-en-mis-redes-tamaño-iconos {
    width: 18%;
    margin: 0 20px;
  }
}

@media (max-width: 320px) {
  html,
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbarRightMargin {
    margin-right: 5px;
  }

  #logo-margin,
  #logo-margin0 {
    margin-left: 5px;
  }

  .navbar-brand img {
    width: 150px;
    height: auto;
  }

  .sobremi {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .h2-title {
    letter-spacing: 0.5px;
    font-size: 42px;
    padding: 0 5px;
    word-wrap: break-word;
  }

  .h2-title-specialCaracteristics {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 100px;
    padding: 0 10px;
  }

  .titulo {
    font-size: 35px;
  }

  .titulo-servicios {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .decorar-centrar-h1 {
    height: 100px;
    margin: 0 10px;
  }

  body {
    width: 100%;
  }
}

.card-title {
  text-align: center;
}

/* NOTES

adjust the minimum width for mobile devices  DONEEE

complete the dark mode

remove all the inner css and js of html files and place them where they belong DONEEE

  ------------------------------------------------------------------------------
*/
