/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/




.input-container {
      margin-bottom: 20px;
    }

    input[type="text"] {
      width: 82%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    button {
      padding: 10px 20px;
      font-size: 16px;
      background-color: #4CAF50;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    button:hover {
      background-color: #45a049;
    }
    
    #datoInput {
  color: blue; /* Cambia "red" al color deseado */
}


.dominant {
  display: flex;
  flex-direction: row;
}

.left-column {
  flex: 1 1 20%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-column {
  flex: 1 1 80%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .dominant {
    flex-direction: column;
  }
}


.carousel-wrapper {
      display: flex;
      justify-content: center;
    }

.carousel {
      width: 100%; /* Ancho ajustable segÃºn tus necesidades */
      overflow: hidden;
    }
    .carousel img {
      width: 45px; /* TamaÃ±o de las imÃ¡genes */
      height: 45px;
    }
    .slick-dots {
      display: none; /* Oculta los puntos de navegaciÃ³n */
    }






