*{
  font-family: 'Roboto Condensed', sans-serif;
}

a{
	color: black;
}

p{
  text-align: justify;
}

body{
	background: #EBECFA;
}

#menulink{
  left: 6em;
  
  margin: auto;
}

ol, ul {
    list-style: none;
}
li {
    display: inline-block;
    padding: 5px 0 5px;
    vertical-align: middle;
}
.homelink:hover, .homelink:focus, .homelink:active {
    color: black;
    text-decoration: none;
}
.homelink {
      color: black!important;
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.homelink {
    position: relative;
    display: block;
    padding: 13px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.homelink::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #444599;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.homelink:active::before {
    background-color: #7c7df4;
}
.homelink:hover::before, .homelink:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.barra-logo{
	margin-bottom: 0px;
  padding-top: 5px;
}

.img-barra{
	width: 7%;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light{
	background: white !important;
}

.gif{
	width: 80%;
}

.novidade{
	width: 50%;
  float: left;
  padding: 5px;
}

footer{
	width: 100%;
	background: white;
	height: 30em;
  padding: 20px;
}

.maps{
	width: 100%;
	height: 10em;
}

iframe{
	width: 100%;
}

.img-empre{
  width: 100%;
}

.card-text{
  text-align: justify;
}
.card{
  margin-top: 2em;
  margin-bottom: 2em;
}
div.card-body.card-margin{
   padding: 20px 40px;
}
div.card-body{
  padding: 10px 40px;
}

.alert{
  border-radius: 0px;
  color: #000;
  padding: 20px;
} 

/*scroll*/
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#E4E4E4;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background:silver;}


/*modals*/
.modal-content{
  border-radius: 0px;
  border: 0px;
}

.img-lab{
  width: 90%;
}

.col-lab{
  text-align: center;
}

.btn{
  border-radius: 0px;
}

.form-control{
  border-radius: 0px;
}

/*marcas*/
.img-marca{
  width: 30%;
}

/*IMGS*/
img.img-product{
  width: 100%;
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  



  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
.img-lab{
  width: 90%;
  margin-bottom: 1em;
}

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  footer{
    width: 100%;
    height: 50em;
  }

  iframe{
    display: none;
  }
  
  #col-maps{
    display: none;
  }

  .img-barra{
    width: 60px;
  }

  .titles{
    margin-top: 0.5em;
  }

  .marcas{
    width: 70%;
  }
}
