*{
    margin: 0;
    padding: 0;
}
body{
    background: #EDEDED;
}
/*Topo*/
.rounded-0{
    margin-top: 5%;
    max-width: 50%;
    position: relative;
}
/*Fim topo*/

/*Menu*/
.minha{
    background: #000000!important;
    width: 100%;
}
.navbar-light .navbar-toggler {
    background-color: white;
    color: rgb(255, 255, 255);
    margin-left: auto;
    border-color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav 
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light 
.navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link{
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgb(227, 140, 25);*/
    color: rgb(8, 159, 221);
    /*color: rgb(1, 145, 125);*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav 
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light 
.navbar-nav .show>.nav-link {
    background: red;
    color: rgba(255, 255, 255, 1);
}
.ul-direita{
    margin-left: auto;
}
/*Fim menu*/

/*Slide*/
.carousel{
    margin-bottom: 25px
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
_reboot.scss:130
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
/*Fim Slide*/

/*Cards*/
.meu-card{
    padding: 0px;
    margin-bottom: 25px;
}
.Card{
    margin-top: 15px;
    width: 100%;
    height: auto;
}
.card{
    background: #ffffff !important;
    color: black;
    border: none;
} 
.card-header {
    background-color: rgb(255, 0, 0);
}
/*Fim Cards*/

/*Nossa Empresa*/
.meu-jumbotron{
    text-align: left;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.img-nossa-empresa{
    width: 100%;    
}
h5{
    font-weight: 700;
}
.linha-vertical {
    height: 500px;/*Altura da linha*/
    border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
  }
.meu-jumbotron-mapa{
    text-align: left;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 0px;
}
.meu-mapa{
    width: 100%;
    border: 0;
}
/*Fim Nossa Empresa*/

/*Entre Em Contato*/
.card-header{
    background: transparent;
}
.form-control {
    overflow: visible;
    border: 1px solid black !important;
}
button, input {
    overflow: visible;
    border: 1px solid black !important;
}
.btn-primary {
width: 35%;
/*Entre Em Contato*/

/*Localização*/
}
.botoes{
 height: auto;
 margin-bottom: 15%;
}
.minha-loc{
    width: 15rem !important;
    border-radius: 0px;
    height: 100px;
}
.loc{
    margin-bottom: 10%;
}
/* Fim Localização*/

/*Footer*/
.bg-dark{
    height: 5rem;
    clear: both;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
/*Fim Footer*/

/*Classe conteiner*/
.container-fluid {
    width: 90% !important;
}
/*Fim Classe conteiner*/
.aaa{
    width: 1800px;
    height: 2px;
    background: red;
}