h1 { font-weight: bold !important;
font-size: 2.5rem !important;
font-family: poppins;}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-weight: 500 !important;
}
.textRed {
    color: #154385 !important;
    font-weight: bold !important;
    font-family: poppins;
    font-size: 2.4rem;
}
.textBlack {
  color: black !important;
}
.sidenav-overlay { 
    z-index: 800;
}

.textGray {
    color: gray!important;
    font-family: poppins !important;
}
.textRe {
    font-family: poppins;
    font-weight: bold !important;
    color: #5d140c !important;
    font-size: 4rem;
}
.textTi {
    font-family: poppins;
    font-weight: bold !important;
    color: black !important;
    font-size: 2.5rem;
}
.textTitulo {
    font-family: poppins;
    font-weight: bold !important;
    color: black !important;
    font-size: 2.5rem;
}
.textSom {
    text-shadow: 2px 3px 3px grey !important;
    font-weight: bold !important;
    font-size: 25px;
}
strong {
    font-family: poppins; 
    font-weight: bold !important;
}
.pulse {
    animation-name: pulse;
    overflow: visible;
    position: relative;
}



nav .sidenav-trigger i {
    height: 54px;
    line-height: 34px;
    padding-top: 10px;
}
.navbar-fixed nav {
    position: fixed;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f1f0;
    height: 100% !important;
    min-height: 100% !important;
  }

   footer {
    position: relative;
    left: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    
  }
  
  footer.page-footer {
    margin: 0;
    background-color: #153e77 !important;
  }

  footer * {
    line-height: 1.5rem !important;
    font-size: 10pt;
    font-weight: normal;
    text-align: justify;
  }

  footer ul li {
    clear: both;
  }

  h1 {
    font-size: 2.2rem;
  }
  h2{
    font-size: 2rem;
  }
  h2{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  } 

  hr {
    color: #154385;
    border: 1.5px solid #154385;
    background-color: #154385 !important;  
    width: 50% !important;
  }
  nav{
    height: 90px !important;    
  }
  nav .nav-wrapper i, nav .row i{
    height: 15px;
    line-height: 25px;
  }

  nav, .footer{
    background-color: #153e77 !important; /*#456ea3 !important;*/
  }

  nav ul a,
  nav .brand-logo {
    color: #444;
  }

  nav ul li a {
    color: white;
    font-weight: 450;
  }

  nav ul li a:hover {      
    /*color: #154385;*/
    font-weight: bold;        
  }   

  nav ul#navDesktop  li.activo:before{
    border-top: 3px solid #fff; /*#a2dbf7;*/
    display: block;
    height: 1px;
    content: " ";
    width:100%;
    position: relative;
    left: 0;    
    z-index: 100;
  }

  nav ul li.activo a,
  nav ul li.activo a i {
    color: white; /*#154385;*/
    font-weight: bold;          
    background-color: rgba(0, 0, 0, 0.1);
  }

  .dropdown-content li>a, .dropdown-content li>span {
    font-size: 12px;
    color: #153e77 !important;
    font-weight: bold;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
  } 

  .btn {
    background-color: #153e77 !important;
    -webkit-box-shadow: 0px 0px 0px 0px !important;
    box-shadow: 0px 0px 0px 0px !important;
    text-transform: initial;
  }
  /*
  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #154385;
} */