.menu span{
  font-size: 1.2rem;
  font-weight: normal;
}

.menu span:hover{
  color: #ff3333;
}

.menu-centrado{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-margen{
  margin-top: -5rem;
}

.titulo h2{
  font-weight: bold;
  text-align: center;
  margin-bottom: -5px;
}

.centrado{
  display: flex;
  justify-content: center;
}

.centrado-derecho{
  display: flex;
  justify-content: right;
}

.centrado-izquierda{
  display: flex;
  justify-content: left;
}

.centrado-normal{
  display: flex;
  justify-content: left;
  align-items: center;
}

.margen-footer{
  margin-left: 20px !important;
}

.enlace a{
  font-size: 1.4rem;
  color: #000;
}

.imagen-full img{
  width:100%;
}

.menu-footer{
  align-self: center;
  text-align: left;
}

.menu-footer span{
  color: #cccccc;
  font-weight: normal;
  font-size: 1.1rem;
}

.menu-footer span:hover{
  color: #ff3333;
}

.menu-footer a{
  margin: 4px
}

.menu-footer ul{
  display: inline-grid;
}

.margen-asociados{
  margin-bottom: 15px !important;
}

.bordes-indicadores{
  border-top: 10px solid #ff3333;
}

.border-footer{
   border-left: 3px solid #cccccc;
}

.margen-footer{
  margin-left: 20px !important;
}

.border-cuadro{
  border: solid 0.3px #000;
}

.margen-cuadro{
  margin: 10px;
}

.titulo-footer h2{
  font-size: 1.8rem;
  font-weight: bold;
  color: #cccccc;
  margin-left: 20px;
  margin-bottom: -4px;
}

.subtitulo-footer{
  font-size: 1.5rem;
  font-weight: bold;
  color: #cccccc;
}

.contenido-footer{
  font-size: 1.2rem;
  font-weight: normal;
  color: #cccccc;
}

.titulo{
  font-weight: bold;
  text-align: left;
}

.texto{
  text-align: justify;
}

.fondo{
  background-color: #f2f4f7;
}

.cuadro{
  border: solid #f2f4f7;
}

.cuadro2{
  border-left: solid #f2f4f7;
  border-right: solid #f2f4f7;
}

.icon-info-circle{
  visibility: hidden;
}

.img-thumbnail {
  display: block;
}