#navbar .logo{
  display:flex;
  justify-content: space-between;
  text-align: center;
} 
#navbar{
  position: relative;
  background: #e0e5e8;
  color: #fff;
  /* overflow: auto; */
}
#navbar .burger{
  display:flex;
  flex-direction: column;
  cursor:pointer;
  float: right;



}
#navbar .line{

  width: 30px;
  height: 3px;
  background-color:white;
  margin: 3px 0;
}


#navbar ul/*, #navbar ul li*/{
  display:none;
  float: none;
  flex-direction: column;
  position: absolute;
  top:100%;
  background-color:#e0e5e8 ;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
}
#navbar ul.active{
  padding-left: 0;
  display: flex;
}

/* #navbar ul li a{
  padding: 5px;
  border-bottom: #e0e0e0 1px solid;
} */

/* Showcase */
#showcase{
  height: 100%;
}

#showcase .showcase-content{
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Home info */

#home-info .info-img{
  display: none;
}

#home-info .info-content{
  float: none;
  margin-bottom: 20px;
  width: 100%;
}

#home-info .info-content .btn{
  margin-bottom: 50px;
}

.box{
  float: none;
  width: 100%;
}

.esp-areas{
  width:50%;
}
.esp-areas h3{
  margin-top: 5px;
  font-size: 13px;
}
.esp-areas i img{
  width: 50px;
  height: 50px;
}
#home-miembros ul li img{
  
  height: 80%;
  width: 80%;
}
#home-cobertura{
  width: 100%;
  height: 500px;
}
#home-cobertura img{
  width: 100%;
  height: 400px;
}

/* Servicios */
#serv-info .serv-right{
  /* float: right; */
  width:100%;
  /* min-height: 50%; */
}

#serv-info .serv-right img{
  display: block;
  margin: auto;
  width: 70%;
  border-radius: 70%;
}

#serv-info .serv-left{
  /* float: left; */
  width: 100%;
  /* min-height: 50%; */
}
#serv-info .serv-left img{
  display:block;
  margin: auto;
  width:70%;
  border-radius: 70%;
}

/* Nosotros */
#about-info .info-left, #about-info .info-right{
  float: none;
  width: 100%;
}

.l-heading{
  text-align: justify;
}

.valores{
  width: 100%;
  height: 150px;
}
.valores i img{
  height: 75px;
  width: 75px;
}
.valores p{
  text-align:justify;
}

/* Contacto */
#contact-form{
  width: 100%;
}
#contact-info .box{
  padding: 10px 0;
  border-bottom: 1px solid grey;
}

#contact-form p{
  text-align: center;
}