.container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width:  992px){
  .container
  {
    max-width: 90%;
  }
}
.col-12 {
  padding: 0 5px !important;
}
.text-bold
{
  font-weight: bold;
}
.mt-1 {
  margin-top: .5rem !important;
}
h1,
h2,
h3 {
  margin-bottom: 0 !important;
  font-size: 21.2px !important;
}
.TITULON {
  font-size: 22.3px !important;
  font-weight: 700;
  color: #005679ff !important;
}
.color_1 {
  color: #005679ff !important;
}
strong.red
{
  color: #48cae4;
  font-weight: 700;
}
a {
  color: inherit;
  text-decoration: underline;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
li a {
  font-size: 12.8px;
}
@media (max-width: 480px) {
  .navbar-nav {
    display: grid;
    grid-template-rows: repeat(7, 1fr) !important;
    margin: unset !important;
    width: 100%;
    padding: 0.5rem;
  }
}
li a .icon {
  width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  object-fit: contain;
  object-position: center;
}
.back1 {
  background: #0d4e82ff;
}
.itemback1 {
  background: #0f6299ff;
}
.itemback2 {
  background: #1279b3ff;
}
.itemback3 {
  background: #148ec5ff;
}
.itemback4 {
  background: #11a1d3ff;
}
.itemback5 {
  background: #0db3e1ff;
}
.superbold {
  font-weight: 700;
  text-transform: uppercase;
  color: #005679ff;
}
hr {
  border-top: 4px solid #e7e8e9ff;
}
footer p {
  font-weight: 700;
  color: #6d6f71ff !important;
}
.w-200px {
  width: 200px;
}
footer ul {
  text-align: center;
}
.footer li {
  display: inline !important;
}
.footer li a,
button {
  color: #6d6f71ff !important;
  font-size: 12.8px !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: 350ms ease;
  box-shadow: none !important;
  text-decoration: none !important;
}
.footer li a:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.footer li button:hover {
  color: #000 !important;
  background: 0 0 !important;
  border: 0 !important;
}
.footer li button:focus {
  background: 0 0 !important;
  border: 0 !important;
}
.text-footer {
  text-align: center;
  font-weight: 700;
  color: #6d6f71ff;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.color_1 {
  color: #005679ff !important;
  font-weight: 700;
  text-transform: uppercase;
}
.botonw {
  width: 100%;
  bottom: 0px;
  background-color: #FFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,.5);
  height: 60px;
  position: fixed;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.botonw .botonw__item
{
  border-right: 1px solid #f2f2f2;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.botonw__item .item__container
{
  border-radius: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.botonw__item .item__img
{
  width: 21px ;
  height: 21px ;
}
.botonw__item .item__name
{
  font-size: 10.5px;
  margin: 2px 0;
}
.botonw img 
{
  height: 90px;
}
.bt2 {
  height: 90px !important;
}
.botonw a {
  margin: 0 5px;
}
.botonw img {
  object-fit: contain;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background: #0d4e82ff !important;
  margin: 0.1rem 0 !important;
}
.navbar-toggler.collapsed.border-w {
  border: 2px solid #fff !important;
}
.navbar a {
  color: #fff !important;
  text-decoration: none;
}
.nav-link .row .col-3 {
  text-align: center !important;
}
.nav-link .row .col-9 {
  text-align: left !important;
}
@media (min-width: 1200px) {
    .navbar
    {
        padding: 0 !important;
    }
    .navbar-nav {
        display: grid;
        grid-template-columns: repeat(7, 1fr) !important;
    }
}
@media (min-width: 768px) {

  .navbar-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  h1,
  h2,
  h3 {
    margin-bottom: 0 !important;
    font-size: 37.2px !important;
  }
  .TITULON {
    font-size: 37.3px !important;
    font-weight: 700;
    color: #005679ff !important;
  }
  .mt-1 {
    margin-top: 1.7rem !important;
  }
  footer p {
    font-size: 20px !important;
  }
  .mt-2 {
    margin-top: 1.3rem !important;
  }
  .botonw {
    width: 430px;
    height: auto;
    padding: 20px 5px;
    position: fixed;
    z-index: 10;
    bottom: 2.5%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
  }
  .botonw__item .item__img
  {
    width: 30px;
    height: 30px;
  }
  .botonw__item .item__name
  {
    font-size: 12px;
  }
  .botonfooter {
    width: 600px;
  }
}
.h-50xx
{
  opacity: 0 !important;
  visibility: hidden;
  display: block;
}
.atencion
{
  justify-content: center;
  padding: 3rem;
}
.atencion a
{
  width: 150px;
  margin: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atencion a img
{
    max-width: 100%;
    object-fit: contain;
}
.logo-middle
{
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 1.7rem;

}
@media (max-width: 480px)
{
  .atencion{
    padding: 1rem;
  }
  .logo-middle
  {
    width: 200px;
    margin-top: .5rem;
  }
  .atencion a
  {
    width: 100px;
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}