/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.1.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

@media only screen and (max-width: 599px) {
.solopc {display:none;}
.navbar-brand {width:200px;}
}

@media only screen and (min-width: 600px) {
.solomovil {display:none;}
}

  .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    /*font-weight: 600;
    font-size: 20px;*/
    color: #ffffff !important;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #1883ba;
  }
  
  
  .fixed-top {background-color:black !important;}