body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.jumbotron {
  background-color: grey;
  color: #ffffff;
  /*padding: 100px 25px;*/
  margin-bottom: 0;
  background: url('../images/puerto-madero-min.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
  min-height: 300px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .jumbotron{
    height: 295px;
  }
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
  /*color: black;*/
}

h1 {
  font-size: 3.5rem;
  color: black;
}

@media screen and (min-width: 768px) {
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron .h1, .jumbotron h1 {
    font-size: 40px;
    color: #ffffff;
  }
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.thumbnail:hover {
  cursor: pointer;
  box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.navbar li a, .navbar .navbar-brand {
  color: black !important;
}

.nav-link.active {
  color: grey !important;
  background-color: #fff !important;
}

.nav-link:hover {
  color: grey !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-grey-dark {
  background-color: #5f5f5f;
  color: white;
}

.container-fluid {
  padding: 60px 50px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.info-wrapper {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

.info-wrapper:hover {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

.informationTitleH1 {
  font-size: 4.5rem;
  color: #2670b3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .informationTitleH1 {
    font-size: 2rem;
  }
}

.informationTitleH2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .informationTitleH2 {
    font-size: 1.5rem;
  }
}

.informationTitleH3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .informationTitleH3 {
    font-size: 1rem;
  }
}

.informationText {
  text-align: left;
}

.content-wrapper {
  padding: 0 30px 50px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34902);
  border-radius: 0 0 2px 2px;
  height: 100%;
  color: black;
}

.container-info {
  padding: 25px;
}

section {
  background-color: #f6f6f6;
}

.link-a {
  color: white !important;
}
.link-a:hover {
  /*color: white !important;*/
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */

     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 /*
     Multicoloured Hover Variations
 */

  #social-fb:hover {
      color: #3B5998;
  }
  #social-tw:hover {
      color: #4099FF;
  }
  #social-gp:hover {
      color: #d34836;
  }
  #social-em:hover {
      color: #f39c12;
  }
  #social-in:hover {
      color: #e4405f;
  }
  #toTop{
  	position: fixed;
  	bottom: 10px;
  	right: 10px;
  	cursor: pointer;
  	display: none;
    /*width: 50px;
    height: 50px;
    border-radius: 40px;
    justify-content: center;*/
  }
  
  .footer {
    background: #303030;
  }
  .copyright {
    color: white;
  }