/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

.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;
}

/*Configuração de Margens*/

.quadroForm{
  margin-top: 75px;
}

.elementoForm{
  display: flex;
  justify-content: center;
}

/* Estilo personalizado Nav */

.bootstrap-override .nav-link, .dropdown-item {
  color: rgb(40, 22, 111);
}

.bootstrap-override .nav-link:hover {
  color: rgb(218, 36, 28);
}

/* Barra orçamento online */

.orcamento h3 {
  color: rgb(75, 157, 219);
}

.orcamento h3:hover {
  color: rgb(218, 36, 28);
}

.orcamento a {
  text-decoration: none;
}

.orcamento p {
  color: white;
}

.fundo_orcamento {
  background-color: rgb(32, 36, 42);
  padding: 30px;
}

.bootstrap-override .carousel-inner {
  height: 100%;
  max-height: 550px;
}

.bootstrap-override .carousel-inner > img{
  margin:auto;
  width:100%
  }
