/*Estilos para parte baja del footer: copyright, etc.*/


.footer-bottom-menu {
    margin-top: 15px; }
    .footer-bottom-menu > li {
      margin-left: 32px; }
  
  .copyright {
    margin-top: 25px; }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0; }
    .footer-style-2 .footer-bottom {
      border-top: 1px solid rgba(0, 35, 77, 0.1); }
  
  .footer-bottom-inner {
    margin-top: -25px; }

.footer-bottom .footer-menu-item a{
  color: #fff;
}

@media (max-width: 767px){
  .footer-bottom-menu {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px; }
.copyright.footer-text{
    text-align: center;
}
}

.banner-informativo-fijo{
	position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.banner-informativo-fijo .container{
  display: table;
}

.texto-banner-informativo-fijo{
  text-align: center;
  display: table-cell;
}

.texto-banner-informativo-fijo p, .cerrar-banner-informativo-fijo{
  margin: 12px 0;
}

.cerrar-banner-informativo-fijo{
  border: 0;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-weight: bold;
  padding: 0 !important;

}

.cont-cerrar-banner-informativo-fijo{
  text-align: right;
  display: table-cell;
}

.copyright a{
  color: var(--primary-color);
}
