/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Titillium web", "Open Sans",sans-serif;
  background: #fefefe;
}

.navbar { min-height: 150px; }

.navbar-fixed-top, .navbar-fixed-bottom { position: relative; margin: 0 0 5px 0px; }
h1 { margin: 12px 0 0; }
.navbar-inverse { background: #fff; border: none; }

.blue, a {
  color: rgba(0, 0, 0,0.65);
}
.inline-block {
  display: inline-block;
}

a.grey {
  color: #000;
  text-decoration: underline;
}


.logo-lobe {
  margin: 20px 25px 0 0;
}
h1 .navbar-brand {
  padding: 0px 15px 5px;
}
.span-h1 {
  text-indent: -9999px; 
  position: absolute;
  display: table;
}

.grecaptcha-badge {
    opacity: 0;
}

/************************************ CARRUSEL ************************************/
#myCarousel {
    z-index: 500;
    position: relative;
    border-bottom: 10px solid #FFB558;
}
.carousel.container {
    width: 100%;
}
.carousel-inner {
    text-align: center;
}

@media(max-width: 1199px) {
    
}



#myCarousel {
    padding: 0;
    max-height: 100%;
    max-width: 100%;
    background: #FFB558;
}

@media(min-width: 992px) and (max-width: 1199px) {
    #myCarousel .dos h2,
    #myCarousel .dos p {
        padding: 0 20px;
    }
}
@media(max-width: 699px) {
    #myCarousel .dos .container div,
    #myCarousel .dos h2,
    #myCarousel .dos p {
        padding: 0 20px;
    }
}
@media(max-width: 399px) {
    #myCarousel .dos .container div,
    #myCarousel .dos h2,
    #myCarousel .dos p,
    #myCarousel .tres .container div,
    #myCarousel .tres h2,
    #myCarousel .tres h3 {
        padding: 0 5px;
    }
    #empresa .item .absolute {
        padding: 0 15px;
    }
}

.carousel {
    /*height: 400px;*/
    height: auto;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .item h2 {
  background: rgba(255,181,88,0.85) none repeat scroll 0 0;
  padding: 10px 10px;
  font-weight: 800;
  text-align: left;
  border-radius: 8px;
}
.item.uno h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    position: absolute;    
    bottom: 30px;
    width: auto;
    z-index: 34;
}
.item.dos h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    position: absolute;
    bottom: 30px;
    width: auto;
    z-index: 34;
    max-width: 500px;
}
.item.tres h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    position: absolute;
    bottom: 30px;
    width: auto;
    z-index: 34;
    max-width: 580px;
}
.mensaje-dcha {
    float: right;
}

@media(min-width: 1465px) {
  .item.tres h2 {
    right: 260px;
  }
}
@media(min-width: 992px) and (max-width: 1464px) {
  .item.tres h2 {
    right: 60px;
  }
}
.item p img {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
}
.item.uno p,
.item.dos p,
.item.tres p {
    position: absolute;
    top: 120px;
    width: 100%;
}
@media(min-width: 992px) and (max-width: 1265px) {
    
}

.item.tres {
    /*background: url('../images/index/imagen-home-3.jpg') no-repeat top center;*/
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { text-align: center; }
.carousel-fade .carousel-control { z-index: 5; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
.carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -15px; right: 50%; } /* Next */

.casas-pv {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 100px;
    z-index: 999;
  }
.casas-int {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 340px;
    z-index: 4;
}

@media(max-width: 1559px) {
  .casas-pv {
    bottom: auto;
    right: auto;
    top: 50px;
    left: 100px;
  }
  .casas-int {
    bottom: auto;
    right: auto;
    top: 30px;
    left: 320px;
  }
}

@media(max-width: 991px) {
  .casas-pv {
    top: auto;
    left: auto;
    bottom: 75px;
    right: 50px;
  }
  .casas-int {
    top: auto;
    left: auto;
    bottom: 60px;
    right: 270px;
  }
}

@media(max-width: 768px) {
  .casas-pv {
    bottom: 115px;
    right: 10px;
  }
  .casas-int {
    bottom: 100px;
    right: 230px;
  }
}

@media(max-width: 578px) {
  .casas-pv {
    top: 20px;
    right: 10px;
    width: 30%;
  }
  .casas-int {
    top: 0px;
    left: 10px;
    width: 30%;
  }
}

/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

#myCarousel .carousel-inner .item img.no-movil {
  height: auto !important;
}

#dv-form {
  position: absolute;
  top: 130px;
  width: 100%;
}
#dv-form .col-form {
  float: right;
}
#formCarousel {
    background: rgba(256,256,256,0.85);
    position: absolute;
    top: -40px;
    width: 100%;
    /*min-height: 300px;*/
    min-height: auto;
    z-index: 1030;
    color: #000;
    padding: 0 15px 5px;
    border-radius: 8px;
}

#accordion {
  max-height: 500px;
    overflow-y: auto;
}
#accordion h4 {
  font-size: 1.3em;
  margin: 8px 0px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
  color: #000;
}
#formCarousel p.info {
  font-size: 1.2em;
}
.form-control {
  height: auto;
  padding: 4px 12px;
  font-size: 1.2em;
}
.dv-checkbox {
  display: inline-block;
  width: 100%;
}
.dv-checkbox label {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: normal;
  padding-left: 5px;
  padding-bottom: 7px;
}
.dv-checkbox label span {
  text-decoration: underline;
  cursor: pointer;
}
.form-group {
    margin-bottom: 12px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
    position: relative;
    top: 0px;
}
.dv-checkbox input.submit {
  display: inline-block;
  float: right;
  padding: 2px 10px;
  background: #FFB558;
  border-color: #FFB558;
  color: #fff;
  width: 100%;
  margin: 15px 0 0;
  font-size: 1.7em;
  padding: 7px;
}
.panel {
  background: none;
}
.panel-heading {
  padding: 0;
}
.panel-title a {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.panel-title a:hover, .panel-title a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.panel-default .panel-heading {
  background: none;
}
.panel-group .panel {
  border: none;
}
.form-group-selects {
  float: left;
  width: 100%;
}
.col-select {
  padding: 0 10px 0 0;
}
.col-select-right {
  padding: 0 0 0 10px;
}
.modal-title {
  color: #000;
}

#informacion {
  margin-top: 30px;
}
#informacion div {
  padding-left: 0;
  padding-right: 0;
}
#informacion ul {
  padding-left: 20px;
}
#informacion li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.35em;
  background-image: url("../images/li.png");
  background-position: 0 10px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding-left: 12px;
    line-height: 1.4em;
    list-style: none;
}
#informacion li a:hover {
  text-decoration: none;
  color: #000;
}
.btn1, .btn2 {
  padding: 10px 20px 0px;
  width: 450px;
  /*border-color: 1px solid #000;*/
  margin: 0;
  outline: none;
}
.btn1 a, .btn1 button, .btn2 a {
  padding: 10px 0;
  outline: none;
  font-size: 1.6em;
  font-weight: bold;
}
 .btn1 button, .btn1 a {
  display: block;
  background: #FFB558;
  color: #FFF;
  border: 1px solid #FFB558;
}
.btn1 button {

}
.btn2 a {
  display: block;
  background: #fff;
  color: #000;
}
 .btn1 button:hover, .btn1 a:hover, .btn1 button:focus, .btn1 a:focus, .btn1 button:active, .btn1 a:active {
  background: #999;
  color: #fff;
  outline: none;
}
.btn2 a:hover, .btn2 a:focus, .btn2 a:active {
  background: #eee;
  color: #7F79AF;
  outline: none;
}
.btn1 .btn-default:active:hover, .btn1 .btn-default.active:hover, .btn1 .btn-default:active:focus, .btn1 .btn-default.active:focus, .btn1 .btn-default.focus:active, .btn1 .btn-default.active.focus {
  background: #999;
  color: #fff;
  outline: none;  
}
.btn2 .btn-default:active:hover, .btn2 .btn-default.active:hover, .btn2 .btn-default:active:focus, .btn2 .btn-default.active:focus, .btn2 .btn-default.focus:active, .btn2 .btn-default.active.focus {
  background: #eee;
  color: #7F79AF;
  outline: none;    
}
#ambientes {
  margin-top: 40px;
}
#ambientes ul li {
  list-style: none;
}
#ambientes ul li a:hover {
  opacity: 0.7;
}

footer {
  margin-top: 40px;
  background: #ddd;
  padding: 20px 0 10px;
  text-align: center;
}
footer p {
  font-size: 0.8em;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.8em;
}
.span-a {
  cursor: pointer;
}
.span-a:hover {
  text-decoration: underline;
}
.modal-dialog {
  width: 940px;
  font-size: 0.7em;
}


div.pp_default .pp_description {
  font-size: 16px;
  margin-top: 10px;
}
div.pp_default .pp_content_container .pp_details {
  position: relative;
  top: 0px;
}


.modal-footer{
  padding: 30px;
  border-top: none;
}

.panel-heading h3.panel-strong {
  font-size: 1.8em;
  text-transform: uppercase;
}



@media(min-width: 992px) and (max-width: 1140px) {
  #dv-form {
    top: 60px;
  }
}

@media(max-width: 1199px) {
  #dv-form {
    position: relative;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    top: 60px;
  }
  #formCarousel {
    position: relative;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 30px;
  }
  .dv-checkbox input.submit {
    width: 50%;
  }
}

@media(max-width: 991px) {
  .dv-checkbox input.submit {
    width: 100%;   
  }
  #dv-form {
    top: 0px;
    position: relative;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  }
  #formCarousel {
    position: relative;
  }
  .modal-dialog {
    width: 95%;
  }
  #formCarousel {
    top: 10px;
  }
  .mensaje-dcha {
    float: none;
  }
  .mensaje-izda, .mensaje-dcha {
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
  .item.uno h2, .item.tres h2 {
    position: relative;
    max-width: 100%;
    width: 100%;
    bottom: auto;
    text-align: center;
    margin: 5px 0 0;
  }
  #accordion h4 {
    font-size: 1.8em;
  }
  .btn1, .btn2 {
    width: 100%;
  }
} 
@media(max-width: 767px) {
  #informacion p {
    text-align: center;
    width: 100%;
  }
  #informacion ul {
    padding-right: 20px;
  }
  #ambientes .col-xs-12 {
    text-align: center;
    margin-bottom: 30px;
  }
  .navbar-toggle {
    display: none;
  }
  .col-select, .col-select-right {
    padding: 0;
  }
  .col-select {
    margin-bottom: 10px;
  }
  #accordion h4 {

  }
  #formCarousel p.info {

  }
  .form-control {
    font-size: 16px;
    padding: 5px 12px;
  }
  #informacion li {
    line-height: 1.2em;
  }
  .logo-lobe {
    margin-left: 20px;
  }
  .carousel .item h2 {
    padding: 3px 10px;
  }
}
@media(max-width: 674px) {
  .cookiesms {
    height: 55px;
    opacity: 1;
  }
  #accordion {
    max-height: inherit;
  }
}
@media(max-width: 661px) {
  .item.uno h2 {
    max-width: 100%;
    text-align: center;
  }
  .navbar-inverse .navbar-brand {
    text-align: center;
    width: 100%;
  }
  .navbar-inverse .navbar-brand img {
    display: inline-block;
  }
  .modal-body {
    padding: 0px;
  }
  .modal-footer {
    padding: 10px;
  }
}
@media(min-width: 621px) {
  .movil {
    display: none !important;
  }
  .no-movil {
    display: inline-block !important;
  }
}
@media(max-width: 620px) {
  .no-movil {
    display: none !important;
  }
  .movil {
    display: block !important;
  }
}
@media(max-width: 580px) {
  .panel-heading h3.panel-strong {
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 2.1em;
  }
  .panel-heading h4.panel-strong {
    text-align: center;
    margin-bottom: 25px !important;
  }
  #accordion h4 {
    border: none;
  }
  #form1 {
    padding: 5px;
  }
  .col-form {
    padding: 0;
  }
  .item.tres h2 {
    max-width: 90%;
    text-align: center;
  }
  #formCarousel {
    padding: 0;
  }
  #ambientes ul {
    padding: 0;
  }
}
@media(max-width: 504px) {
  .navbar-header h1 {
    width: 50%;
  }
}
@media(max-width: 500px) {
  div.pp_pic_holder {
    left: 0 !important;
    width: 100% !important;
  }
  div.pp_default .pp_content, div.light_rounded .pp_content {
    width: 100% !important;
    min-height: 330px !important;
  }
  #fullResImage {
    width: 100% !important;
    height: auto !important;    
  }
  div.pp_default .pp_content_container .pp_details {
    width: 100% !important;
  }
  .pp_hoverContainer {
    width: 93% !important;
  }
  div.pp_default .pp_expand,
  .pp_gallery .pp_arrow_previous,
  .pp_gallery .pp_arrow_next {
    display: none !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 20px;
  }
}

@media(max-width: 499px) {
  .item.uno h2, .item.tres h2 {
    bottom: auto;
  }
  .btn1 a, .btn2 a {
    font-size: 1.2em;
  }

  .item h2 {
        top: 0px !important;
        font-size: 1.8em !important;
  }
  
  .navbar {
        min-height: auto;
  }
  .navbar-header h1 img {
    width: 80%;
  }
}

@media(max-width: 461px) {
  div.pp_default .pp_content, div.light_rounded .pp_content {
    min-height: 290px !important;
  }
  .logo-lobe {
    margin-right: 0px;
  }

}
@media(max-width: 450px) {
  img.logo-lobe {
    width: 37%;
    margin: 0 0 0 20px;
  }
  .navbar-brand {
    float: inherit;
  }
}
@media(max-width: 431px) {
  img.logo-lobe {
    width: 32%;
  }
}
@media(max-width: 400px) {
  .item.uno h2, .item.tres h2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .navbar-header h1 {
    width: 200px;
  }
}
@media(max-width: 345px) {
  .cookiesms {
    height: 60px;
  }
}


@media(max-width: 430px) {
  div.pp_default .pp_content, div.light_rounded .pp_content {
    min-height: 275px !important;
  }
}
@media(max-width: 400px) {
  div.pp_default .pp_content, div.light_rounded .pp_content {
    width: 100% !important;
    min-height: 255px !important;
  }
}


.carousel-control, .carousel-control:focus {
    color: #FFB558;
}

.carousel-control:hover {
  color: #FFB558;
}

