/*## ###############################################################################
## Desktop ( min: 993, max: 2560 )
## ###############################################################################*/

.fullBox {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.fullBox1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.fullBox1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}


.fullBox1440 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

h1 {
  font-family: 'Noto';
  font-weight: 800;
}
h2, h3, h4, h5 {
  font-family: 'Noto';
  font-weight: 800;
}

#linkLogoHeader {
  display: inline-block;
}

#btn-menu {
  color: #FFF;
  text-align: center;
  font-family: "Noto";
  font-weight: 400;
  font-size: 10px;
  font-style: normal;
}

header {
  background: #031E41;
  height: 80px;
}

#logo-header {
  height: 65px;
}

.catMenu {
  list-style: none;
}

.catMenu.active a {
  font-weight: 700;
}

.catMenu.active a:after {
  background-color: #004eeb;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transform: translate(-50%);
  width: 24px;
  left: 25px;
}


.catMenu.active a.link-menu,
a.link-menu:hover {
  font-family: "Noto";
  color: #FFF;
}

header .link-menu {
  font-family: "Noto";
  font-size: 14px;
  font-style: normal;
  line-height: 156%;
  padding: 0;
  color: #FFF;
  width: 100%;
  text-align: left;
}

.catMenu,
.catMenu:hover,
.catMenu:focus {
  border: none;
}

footer {
  width: 100%;
  margin: 150px 0 0 0;
}

.textoCentralFooter {
  font-size: 2rem;
  font-family: 'Noto';
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.footerLegales {
  width: 100%;
  background: #F6F6F4;
}

a.footerLegalesItem,
a.footerLegalesItem:hover,
a.footerLegalesItem:active,
a.footerLegalesItem p.small,
a.footerLegalesItem:hover p.small,
a.footerLegalesItem:active p.small {
  text-decoration: none;
  color: #011E41;
  font-family: 'Noto';
  font-weight: 700;
}


/*## ###############################################################################
## Tablet ( min: 769, max: 992 )
## ###############################################################################*/

@media (min-width: 769px) and (max-width: 992px) {

  .fullBox,
  .fullBox1000,
  .fullBox1200, 
  .fullBox1440 {
    width: 90%;
    max-width: 680px;
  }

  header {
    height: auto;
  }

  header .link-menu {
    padding: 15px;
  }
  

  .catMenu.active a:after {
    bottom: 14px;
    left: 40px;
  }  

  .textoCentralFooter {
    font-size: 1.5rem;
  }
}



/*## ###############################################################################
## Mobile ( max: 768 )
## ###############################################################################*/

@media only screen and (max-width: 768px) {

  .fullBox,
  .fullBox1000,
  .fullBox1200,
  .fullBox1440{
    width: 90%;
    max-width: 343px;
  }

  p {
    font-family: 'Noto';
    font-size: 1rem;
  }

  p.small {
    font-family: 'Noto';
    font-size: 0.875rem;
  }

  header {
    height: auto;
  }

  header .link-menu {
    padding: 15px;
  }
  
  .catMenu.active a:after {
    bottom: 14px;
    left: 40px;
  }    
}