.navbar-transparente {
    background-color: rgba(17, 2, 2, 0.644)
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;

}

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

.title {
    padding: 35px 0 ;
    text-align: center;
}

.subtitle {
    color: rgb(93, 94, 94);
}

.conteudo {
    padding: 35px 0;
}


.comochegar {
    height: 60px;
    background-color: #b9b9b9;
    border-radius: 10px;  
    display: block;
    margin: 0 auto;
    margin-top: 60px !important;
    

}
.redes {
    font-size: 40px;
 
    margin-right: 15px;
}
.facebook{
    color:  rgb(6, 6, 138);
}
.instagram {
    color: rgb(255, 0, 157);
}
.whatsapp {
    color: rgb(0, 185, 0);
}
.mapa {
    color: red;
}
.redes2{
    font-size: 40px;
    margin-top: 10px;
 
}
.redes1 {

    color: black;
    font-size: 20px;
    text-transform: initial;
    line-height: inherit;
    margin-right: 20px;
    margin-left: 14px;
    font-weight: bold;
}

.vitrine {
    color: #929191;
}
.iconvitrine {
    font-size: 35px;
    color: rgb(184, 38, 38);
    margin-right: 10px;
    text-transform: uppercase;

}

.iconvitrine1 {
    font-size: 45px;
    color: rgb(184, 38, 38);
    margin-right: 10px;
    text-transform: uppercase;

}
.efeito {
    opacity: 1;
}
.efeito:hover {
    opacity: 0.8;
}

footer {
	background: rgb(0, 0, 0);
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer h4 {
	color: #919496;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .navbar-nav a {
	color: white;
	font-size: 0.8em;
}

footer .navbar-nav a:hover {
	color: #e64545;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer ul li {
	float: right;
	margin: 0 5px;
}

.footertop{
    border-top: 5px solid rgb(56, 56, 56);
}

.sobrenos {
    color: #818181;
    font-size: 25px;
}
.title {
    color: #818181;
    text-align: center;
}
.borda {
    border-right: 2px solid #818181;     
}
.alinhamento-img {
    text-align: center;
}

.titulo {
    font-size: 35px;
    color: #444444;
    text-align: center;   
    text-transform: uppercase;
    font-family: roboto-bold;
}

.linhatitulo {
    width: 200px;
    height: 1px;
    color: #fa2e3a;
    background: #fa2e3a;
}

.color1 {
    opacity: 1;
}
.color1:hover {
    opacity: 0.7;
}
.titulojr {
    font-size: 33px;
    color: #444444;
    text-align: center;

}

.top {
    margin-top: 18px;
}

.carousel2 {


    margin: 0 auto;
  }

.contentsegmentos {
        color: #818181;
        text-align: center;
        margin-bottom: 50px;
}

@font-face {
     font-family: Rubik-Bold;
     src: url('/fonts/Rubik-Bold.ttf');
}

.logobottom {
    display: block;
    margin: 0 auto;
    width: 200px;
}
h2 {
    text-align: center;
}
.grow:hover
    {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        color: #f4f4f4;
        background: #444444;
    }
.paralax {

  background-image: url("../img/paralax.jpg");

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contato {
    font-size: 20px;
    color: black;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
}
.contato:hover {
    color: #5f5f5f;
    text-decoration: none;
}
.icon {
    font-size: 40px;
}

.whatsapp {
    position: fixed; bottom: 0; right: 0; padding: 2rem; z-index: 999999999;
}

@media screen and (max-width: 600px) {
    .carousel-ajust {
        max-width: 290px;
        margin: 0 auto ;
    }
  }