/*MOBILE TABLET PC*/

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

html, body {
  overscroll-behavior-x: none;
}

.section, .margen, #wrap, .flex, .sub{
  border: none;
}

.margen {
  width: 94%;
}

#logo {
  height: 58px;
  width: 45px;
}

#scrolled_px {
  display: none;
}

#header {
  background: #fff;
}

#header .margen {
  align-items: center;
}

#header .nav {
  height: 90%;
  width: 320px;
}

#header .ul-nav {
  height: 100%;
}

#header .ul-nav li {
  min-width: initial;
  width: 24%;
  border: 1px solid #333;
}

#header .ul-nav > li:hover  {
  background-color: initial; /*light greenblue*/
  border-bottom: 2px solid #004583;
}

#header .ul-nav > li > a {
  color: #777;
  font-size: 1.5em;
}

#header .ul-nav > li:hover > a {
  color: #004583;
}

#menu_movil {
  background-color: ;
}

#menu_movil h1 i {
  color: #5f5f5f;
}

#menu_movil a {
  color: #5f5f5f;
}

#boton_menu {
  color: #004583;
}

#footer .margen {
  padding: 20px 0px;
}

#footer .div_img {
  width: 128px;
}

#footer p, #footer a {
  color: #fff;
}

#footer a {
  text-decoration: none;
}

#footer .flex3 {
  padding: 10px 0px;
}

#footer .flex3:nth-of-type(2) {
  margin: 15px 0px;
}

#footer .flex3:nth-of-type(2) p {
  text-align: left;
}

#footer .flex3:nth-of-type(3) a {
  width: 100%;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 

  #footer .margen {
    padding: initial;
    justify-content: space-between;
  }
  
  #footer .flex3:nth-of-type(2) {
     margin: initial;
     justify-content: center;
  }
  
  #footer .flex3:nth-of-type(2) p {
     text-align: center;
  }

}

/*PC ONLY*/
@media only screen and (min-width: 970px) { 
  
          
}