
body,
html {
  padding: 0;
  margin: 0 auto;
  color: #8b8b8b;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
a {
  color: rgba(59,70,145,0.7);
  font-weight: normal;
}
p {
  margin: 0 0 25px;
}
a:hover,
a:focus,
a:target,
a:active {
  text-decoration: none;
  outline: none;
  color: #3b4691;
}
h1,
h2,
h3 {
  color: #212121;
  font-weight: bold;
  margin: 5px 0 25px 0;
  font-size: 31px;
}
section > div {
  display: block;
  width: 100%;
  margin-bottom: -85px;
  padding-top: 85px;
}
.bilder-nav {
  background-color: rgba(255,255,255,0.7);
  border-radius: 0;
  border: 0;
  padding: 15px 0 5px;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  height: auto;
}
.bilder-nav .navbar-brand {
  padding: 1px;
  height: auto;
  max-width: 150px;
  margin-top: 0;
  transition: all 600ms ease;
  width: 100%;
}
.bilder-nav .navbar-brand img {
  width: 100%;
  height: auto;
}
.bilder-nav .navbar-nav > li > a {
  padding: 25px 23px;
  font-size: 15px;
  color: #191919;
  border-bottom: 2px solid rgba(31,74,126,0);
  font-weight: normal;
  text-transform: uppercase;
  transition: all 600ms ease;
}
.bilder-nav .navbar-nav > li > a:hover {
  background-color: rgba(66,67,66,0);
  color: #000000;
  border-bottom: 2px solid rgba(55,55,55,0.7);
}
.bilder-nav .navbar-nav > .active > a,
.bilder-nav .navbar-nav > .active > a:focus,
.bilder-nav .navbar-nav > .active > a:hover {
  background-color: rgba(255,255,255,0);
  color: rgba(55,55,55,0.7);
  border-bottom: 2px solid rgba(55,55,55,0.7);
}
.navbar-collapse {
  transition: all 600ms ease;
}
.bilder-nav .collapsing > ul {
  background-color: rgba(255,255,255,0.8);
  transition: all 600ms ease;
}
.bilder-nav .collapse.in > ul {
  transition: all 600ms ease;
  background-color: rgba(255,255,255,0.8);
}
.navbar-nav {
  margin-top: 30px;
}
.slider {
  display: block;
  min-height: 200px;
  width: 100%;
  margin-top: 0;
  margin-bottom: -85px;
}

.text-strong {
  font-weight: bold;
}

.owl-carousel {
  position: relative;
}
.slider-items-desarrollos #sync1 .owl-prev,
.slider-items-desarrollos #sync1 .owl-next {
  position: absolute;
  bottom: -14%;
  margin-top: -10px;
}
.slider-items-desarrollos .owl-theme .owl-controls .owl-buttons div {
  background-color: rgba(255,255,255,0);
  opacity: 0.8;
}


#sync1 .item{
  background: #000;
  padding: 5px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item{
  background: #fff;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #fff;
}
.tums img {
  width: 90px;
  height: 100px;
  display: block;
  margin: 0 auto;
}



.wrapper-sliders {
  display: block;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
}
.bigi img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.cerrar {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px;
  background-color: white;
  color: red;
  z-index: 20;
}
.cerrar a {
  background-color: white;
  color: red;
  display: block;
  width: 100%;
}
.spacers-group {
  display: block;
  width: 100%;
  padding: 100px 0;
  margin: 5px auto;
}
.spacers-group.less-space {
  padding: 15px 0;
}
.box-slider img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* ******* Moviles special */
.mobp1-1 .center-pops {
  top: 0;
  transform: none;
}
.mobp1-1 div.same-height[style] {
  height: 100% !important;
}
.mobp1-1 .wrapper-sliders {
  max-width: 245px;
}
.mobp1-1 #sync1 .owl-prev,
.mobp1-1 #sync1 .owl-next {
  bottom: -22%;
}
.mobp1-2 .center-pops {
  top: 0;
  transform: none;
}
.mobp1-2 div.same-height[style] {
  height: 100% !important;
}
.mobp1-2 .wrapper-sliders {
  max-width: 385px;
}
.mobp1-2 #sync1 .owl-prev,
.mobp1-2 #sync1 .owl-next {
  bottom: -18%;
}
.categories {
  display: block;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.categories a {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  font-size: 13px;
  max-width: 124px;
  width: 100%;
  padding: 5px 6px;
  margin: 3px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(55,55,55,0.7);
}
.categories a:hover, .categories a:focus, .categories a:target, .categories a.active{
  color: rgba(55,55,55,1);
  text-decoration: none;
  outline: none;
}
.img-presentacion {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
.img-presentacion img {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cats-title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 6px 0 25px;
  font-weight: bold;
  color: rgba(55,55,55,1);
}
.cats-title span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(55,55,55,0.7);
}
ul.col-tres {
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

  padding: 0;
  margin: 0;
}
.col-tres > li {
  font-size: 14px;
}
.col-tres > li:before {
  content: ".";
  margin-left: 0.4em;
  position: relative;
  margin-right: 0.5em;
  font-size: 1.5em;
  top: -0.25em;
}
.pixan-desc {
  font-size: 14px;
}
.btn-special-mid {
  background-color:rgba(55,55,55,0.7);
  color: white;
  border-radius: 0;
  border: 0;
}
.btn-special-mid:hover {
  background-color:rgba(55,55,55,1);
  color: white;
}
.documentos-desa {
  display: block;
  width: 100%;

}
.forms-contact {
  font-size: 16px;
}
.text-dark {
  color: rgba(55,55,55,1);
}
.documentos-desa a {
  display: inline-block;
  color: rgba(55,55,55,0.7);
  vertical-align: middle;
  max-width: 100px;
  font-size: 12px;
  width: 100%;
  margin: 3px;
  padding: 4px 6px;
}
.documentos-desa a:hover, .documentos-desa a:focus {
  text-decoration: none;
  color: rgba(55,55,55,1);
  outline: none;
}
.documentos-desa .fa-file-pdf-o {
  color: darkred;
}
.slider-items-desarrollos div.item > a {
  display: block;
  overflow: hidden;
  padding: 3px;
}
.slider-items-desarrollos div.item > a img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.slider-items-desarrollos .owl-carousel {
  position: relative;
}
.slider-items-desarrollos .owl-prev,
.slider-items-desarrollos .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.slider-items-desarrollos .owl-prev {
  left: 0;
}
.slider-items-desarrollos .owl-next {
  right: 0;
}
.muy-pronto {
  width: 100%;
  padding: 80px 0;
  margin: 25px auto;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}
.footer {
  font-size: 11px;
  margin-bottom: 2px;
}
.interio-cats {
  margin: 5px auto;
  width: 100%;
}

/* owls center side arrows */
.center-arrows .owl-carousel {
  position: relative;
}
.center-arrows .owl-prev,
.center-arrows .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.center-arrows .owl-prev {
  left: 0;
}
.center-arrows .owl-next {
  right: 0;
}
/* END Owls */
.max-alturas .item img {
  max-height: 300px;
}
.singles-imgs {
  display: block;
  width: 100%;
  text-align: center;
}
.singles-imgs a {
  display: inline-block;
  max-width: 137px;
  vertical-align: middle;
}
.singles-imgs a > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}


@media screen and (max-width: 50em) {

}
@media screen and (max-width: 600px) {
  .bilder-nav .navbar-brand {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {

}

/*
     FILE ARCHIVED ON 21:25:12 Feb 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:38:50 Jun 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.497
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 5.8
  LoadShardBlock: 2914.863 (3)
  PetaboxLoader3.datanode: 87.489 (4)
  PetaboxLoader3.resolve: 3125.653 (2)
  load_resource: 352.558
*/