/************* H1 de la página *************/

#arisonTitleContainer {
    white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
    overflow: hidden; /* Oculta el contenido que se desborda */
    text-overflow: ellipsis; /* Muestra puntos suspensivos cuando el texto se desborda */
    max-width: 70%;
}

#arisonTitle {
    
    font-size: 1.5rem;
    line-height: 1.1;
    color: white;
    font-weight: bold;
    margin: 0px;
    margin-right: 20px;
    
}

.arison-h2 {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: bold;
    margin: 0px;
   
}


/************* BOTONES *************/


.arison-main-btn {
    background-color: #fff;

    border-color: #eaeaea;
    color: #333;
    padding: 1px 5px;
    font-weight: bold;
}


    .arison-main-btn:hover {
        background-color: #7ed1f9;
        color: #000000;
    }

    .arison-main-btn a {
        text-decoration: none;
        color: #000000;
    }

    .arison-main-btn:not(:disabled):not(.disabled):active, .arison-main-btn:not(:disabled):not(.disabled).active,
    .show > .arison-main-btn.dropdown-toggle {
        background-color: #7ed1f9;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }







.btns-contenedor {
    margin: 5px 0;
}




.link-btn {
    color: #0000FF;
}

.link-btn:visited {
    color: #800080;
}





