@font-face {
    font-family: MontserratBold;
    src: url(../fuentes/Montserrat-Bold.ttf);
}

@font-face {
    font-family: MontserratMedium;
    src: url(../fuentes/Montserrat-Medium.ttf);
}
@font-face {
    font-family: MontserratLight;
    src: url(../fuentes/Montserrat-Light.ttf);
}
@font-face {
    font-family: MontserratBlack;
    src: url(../fuentes/Montserrat-Black.ttf);
}


.barraDeNavegacion{
    font-family: MontserratMedium;
}

.textoServicios{
    font-family: MontserratMedium;
    color: rgb(75, 75, 75);
}
#rectangulo2 {
  width: 476px;
  height: 23px;
  background: rgba(29, 76, 139, 255);
  display: flex;
text-align:right;
}

#rectangulo1 {
  width: 476px;
  height: 23px;
  background: #4e4e4e;

  border: 2px solid black; 
  width: 250px;
  display: flex;
        align-items:flex-end;
}
.text-center{
    font-family: MontserratMedium;
    color: rgb(75, 75, 75);
}
.contacto{
    font-family: MontserratBold;
}

.enlacesFooter{
    text-decoration: none !important;
    color: white;
}