html {
   height: 100%;
   
   width: 100%
   

  }

 body {
    line-height: 1.8;
  
  }

  h1 {
  color: #4c535e;
  font-family: Glacial Indifference,sans-serif;
  font-size: 4em;
  text-align: left;
  line-height: 1.7em; 
      
  }
  
 .display-1 {
    font-family: "Lucida Console" ;
    text-align: center;
    color: red;
  }
  
  
  h2 {
      font-size: 30px;
      text-transform: uppercase;
      color: #3B3A3A;
      font-weight: 600;
      margin-bottom: 30px;
      font-family:adobe-caslon-w01-smbd,serif;
      text-align: center;
      letter-spacing:0.05em;
      line-height: normal;
      text-decoration: underline;}

  h3 {
      font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
      color: #FFFFFF;
      font-size: 25px;
      text-align: center;
      line-height: 1.7em;  
        
  }
  h4 {
      font-size: 22px;
      line-height: 1.1em;
      color: #3D5975;
      font-weight: 400;
      margin-bottom: 30px;
      font-family: adobe-caslon-w01-smbd,serif;
      text-align: center;
  }

  hr {
    border: none;
  }
  
  

  p {
    padding:10px; 
    margin-bottom: 0px;
  }


  .caption p {
   text-align: left;
   letter-spacing: 0.2em;
   line-height: 3em;
   padding: 1.5em;
   font-weight: 700;
   font-size: 15px;
   font-family: Lato;
  }

  .slideanim p{
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    color: #3B3A3A;
    padding: 0;
    text-align: justify;
  }
  .jumbotron {
      
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;

  }

  .container-fluid {
      padding: 3em 50px;
  }
  
  .bg-grey {
      background-color: #f6f6f6;
  }

  .bg-dark {
      background-image: url(../images/inicio.jpg); 
      background-repeat: no-repeat;
      background-size: 960px 200px;

  }  

  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 0 0;
      border: none;
      border-radius: 0;
      position: relative;
  }
  .thumbnail img {
      width: 100%;
      height: 270px;
      margin-bottom: 0px;
  }
   .fixed-top .navbar-collapse {
  max-height: 340px;
  overflow-y: auto;
}
  #about {
    padding: 0 0 0 5%;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 600px;
  }
  .caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    padding: 100px 25px;
    font-family:adobe-caslon-w01-smbd,serif;
    letter-spacing:0.05em;
    line-height: 1.1em;
}
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #141312;
  }
  .carousel-indicators li {
      border-color: #000000;
  }
  .carousel-indicators li.active {
      background-color: #000000;
  }
  
  .carousel-inner img {
    position: relative;
    display:block;
    margin:auto;
  }

  .embed-responsive-4by3 {
    padding-bottom: 40%;
  }
  .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: 1px solid #f4511e; 
      border-radius:0 !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 #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !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: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 1.5em;}

  .navbar {
      background-color: #ffdc86;
      border-color: #fff;
      border-radius: 0;    
      margin-bottom: 0;
      z-index: 9999;
      border: 1;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      font-family: Montserrat, sans-serif;
      min-height: 70px;
  }
  .navbar li a, .navbar .navbar-brand {
      line-height: 4.0rem;
  }
  .navbar-collapse .navbar-nav  li > a:focus, .navbar-collapse .navbar-nav > li > a:hover {
    
    background-color: #eee;
    border-radius: 20px;
    color: #337ab7;
}
 .navbar-collapse .navbar-nav > .active > a,.navbar-collapse .navbar-nav > .active > a:focus,.navbar-collapse .navbar-nav> .active > a:hover {
    color: #fff;
    background-color: #A50E05;
    border-radius: 20px; }

 

  .navbar-default {
      border-color: grey; 
  }
  
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }

  footer {
  
  bottom: 0;
  width: 100%;
  background-color: #1D1D51;
  color: #F7F7F7;
  font-family: Lato;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  }

  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #0a4278;
      
  }
  .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;
    }
   .thumbnail img { height: 30rem; }

    .caption { top: 55px;  }

    .loader{
      display: block;
    }

     
    .navbar-collapse .navbar-nav  li {
    
    background-color: rgb(204, 204, 204,0.3);
    border-radius: 20px;
    color: #337ab7;
    text-align: center;
    border: 1px solid darkgrey;
    width: 80%;
    float: center;}

    .navbar-collapse .navbar-nav > li > a:hover {
 background: lightblue;
  transform: scale(1.03);   
}
   
  
  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
