@font-face
{
font-family: TiempoSemibold;
src: url("../fuentes/TIEMPOS/TiemposHeadline-Semibold.otf");
}

@font-face
{
font-family: TiempoRegular;
src: url("../fuentes/TIEMPOS/TiemposHeadline-Regular.otf");
}

@font-face
{
font-family: TiempoSemiBoldItalic;
src: url("../fuentes/TIEMPOS/TiemposHeadline-SemiboldItalic.otf");
}

@font-face
{
font-family: MonseSemibold;
src: url("../fuentes/MONTSERRAT/Montserrat-SemiBold.ttf");
}

@font-face
{
font-family: MonseRegular;
src: url("../fuentes/MONTSERRAT/Montserrat-Regular.ttf");
}

@font-face
{
font-family: MonseMedium;
src: url("../fuentes/MONTSERRAT/Montserrat-Medium.ttf");
}

  /* estilos del menu nav */

  .general{
    font-family: MonseRegular;
    /* color: #363d42; */
  }

  .diferente{
    font-family: MonseSemibold;
    /* color: #7283a2; */
  }

  .logoconcyteq{
    width: 100%;
  }
  
