
#mainMenu nav > ul > li > a{
  color: #D42C2C;
  font-weight: 500;
}

.positive .header-inner{
  background: #0D182099!important;
}


.header-inner .container{
  height: 100%;

}

.header-inner .border-bottom{
  border-bottom: 1px solid #eee;
  background-color: #fff;
}


.header-extras a:hover i{
  color: #0689D9;
}


.header-extras .btn-demo{
  background:#0689D9;
  padding: 10px 15px!important;
  display: inline!important;
  border-radius: 5px;
  margin-right: 5px;
  text-transform:none;
  font-weight: 500;
  transition: 0.9s;

}

.header-extras .btn-demo:hover{
  background:#0676D9;
}

.header-extras .btn-demo:hover i{
color: #fff;
}


#logo .logo-m{
  background:url("../../assets/img/temp/Logo_CAPEM.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 50px;
}


.demo-int{
  display: none;
}

.extras-ext{
  display: inherit;
}


.social-ext{
  display: none;
}

.grid-sub-menu{
  display: grid;
  grid-template-columns: 30% auto;
}

.content-inf-nosotros{
  position: absolute;
  top:-500px;
  width: 100%;
  height:auto;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background:#fff;
  visibility: hidden;
  transition: all 1s;
  z-index: 10;
  line-height: 25px!important;
  box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
}

.content-inf-nosotros span{
  font-size: 14px;
  font-family: "Nunito";
}

#pocket.active{
  top: 0px;
  visibility: visible;
  transition: all 1s;
}

#pocket{
  display: none
}

#topbar .bg-white{
  background-color: #fff;
}

#topbar svg{
  width: 25px;
  height: 25px;
}

/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {
#pocket{
  display: inherit;
}
} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}



/* lg  */ @media (min-width: 992px) {
#mainMenu nav > ul > li > a {
  padding: 10px 0px;
}

#mainMenu.menu-left nav {
  margin-left: 10px;
}




}

/* xl  */ @media (min-width: 1200px) {
.social-ext{
  display: flex;
}

#mainMenu nav > ul > li > a {
  padding: 10px 6px;
}

#mainMenu.menu-left nav {
  margin-left: 20px;
}

}

@media (max-width: 991.98px){
  .demo-int{
    display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
  }

  .extras-ext{
    display: none;
  }




}


@media only screen and (max-width: 1200px){
  #logo .logo-m{
    width: 120px;
  }



}
