                html, body {
    height: 100%;
}          
                
#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#content {
    padding-bottom: 200px;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}



body, html {
  margin: 0;
  font: 400 15px/1.8 "Nunito Sans", Arial, Helvetica, sans-serif;
  color: #333;
           

}


main {
    margin-top: 80px;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

.sticky-top {
    top: 55px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.sticky-top h2 {
    margin-top: 0px;
}


.col-md-8, col-md-4 {
    padding-right: 30px;
    padding-left: 30px;
}



h1 {
    font-size: 42px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-bottom: 15px;
}

h2 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

h3 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
}

h4 {
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    background-color: #fff;
}





    .hero {
        background-color: white;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
    
  .hero img {
   object-fit: cover;
   width: 100%;
   height: 100%;
      opacity: 0.8;
}

.hero .desc {
    margin-top: -60px;
    position: relative;
    right: 0;
    
    color: white;
    padding: 10px;
    height: 70px;
    
    text-align: right;
}


.imgbox {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

  .imgbox img {
   object-fit: cover;
   width: 100%;
   height: 100%;
      opacity: 0.8;
}



    div.bild {
   width:100%;
   height:200px;
   overflow:hidden;
        background-color: #c0c0c0;
}
    
    
    div.bild img {
   margin-top:0px;
   margin-left:0px;
        min-height:100%;
        width: 100%;
}





.card-body ul,
.list,
.box ul {
    list-style:none;
    margin-left: 0.6em; 
    padding-left: 0.6em;
    margin-left: -9px;
}

.card-body ul li,
.list li,
.box ul li {
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    overflow: hidden;
}

.card-body ul li a{
    width: 100%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    cursor: pointer;
}


.list li .label,
.box ul li .label {
    color: #333;
    font-size: 100%;
    font-weight: inherit;
    padding: 0;
}

.list li .data,
.box ul li .data {
    float: right;
    font-weight: bold;
}





.imgcarousel {
    background-color: #333;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-inner{
  width:100%;
  height: auto !important;
}

.carousel-inner .carousel-item img {
margin: auto;
    max-height: 450px;
    max-width: 100%;
    display: block;
}



.box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 30px;
    
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.box:hover
{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.box h3 {
    margin-top: 0px;
}






.burgbox {
  position: relative;
  width: 100%;
    height: 300px;
    overflow: hidden;
}

.burgbox .image {
  display: block;
  width: 100%;
  height: 100%;
}

.burgbox .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(51, 51, 51, 0.8);
}

.burgbox:hover .overlay {
  opacity: 1;
}

.burgbox .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}







#form-buscar >.form-group >.input-group > .form-control {
    height: 40px;
}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn{
        height: 40px; 
        font-size: 16px;
        font-weight: 300; 
         
       
}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn .glyphicon{
 margin-right:12px;   
}    


#form-buscar >.form-group >.input-group > .form-control {
    font-size: 16px;
    font-weight: 300;
   
}

#form-buscar >.form-group >.input-group > .form-control:focus {
  border-color: #33A444;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
}





#ofu-banner {
    width: 100%;
    height: 100px;
    /*border-radius: 0px;
    border-top-right-radius: 40px;*/
    padding: 15px;
    overflow: hidden;
    z-index: 999;
    
    margin-bottom: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#ofu-banner:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#ofu-banner h1 {
    letter-spacing: 0.01em;
    font-size: 25.2px;
    line-height: 1.0;
    margin: 0px;
}

#ofu-banner h2 {
    letter-spacing: 0.01em;
    font-size: 14px;
    line-height: 1.0;
    margin: 0px;
}

#ofu-banner img {
    margin-top: 10px;
    height: 70%;
    float: right;
    margin-right: 30px;
}

#ofu-banner #ub-logo, 
#ofu-banner #ub-logo, 
#ofu-banner #ub-logo {
    float: right;
    height: 100%;
}

#ofu-banner #ub-logo img {
    height: 100%;
    margin: 0px;
}



.ofu-banner-black {
    background-color: #222;
    color: white;
}


.ofu-banner-dark {
    background-color: #00457d;
    background-image: linear-gradient(to bottom,#00457d 10%,#336a97 85%,#336a97 95%);
    color: white;
}

.ofu-banner-light {
    background-color: #e6ecf2;
    color: #00457D;
}

.ofu-banner-beige {
    background-color: #dadada;
    color: black;
          }
    
    a {
    color: #333;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: lighter;
}


          mark {
  background-color: yellow;
  color: black;
}