/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  font-family: 'Bevan', cursive;
}

p {
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.titulos-valores{
  color: #D37400;
  text-align: center;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.banda-titulo {
  border-radius: 10px;
  background-color: #e9ecef;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  
}

.letras-logo{
  font-style: oblique;
}

.card{
  margin-left: 1% !important;
  margin-right: 3% !important;
  margin-bottom: 20px !important;
}

.estilo-imagen{
  margin-top: -20px; 
  width: 90%;
  margin-right:auto!important;
  margin-left:auto!important;
  border-radius: 10px 10px 10px 10px;
}
.card-principal{
 max-width: 400px;
}

.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

 