body {
  font-family: 'Roboto Condensed', sans-serif; }


.navbar-nav > li > a {padding-top:6px !important; padding-bottom:6px !important;}
.navbar {min-height:32px !important;}
.navbar {font-size: 18px;}

body {

    background: url('https://portadanubiana.com/images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 1%; 
	}


.img-circle {
     border: 10px solid white;
   }

.btn-group-vertical
 {font-size: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
 }


hr {
height: 1px;
color: #000000;
background-color: #000000;
border: none;
}


.box {
  /* background:#fff; */
  background:rgba(255,255,255,0.4);
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}

#pointer {
    cursor:pointer;
}


