* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
/**************************** General ***************/
body {
  font-family: 'Open Sans', sans-serif;
  /*background-image: url(../img/pattern.jpg);
  background-repeat: repeat;*/
  margin: 0; 
  font-size: 13px;
}
p {

}
ul > li {
  font-family: sans-serif;
  font-size: 13px;
  /*margin-bottom: 10px;*/
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}

h3 {
  font-size: 16px;
  color: #366092;
  /*font-weight: bold;*/
  margin-top: 10px;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}
blockquote {
  font-size: 13px;
  font-style: oblique;
}
/**************************** Header ***************/
.header {
  background-image:  url(../img/background-header1.png);
  /*-webkit-box-shadow: 0px 9px 20px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 9px 20px 6px rgba(0,0,0,0.75);
  box-shadow: 0px 9px 20px 6px rgba(0,0,0,0.75);*/
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-top: -20px;
  /*border-top: 15px solid #000;
  border-bottom: 5px solid #000;*/
}
.header a {
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    background-image: none;
    background-color: #fff;
    margin-top: -10px;
    height: 80px;
  }
  .header a {
    position: absolute;
    left: 5px;
    z-index: 10;
  }
  .header a > img {
    width: 170px;    
  }
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .header a {
    position: absolute;
    z-index: 10;
  }
  .header a > img {
    width: 128px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .header a {
    position: absolute;
    z-index: 10;
    /*visibility: hidden;*/
  }
}
/**************************** Navbar ***************/
.navbar-default {
  border-top: 3px solid #5EA8FF;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: none;
}
.nav > li:hover {
  background-color: #5EA8FF;
  -webkit-transition:all 1s ease-out;  /* Chrome y Safari */
  -o-transition:all 1s ease-out;  /* Opera */
  -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 1s ease-out;   /* Internet Explorer */
  transition:all 1s ease-out;
  color: #fff;
}
.navbar {
  border-bottom: 1px solid #366092;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  /*font-family: 'fjallA one', sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
.navbar ul li a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #000000;
  /*color: #555;
  border-bottom: 4px solid #366092;*/
  background-color: #366092;
  color: #fff;
}
/*#EAEAEA*/

/**************************** carousel **************/
.carousel {
  height: 350px;
  margin-bottom: 0;
}
.carousel-caption {
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
  background-image: url(../img/pattern_black.png);
}
/**************************** Copy ***************/
.jumbotron {
  background-color: #fff;
  border:1px solid #E3E3E3;
  border-radius: 0;
  color: #000;  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.jumbotron h1 {  
  font-size: 24px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #366092;
  /*font-family: 'fjallA one', sans-serif;*/  
}
.jumbotron h2 {  
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  /*font-family: 'fjallA one', sans-serif;*/  
}
.jumbotron p {
  font-size: 14px;   
}
.inner {
  min-height: 300px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
}
.bottom-fixed {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.img-inner {
  margin-bottom: 15px;
  margin-left: 15px;
  display: inline-block;
  float: right;
}
.t11 {
  font-size: 11px;
}
.input-width {
  width: 100%;
  border: 1px solid #D4B44B;
  line-height: 30px;
  padding: 5px;
}
/**************************** Marketing ***************/
.marketing {
  background: #366092; /* Old browsers */
  background: -moz-linear-gradient(top,  #366092 0%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366092), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #366092 0%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366092', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left; 
  border-top: 3px solid #366092;
  /*border-bottom: 7px solid #D4B34A;*/
  /*margin-bottom: 15px;*/
}
.marketing h2 {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  /*font-family: 'fjallA one', sans-serif;*/  
  margin-bottom: 15px;
  color: #ffffff;
}
.marketing p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  min-height: 120px;
}
.marketing ul > li {
  font-size: 12px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
}
.marketing .img-circle {  
  width: 140px;
  height: 140px;
}
/**************************** Noticias ***************/
.noticias {
  background: #366092; /* Old browsers */
  background: -moz-linear-gradient(top,  #366092 0%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366092), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #366092 0%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #366092 0%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366092', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; 
  min-height: 350px;
  /*border-bottom: 7px solid #D4B34A;*/
  /*margin-bottom: 15px;*/
}
.noticias-titular {
  color: #366092;
  font-size: 14px;
  font-weight: bold;
}
.noticias-p {
  /*color: #366092;*/
  font-size: 13px;
  /*font-weight: bold;*/
}
.noticias h2 {
  font-size: 18px;
  /*font-family: 'fjallA one', sans-serif;*/ 
  margin-top: 0; 
  margin-bottom: 5px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
.noticias p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/**************************** interes ***************/
.interes {
  background: #f2f2f2; 
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left; 
  min-height: 250px;
  border-top: 3px solid #366092;
  /*border-bottom: 7px solid #D4B34A;*/
  /*margin-bottom: 15px;*/
}
.interes .col-md-3 {
  text-align: center;
}
.interes h2 {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  /*font-family: 'fjallA one', sans-serif;*/ 
  margin-top: 0; 
  margin-bottom: 0;
  color: #366092;
}
.img-radius {
  border-radius: 5px;
  margin-right: 10px;
  display: block;
}
/**************************** Bloques ***************/
.bloques {
  text-align: center;  
  margin-bottom: 25px;
  margin-top: 15px;
  
}
.bloques .col-md-3 {
  border-bottom: 3px solid #ededed;
  padding-bottom: 10px; 
  margin-top: 5px;
  min-height: 128px;
}
.bloques img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ededed;
  margin-bottom: 15px;
}
.bloques a {
  color: #366092;
  font-size: 14px;
  font-weight: bold;  
}

/**************************** Listado y fichas ***************/
.listado {
  margin-bottom: 25px;
}
.listado a {
  /*font-family: 'fjallA one', sans-serif;*/
  color: #333;
  font-size: 18px;  
}
.litado h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.listado p {
  font-size: 13px;
  color: #858585;
  margin-top: 15px;
}
.listado img {
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.listado td {
  vertical-align: top;
}
.listado span {
  font-size: 12px;
  margin-right: 15px;
}
.titular {
  background: #fceabb; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
  background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 100%;
  line-height: 38px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.resumen {
  background-color: #F2F2F2;
  width: 100%;
  line-height: 38px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.precio {
  /*font-family: 'fjallA one', sans-serif;*/
  font-size: 24px;
  color: #D4B176;
  display: block;
  margin-bottom: 5px;
}
.buscador .col-md-3 {
  margin-bottom: 15px;
}
/**************************** btn-oro ***************/
.btn-oro { 
  color: #366092;
  background-color: #fff; 
  border-color: #366092; 
} 
.btn-oro:hover, 
.btn-oro:focus, 
.btn-oro:active, 
.btn-oro.active, 
.open .dropdown-toggle.btn-oro {
  -webkit-transition:all 1s ease-out;  /* Chrome y Safari */
  -o-transition:all 1s ease-out;  /* Opera */
  -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 1s ease-out;   /* Internet Explorer */
  transition:all 1s ease-out;  /* W3C */ 
  color: #000; 
  background-color: #5FA9FF; 
  border-color: #336699; 
} 
.btn-oro:active, 
.btn-oro.active, 
.open .dropdown-toggle.btn-oro { 
  background-image: none; 
} 
.btn-oro.disabled, 
.btn-oro[disabled], 
fieldset[disabled] .btn-oro, 
.btn-oro.disabled:hover, 
.btn-oro[disabled]:hover, 
fieldset[disabled] .btn-oro:hover, 
.btn-oro.disabled:focus, 
.btn-oro[disabled]:focus, 
fieldset[disabled] .btn-oro:focus, 
.btn-oro.disabled:active, 
.btn-oro[disabled]:active, 
fieldset[disabled] .btn-oro:active, 
.btn-oro.disabled.active, 
.btn-oro[disabled].active, 
fieldset[disabled] .btn-oro.active { 
  background-color: #D4B34A; 
  border-color: #A37C1A; 
} 
.btn-oro .badge { 
  color: #D4B34A; 
  background-color: #ffffff; 
}

/**************************** Footer ***************/
.footer {
  background-color: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11.3px;
  margin: 0; 
  margin-bottom: -54px;
  /*margin-bottom: 0px;
  bottom: 0;
  position: fixed;*/
  width: 100%
}
.footer .a {
  color: #fff;
  text-decoration: none;
}
.footer .a::after { 
  content: " | ";
}
.footer .a:last-child:after { content: " "; }
.footer .a:hover {
  -webkit-transition:all 1s ease-out;  /* Chrome y Safari */
  -o-transition:all 1s ease-out;  /* Opera */
  -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 1s ease-out;   /* Internet Explorer */
  transition:all 1s ease-out;  /* W3C */
  color: #5EA8FF;
}
/*.footer a:visited {
  color: #D4B34A;
  }*/

.clearfix {
  clear: both;
}
.margen-b10 {
  margin-bottom: 10px;
}
.margen-b20 {
  margin-bottom: 20px;
}
.margen-r20 {
  margin-right: 20px;
}
.familia {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #4479B9;
  border-bottom: 1px solid #4479B9;
  margin-bottom: 10px;
  display: block;
}
.familia:hover {  
  color: #366092;
  border-bottom: 1px solid #366092;
  text-decoration: none;
  -webkit-transition:all 1s ease-out;  /* Chrome y Safari */
  -o-transition:all 1s ease-out;  /* Opera */
  -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 1s ease-out;   /* Internet Explorer */
  transition:all 1s ease-out;  /* W3C */
}
.familia-titular {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #4479B9;
  border-bottom: 1px solid #4479B9;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.entrada {  
  min-height: 380px;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.entrada p {
  border-bottom: 4px solid #4479B9; 
  padding-bottom: 15px; 
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}