  body, html {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
      height: 100%;
  }
      
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  

  h5 {
      font-size: 19px;
      line-height: 1.375em;
      color: #FFF;
      font-weight: 400;
      margin-bottom: 30px;
  }    
      
  
 
  .jumbotron {
      background-color: #0094BC;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
/*      
@media screen and (min-width: 767px) {
*/
   
  .container-fluid {
      padding: 5% 12.5%;
  }}   
      
 
  
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #0094BC;
      font-size: 50px;
  }
  .logo {
      color: #0094BC;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }

  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border-radius:5 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #0094BC;
      background-color: #fff !important;
      color: #0094BC;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #0094BC !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: F0F0F0 !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #0094BC;
      color: #fff;
  }

.equal {  
    display: -webkit-flex;
    display: flex;
}
    
.col-panel {
  display: table-cell;
  padding: 16px;
}
      
/* Parallax */      
      
.parallax {
    /* The image used */
    background-image: url('../images/hero.jpg');

    /* Full height */
    height: 100%; 

 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}     
      
/* Target the row containing your wells */
.equal-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

/* Ensure the well fills the full height of the column */
.equal-height-row .imgcontainer {
    display: flex;
    flex-direction: column;
}

.equal-height-row .well {
    flex: 1;
}

/* Position text in the middle of the page/image *//* Fallback color *//* Black w/opacity/see-through */
/*.bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 25%;
  padding: 20px;
  text-align: center;
}    */

.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
  text-align: center;
  
  /* Default width for mobile/small screens */
  width: 75%;
}

/* Media query for Tablets and Desktops (Bootstrap 3 'sm' breakpoint and up) */
@media (min-width: 768px) {
  .bg-text {
    width: 25%;
  }
}

/* Parallax short */      
      
.parallax-short {
    /* The image used */
    background-image: url('../images/hero.jpg');

    /* Full height */
    height: 40%;

 
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}  
      


/* Position text in the middle of the page/image */
.bg-text-short {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 20px;
  text-align: center;
}      
      
 /* --- iPhone/Mobile Fix --- */
/* This targets touch devices and smaller screens where fixed backgrounds fail */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll !important;
    }
}     
      
      
      
/* Navbar */       
  .navbar {
      min-height: 60px;        
      
      margin-bottom: 0;
      background-color: #0094BC;
      z-index: 9999;
      border: 0;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      min-height: 60px;        
      font-size: 16px !important;
      
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #0094BC !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #0094BC;
    color:#ffffff;
  }

.nuevo{
    width:auto;
    text-align:center;
    line-height:40px;
    padding:5px;
    background:#71AF44;
    display:block;
}





  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #0094BC;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
    
      
      
      
 
      
      
/* Slideshow Gallery */    
* {box-sizing: border-box}
body-gallery {font-family: Verdana, sans-serif; margin:0}
.mySlides-gallery {display: none}
img-gallery {vertical-align: middle;}
/* Slideshow container */
.slideshow-container-gallery {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev-gallery, .next-gallery {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next-gallery {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev-gallery:hover, .next-gallery:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text-gallery {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-gallery {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot-gallery {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active-gallery, .dot-gallery:hover {
  background-color: #717171;
}
/* Fading animation */
.fade-gallery {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from-gallery {opacity: .4} 
  to-gallery {opacity: 1}
}
@keyframes fade {
  from-gallery {opacity: .4} 
  to-gallery {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev-gallery, .next-gallery,.text-gallery {font-size: 11px}
}
      
      
  .modal-backdrop {
    z-index: 100000 !important;
  }

  .modal {
    z-index: 100001 !important;
  }      
      



/* Tabs */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



  footer {
    background-color: #0094BC;
    color: #f5f5f5;
    padding: 32px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  


.white, .white a {
  color: #fff;
}



/*** Image Container **/

.imgcontainer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.imgcontainer img {vertical-align: middle;}

.imgcontainer .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 95%;
  padding: 20px;
}