  *{
    margin: 0;
    padding: 0;
  }
  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    width: 100%;
    color: #818181;
  }
  h1{
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
  }
  h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 12px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  p{
    text-align : justify;
  }

  .whiteBckg{
    background-color: #f6f6f6 !important;
  }

  .blackBckg {
    background-color: #312d57 !important;
  }

  .btn-success {
    border: #9b4d56;
    background-color: #9b4d56;
  }

  .btn-success:hover {
    border: #d15e56;
    background-color: #d15e56;
  }

  .grayBckg {
    background: #B2B2B2;
  }

  .white-letter {
    color: #f6f6f6;
  }

  .row {
    margin: 0 !important;
  }

  .section {
    width: 100%;
  }
  .overlay {
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); 
  }

  .border-gray {
    margin: auto;
    width: 40%;
  }

  .navbar-inverse {
    background-color: rgba(25,25,25,0.8) !important;
  }

  .jumbotron {
    position: relative;
    color: #fff;
    padding: 30px 1px;
    background-image: url("../img/awesome-cuba-wallpaper_043232386_107.jpg");
    min-height: 100%;
    height: 775px;
    background-position: left;
    background-size: cover;
    font-family: Montserrat, sans-serif;
    margin: 0;
  }

  .column-revert {
    display: flex;
    flex-direction: column-reverse;
  }

  .middle-container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
  }

  .bottom-container {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .bottom-container > a {
    color: #000;
    font-size: 12px;
  }

  .flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-padding {
    padding: 1rem;
    letter-spacing: 2px;
    text-align: center;
  }

  .about-cover{
    width: 100%;
    height: 280px;
    background-size: cover;
    background-image: url("../img/about.png");
  }

  .cover-image-service {
    display: flex;
    background-size: cover;
    margin: auto;
    width: 100%;
    height: 300px;
  }

  .service-migratory {
    background-image: url("../img/migratory.png");
  }

  .service-notary {
    background-image: url("../img/notary.png");
  }

  .service-ticket {
    background-image: url("../img/tickets.png");
    height: 220px;
  }

  .service-passport {
    background-image: url("../img/passport.png");
  }

  .service-fax {
    background-image: url("../img/fax.png");
  }
  .no-spacing {
    padding: 0 !important;
    margin: 0 !important;
  }

  .height-section {
    min-height: 400px;
  }

  .container-fluid {  
    padding: 50px 40px;
    background: rgba(0, 147, 175, 0.3);
  }

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }

  .navbar-brand {
    padding: 0px;
    height: 45px;
    margin-top: 2rem;
  }
  .navbar-brand>img {
    height: 80%;
    padding: 3px;
    width: auto;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #f5f5f5;
    color: #fff;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }

  .navbar-nav li > a {
    font-weight: bold;
    color: #312d57 !important;
  }
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
      font-weight: bold;
      color: #fff !important;
      background-color:  #312d57 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }

  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0093AF;
  }
  
  .slideanim {
    visibility:hidden;
  }
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  .modal{
    margin-top: 5%;3  
    padding: 30px 24px;
  }

  .imgNav .navbar-brand {
    height:70px;
  }

  .imgNav .nav >li >a {
    padding-top: 25px;
    padding-bottom:25px;
  }

  .imgNav .navbar-toggle {
    padding: 4px;
    margin: 25px 15px 25px 0;
  }
  .modal-title{
    color: #f5f5f5;
  }
  .modal-body{
     overflow: auto;
  }

  .modal-header {
    padding: 9px 15px;
    border-bottom:1px solid #eee;
    background-color: rgba(25,25,25, 0.9);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
  }
  img{
   width: 2px;
   height: auto;
  }


@media (min-width: 992px) {
  h4{
    font-size: 19px;
  }

  .jumbotron {
    background-position: top;
  }

  .column-revert {
    display: flex;
    flex-direction: row;
  }

  .service-migratory {
    width: 450px;
    height: 340px;
    margin-top: 11rem;
  }


  .service-notary {
    width: 450px;
    height: 420px;
    margin-top: 6rem;
    margin-top: 4rem;
  }

  .about-cover{
    height: 650px;
  }

  .service-ticket {
    width: 450px;
    height: 330px;
  }

  .service-passport{
    width: 300px;
    height: 300px;
    margin-top: 7rem;
  }

  .service-fax {
    width: 330px;
    height: 330px;
    margin-top: 5rem;

  }

  .flex-padding {
    padding: 13rem;
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-brand > img {
    height: 100%;
  }
  
  .middle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }

  .btn-lg {
      width: 100%;
      margin-bottom: 35px;
  }
}



 @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%);
  }
}
