/* 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;
}
.btn:hover, .btn:focus, .btn.focus { color: #fff; }
.navbar { min-height: 105px; }

.navbar-fixed-top, .navbar-fixed-bottom { position: relative; margin: 0 0 15px 0px; }
h1 { margin: 2px 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: #666;
}


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

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

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

@media(min-width: 992px) and (max-width: 1350px) {

}
@media(min-width: 992px) and (max-width: 1080px) {

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

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

}


@media(max-width: 991px) {

}

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

@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(1,57,92,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) {
    
}
@media(max-width: 991px) {
   
}
.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: 4;
  }
*/

.casas-pv {
    display: inline-block;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 50px;
    left: 100px;
    z-index: 9999;
}


@media(max-width: 991px) {
  .casas-pv {
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 120px;
    right: 50px;
  }
}
@media(max-width: 700px) {
  .casas-pv {
    max-width: 40%;
    bottom: auto;
    right: 20px;
    top: 20px;
  }
}



/* 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: 120px;
  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;
}
@media(max-width: 576px) {
  #dv-form .col-container { padding: 0 7px; }
}
#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 dotted #000;
  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: 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: #C5A880;
  border-color: #C5A880;
  color: #fff;
  width: 100%;
  margin: 15px 0 0;
  padding: 7px;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
}
.dv-checkbox input.submit:hover {
  border-color: #a7afa8;
  background: #a7afa8;
  color: #fff;
}
.panel {
  background: none;
}
.panel-heading {
  padding: 0;
}
.panel-title span { font-size: 1.3em; }
.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;
  padding-bottom: 10px;
}
#informacion li {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.5em;
  background-image: url("../images/li2.png");
  background-position: 0 8px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding-left: 12px;
    line-height: 1.2em;
    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.4em;
  font-weight: bold;
}
 .btn1 button, .btn1 a {
  display: block;
  background: #01395C;
  color: #fff;
  border-color: #01395C;
}
.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 {
  opacity: 0.8;
  outline: none;
}
.btn2 a:hover, .btn2 a:focus, .btn2 a:active {
  opacity: 0.8;
  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 {
  opacity: 0.8;
  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 {
  opacity: 0.8;
  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: #ccc;
  margin-bottom: 5px;
  line-height: 1.8em;
}
.span-a {
  cursor: pointer;
}
.span-a:hover {
  text-decoration: underline;
}
.modal-dialog {
  width: 1240px;
  font-size: 0.7em;
}

.olivares { max-width:250px; }
.logo-promueve { max-width:180px; }
.mas-info-logos { font-size:1.1em; }
.mas-info-logos p span { display: block; margin-bottom: 10px; }

@media(max-width: 1199px) {
    .olivares { max-width:200px; }
    .logo-promueve { max-width:150px; }
    .mas-info-logos { font-size:1.0em; }
}
@media(max-width: 991px) {
    .mas-info-logos { margin:40px 0 0 0; text-align:center; font-size:1.2em; }
}
@media(max-width: 600px) {
    .mas-info-logos .col-xs-6 { width: 100%; margin-bottom:40px; }
}

@media(max-width: 1260px) {
  .modal-dialog { width: 940px; }
}


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;
}

button.close { font-size: 35px; position: absolute; right: -25px; top: -30px; opacity: 1; color: #fff; }
button.close:hover { color: #01395C; opacity: 1; }

.navbar-brand img { height: 85px; }

@media(max-width: 1330px) {
  .item.uno h2, .item.tres h2 {
    position: relative;
    max-width: 100%;
    width: 100%;
    bottom: auto;
    text-align: center;
    margin: 5px 0 0;
  }
  .carousel .item h2 { background: none; }
}

@media(max-width: 1199px) {
  .col-md-6.col-form { width: 52%; }
  #accordion h4 { font-size: 1.2em; }

}

@media(min-width: 992px) and (max-width: 1379px) {
  #dv-form {

  }
}
@media(max-width: 991px) {
  .col-md-6.col-form { 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%;
  }
  
  button.close { right: 0; top: -40px; }
  .btn1 { 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 {
    font-size: 1.2em;
  }
  #formCarousel p.info {
    font-size: 1.1em;
    padding-bottom: 10px;
  }
  .form-control {
    font-size: 14px;
    padding: 5px 12px;
  }
  input.form-control, textarea.form-control { 
    font-size: 1.15em;
  }
  #informacion li {
    line-height: 1.2em;
  }
  .logo-lobe {
    margin-left: 20px;
  }
  .modal-dialog.modal-lg.modal-dialog-centered { margin-top: 50px; }
}
@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: 3px;
  }
  .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 h4 {
    text-align: center;
  }
  #accordion h4 {
    border: none;
  }
  #form1 {
    padding: 15px;
  }
  .col-form {
    padding: 0;
  }
  .item.tres h2 {
    max-width: 90%;
    text-align: center;
  }
  #formCarousel {
    padding: 0;
  }
  #ambientes ul {
    padding: 0;
  }
  button.close {
    margin-right: 3px;    
  }
}
@media(max-width: 504px) {
  .navbar-header h1 {
    width: 100%;
  }
  .navbar-brand, .navbar-brand img {
    height: auto;
  }
  .navbar-header h1 img {
    width: 60%;
    padding-top: 15px;
  }
  #informacion li {
    font-size: 1.3em;
  }
}
@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;
  }
  
}

@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;
  }
  
}
@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 img { width: 70%; }
}
@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;
  }
}


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

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

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


.grecaptcha-badge {
    opacity: 0.0;
}


/* PRIVACIDAD Y COOKIES */
#cajacookies { box-shadow: 2px 2px 5px 1px #808080; background-color: rgba(256,256,256,0.9); color: black; padding: 2px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; position: fixed;
  bottom: 0px; left:0; width: 100%; font-size: 0.9em; z-index: 9999; }
#cajacookies button { color: black; }
#cajacookies p { margin: 0; text-align: center; } 
#privacidad { margin-top: 20px; }
@media(max-width: 437px) {
  #cajacookies { font-size: 0.65em; }
}



/*
.modal {
     text-align: center;
}

@media screen and (min-width: 768px) { 
     .modal:before {
       display: inline-block;
       vertical-align: middle;
       content: " ";
       height: 100%;
     }
}

.modal-dialog {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
}
*/

.modal-dialog-lg { width: 1240px; }


.map-responsive{ overflow: hidden; position: relative; height: auto; z-index: 1; }
.map-responsive iframe{ left: 0; top: 0; min-height: 50%; width: 100%; position: absolute; }
#map { min-height: 600px; }



.info-slider { margin: 0; position: absolute; bottom: 0px; right: 0px; background: rgba(256,256,256,0.7); color:#000; padding: 0 5px; z-index: 99999;
  top: auto !important; text-align: right; }
@media(max-width: 1370px) {
  .info-slider { position: relative !important; }
}

@media(max-width: 768px) {
  .info-slider { font-size: 0.75em; }
}


.btn1 a.video-btn { background: #6e908f; color: #fff; border-color: #6e908f; }
.btn1 a.video-btn:hover { opacity: 0.8; }
.btn1 a.video-btn.btn-green { background: #01395C; border-color: #01395C; }

iframe#video-brisa { height: 650px; width: 100%; }
.btn-close { background: url("../images/cerrar.png") no-repeat center center; border: 0; cursor: pointer; z-index: 999;
  width: 51px; height: 51px; position: absolute; top: -20px; right: -20px; opacity: 1; }
#modal-video-intro.modal-lg { max-width: 1200px; }
#modal_video .modal-header { border-bottom: none; padding: 0 !important; }

@media(max-width: 991px) {
  iframe#video-brisa { height: 420px; }
}





#formCarousel { top: -71px; width: 85%; min-height: auto; color: #000; padding: 0 25px 5px; border-radius: 8px; }
#formCarousel h4 span { margin-bottom: 8px; display: block; }
#accordion h4 { font-size: 1.4em; }
.form-control { font-size: 1.5em; }

@media(max-width: 1200px) {
  #formCarousel { width: 90%; }
  #accordion h4 { font-size: 1.2em; }
}




@media(max-width: 991px) {
  .item.uno h2 { font-size: 2.4em; }
  #formCarousel { top: 30px; width: 100%; }
  #accordion h4 { font-size: 1.5em; padding: 0 20px 5px 20px; text-align: center; }
  #form1 p.info { margin-bottom: 30px; text-align: center; font-size: 1.2em; }
  #informacion { margin-top: 60px; }
  .dv-checkbox { text-align: center; }
  .form-control { text-align: center; }
  .navbar-header { text-align: center; }
}


@media(max-width: 767px) {
  input.form-control, textarea.form-control { 
    font-size: 1.4em;
  }
  #informacion { padding: 0 35px; }
}

@media(max-width: 576px) {
  .navbar-inverse .navbar-brand img { padding: 10px; }
  .navbar { min-height: 115px; }
  .navbar-fixed-top, .navbar-fixed-bottom { margin: 0; }
  #formCarousel { padding: 0; }
}
@media(max-width: 450px) {
  .navbar { min-height: auto; }
}

@media(min-width: 992px) {
    #dv-form { position: absolute; top: 140px; width: auto; right: 0 !important; }
    #formCarousel { width: 80%; right:15px; }
}





/* bootstrap mod: carousel controls */
#gallery .carousel-control-prev-icon,
#gallery .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' stroke-width='10' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E"); height: 70px; }
#gallery .carousel-control-next-icon { transform: rotate(180deg); }
#gallery .carousel-item .p-0 img { padding: 0px; border: 0.5px solid #fff; }

/* medium - display 4  */
@media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next { transform: translateX(33.33333%); }
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev { transform: translateX(-33.33333%); }
}

/* large - display 5 */
@media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next { transform: translateX(20%); }
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev { transform: translateX(-20%); }
}

#gallery .carousel-inner .carousel-item-right,
#gallery .carousel-inner .carousel-item-left{  transform: translateX(0); }

/* gallery slider */
#gallery .carousel-inner .carousel-item.active,
#gallery .carousel-inner .carousel-item-next,
#gallery .carousel-inner .carousel-item-prev { display: flex; }

@media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div { display: none; }
  #gallery .carousel-inner .carousel-item > div:first-child { display: block; text-align: center; }
}


/* modal carousel */
.modal .carousel-indicators { margin: 0; bottom: -34px; left: auto; }
.modal .carousel-indicators > li { border-radius: 50%; width: 16px; height: 16px; border: 1px solid #fff; background: transparent; margin-right: 0; margin-left: 10px; }
.modal .carousel-indicators > li.active { background: #fff; }
.modal .close, .modal .carousel-control-prev, .modal .carousel-control-next { opacity: 1; }

@media (min-width: 992px) {
  .modal .carousel-control-prev { left: -50px; }
  .modal .carousel-control-next { right: -50px; }
}


/* modal mods */
#galeria .modal { background: rgba(34, 49, 63, 0.9); }
#galeria .modal-dialog { max-width: 80% !important; }
#galeria .modal-header { border: none !important; }
#galeria .modal-content { border: none !important; border-radius: 0 !important; background-color: transparent !important; }
#galeria .modal-body { padding: 0 !important; }
#galeria .close img { max-width: 40px; max-height: 40px; }
#galeria .modal-footer { padding: 2rem 0; border: none !important; }

/* bootstrap mod addons */
.w-90 { width: 90%; }
#galeria .col-5,
#galeria .col-sm-5,
#galeria .col-md-5,
#galeria .col-lg-5,
#galeria .col-xl-5 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
#galeria .col-5 { flex: 0 0 20%; max-width: 20%; }
#lightbox { position: absolute; z-index: 9; right: -80px; top: -10px; }
.group:hover img { opacity: 0.40; }
.group { position: relative; display: block; background: #000; }
.group span { display: none; }
.group:hover span { display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  font-size: 26px;
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s; color: #fff; }


@media (min-width: 576px){
  #galeria .col-sm-5 { flex: 0 0 20%; max-width: 20%; }
}
@media (min-width: 768px){
  #galeria .col-md-5 { flex: 0 0 20%; max-width: 20%; }
}
@media (min-width: 992px){
  #galeria .col-lg-5 { flex: 0 0 20%; max-width: 20%; }
}
@media (min-width: 1200px){
  #galeria .col-xl-5 { flex: 0 0 20%; max-width: 20%; }
}

#cboxPrevious { left: 0; background: url('../images/icon_arrow_left_modal.png') no-repeat center center; }
#cboxNext { right: 0; background: url('../images/icon_arrow_right_modal.png') no-repeat center center; left: auto; }
#cboxPrevious, #colorbox #cboxNext { position: absolute; top: 50%; width: 50px; height: 50px; -webkit-transform: translateY(-50%); 
  transform: translateY(-50%); margin: 0; outline: 0; }
#cboxPrevious, #cboxNext { text-indent: -9999px; }

#cboxPrevious:hover, #cboxNext:hover { background-position: inherit; opacity: 0.7; }
#cboxClose { position: absolute; top: -7px; right: -5px; background: url('../images/icon_close_modal.png') no-repeat center center; width: 40px; height: 40px; outline: 0; text-indent: -9999px; }
#cboxClose:hover { opacity: 0.7; background-position: center; }
#cboxCurrent { display: none !important; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight { background: none !important; }
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { background: none !important; }
#cboxMiddleLeft, #cboxMiddleRight { background: none !important; }
#cboxContent { background: none !important; }
#cboxTitle { color: #fff !important; bottom: 0px !important; background: rgba(0,0,0,0.7); }

#contacto { background: #efefef; }
#contacto h3 { font-size: 1.5em; }
#contacto .container { border-top: 1px dotted #ccc;padding: 3rem; }
#form_contacto .form-control { font-size: 1.1em; padding: 12px; }

.owl-nav { text-align: center; position: absolute; top: 43%; width: 100%; height: 0px; }
.owl-prev span { background: url('../images/icon_arrow_left_modal.png') no-repeat center center; width: 50px; height: 50px; display: block; text-indent: -9999px; position: absolute; left: 0; }
.owl-next span { background: url('../images/icon_arrow_right_modal.png') no-repeat center center; width: 50px; height: 50px; display: block; text-indent: -9999px; position: absolute; right: 0; }