body{
    background-color: rgb(207, 249, 255);
}

.titlemaps{
    font-size: 30px; 
    font-family: Georgia, 'DejaVu Serif', Norasi, serif; 
    color: rgb(253, 215, 46);
    font-weight: bold;
    text-align: center;
    background-color: #0b151e;
}

.title-lojas{
    font-size: 25px; 
    font-family: Georgia, 'DejaVu Serif', Norasi, serif; 
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    background-color: #003c70;
}

.row-lojas{
    background-color: #44515c;
}

.text-descri{
    color: rgb(255, 253, 230);    
}

.navbar{
    background-color: #0b151e;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link{
    color: rgb(253, 215, 46);
}

.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(132, 255, 255);
}

.navbar-light .navbar-nav .nav-link:focus{
    color: rgb(0, 88, 74);
}

.navbar-light .navbar-toggler{
    color: rgba(0, 122, 141, 0);
    border-color: rgba(255, 255, 255, 0);    
}

.navbar-toggler{
    background-color: rgb(253, 215, 46);    
}

.imglogonavbar{
    height: 40px;
    width: auto;
}
.container{
    padding: 2rem;
}

.row > .col,
.row > [class^=col-]{
    padding-top: .75rem;
    padding-bottom: .57rem;
     /* background-color: rgba(234, 117, 32, .15);
    border: 1px solid rgba(234, 117, 32, .15);  */
}

.h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.carousel-item img{
    max-height: 300px; 
    min-height: 300px; 
    width: auto;  
    margin: auto;
    /* position:relative; */
  }

.whatsapp {
    position: fixed;
    top: 80%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
    min-height: 90px;
    max-height: 90px;
}

.facebook {
    position: fixed;
    top: 70%;
    left: 1.5%;
    padding: 10px;
    z-index: 10000000;
    min-height: 75px;
    max-height: 75px;
}

/*footer-bottom*/
.footer-bottom{
	position:relative;
	padding:22px 0px;
	background: #0b151e;    
}

.footer-bottom .copyright{
	position:relative;
	color:#afafb5;
	font-size:16px;
	font-weight:400;
	margin-top: 6px;
    text-align: center;
}

a:link {
    color: rgb(0, 255, 149);
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: rgb(0, 113, 128);
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(253, 215, 46);
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: rgb(255, 166, 0);
    text-decoration: none;
  }