/*--------------------------------------------------------------------------------------------------------------------------------         Barra Top
*/

.header {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: -10px;
  }
}
.logo-cont {
  z-index: 9999;
  padding: 20px;
  width: 100%;
  text-align: center;
  background-image: url('../img/bg.png');
  font-family: correo;
  border-bottom: 1px solid #492D21;
  margin-bottom: -5px padding-bottom: 20px;
}
.logo {
  text-align: center;
}
.logo img {
  height: 40px;
}
.tel {
  color: #fff;
  text-align: right;
  font-size: 1.1em;
  padding-top: 5px;
}
.tel a {
  color: #fff;
  text-align: right;
}
.cel-top {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  background-image: url('../img/bg.png');
  font-weight: 500;
  letter-spacing: -.5px;
}
.cel-top .row {
  margin-left: 10px;
  width: 96%;
}
.cel-info {
  text-align: right;
  padding: 0;
  color: #fff;
}
.cel-logo {
  text-align: left;
  padding: 0;
  margin-top: 15px;
}
div[class*='cel-'] a {
  color: #fff;
}
.cel-call {
  font-family: correo;
  letter-spacing: -.5px;
  font-size: 17px;
}
.cel-tel a {
  font-size: 19px;
  font-family: correo;
  letter-spacing: -.5px;
}
.cel-mail a {
  font-size: 14px;
  font-family: correo;
  letter-spacing: -.5px;
}
.cel-logo img {
  width: 150px;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Barra Logo
*/

.barra_cot {
  background: #000;
  padding: 5px 0;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid #ccc;
  font-size: 2em;
  z-index: 999;
}
.barra_cot img {
  height: 25px;
}