/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}
input[type="file"]#imagen {
 width: 0.1px;
 height: 0.1px;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 z-index: -1;
 }
label[for="imagen"] {
    display: inline-block;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    padding: 6px 6px;
    background-color: #007bff;
    transition: all .5s;
    color: white!important;
    border-radius: 5px;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
#texto-corto {
    width: 100%; /* Ajusta el ancho según tu diseño */
    height: 50px; /* Ajusta la altura para que quepa el texto */
    overflow: hidden; /* Oculta el texto que se desborde */
}