html,body{
  height: 100%;
  overflow-x: hidden;
}
*, body {
  font-family: 'Open Sans', sans-serif;
}
h4{
  font-family: 'Dosis', sans-serif;
  letter-spacing: 2px;
  font-size: 20pt;
}
/* default */
.verde{
    background: #73b51b;
    border: 1px solid #5c990b;
}

/* content */
.first{
  padding: 0;
}
/*.navbar-brand {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18pt;
}*/
.navbar{
  padding-right: 2rem;
  padding-left: 2rem;
}
.navbar-brand img{
  width: 180px;
  height: 60px;
}
.navbar li {
  margin-left: 2rem;
}

.btn-cadastrar {
  background: #00b894;
  border: 1px solid #00b894;
}
.dropdown-menu{
  padding: 15px;
  background: #fafafa;
}
.dropdown-menu input{
  width: 200px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  background: transparent;
}
.dropdown-menu button{
  background: white;
  color: #3d3d3d;
}
.carousel img {
  width: 100%;
}

.carousel-caption {
  font-size: 12pt;
  margin-bottom: 5rem;
}

.carousel-caption h5 {
  font-size: 24pt;
  color: #dfe6e9;
  font-weight: 600;
  letter-spacing: 1px;
}

/* row */
.titulo{
  background: #73b51b;
  color: rgb(245, 245, 245);
  letter-spacing: 1px;
  font-size: 20pt;
  height: 50px;
}
.titulo .icon{
  text-align: center;
  width: 38px;
  height: 38px;
  margin-right: 4px;
}
#proximosHidden{
  background: #73b51b;
  color: rgb(245, 245, 245);
  height: 50px;
  padding-top: 5px;
  display: none;
  text-align: center;
  margin-bottom: 0;
}
.col-md-3 .lef-side{
  background:white;
}
.left-side {
  text-align: center;
  padding: .4rem 0 0rem 0;
}

.left-side img {
  padding: 1rem 1rem 1rem 1rem;
  width: 98%;
}

.leilaoContent{
  padding: 2rem 3rem 0rem 3rem;
  background: #eeeeee;
  height: 100%;
  font-size: 10pt;

}

.leilaoContent img{
  width: 120px;
  height: 140px;
}
#data{
  font-weight: bold;
}
.leilaoInfo {
  border-radius:20px;
  border: 2px solid #282828;
  padding: 6%;
  text-align: center;
  margin-bottom: 20px;
  background: white;
  -webkit-box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  min-width: 100px;
}

/* footer  */
.footer{
  padding: 1.0rem 0rem 1.0rem 0rem;
  background: black;
  color: rgb(150, 150, 150);
  font-size: 11pt;
}
.footer h4{
  color: rgb(190, 190, 190);
}
.socialIcons i{
  font-size: 16pt;
  padding: 1rem;
}
.socialIcons i:hover{
  font-size: 18pt;
  transition: all .3s ease-in;
}
.fa-facebook-f:hover{
  color: blue;
}
.fa-instagram:hover{
  color: rgb(203, 30, 231);
}
.fa-youtube:hover{
  color: red;
}
/* leilao.php */
.leilaoLinha{
  background: white;
}
.secondLeilao{
  background: #eeeeee;
}

/* servicos.php */
.secondServicos{
  background: url('../img/road1.jpg') no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0;
  background-attachment: fixed;
  color: white;
}
.overlay{
  background: linear-gradient(to right,rgba(33, 33, 33, 0.3),rgba(19, 19, 19, .8));
  padding-bottom: 2rem;
}
.leftServicos{
  padding: 0;
  background: #e7e7e7;
}

/* leiloesDiv */
.leilaoInfoDiv{
  border-radius:20px;
  border: 2px solid #282828;
  padding: 8%;
  text-align: center;
  margin-bottom: 20px;
  background: white;
  -webkit-box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  box-shadow: -9px 10px 14px 0px rgba(0,0,0,0.75);
  min-width: 100px;
  height: 300px;
}
.leilaoInfoDiv p{
  font-size: 8pt;
}
.leilaoInfoDiv #topo{
  font-size: 7.5pt;
}
/* formulario */
body ,.formFirst{
  width: 100%;
  min-height: 100%;
  background: #f1f1f1;
  padding: 0;
}
.nav-tabs a{
  color: rgb(40, 40, 40);
}
.nav-item a{
  letter-spacing: 1px;
}
.formCadastro{
  background: white;
  padding: 15px;
  margin: 1rem 0rem 1rem 0rem;
  border-radius: 20px;
  font-weight: 600;
}
.tab-content{
  margin-top: 1rem;

}
.formCadastro button{
  background:#04a701;
  width: 180px;
  height: 40px;
  border: 1px solid #028a00;
}
.formCadastro button:hover{
  background: #05d401;
  border: 1px solid #06a803;
}
/* fale conosco */
.faleFirst{
  height: 100%;
  margin-bottom: 1rem;
}
.faleFirst button{
  width: 140px;
}
/* leilaoInfo */
.infoFirst{
  padding: 0;
  height: 100%;
}
.infoCarros{
  padding: 4%;
}
.infoCarros img{
  width: 100%;
}


/* carousel */

#imagemUpdate{
  width: 300px;
  height: 160px;
}
#inputFile{
  margin: 10px 0 10px 0;
  font-size: 9pt;
  width: 310px; /* TODO: media queries */
}
/* container width */



@media (max-width: 640px) {  /* xs */
  .btn-cadastrar{
    background-color: transparent!important;
    color: rgb(100, 100, 100);
    border:none;
    padding: 0;
  }
  #proximosHidden {
    display: block !important;
  }
  #imagemServicos{
    display: none;
  }
  .fg-left{
    margin-bottom: 0;
  }
  /* left */
  .left-side img{
    width: 80%;
  }
  /* leilao content */
  .leilaoContent{
    padding: 2rem 1rem 0rem 1rem;
    height: calc(100% - 60px);
  }
  .leilaoContent img{
    width: 65px;
    height: 81px;
  }
  .leilaoInfo {
    font-size: 7pt;
    height: 180px !important;
  }
  .right-side{
    padding: 0;
  }
  .paddingFooter{
    padding-top: 8.5rem;
  }

  /* leilaoinfoDiv */
  .downloadEdital{
    text-align: left !important;
  }
  .leilaoInfoDiv {
    height: 320px !important;
  }
  .leilaoInfoDiv img{
    height: 160px;
  }
  .leilaoInfoDiv #conteudo{
    font-size: 10pt;
  }
  .leilaoInfoDiv #topo{
    font-size: 9pt;
  }
}
@media (min-width:640px) and (max-width: 768px) {  /* sm  */
  #imagemServicos{
    display: none;
  }
  .fg-left{
    margin-bottom: 0;
  }
  /* left side */
  .left-side {
    text-align: center;
    padding: .4rem 0 0rem 0;
  }

  .left-side img {
    width: 80%;
  }
  /* leilao Content */
  .leilaoInfo {
    font-size: 11pt;
    height: 180px !important;
  }
  .leilaoContent img{
    width: 60px;
    height: 74px;
  }
  .paddingFooter{
    padding-top: 3rem;
  }

  /* leilaoinfodiv */
  .leilaoInfoDiv {
    width: 165px;

  }
  .leilaoInfoDiv img{
    height: 120px;
  }
  .leilaoInfoDiv #conteudo{
    font-size: 7pt;
  }
}

@media (min-width: 768px) and (max-width:992px){ /* medio */
  .leilaoContent{
    padding: 1rem 2rem 0rem 2rem;
  }
  .leilaoContent img{
    width: 50px;
    height: 62px;
  }
  .leilaoInfo {
    font-size: 7pt;
        height: 160px !important;
  }

  /* leilaoinfodiv */
  .leilaoInfoDiv {
    width: 185px;
  }
  .leilaoInfoDiv img{
    height: 115px;
  }
  .leilaoInfoDiv #conteudo{
    font-size: 7.5pt;
  }
}

@media (min-width: 992px) and (max-width:1200px) { /* desktop/note */
  .leilaoContent{
    padding: 1rem 1rem 0rem 1rem;
  }
  .leilaoContent img{
    width: 80px;
    height: 99px;
  }
  .leilaoInfo {
    font-size: 8pt;
  }

  /* leiloesdiv */
  .leilaoInfoDiv{
    height: 280px !important;
  }
  .leilaoInfoDiv img{
    height: 120px;
  }

}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}


/* teste */
