<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.container .jumbotron{
  text-align:center;
  border-radius: 0px;
}
.blue{
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  color: #102b72;
}
.azul{
  color: #102b72;

}
.azul_titulo{
  color: #102b72;
  text-transform: uppercase;

}
.btn,.form-control,.panel,.list-group,.well {
	border-radius:1px;box-shadow:0 0 0;
}
.btn-primary{
  border-color: transparent;
  background: #102b72;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus{
	background: #102b72;
	border-color: transparent;
	color: #F1D919;
}
.footer{
  background: #102b72;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media(max-width:767px){
  body{
    padding-top: 50px;
  }
  .menu{
    
  }
  .navbar-nav &gt; li &gt; a{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .espacio{
    height:10px;
  }
  .espaciolg{
    height:20px;
  }
  .separador{
    height:50px;
  }
}
@media(min-width:768px){
  .menu{
    width: 750px;
    margin-top: 20px;
  }
  .navbar-nav &gt; li &gt; a{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:12px;
  }
  .navbar-default{
    background: rgba(255,255,255,0.8);
  }
  .navbar-brand {
    height: 80px;
  }
  .navbar li{
    height: 80px;
  }
  .navbar li a{
    height: 80px;
  }
  .navbar li.wp a{
    padding-top: 30px;
  }
}
@media(min-width:992px){
  .menu{
    width: 970px;
  }
}
@media(min-width:1200px){
  .menu{
    width: 1170px;
  }
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1025;
  margin-right: auto;
  margin-left: auto;
}
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background: #102b72;
}
.navbar li{
	border-right: solid 1px #E4E4E4;
}
.navbar li:last-child {
  border-right: none;
}
.navbar li a{
  padding-left: 18px;
  padding-right: 18px;
}
.navbar li:first-child a{
  padding-left: 25px;
  padding-right: 25px;
}
.overlay{
  bottom: 0;left: 0; top: 0; right: 0;
  margin: auto;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.expand {
  bottom: 0;left: 0; top: 0; right: 0;
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: auto;
  border: solid 0px #fff;
  background: #102b72;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
a.expand:hover{
  text-decoration:none;
}
.box{
  position:relative;
  width:100%;
  height:100%;
}
.box:hover .overlay{
  opacity: 1;
}
.box:hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.slide:hover .overlay{
  opacity: 1;
}
.slide:hover .overlay a.expand{
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.thumbnail{
  margin-bottom: 0px;
}
.modal-body .img-responsive{
  margin: 0 auto;
}
.panel{
  max-width: 245px;
}
.content{
  background: #fff;
  padding: 25px 50px;
}
h1, h2, h3, h4, h5 {
  color: #102b72;
}
.fancybox{
  display: none;
}
.azul li{
  margin:10px 0px;
}
</pre></body></html>