* {box-sizing: border-box;}

body {
  background-color: rgba(0, 37, 32, 1);
  font-family: Poppins, Helvetica, sans-serif;
  background-image: url('/public/img/waves_left.png'), url('/public/img/waves_right.png'), url('/public/img/img-background.webp');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 145px, right 145px, left 350px; /* Alinea la izquierda arriba y la derecha arriba */
    background-size: auto, auto, cover; /* El tamaño original de las imágenes */
    min-height: 100vh; /* Asegura que el fondo cubra toda la altura de la ventana */
    margin: 0; /* Elimina márgenes predeterminados del body */
}
.header{
  background-color: rgba(0, 37, 32, 1);
  padding: 10px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed; /* Fija el elemento a la ventana del navegador */
  top: 0; /* Lo pega a la parte superior de la ventana */
  left: 0; /* Lo pega al lado izquierdo de la ventana */
  width: 100%; /* Ocupa todo el ancho de la ventana */
  z-index: 100; /* Asegura que el header esté por encima de otros elementos */
}

.forma-curva {
  width: 620px;
  background-image: url('/public/img/bartop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right; 0px;
  color: white; /* Color del texto (si lo hay) */
  padding: 10px 20px 10px 0px; /* Espacio interno para el contenido */
  margin-top: -28px;
}

.space-between{
  padding: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0px;
}

.space-between-client{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .header ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .img-client{
    width: 160px;
    display: inline-block;
  }

  .header li {
    color: white;
    display: inline;
  }
  .header li a {
    color: white; /* Establece el color del texto a blanco */
    text-decoration: none; /* Opcional: elimina el subrayado de los enlaces */
    /* Otros estilos que puedas tener para los enlaces */
    
    padding: 10px 15px 10px 15px;
  }
  .header li a:hover {
    background-color: rgba(126, 141, 138, 1);
    border-radius: 20px;
  }

  .header li a img{
    vertical-align: bottom;
  }

.header-right {
    float: right;
  }

  .logo-header{
    display: flex;
    align-items: center;
  }

  .imagen-difuminada {    
    background-color: transparent;
    filter: drop-shadow(0px 0px 15px rgba(255, 15, 81, 1));
  }

   .imagen-difuminada::before {    
    background-color: rgba(255, 15, 81, 1); /* El color que quieres difuminar */
    filter: blur(20px); /* Ajusta el valor del desenfoque según necesites */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
  }
  

  .imagen-difuminada-white{    
    filter: drop-shadow(0px 0px 20px white); /* x-offset, y-offset, blur-radius, color */
  }

  .contenedor-difuminado {
    font-size: 25px;
    font-weight: bold;
    color: white;
    width: 27px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    background-color: transparent; /* El color de fondo del contenedor principal será transparente */
    padding: 5px;
  }

  .contenedor-difuminado::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 15, 81, 1); /* El color que quieres difuminar */
    filter: blur(10px); /* Ajusta el valor del desenfoque según necesites */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
  }
  .center-div{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .center-div-vertical{
    display: flex;
    align-items: center;
  }

  .phones-apps{
    width:30%;
    display: inline-block;
    text-align: center;
  }

  .text-apps{
    width:40%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom{
    margin-bottom: 10px;
    list-style-type: disc;
  }
  .img-out{
    text-align: center;
    position: relative;
  }

  .design-left{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .design-right{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  .img-phone-out{
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 20%;
    height: auto;
  }

  .ideas{
    display: inline-block;
    width:50%;
    padding: 10px;
    text-align: center;
  }

  .title-white{
    font-size: 30px;
    color: white;
    font-weight: bold;
  }

  .title-white-medium{
    font-size: 30px;
    color: white;
    font-weight: bold;
  }

  .margin-right-small{
    margin-right: 5px;
  }

  .width-medio{
    display: inline-block;
    width:50%;
  }

  .reserve{
    font-size: 20px;
    color: rgba(138, 138, 138, 1);
    text-align: center;
  }

  .sub-title-white{
    color: white;
    font-size: 15px;
    text-align: center;
  }
    .logo-out{
    position: absolute;
    bottom: 45%;
    left: 47%;
    width: 60px;
    height: auto;
    border-radius: 100%;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .img-phone{
    display: inline-block;
    width:90%;
    filter: drop-shadow(0px 0px 20px rgba(247, 247, 247, 1));
  }

  .background-principal{
    border-radius: 20px;
    background-color: rgba(217, 217, 217, 0.16);
    padding: 10px 10px 10px 10px;
  }
  .sub-title-white-bold{
    font-size: 25px;
    font-weight: bold;
    color: white;
    width: 85%;
    display: inline-block;
  }

  .div-quarter{
    width:25%;
    padding: 10px;
    display: inline-block;
  }

  .img-store{
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(217, 217, 217, 0.16);
    height: 89px;
  }

    .img-store-app{
      margin: 10px;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(217, 217, 217, 0.16);
    height: 89px;
  }

  .img-store-app:hover{
    transform: scale(1.3);
  }

.imagen-deslizante {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.imagen-deslizante.visible {
  opacity: 1;
  transform: translateX(0);
}

.imagen-deslizante-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.imagen-deslizante-left.visible {
  opacity: 1;
  transform: translateX(0);
}

  .contenedor-imagen-animada {
    overflow-x: hidden; /* Evita el scroll horizontal inicial */
    border-radius: 40px;
  }

  .parraf-principal{
    font-size: 18px;
    color: rgba(213, 213, 213, 1);
    text-align: justify;
  }

  .title-big-white{
    width: 70%;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
  }

  .button-red{
    background-color: rgba(255, 15, 81, 1);
    border-radius: 40px;
    border: 0;
    padding: 5px 20px 5px 20px;
    filter: drop-shadow(0px 0px 15px rgba(255, 15, 81, 1));
    color: white;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .button-red::before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 15, 81, 1); /* El color que quieres difuminar */
    filter: blur(10px); /* Ajusta el valor del desenfoque según necesites */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
  }

  .button-red:hover{
    filter: drop-shadow(0px 0px 25px rgba(255, 20, 81, 1));
  }

  .button-grey{
    position: absolute;
    bottom: 20px;
    right: 6%;
    background-color: rgba(117, 117, 117, 1);
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    color: white;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 1);
  }

  .button-grey-back{
    position: absolute;
    bottom: 20px;
    left: 6%;
    background-color: rgba(117, 117, 117, 1);
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    color: white;
    font-size: 25px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 1);
  }

  .button-red-carousel{
    background-color: rgba(255, 15, 81, 1);
    border-radius: 30px;
    border: 0;
    padding: 5px 40px 5px 40px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .mobile-container{
    display: none;
  }

  .padding-left{
    padding-left: 7%;
  }


  .padding-right{
    padding-right: 7%;
  }
  /* menu desplegable */
  #menu ul li {
   position:relative;
   float:left;
   margin:0;
   padding:0;
  }
  #menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:-50%;
   background:rgba(126, 141, 138, 1);
   padding:10px;
   border-radius: 20px;
   width: 215px;
   border-color: white;
    border-style: solid;
    border-width: 1px;
  }

  /* items del menu desplegable */

  #menu ul ul li {
   float:none;
   color: beige;
  }

  .desplegable-menu{
    margin-left: 10px;
    margin-top: 10px;
  }

  /* enlaces de los items del menu desplegable */

  #menu ul ul a {
   line-height:2;
  }

  /* items del menu desplegable al pasar el ratón */

  #menu ul li:hover > ul {
   display:block;
  }

  .img-rrss{
    margin-left: 25px;
    margin-right: 25px;
    text-decoration: none;
    width: 80px;
  }

  .texto-degradado {
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(153, 153, 153, 1)); /* Ejemplo de degradado lineal */
        -webkit-background-clip: text; /* Para navegadores webkit (Chrome, Safari) */
        background-clip: text; /* Para navegadores modernos */
        -webkit-text-fill-color: transparent; /* Para navegadores webkit */
        color: transparent; /* Para navegadores modernos */
        font-size: 3em; /* Para mayor visibilidad */
        /* Puedes agregar más propiedades como font-family, font-weight, etc. */
    }

    .gradiente-arriba-abajo {
      width: 300px;
      height: 200px;
      background-image: linear-gradient(top, #f00, #00f); /* Rojo arriba, azul abajo */
      /* O */
      /* background-image: linear-gradient(to bottom, red, blue); */
    }

  .app-icons-mobile{
    display: none;
  }

  .div-principal{
    width: 100%;
    display: flex;
    align-items: center;
  }

  .text-client{
    width: 85%;
    padding: 0px ;
    display: inline-block;
  }

  .container-client{
    width: 85%;
    display: inline-block;
  }

  .margin-top-principal{
    margin-top: 130px
  }
  .img-tecnho{
    padding: 2px;
    height: 57px;
  }

  .tecnho-mobile{
    display: none;
  }


  @media screen and (max-width: 1368px) {

    .sub-title-white-bold{
      font-size: 20px;
    }

    .img-store-app{
      height: 72px;
      margin: 5px;
    }

     .img-store{
      height: 79px;
     }
    .text-client{
  width: 75%;
}

  .img-rrss{
    width: 65px;
  }
  .img-tecnho{
    height: 39px;
  }
.padding-left{
    padding-left: 3%;
  }


  .padding-right{
    padding-right: 3%;
  }

  .parraf-principal {
    font-size: 15px;
  }
  }

@media screen and (max-width: 980px) {
  .tecnho-web{
    display: none;
  }

  .img-tecnho{
    height: 35px;
    padding: 0px;
  }

    .tecnho-mobile{
    display: inline-block;
  }
  .img-rrss{
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-big-white{
    font-size: 30px;
  }

.title-white-medium{
  font-size: 20px;
}
  .padding-left{
    padding-left: 5%;
  }
  .button-grey{
    font-size: 15px;
    right: 8%;
  }

  .button-grey-back{
    font-size: 15px;
    left: 8%;
  }

  .padding-right{
    padding-right: 5%;
  }
    .img-store{
    height: 56px;
  }

  .img-store-app{
    height: 56px;
  }
  .margin-top-principal{
    margin-top: 30px
  }
  .div-quarter{
    width: 100%;
  }

  .container-client{
    width: 100%;
  }

  .space-between{
    display: none;
  }

  .div-principal{
    display: inline-block;
  }
  .text-apps{
    width: 100%;
  }

  .phones-apps{
    width: 100%;
  }

.alinear{
  display: inline-block;
}
  .ideas{
    width: 100%;
  }

  .width-medio{
    width: 100%;
  }

  .img-phone{
    width: 100%;
  }

  .header{
    display: none;
  }

  .app-icons-mobile{
    display: inline-block;
  }

  .app-icons{
    display: none;
  }

  .mobile-container {
    display: inline;
    max-width: 960px;
    margin: auto;
    background-color: ;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 4px 6px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a i{
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: rgba(1, 64, 57, 0.1);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: rgba(1, 64, 57, 0.4);
  color: white;
}

.active {
  background-color: rgba(1, 64, 57, 0.5);
}

.img-client{
  padding-top: 10px;
  width: 100%;
  text-align: center;
  padding-left: 15px;
}

.text-client{
  width: 90%;
}

.img-star{
  height: 18px;
}
}