/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

.header-widget{
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.header-widget:hover{
    font-weight:bold;
    font-size:18px;
}

.icon-theme-colored.icon-dark a i{
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.icon-theme-colored.icon-dark a:hover i{
    font-size:20px;
}

.login li{
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.login li:hover{
    border-radius: 20px;
    background: #1169a9;
    padding: 4px;
}

.clickable-row{
    cursor: pointer;
}

.blq a{
    color: #28a6d9;
    transition:0.2s ease;
    -webkit-transition:0.2s ease;
}

.blq a:hover{
    color:#1169a9;
}

.btn-theme-colored{
    color:white!important;
}

.txt-rojo {
  color: red;
  text-align: justify;
}
